I am working with a ublox NINA-B1 based board. NINA-B1 uses the nRF52832. IDE is Segger. I followed the ublox instructions to create a custom board matching NINA based on the blinky/pca10040/s132 project (the nRF52832 DK, I believe).
However, when attempting to debug softdevice and application in the IDE, the debugger never gets to the entry point of main(). The processor seems to loop somewhere in the high address range for which the debugger cannot find any associated source code. I do not get any error messages in the debugger. The softdevice appears to be correctly loaded.
The blinky example without softdevice (called 'blank' in the SDK) works fine.
Does anyone have a pointer to help an nRF newby?
Thanks.