I'm facing an issue with the UART0 module on the S32K344 microcontroller. When attempting to send data, I'm encountering the transmission of junk bytes. I have provided the relevant details below:
Microcontroller: S32K344
UART0 pins: PTA3 (UART0_TX) and PTA2 (UART0_RX)
I have attached the Teraterm console output demonstrating the received junk bytes. Additionally, I made the necessary LPUART0 settings in S32 Design Studio, but the issue persists.
It's worth noting that LPUART3 in the same code functions correctly, highlighting the specific problem with UART0.
I kindly request assistance from the NXP community in addressing this issue. If anyone has experience with the S32K344 UART0 module or can provide guidance on DMA usage, your insights would be greatly appreciated.