Hello,
I need to implement interrupt-based UART reception on the S32K312. Please find the attached code for your reference. My goal is to receive incoming data byte by byte and assemble it to form the complete response received on the UART channel.
However, the UART receive callback is triggered only once (the first time) and does not trigger for subsequent data receptions.
Thank you.