Hello!
I'm trying to use this low power UART sample: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/samples/peripheral/lpuart/README.html
I have a problem when I try to read data from rx buffer as is done in the example. The problem is that when I received information in rx buff the buffer is filled with all the information previously received.
There is a way to clean the buffer on each time that I received the data?
This is the log when I received data: