Hello,
I'm using nRF v1.5.1 SDK.
If I have my RX buffer to be of size say 6, and I transmit 7 bytes then my code will detect a full RX Buffer and go to the endrx_isr() with the first 6 bytes. Eventually, the 7th byte will replace the first byte in the RX buffer after going back to the uarte_nrfx_rx_enable() function from the callback. If I want to ignore the transmission altogether how should I go about it? The code will detect the tx and rx len to be 6 and I have no idea how the 7th byte is actually loaded.
Thanks,
Spencer