Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 251352

Forum Post: RE: TM4C123GH6PM: UART Interrupts and Error Checking

$
0
0
Hello Ksawery, The UARTIntEnable and UARTIntDisable API's can be used to adjust these. For example, UARTIntEnable(UART3_BASE, UART_INT_RX | UART_INT_RT); would enable Receive interrupts and Receive Timeout interrupts. You can see the full list of flags in the comments for UARTIntEnable .

Viewing all articles
Browse latest Browse all 251352

Trending Articles