Hello
I have an application running which boots up fine.
I've written a bootloader which boots up first, and then jumps into the application including softdevice.
So the application works without the bootloader. If i jump into the application from the bootloader, the application freezes at the thread_init function.
I suspect it to be the otSysInit function.
The bootloader device uses the app_timer instance, which initializes the RTC.
Because i think it's something related with the clocks that messes up the thread initialization process, but i'm not sure.
Any thoughts ?
Kind regards