Introduction - If you have any usage issues, please Google them yourself
MSP430FR57xx Demo- USCI_B0 I2C Master RX single bytes from MSP430 Slave
Description: This demo connects two MSP430 s via the I2C bus. The master
reads from the slave. This is the MASTER CODE. The data from the slave
transmitter begins at 0 and increments with each transfer.
The USCI_B0 RX interrupt is used to know when new data has been received.