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 support@ccsinfo.com

I2C routines with timeout

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
kender



Joined: 09 Aug 2004
Posts: 768
Location: Silicon Valley

View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger

I2C routines with timeout
PostPosted: Tue Feb 17, 2009 5:14 pm     Reply with quote

Colleagues,

Currently the canned I2C routines that come with I2C compiler (i2c_read(), i2c_write()) don’t seem to have provisions for timeout. I think, this opens a door for the stuck bus problem. The slave can stretch the clock forever at that would hang the master. For example, the slave could be another PIC with a firmware bug.

I need to use slow bit-banged I2C. Is there a way to add timeout to canned I2C bit-banging routines? Are there I2C routines with timeout this forum? I realize that rolling my own routines is relatively straightforward, but I’d like not to reinvent the wheel if I can.

Cheers,
- Nick

P.S. If I had a hardware I2C, I would monitor SSPSTAT in the hardware interrupt and reset the I2C peripheral when necessary, which might unfreeze the main thread.
_________________
Read the label, before opening a can of worms.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group