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 .
↧