Excuse me. After downloading "Uart Example S32K344", I debug it normally and short the pin according to the description. According to reason, it should be OK, but I don't seem to see the phenomenon of the experiment, and I don't know where the string has been sent. Can anyone answer that? Thank you very much! Some code and a zip oaf the routines are attached below.
Solved! Go to Solution.
This example code implements communication between Lpuart instance 3 and Flexio instance 0. In this example, to validate that the two messages were transmitted and received with no problem, you need to consult the status of the function Send_Data().
B.R.
Vane
This example code implements communication between Lpuart instance 3 and Flexio instance 0. In this example, to validate that the two messages were transmitted and received with no problem, you need to consult the status of the function Send_Data().
B.R.
Vane
Thank you very much for your reply, but I seem to have encountered a chip lock when I Resume. I use JLINK, and the error code is: WARNING: Failed to read memory@address 0x2001FFC0WARNING: Failed to read memory@address 0x2001FFF8.
Could you please help me? Thank you very much.
Could you share an error image? Does this behavior happen with any other example code?