CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 6 matches
CCS Forum Index
Author Message
  Topic: Erratic Debugging
jjm1964

Replies: 2
Views: 5396

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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:
===============================================
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group