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.
使用TMDSVMTRINSPIN开发板,F2806X ISO controICARD加载Lab1程序,无PMW波,报Error:unresolved location: unknown Reg ID 0x2。请问大神如何解决?
看下程序初始化是PWM是使能还是禁止的:如果是禁止的则改下函数:
// disable the PWM
// HAL_disablePwm(halHandle);
改为:
HAL_enablePwm(halHandle);