Hi all,
I'm working on a project in SDK 5 (V17.0.2) on a custom board using a raytac nrf52840 module. IDE is segger embedded studio with a J-Link interface to the hardware.
The project has been going for a while and the code has been in a reasonably stable state.
Just recently the project has gone into a "phase" where I cannot reload new code unless I first "Erase All" flash. This is a new situation, previously I could happily reload code and continue debugging.
Now, if I write new code (or even stop and restart without code changes) and try to run in debug mode without "Erase All", the code hangs in drv_rtc_init() at NVIC_EnableIRQ(RTC1_IRQn)
I have 2 timers running under app_timer - nothing has really changed there between when it was working normally and now.
If anyone has any ideas, it would be much appreciated.
Regards,
Carl Kamper.