请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
部件号:DRV2605EVM-CT 主题中讨论的其他部件: DRV2605
此定义在Devkit中不正确,
#Define BlankingTime_Long (0x06)
3 <<2应为C
#Define BlankingTime_Long (0x0C)
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.
此定义在Devkit中不正确,
#Define BlankingTime_Long (0x06)
3 <<2应为C
#Define BlankingTime_Long (0x0C)
在DRV2605EVM-CT_REVA_Firmware_1v0中
DRV2605.h
第293行
#Define BlankingTime_VeryShort (0x00)
#Define BlankingTime_Short (0x04)(定义空白时间短)
#Define BlankingTime_Medium (0x08)
#Define BlankingTime_Long (0x06)
BlankingTime_Long不正确。
3 << 2是C而不是6