How to perform software reboot? [solved]

Hi @the_root_of_matt,

The core can be reset in software, like this,

USB_Cable_Config(DISABLE);
NVIC_SystemReset();

but I'm not sure that's what you are asking.

Could you provide more details, such as where is your logged data stored? What are the details of your setup that need reinitializing?

If you want to do a factory reset from software, see this thread:

1 Like