I'm working on getting an eclipse project working for my nRF52840 application that is currently working with a Makefile. My issue is that once I reset the board, or power it off then on, the application (just an example blinky for now) will not start. I have gcc_startup_nrf52840.S in my src files, and my linker script seems to be fine. Does anyone have any ideas about what could cause this?
When I connect with SWD and halt, all the registers are 0 other than the PC