NAMote72 ARM_GCC blinky failure

18 Oct 2016

I have built mbed-os-example-blinky with MOTE_L152RC as the target and ARM_GCC (Arm Embedded) toolchain.

Debugging in eclipse using openocd indicates that SVC_Handler fails to call svcDelay()

SVC_Handler reads a null PSP which ultimately results in the WWDG (watchdog) default handler being called.

Any debug suggestions?