Author |
Message |
Topic: compiler bug?? at clear_interrupt( INT_RBx ); |
YASU
Replies: 1
Views: 4462
|
Forum: General CCS C Discussion Posted: Sun Apr 11, 2010 8:12 pm Subject: compiler bug?? at clear_interrupt( INT_RBx ); |
Now I got trouble that I could not clear interrupt flag by using
clear_interrupt( INT_RBx );
I think this is compiler bug.
Please give me some advice, and show me how to solve it.
Device ... |
Topic: Build Configuration problem ( Debug / Release ) |
YASU
Replies: 4
Views: 8326
|
Forum: General CCS C Discussion Posted: Fri Mar 26, 2010 6:17 am Subject: I'll try it |
I've still not able to manage it.
And I change configuration bit manurally.
Then I'll try you showed me.
regard. |
Topic: unable wake up from sleep by external interrupt |
YASU
Replies: 0
Views: 2790
|
Forum: General CCS C Discussion Posted: Thu Mar 25, 2010 12:29 pm Subject: unable wake up from sleep by external interrupt |
Now I have some program about waking up from sleep mode.
It seems to be remained under sleep mode and could not wake up from sleep correctly.
On the debugger, under sleep mode, by interrupt prog ... |
Topic: Build Configuration problem ( Debug / Release ) |
YASU
Replies: 4
Views: 8326
|
Forum: General CCS C Discussion Posted: Tue Mar 23, 2010 4:40 pm Subject: still impossible |
Thank you for your reply.
I tried using ICD2, but no build configuration will appear.
I tried also pickit3. Also impossible to select Debug/Release. |
Topic: Build Configuration problem ( Debug / Release ) |
YASU
Replies: 4
Views: 8326
|
Forum: General CCS C Discussion Posted: Tue Mar 23, 2010 12:00 pm Subject: Build Configuration problem ( Debug / Release ) |
Now I have a problem at Build configuration.
Selecting [Project] -> [Build Configuration]
grayed message (No Build Configuration) is appeared.
And I could not select (Debug / Release) when I use ... |
Topic: HELP Problem of "set_tris_e" at 16LF1937 |
YASU
Replies: 3
Views: 5725
|
Forum: General CCS C Discussion Posted: Tue Mar 23, 2010 11:49 am Subject: Thanks |
I could manage this problem by using alternative shown.
Thanks. |
Topic: HELP Problem of "set_tris_e" at 16LF1937 |
YASU
Replies: 3
Views: 5725
|
Forum: General CCS C Discussion Posted: Thu Mar 18, 2010 6:29 am Subject: HELP Problem of "set_tris_e" at 16LF1937 |
Now I have trouble at compiling "set_tris_e".
I can compile set_tris_a, set_tris_b, set_tris_c, and set_tris_d.
But I cannot compile set_tris_e.
After compiling set_tris_e, Disassembly ... |
|