Author |
Message |
Topic: 24-32 Bit Microcontroller |
bartman
Replies: 7
Views: 17706
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2018 3:32 pm Subject: 24-32 Bit Microcontroller |
Does anybody know if CCS ever plan on releasing a 32bit compiler? Like has been pointed out, CCS makes development very fast by comparison. Be nice to be able to reduce porting time to PIC32's. |
Topic: #use_delay bug? |
bartman
Replies: 7
Views: 14837
|
Forum: General CCS C Discussion Posted: Wed Jun 29, 2016 1:17 am Subject: #use_delay bug? |
Your right they do . Its not something I'd ever really considered or cared about until I wanted a semi accurate timer that works in sleep in a low power application, as per an old mchip appnot ... |
Topic: #use_delay bug? |
bartman
Replies: 7
Views: 14837
|
Forum: General CCS C Discussion Posted: Tue Jun 28, 2016 8:42 pm Subject: #use_delay bug? |
When in doubt, read f'n manual...turns out on this particular chip, the sleep command clears the WDT before going to sleep, and again coming out.
Thanks anyway |
Topic: #use_delay bug? |
bartman
Replies: 7
Views: 14837
|
Forum: General CCS C Discussion Posted: Tue Jun 28, 2016 6:11 pm Subject: #use_delay bug? |
The following sample code to illustrate the problem seems to increase the loop cycle by exactly the delay_ms value (ie changing to 50ms causes a 50ms increase in total loop time. I think this is a bug ... |
Topic: Real Ice Power Monitor |
bartman
Replies: 0
Views: 3256
|
Forum: General CCS C Discussion Posted: Wed Oct 09, 2013 1:08 pm Subject: Real Ice Power Monitor |
Is there any way to get the Real Ice power monitor board to work with CCS compilers in MLABX? It works fine with microchip compilers, so does it need compiler support to work? |
|