2023-06-03 01:08 AM
2023-06-03 01:44 AM
Hi @RLanz.2 ,
The HAL_NVIC_SystemReset does not require to disable the interrupts. This reset is specific on Cortex M33 processors, it writes the value 0x5FA to the VECTKEY field in the AIRCR (Application Interrupt and Reset Control Register) which will reset the device.
Best
Aime