
Hi,
I am using S32K314, because I am not very familiar with the software architecture of RTD. When debugging the uart module, I found that if the two interfaces receiving data in the above figure are not placed in a dead loop or periodic commission, the interrupt of uart will not be triggered. What is the principle? At present, freertos used in my project is inconvenient to provide a dead-loop interface, which is also conducive to software architecture management. Will receiving data be lost if periodic commission receiving interface is used?
Is there a better way to deal with appeals? My previous experience is to interrupt the service function received data directly into the buffer, this way the probability of losing data is very small.