Hello,
Am working on F28035 standalone mode, using PM_Sensorless project in DRV8312-C2-Kit. My standalone mode seems it is working fine, but When i run from the debugger, driver reset error is happening because of the ePWMA AQCTLA initialization.
when i reach /* Init Action Qualifier Output A Register for EPWM1-EPWM3*/ \
EPwm1Regs.AQCTLA.all = AQCTLA_INIT_STATE; \ this part of code in Init_PWM_Macro, am getting driver reset error.
1. why reset is happening in initialization stage itself?
2. am using up-down count mode means AQCTLA_INIT_STATE = 0x60 ---CAU-set and CAD-reset
thank you