Hi,
I am facing problem in software reset for the MSP430F5659 controller.
Please can any one help me in soft reset so that all my hardware restarts with proper reset state.
I tried jumping to reset vector -> ((void (*)())0x0FFFE)();but not working
tried WDTCTL = 0; not working
tried jumping to main routine but not working
Please any one guide me i doing soft reset?
Nitesh