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

nRF52 application won't run

I'm having a few issues getting my application to run. I'm using Eclipse/gcc configured to use managed makefiles, following the tutorial here: bitknitting.wordpress.com/.../

Running the application using the debugger works as expected. When I try to flash the same generated hex file either using nRFgo Studio or nrfjprog, the flash is successful however the code doesn't appear to run on the nRF52 DK. I have tried using nrfjprog to reset the device and also manually resetting the board, neither of which work.

I have tried flashing a pre-compiled hex file from SDK 14 which works as expected.

Any help would be appreciated.

Related