但是F280X_HALL3_Next_State_Ptr(p)函数执行的条件是EdgeDebounced不等于0,而EdgeDebounced只有在EdgeDebounced==0的条件下才能进入F280X_HALL3_Debounce()函数对EdgeDebounced进行赋值。if (p->CapFlag==0) // NO_EDGE_DETECTED: No hall signal edges detected on ECAP1-3 (bits 0-2) { p->CmtnTrigHall…
Other Parts Discussed in Thread: MCT8316Z 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/motor-drivers-group/motor-drivers/f/motor-drivers-forum/1113206/mct8316z-ocp-related-triggered-fault-condition 器件型号: MCT8316…
Other Parts Discussed in Thread: SK-AM62B 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1301265/sk-am62b-pin-control-cannot-set-pin-with-pull_up 器件型号: SK-AM62B
大家好!…
Other Parts Discussed in Thread: TDC7201 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/961190/tdc7201-zax-evm-about-trigger-signal 器件型号: TDC7201-ZAX-EVM 主题中讨论的其他器件: TDC7201 我安装了…
Johnson Chen1 你好。
在BLDC3_1 Hall例程的HALL3_Read函数中有下面一段代码,由于在最后一行把EdgeDebounced赋值为0,那么else后面的代码永远都执行不了,请问这如何解释呢?
if (p->EdgeDebounced==0) // If motor has not moved then debounce current position. { F281X_EV1_HALL3_Debounce(p); p->CmtnTrigHall = p-…