nRF52810 Blinky Example Not Running After Flash Without Debugger

I am new to nRF chips and currently working with the nRF52810. I am developing with nRF Connect SDK and VSCode.

I have encountered an issue with the Blinky example (ncs\v2.5.1\zephyr\samples\basic\blinky). The program builds and flashes successfully, but it only seems to run when I start the debugger. The LED changes as expected in debug mode, indicating that the program is running. However, when I try to run the chip standalone, there is no observable behavior, suggesting that the program may not be running at all.

This issue occurs regardless of whether I use the "Flash" button in the VSCode plugin or if I directly flash the compiled .hex file to the chip using J-Link tools.

Thank you for your assistance.

Related