我看的例程是 C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\HVBLDC_Sensored
里面的一个头文件f2803xhall_gpio.h有一段程序是这样的
在这段程序的最后v.EdgeDebounced 清零 ,而v.EdgeDebounced只有在HALL3_DEBOUNCE_MACRO(v)才被赋值,也就是说这段程序永远都执行不到else里去?
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.
我看的例程是 C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\HVBLDC_Sensored
里面的一个头文件f2803xhall_gpio.h有一段程序是这样的
在这段程序的最后v.EdgeDebounced 清零 ,而v.EdgeDebounced只有在HALL3_DEBOUNCE_MACRO(v)才被赋值,也就是说这段程序永远都执行不到else里去?
我看的是TI的例程 C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\HVBLDC_Sensored
但是我找遍例程的其他地方并没有对此赋值