I am willing to use the uart or uarte driver to be able to have to buffers for the Rx, I have a huge flow of data at high sped arriving to the UART, I have read for few days the forum, and could not find a tidy example that use the driver with aot the app_uart. But it is mentioned in many of them that is the only approach to be able to have to buffers of 256 bytes available to avoid loose of data. I have check the documentation in:
But I am struggling to bring it in to my code. I am working in a team and the Uart was implemented for a colleague using the app_uart, but for some reason we are loosing between 6 to 20 bytes and seems is because the MCU is not able to handle the data arriving on time.
If you have a simple example (non of those in SDK 16 i found useful) would be really a help.
Thank you so much for your support
Best Regards,
Tomas