Part Number: MSP430FR5959
Tool/software: Code Composer Studio
dear sir,
we are using msp430fr5959 controller and i want to implement watchdog function on our existing code in such a way that if my code gets stuck somewhere then watchdog occur and it will start execute from beginning but selected variables should not be reset. it should retain the value. So that end user doesn't know about watchdog implementation.
So how can i implement this on my code..?