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.

无刷直流电机HVBLDC_Sensored疑问

Other Parts Discussed in Thread: CONTROLSUITE

我看的例程是  C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\HVBLDC_Sensored

里面的一个头文件f2803xhall_gpio.h有一段程序是这样的

在这段程序的最后v.EdgeDebounced 清零 ,而v.EdgeDebounced只有在HALL3_DEBOUNCE_MACRO(v)才被赋值,也就是说这段程序永远都执行不到else里去?