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.

[参考译文] 编译器:DRV-3205如何禁用看门狗。

Guru**** 2358060 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/motor-drivers-group/motor-drivers/f/motor-drivers-forum/638271/compiler-drv-3205-how-to-disable-the-watchdog

工具/软件:TI C/C++编译器

DRV-3205如何禁用看门狗。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好,

    通过设置WD_EN =0 (寄存器0x09,位0)可以禁用DRV3205监视器。

    要进入活动状态,请使用以下顺序:

    从EN开始=低
    1)设置EN = Hi
    2)设备进入诊断状态后,设置WD_EN = 0
    3)设置wd_fail_default = 0b101 (寄存器0x37,位2:0)
    4)通过SPI配置其它所需设置
    5)将DIAG_EXIT =1 (寄存器0x20,位4)设置为转换到活动状态

    如果您还有任何疑问,请告诉我。

    谢谢!
    Garrett