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

nrf_cli w/o serial connection - reset loop

Using FreeRTOS to run nrf_cli. When Serial is not connected (as in RX,TX,GND) the board goes into a reset loop.

There are a few things that seem to help:

  1. Don't run cli_start()
  2. Don't run the thread that handles nrf_cli
  3. Tie NRF52 RX to Vcc 3.3V

nrf_cli_process doesn't seem to have anything to do with it as NOT calling it after cli_start still has boot loops.

Has anyone seen anything like this before?

Related