[s32k144][uart]Is there a timing requirement for the UART interrupt transmit enable?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[s32k144][uart]Is there a timing requirement for the UART interrupt transmit enable?

348 Views
HSAE
Contributor I

Hi

Is there a strict timing requirement when I use uart for interrupt sending to call the SDK's LPUART_SetIntMode(LPUART_Type * base, lpuart_interrupt_t intSrc, bool enable) and void LPUART_SetTransmitterCmd(LPUART_Type * base, bool enable) enables?

0 Kudos
Reply
1 Reply

308 Views
cuongnguyenphu
NXP Employee
NXP Employee

I'm not sure about the requirement of timing in ISR Uart, but I refer you to use Uart's callback function when the interrupt handler is done to change your setting.

0 Kudos
Reply