Part Number: MSP432E411Y
Other Parts Discussed in Thread: MSP432E401Y
I m trying to read 2 bytes from a I2C slave device using MSP432E411Y in polling mode. some times the data i receive is invalid. when monitored the I2C waveform from MSP432E411Y, i see few times the clock state would have changed in the unexpected places. Because of which the data from slave device is not correct. I have also seen many posts where people are facing issue with the I2C driver on MSP432E411Y.
Can some one share a properly working I2C master code to read 2 bytes from slave device consistently?
Thanks in advance..