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.

CC1312R7: CC1312R7

Part Number: CC1312R7

Hello, I am using cc1312R7 MCU

I need to do a warm reset that does not halt the debugger (TI XDS).

I used the register command HWREG(NVIC_APINT) = NVIC_APINT_VECTKEY | NVIC_APINT_SYSRESETREQ; 

but this halt the debugger and also did a hard reset.

In the past, I run my product on ST stm32f103 with jlink

I used the function NVIC_SystemReset(); it works !! 

please help

thanks

kedma