Hi all.
My product locks up after a certain amount of time.
To resolve this, i need to debug it. Since it's a makefile project, i need to convert it to SES.
The project is a multiprotocol one. Combining Openthread with BLE.
I've started from an example, which i expanded upon.
So i've ported the includes and the defines over from the makefile to the SES project.
I've got it to compile, but the SVC_Handler() keeps getting called. This is called from the sd_softdevice_enable functioncall.
Normally it's crystal related. But my original makefile project works without an issue on this hardware, so i know for a fact that the crystal is okay.
The softdevice file is added to the extra file loading on debug, so the softdevice does get flashed inside the chip.
I've tried multiple RAM configurations and tried changing the OT_DATA location. But no improvement.
Any thoughts as to what could be the problem ?
Kind regards