hi
I have a question about uart receive.
The UART example receives data based on special characters or the length of the received data to determine whether it is a string.but in my code receives not special characters or unknown length.
In the nRF5 SDK v17.1.0 has example of \examples\peripheral\libuarte, It manages the receive buffers and implements the receiver inactivity timeout.I need this way to receive UART string that unknown length and do not contain special character.
My code is based on FREERTOS,I tryed nrf_libuarte_async.c,nrf_libuarte_drv.c etc all the way to my code,but Compile error.
How do I implement receiving UART data of variable length like example of \examples\peripheral\libuarte?
I looking forward.
gary