Tool/software: TI C/C++ Compiler
Hi All,
we are using a custom bootloader in our device and we want to be able to reset the running device to the bootloader. I wanted to use a modified ExitBoot method from the Boot ROM which I am already using to enter the application from the bootloader. Then I realized that this method is not feasable since we are using locking of registers which wouldn't be unlocked this way.
In the past we were using the WD to trigger a full reset with the F28069 but I hope there would be an alternative solution to that. Otherwise it wouldn't be able to detect a watchdog which really occured in the last run of the application to handle some error logging. Is there a usual way how to do a software reset?
Best regards
Wolfgang