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: Porting CCS TCP/IP stack for use with Frame Thrower II
DaveKush

Replies: 0
Views: 3002

PostForum: General CCS C Discussion   Posted: Wed Jul 26, 2006 9:54 am   Subject: Porting CCS TCP/IP stack for use with Frame Thrower II
Just curious if anyone has ported the CCS modified Microchip TCP/IP stack to use with the Frame Thrower II board. I've been at it for a day or two now and I'm chasing my tail around through all of the ...
  Topic: Timed getchar() using INT_TIMER1 ISR
DaveKush

Replies: 2
Views: 5741

PostForum: General CCS C Discussion   Posted: Thu Jan 12, 2006 12:49 pm   Subject: Timed getchar() using INT_TIMER1 ISR
OK, forget it. I figured it out. kbhit() is your friend!

Dave
  Topic: Timed getchar() using INT_TIMER1 ISR
DaveKush

Replies: 2
Views: 5741

PostForum: General CCS C Discussion   Posted: Thu Jan 12, 2006 12:10 pm   Subject: Timed getchar() using INT_TIMER1 ISR
Guys, do you know of any way to do a getchar() with a timeout occurring if no characters are received? In my code, I'm using INT_TIMER1 to track 1 second intervals, but when I call the soft serial rea ...
  Topic: lockups when using delays in the main loop w/ I2C bus
DaveKush

Replies: 8
Views: 12131

PostForum: General CCS C Discussion   Posted: Wed Jan 11, 2006 11:08 am   Subject: lockups when using delays in the main loop w/ I2C bus
Looks like I figured it out. Apparently the SSP interrupt wasn't being cleared correctly right before the call to the printf or delay. I inserted a clear_interrupt(INT_SSP) and this fixed the problem. ...
  Topic: lockups when using delays in the main loop w/ I2C bus
DaveKush

Replies: 8
Views: 12131

PostForum: General CCS C Discussion   Posted: Wed Jan 11, 2006 10:31 am   Subject: lockups when using delays in the main loop w/ I2C bus
Thanks for the suggestions PCM Programmer. I can't seem to get those warnings turned on in the compiler though. The switches I'm using are: +DF +LN +T -A +M +Z +Y=9 +EA +EW +FH but I still see no warn ...
  Topic: lockups when using delays in the main loop w/ I2C bus
DaveKush

Replies: 8
Views: 12131

PostForum: General CCS C Discussion   Posted: Tue Jan 10, 2006 6:27 pm   Subject: lockups when using delays in the main loop w/ I2C bus
Yes, I do have a delay in another external interrupt to handle a switch debounce, but the problem persists even if I never touch the switch.

Dave
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group