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

Does nRFgo Studio 1.20.0 "release" the nRF51822 SWDIO pin to be used as a chip reset?

I have a Rev3 nRF51822 chip (CFACA00) on a custom board (no external pull resistors on SWDIO or SWCLK), and I am using nRFgo Studio 1.20.0.2 to program SD 8.0.0 and my Nordic application.

The hardware/firmware relies on the nReset pin to reset the Nordic chip. The main MCU and the Nordic are both powered off of the battery, and there is currently no way to perform a true POR of the Nordic (short or disconnecting the battery).

It appears that after programming the Nordic with 1.20.0, that the Nordic reset is not happening upon my main MCU application reset/start-up. After programming, if I disconnect the battery, or if I manually enable the pin reset while in debug mode with a JLinkExe batch/script (writing the NRF_POWER->RESET register (at 0x40000544, and toggling the reset pin), then Nordic nReset pin is active as a reset pin, and my application successfully resets the Nordic on start-up.

Parents Reply Children
No Data
Related