Hello,
I have a situation where I would like to reset the MCU (nRF52832) under Zephyr. For the most part I use ```sys_reboot(SYS_REBOOT_COLD)```. However, I would need a different kind of reset. Essentially, I would like to reproduce the "nrfjprog --pinreset" command. Is there a way to do that from the C code?
Thank you for any help.z
Best regards,