Author |
Message |
Topic: CCS C Compiler Demo and ICD3 |
sirmeowsalot
Replies: 3
Views: 6733
|
Forum: General CCS C Discussion Posted: Thu Oct 03, 2013 7:55 pm Subject: CCS C Compiler Demo and ICD3 |
So because of the problems I've been having with the older ccs compiler through MPLABX, I've decided to give the demo of the latest version a shot using the CCS IDE and everything. I'm running into an ... |
Topic: RTOS and floating point compilation issue |
sirmeowsalot
Replies: 3
Views: 6172
|
Forum: General CCS C Discussion Posted: Tue Oct 01, 2013 12:18 pm Subject: RTOS and floating point compilation issue |
Cool, thanks for the information! I've actually only recently changed over to floating point for the project to test because I was converting everything to integers for a while and the math ended up a ... |
Topic: RTOS and floating point compilation issue |
sirmeowsalot
Replies: 3
Views: 6172
|
Forum: General CCS C Discussion Posted: Fri Sep 27, 2013 7:44 pm Subject: RTOS and floating point compilation issue |
Hi!
First things first:
CCS 4.130
MPLAB X IDE v1.60
PIC16F785
So I'm running into a problem on my project where adding one more line of code causes it to not compile and I'm not qu ... |
Topic: Variable for value in setup_vref not working |
sirmeowsalot
Replies: 7
Views: 9589
|
Forum: General CCS C Discussion Posted: Tue Jan 22, 2013 1:45 pm Subject: Variable for value in setup_vref not working |
Awesome! You rock, PCM programmer!
Thanks for the macro!
Not very good at assembly so I couldn't figure out what it was doing differently when I took a look earlier, so thanks for the explanatio ... |
Topic: Variable for value in setup_vref not working |
sirmeowsalot
Replies: 7
Views: 9589
|
Forum: General CCS C Discussion Posted: Mon Jan 21, 2013 6:20 pm Subject: Variable for value in setup_vref not working |
Awesome! Thanks in advance! |
Topic: Variable for value in setup_vref not working |
sirmeowsalot
Replies: 7
Views: 9589
|
Forum: General CCS C Discussion Posted: Mon Jan 21, 2013 12:12 pm Subject: Variable for value in setup_vref not working |
Thanks for the response, PCM programmer!
Looks like we're running 4.130
Should I see if I can get them to update/upgrade? Can anyone verify that it works with a newer version of the compiler? |
Topic: Variable for value in setup_vref not working |
sirmeowsalot
Replies: 7
Views: 9589
|
Forum: General CCS C Discussion Posted: Fri Jan 18, 2013 5:56 pm Subject: Variable for value in setup_vref not working |
So I want to vary the value of vref in the project I'm working on, but I'm finding that something like:
int vtest = 10;
setup_vref(VREF_OUT_CVREF | VREF_C1_HIGH | vtest);
won't work at ... |
|