This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler: DRV-3205 how to disable the watchdog。

Tool/software: TI C/C++ Compiler

DRV-3205 how to disable the watchdog。

  • Hello,

    The DRV3205 watchdog can be disabled by setting WD_EN = 0 (register 0x09, bit 0).

    To enter the ACTIVE state, please use the following sequence:

    Starting with EN = Low
    1)Set EN = Hi
    2)Once device enters the DIAGNOSTIC state, set WD_EN = 0
    3)Set WD_FAIL_DEFAULT = 0b101 (register 0x37, bits 2:0)
    4)Configure other desired settings via SPI
    5)Set DIAG_EXIT = 1 (register 0x20, bit 4) to transition to ACTIVE state

    Please let me know if you have any further questions.

    Thanks,
    Garrett