Hi,
A veteran of nRF5 SDK but new to NCS.
I tried to run tx_rx_non_blocking example from the latest (2.6.1) NCS SDK, but can't get it to run (nR52840DK)
It seem as the app asserts in nrfx_uarte_rx() >> nrfx_uarte_rx_ready() when is tests for NRFX_ASSERT(p_cb->state == NRFX_DRV_STATE_INITIALIZED) (which evaluates to UNINTIALIZED)
What am I missing ?
How this sample needs to be configured? IS there any FRIENDLY guide to NCS (and Zephyr in particular)
Why is it so unintuitive?
Thanks