Author |
Message |
Topic: Erratic Debugging |
jjm1964
Replies: 2
Views: 5396
|
Forum: General CCS C Discussion Posted: Wed Apr 13, 2005 2:09 pm Subject: Erratic Debugging |
Hello,
I'm having a problem debugging - sometimes when I set breakpoints, I get an error saying the breakpoint is invalid when it is on a valid line. I know that you can't put a breakpoint on a cond ... |
Topic: #int_rda not working? |
jjm1964
Replies: 8
Views: 11199
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2005 3:22 pm Subject: #int_rda not working? |
Well, not only that but the Max485e is wired backwards. Interesting.
Thanks |
Topic: #int_rda not working? |
jjm1964
Replies: 8
Views: 11199
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2005 2:06 pm Subject: #int_rda not working? |
Sorry,
I do have the osc set at 4000000, still doesn't work.
Thanks |
Topic: #int_rda not working? |
jjm1964
Replies: 8
Views: 11199
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2005 1:58 pm Subject: #int_rda not working? |
I put a breakpoint in the interrupt and it never breaks. I know there is data coming because if I use the "non-interrupt" method, I get data. "non-interrupt" being this
if ( kbhit() )
{
c ... |
Topic: #int_rda not working? |
jjm1964
Replies: 8
Views: 11199
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2005 1:40 pm Subject: #int_rda not working? |
What is happening is that it never interrupts. Thanks |
Topic: #int_rda not working? |
jjm1964
Replies: 8
Views: 11199
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2005 1:39 pm Subject: #int_rda not working? |
Hello,
I'm trying to interrupt on RS232 data available (I don't care about outputting to the port for now). Here's what I tried that isn't working:
===============================================
... |
|