Hello,
I´m trying to send a paket of databytes. For some reasons I need to send it byte by byte (that´s not changeable).
I have inited the uarte with a handler:
The first byte is sent in the main-thread. After that I´m using the handler for the following bytes.
In the handler I´m checking the event-Type and on EVT_TX_DONE I´m trying to send the next byte.
Sometimes there are Bytes missing in the transmission (checked with a logic-analyser at the output-pin). In the LOG I can see the bytes correctly. And there are no "TX-Error"-Messages. So the bytes seems to be transmitted to the uarte-peripheral correctly, but it are not always sent out.
Are there any hints that I could follow?