Hi Folks,
Is it possible to reset/reboot/restart a device from code? E.g. if a detected error cannot be resolved except by restarting the device then call c_init00() or something...
Ta.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Toby,
There is not true software reset available in the F28xxx devices. You can accomplish this by triggering the Watchdog Timer in software. To do this you need to write the wrong key value to the WDCHK bits of WDCR. This is described in the System Control and Interrupts Reference Guide for your device.
Regards,
Gautam