Part Number: CC2652R
Other Parts Discussed in Thread: CC2640
I found references for a hard and soft reset for CC2640, namely:
#define HAL_SYSTEM_RESET() *((uint32 *)0x40082270) = 1;
However, this doesn't seem to be working for my central device on the CC2652 hardware. Is this correct or is there another function? I am running into an insufficient memory error in SC_EVT_INSUFFICIENT_MEM and for the time being, I just want to reset the system while I trace the bug. Thanks.