Part Number: MSP430F249
We are using msp430f249 chip in one of our products and hardware watchdog functionality is enabled. When simulated the watchdog works fine( we tried with some infinite while loop and watchdog is able to reset the chip) . We see that in certain condition the chip freezes and stops working (LED blinking is enabled to see the status of Firmware, which stops working) and watchdog fails to reset the module. We are trying to understand why this happens ?
When reset is initiated via the microcontroller reset PIN, then the chip resets and works fine.
Questions Below:
1. Under what conditions the watchdog fails to reset the module ?
2. What is the difference between watchdog initiated reset reset initiated by RST/NMI pin?