I am receiving bytes from a GPS module and passing them to BLE UART example app configured to use UARTE1 and asynchronous API.
After few minutes of running it starts leaking memory by not releasing RX buffers. Using RTT messages I identified it correspond to non-standard bytes. Especially often to 0x0092 and few others.
The uart_cb function in main.c was modified for debugging:
To rule out noise issues I recorded the signal with an oscilloscope
As you can see, there is no non-display symbols. And there is no noise.
Where should I focus on?