Hi,
I am using nRF52832 as the core of my device that works with battery. I have to keep the SoC powered on all the time. When the off push-button is pressed I restart the MCU using NVIC_SystemReset command and then at the beginning of the code I put the device (and all other components of the system) in power down mode. Therefore the NVIC_SystemReset command might be executed several times a day. My question is that deos NVIC_SystemReset do any harm to the MCU?
Vala