Author |
Message |
Topic: the good old #byte and struct problem! |
Richter
Replies: 12
Views: 16499
|
Forum: General CCS C Discussion Posted: Mon Jun 06, 2005 5:20 am Subject: the good old #byte and struct problem! |
Sorry didn t see that I wasn t logged!
The message above was from me! |
Topic: the good old #byte and struct problem! |
Richter
Replies: 12
Views: 16499
|
Forum: General CCS C Discussion Posted: Mon Jun 06, 2005 1:32 am Subject: the good old #byte and struct problem! |
OK I used one of the SRF files u considered me.
But I try to write in the PORTA byte and just want to read it, but the PIC doesn t seem to write the bits into the register:
I think the adresse ... |
Topic: the good old #byte and struct problem! |
Richter
Replies: 12
Views: 16499
|
Forum: General CCS C Discussion Posted: Mon Jun 06, 2005 12:44 am Subject: the good old #byte and struct problem! |
Hi there:
@all: YES I want to program a SFR file! Which one of the offered should I take for a PIC 18F6720 ? Or doesn t it matter because I only have to change the adresses?
THNX again for a f ... |
Topic: the good old #byte and struct problem! |
Richter
Replies: 12
Views: 16499
|
Forum: General CCS C Discussion Posted: Fri Jun 03, 2005 6:14 am Subject: the good old #byte and struct problem! |
Hi guys I'm sorry to bring this subject again up:
I m using PIC18F6720 and using the latest version!
plz take a look at the code below, I m trying hopeless just to write and read to/from the ports ... |
Topic: size of int, chars displaying big numbers!! |
Richter
Replies: 3
Views: 8825
|
Forum: General CCS C Discussion Posted: Fri May 13, 2005 7:13 am Subject: size of int, chars displaying big numbers!! |
Hi there I`ve got another problem:
I`m using PIC 18f6720 and the newest CCS C Compiler (finally)!
Where should I start?
1. Is there a difference between an interger and a char?
when I use th ... |
Topic: Chained List, structs, pointer to pointer and mystery output |
Richter
Replies: 12
Views: 15892
|
Forum: General CCS C Discussion Posted: Wed May 04, 2005 4:10 am Subject: Chained List, structs, pointer to pointer and mystery output |
THNX GUYS, U Are the BEST
@ckielstra: Yeah you are right! thnx. The last error was an error caused by my hushy program style (sorry, and thnx)
I need this malloc because I want t ... |
Topic: Chained List, structs, pointer to pointer and mystery output |
Richter
Replies: 12
Views: 15892
|
Forum: General CCS C Discussion Posted: Wed May 04, 2005 2:51 am Subject: Chained List, structs, pointer to pointer and mystery output |
OK I found my error:
malloc returns NULL!!!!!
so he didn t allocated memory anytime!!!!!
But now I have a nother problem: How can I force my PIC to allocate memory???
I got another questi ... |
Topic: Chained List, structs, pointer to pointer and mystery output |
Richter
Replies: 12
Views: 15892
|
Forum: General CCS C Discussion Posted: Wed May 04, 2005 1:27 am Subject: Chained List, structs, pointer to pointer and mystery output |
Hi there again I`, despairing on this issue:
I`m using a PIC18F6720 the CCS C Compiler Vers:3.180
I try to program a dynamic Messagequeue. I have tried a lot but the output in different levels ... |
Topic: How 2 make a TP-UD field encoder for PDU-SMS mode |
Richter
Replies: 10
Views: 16550
|
Forum: General CCS C Discussion Posted: Tue May 03, 2005 5:22 am Subject: How 2 make a TP-UD field encoder for PDU-SMS mode |
A GOOOD QUESTION!
I m sorry to get offtopic but it s very important this question:
can I create a double pointer?
like this
char** a;
?? I have tried it too, but only an error occurred! : ... |
Topic: chained list with fprintf output |
Richter
Replies: 2
Views: 4722
|
Forum: General CCS C Discussion Posted: Fri Apr 29, 2005 12:32 am Subject: RIGHT! |
DAMN!! OF COURSE .... that s embarassing!!!
Sometimes u can t see the simplest errors in the code!!!
THNX A LOT!!!!!
Shame On Me |
Topic: chained list with fprintf output |
Richter
Replies: 2
Views: 4722
|
Forum: General CCS C Discussion Posted: Thu Apr 28, 2005 6:19 am Subject: chained list with fprintf output |
Hi guys, I m using the PIC 18f6720 ICD U40 and using the old version 3.180 of PCB PCM and PCH
and try to get this litle code to work.
My output via Tera Term Pro is everytime very strange and some ... |
|