User Activity

Posted on March 11, 2015 at 14:07Hi,I'm developing an I2C driver for a SPC560B54L5 micro, and I have problems generating the stop bit.At the end of a write operation, I run the following pseudo code:   while  (0 == IBSR. IBIF) { /* wait */ }   IBCR....