i2c clear bit

Thread Starter

embed_v

Joined Aug 30, 2010
24
hiiii;
i am implimenting i2c protocol, using LM3S600 ,KEILUV4.
Ther is no CLEAR REG. like lpc (I2CONCLR) in lm3s
SO HOW TO CLER THE START BIT REG. ON LM3S
e.g;

I2C0CONCLR = (I2C_STA | I2C_STO); // Clear start bit( for lpc )
(i want to implement this step in lm3s 600)

so guide me to do this

THANX,
embed_v
 
Top