Hi Expert,
Is there sample code for reboot or reset?
How to do reboot or reset?
Thanks
Daniel
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 Expert,
Is there sample code for reboot or reset?
How to do reboot or reset?
Thanks
Daniel
The TMS570LC43x 16/32 RISC Flash Microcontroller Technical Reference Manual (Rev. A) shows the option of generating a Software Reset:

The following should cause a Software reset (haven't tested it):
#include "HL_reg_system.h"
void generate_software_reset (void)
{
systemREG1->SYSECR = 0x00008000;
}