Hi,
I am using MSP430X21X2 as a slave device in I2C configuration. I am using it to dump multiple bytes of data over the I2C interface. However, I am facing a weird issue
When I generate a delay of around 1ms anywhere in the main loop (not in any interrupt routine), the slave does not receive / receives utmost 2 bytes of data on the I2C. It works perfectly when there is no delay but the application requires a delay of 1.5 ms. Can anyone shed some light whats going on?