7 usart interrupts, Usart transmit interrupt operation, Figure 14−10. transmit interrupt operation – Texas Instruments MSP430x4xx User Manual

Page 274

Advertising
background image

USART Operation: UART Mode

14-17

USART Peripheral Interface, UART Mode

14.2.7 USART Interrupts

The USART has one interrupt vector for transmission and one interrupt vector
for reception.

USART Transmit Interrupt Operation

The UTXIFGx interrupt flag is set by the transmitter to indicate that UxTXBUF
is ready to accept another character. An interrupt request is generated if
UTXIEx and GIE are also set. UTXIFGx is automatically reset if the interrupt
request is serviced or if a character is written to UxTXBUF.

UTXIFGx is set after a PUC or when SWRST = 1. UTXIEx is reset after a PUC
or when SWRST = 1. The operation is shown is Figure 14−10.

Figure 14−10. Transmit Interrupt Operation

Clear

UTXIEx

Clear

D

Character Moved From

Buffer to Shift Register

Interrupt Service Requested

SWRST

Data written to UxTXBUF

Q

UTXIFGx

IRQA

V

CC

PUC or SWRST

Q

Set

Advertising