Closed
Description
I want to be able to sent a reset command over serial to perform a controlled full system reset (both cores, all peripherals etc) from software, to put the device in a known state. I was trying to find something in the SDK or examples to reset the chip, but came up short. Is there such a thing? If not, how could it be implemented? The closest I could find was reset_usb_boot
, but I just want to restart the currently running program.