Hi all,
I have a functional FW, which is running properly 99 % of the time.
But sometimes I have some RESET with RESETREAS register set to SREQ, but I'm not able to find the source of this reset !
I can reproduce similar case under debugger, with a breakpoint set to Reset Exception, but it's too late, I don't have the stack causing the issue : my stack is on the SoftDevice section (0x00008E4) and when I step on it, I end up into the "reset_handler" of my Bootloader.
So any hint to debug this case ?
I read that SREQ case is caused by (and only by ?) sd_nvic_SystemReset() or NVIC_SystemReset() calls. But I put breakpoint on them and never hit them...
Any help or link is welcome.
Thanks !