Quantcast
Channel: MSP low-power microcontrollers
Viewing all articles
Browse latest Browse all 63733

Forum Post: RE: MSP430FR5969: USCIB0 I2C write command sequence for repeated start

$
0
0
There are two transmit registers, TXBUF and the internal shift register. As shown in figure 26-12 of the User's Guide, the TXIFG interrupt happens while one byte is still being transmitted. The interrupt handler is responsible for doing whatever comes after that byte. It must either write the next byte, or set UCTXSTT(/UCTXSTP), but not both.

Viewing all articles
Browse latest Browse all 63733

Trending Articles