Hello,
A super-simple piece of code that enables UARTE1 to receive a byte stream does not seem to work.
It seems as if nrfx_uarte_rx_enable() hangs up.
When I single step through it, I can get it to complete without an error code (but still, something does not seem to operate correctly).
I do get to the first NRFX_UARTE_EVT_RX_BUF_REQUEST in the handler, but taht's as far as I get the software running.
The app is based/tested on BT_NUS_SHELL & tx_rx_non_blocking examples, (not) running on nRF52840DK, NCS2.7.0
This is the code:
this is prj.conf
and app.overlay
What am I missing?
I've been banging my head for days now (even managed to exhaust chatGPT on that)
THANKS in advance to the savior..