Author |
Message |
Topic: Clock switching |
lambcutlet
Replies: 4
Views: 4665
|
Forum: General CCS C Discussion Posted: Tue Feb 12, 2008 3:07 pm Subject: Clock switching |
When I mention sleep() mode.
The idea was to only run the Watchdog timer during this period and when it has rolled over, the PIC would return to full speed performing its duties and then return to th ... |
Topic: Clock switching |
lambcutlet
Replies: 4
Views: 4665
|
Forum: General CCS C Discussion Posted: Tue Feb 12, 2008 9:56 am Subject: Clock switching |
Could someone please explain the method of how to perform clock switching using the CCS compiler V4.064?
In the main() loop I want to perform what I call 'Normal functions' at full processor rate ... |
Topic: Error 144 "stdlib.h" |
lambcutlet
Replies: 3
Views: 8106
|
Forum: General CCS C Discussion Posted: Wed Jan 09, 2008 10:18 am Subject: found problem |
I found the source of my problem after pulling my hair out for most of the day.
the 'bootloader.h' file
commenting out the '#include bootloader.h' and the references in the main() section to remove ... |
Topic: Error 144 "stdlib.h" |
lambcutlet
Replies: 3
Views: 8106
|
Forum: General CCS C Discussion Posted: Tue Jan 08, 2008 10:02 am Subject: Error 144 "stdlib.h" |
Thanks for the reply.
here is the start of the program where stdlib.h is mentioned
I commented out each line math.h, etc in turn and during the compile it always returns to Error 144.
Even if I com ... |
Topic: Error 144 "stdlib.h" |
lambcutlet
Replies: 3
Views: 8106
|
Forum: General CCS C Discussion Posted: Tue Jan 08, 2008 8:50 am Subject: Error 144 "stdlib.h" |
Hi folks
I am new to the CCS compiler.
I am developing some code based on a PIC18F45J10.
I literally started yesterday.
Initially I went through 'Project -> PIC wizard' to generate the d ... |
|