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

nrf52840 on custom board won't run without jlink debugger

I am trying to run nrf52840 chip without debugger.

I want to run peripheral_uart example just to show advertising of bluetooth.

And when I use west debug --runner=jlink , it works, and just by applying power on chip, it doesn't advertise bluetooth.

There is no 32kHz oscillator on board so I use CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y.

I don't have any pins available to probe whether is chip working or not without debugger.

Also chip programs only with 4kHz clock via JLink, it just doesn't work on 4000kHz, it is weird issue.

Also chip is acting weird and resets on k_sleep instruction.

Parents Reply Children
Related