SSDA008A July   2025  – August 2025 MSPM0C1103 , MSPM0C1104 , MSPM0L1306

 

  1.   1
  2. Description
  3. Required Peripherals
  4. Compatible Devices
  5. Design Steps
  6. Design Considerations
  7. Software Flowchart
  8. Application Code
  9. Results
  10. Additional Resources
  11. 10E2E
  12. 11Trademarks
  13. 12Revision History

Design Steps

  1. Initialize the timer. Configure timer mode as one-shot down counting and enable the interrupt.
  2. Determine the watchdog timeout window. This parameter is the starting point for deciding the dog feed frequency. In this example, we choose the watchdog timeout window = 1s.
  3. Determine the output valid voltage. This parameter is to connect monitored device reset pins. In this example, we choose the reset valid voltage is low. In this case, when feeding fails, the M0 is going to output low level signal.
  4. Configure the timer clock frequency. The equation Fclock= Sysclock/Timer clock prescaler* timeout.
  5. Set watchdog-triggered signal, which is the flag to decide whether to start the watchdog function.