This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF only mode only works sometimes

Hello,

I am looking to run the ble_app_uart example from the SDK v17 in nRF only mode on the nRF52840 DK. When running the application as is on nRF only mode, it fails during the initialization phase and does not seem to enter the main loop.

However, when I set it up such that Rx and Tx are mapped to pins 1.14 and 1.13 so the DK communicates through UART to an external module, it is able to run on nRF only mode, but only if SW6 is on Default when I power the board on and then toggle SW6 to nRF only mode.

I am not sure why this happens, so could someone please explain this behavior?

In both scenarios, the board is powered via the J2 USB connector (the one on the shorter edge of the board) and SW9 is on VDD.

Thanks!

Related