Hello,
I'm having a weird issue that I'm not sure how to debug. I have an app that I know works fine if programmed just with the softdevice. However, when I also program the bootloader, the app gets stuck when initializing the softdevice. I can't see any error codes, I just see all the debug output that happens before ble_stack_init() and then nothing. The bootloader works fine as far as I'm concerned.
How can I go about this problem? Thanks for your help!
I'm using Eclipse + ARM GCC 7.2.1 , SDK15.0, S132 v6.0.0, NRF52832.
EDIT: Just to be clear, the bootloader does jump to the app normally. My app actually starts running and then it stops