In the sample code "MSP430F55xx_uscib0_i2c_10.c", it provides a demo about I2C read multi-bytes from target, however,it just loop 5 times in USCUB0.
My problem is that, how can the controller know the last byte and send NACK? It seems different from the I2C in MSPM0?
In MSPM0, I need to first define the number of bytes need to read, then how about MSP430?
