We are using UART asynchronous transfer S32 CT example from NXP toolbox for S32K344 board. We have generated the code and using S32 IDE for debugging purpose.
Initially, whenever character is received UART RX interrupt gets triggered(MBDT_Uart_Callback function getting called). But when we do a free run from that point, even if nothing has been sent over UART, still UART RX interrupt handler is getting called, which is not as expected.
Please help us to resolve this issue.
#s32k3 #MBDT