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 1 match
CCS Forum Index
Author Message
  Topic: I2C slave mode : how detect the end of a packet ?
paolo_minazzi

Replies: 0
Views: 4570

PostForum: General CCS C Discussion   Posted: Thu Feb 02, 2006 11:48 am   Subject: I2C slave mode : how detect the end of a packet ?
I have 2 doubts about i2c slave mode using interrupt.
In this case the interrupt routine should be similar to this:



#int_ssp
void isr_routine()
{
char tmp=i2c_isr_state();

if (tmp= ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group