Author |
Message |
Topic: PIC C Pwm |
JGoodman
Replies: 1
Views: 6085
|
Forum: General CCS C Discussion Posted: Mon Aug 29, 2005 1:09 pm Subject: PIC C Pwm |
Hello,
What exactly is special about the SETUP_POWER_PWM() function that CCS provides? Is there any additional documentation to what is in the manual?
I do not understand how to use all the parame ... |
Topic: lcd.c limitation |
JGoodman
Replies: 2
Views: 5201
|
Forum: General CCS C Discussion Posted: Mon Aug 29, 2005 7:49 am Subject: lcd.c limitation |
Thank you very much, that did the trick!
J G |
Topic: lcd.c limitation |
JGoodman
Replies: 2
Views: 5201
|
Forum: General CCS C Discussion Posted: Mon Aug 29, 2005 7:00 am Subject: lcd.c limitation |
Hello,
I may just be doing something wrong, but it seems like the lcd.c library which ccs provides is somewhat limited. I can only ouput characters that I type into the function call e.g. lcd_putc( ... |
Topic: Whats wrong with this program? |
JGoodman
Replies: 7
Views: 10679
|
Forum: General CCS C Discussion Posted: Thu Aug 25, 2005 11:57 am Subject: Whats wrong with this program? |
Thank you for your help. That fixed the error
In regard to the " -> " notation, thats what I originally wrote. But the compiler gave me the following error:
*** Error 66 "E:\picpro ... |
Topic: Whats wrong with this program? |
JGoodman
Replies: 7
Views: 10679
|
Forum: General CCS C Discussion Posted: Thu Aug 25, 2005 10:55 am Subject: Whats wrong with this program? |
Hello again,
Ok I only have one error now.
For the error on the menu_0() function, I renamed it to something slightly different, and that made the compiler happy.
Regarding the error on *menu ... |
Topic: Whats wrong with this program? |
JGoodman
Replies: 7
Views: 10679
|
Forum: General CCS C Discussion Posted: Thu Aug 25, 2005 10:42 am Subject: Whats wrong with this program? |
Hello,
My compiler is giving me errors and and can't seem to figure out whats bothering it.
Here is the error report:
*** Error 28 "E:\picprojects\pic c\menu_data.c" Line 20 ... |
Topic: Why is my functional function not functioning??? |
JGoodman
Replies: 4
Views: 5546
|
Forum: General CCS C Discussion Posted: Thu Aug 25, 2005 10:12 am Subject: Why is my functional function not functioning??? |
Thank you,
This fixed it.
Could you explain why the ccs compliler is particular about this and gcc is not?
Thanks.
-J Goodman |
Topic: Why is my functional function not functioning??? |
JGoodman
Replies: 4
Views: 5546
|
Forum: General CCS C Discussion Posted: Thu Aug 25, 2005 9:46 am Subject: Why is my functional function not functioning??? |
Hello,
The compiler is giving me a bunch of strange errors for a function which I see no problem with. I even compiled it with gcc and it worked fine! Could someone tell me what I am doing wrong?
... |
|