Hello, where algorithms to compensate for dead band? they need to foc?
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.
Hello, where algorithms to compensate for dead band? they need to foc?
Hi,
Algorithms? Could you please be more specific?
It's just delay in clock cycles, just like you set the PWM comperator in clockcycles.
CMPA = _iq16mpy( _IQ16_PWMDUTY , ( _IQ16_PWMPERIOD -_IQ16_DEADBAND ) ) >>16;
with:
_IQ16_PWMDUTY from _IQ16(0.0) to _IQ16(0.9999)
_IQ16_PWMPERIOD as _IQ16(999.0) for 1000 cycles
_IQ16_PWMDEADBAND as _IQ16(2.0) for 2 (leading) deadband cycles
Something like that?
Aleksandr,for more info -
I would like you check this link: http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/283105/1017150.aspx
Regards,
Gautam