This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R: Software reset from code?

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.