Hi,
I need to trigger a software reset for the msp430f5.
I dont want to use the WDT to do it.
I retrieve the reset reason from the SYSRSTIV register after restart in the preinit.c and I dont want to have intentional reset coupled with WDT or other unintentional reset causes (how can I trigger a DOPOR or DOBOR)
Thanks,