SNVU851A November   2023  – January 2024

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Top View with Basic External Connections
  5. 2Input, Output Voltages, and Load Current Requirements
  6. 3Jumpers and Connectors
    1. 3.1 Test Points
  7. 4Getting Started
    1. 4.1 GUI
    2. 4.2 GUI Installation and Working with GUI
  8. 5Watchdog Configuration
  9. 6Schematics, Layout and BOM
    1. 6.1 Schematic Diagram
    2. 6.2 PCB Layer Diagram
    3. 6.3 Bill of Materials
  10. 7Revision History

Watchdog Configuration

This section provides the basic overview of the I2C based Q&A watchdog algorithm implemented on the EVM. Please refer LP87725-Q1 device data sheet for more detailed information about device watchdog functionality. The watchdog requires specific answers from the host MCU in specific time intervals to detect correct operation of the MCU. On the EVM, MSP432 MCU is used as a host MCU.

During operation, the device provides a question for the MCU and the MCU calculates the required 32-bit answer. This answer is split into four answer bytes: Answer-3, Answer-2, Answer-1 and Answer-0. The MCU writes these answer bytes one byte at a time into WD_ANSWER[7:0] from the I2C.

A good event occurs when the MCU sends the correct answer-bytes calculated for the current question in the correct watchdog window and in the correct sequence. This sequence is visualized in Figure 5-1

A bad event occurs when one of the events that follows occur:

  • The MCU sends the correct answer-bytes, but not in the correct watchdog window.
  • The MCU sends incorrect answer-bytes.
  • The MCU returns correct answer-bytes, but in the incorrect sequence.

GUID-20240109-SS0I-VTT6-PH2F-JVVJSXLLZNZN-low.svg Figure 5-1 Watchdog Sequence in Q&A Mode

In GUI, there are two sections in configuration tab for watchdog configurability. Figure 5-2 illustrates the watchdog validation section in GUI, where the delays between the WD Answers can be configured and watchdog status for different interrupts and errors can be observed. And if required status can be cleared through clear buttons available next to the each status. In the other watchdog configuration section, watchdog can be enabled or disabled along with other watchdog configurable parameters as shown in Figure 5-3 . For further information on watchdog configuration, refer to the data sheet of LP87725-Q1 for watchdog section.

GUID-20231120-SS0I-JDKQ-WQZW-XQT4WNNM2TMX-low.svg Figure 5-2 GUI Watchdog Validation Configuration
GUID-20231120-SS0I-V969-3KR3-DPBQQP1PCRXF-low.svg Figure 5-3 GUI Watchdog Configuration