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.
Hi champs,
If we use Trip Zone submodule to force ePWM1A = Hi and ePWM1B = Low, there have no dead band between these two outputs, is this correct?
How can we handle ePWM dead band when using Trip Zone function?
Regards,
Luke
Yes the TZ module comes after the deadband module.
So you can definitely do it with CLB. 100%.
BUT if you want to do it with EPWM, maybe the valley switching delay feature:
Then use the DCEVTFILT to trip the other signal.
Nima
Nima,
Yes, valley switching delay will work for this case.
I think event filter should be another solution, for example we can use DCAEVT2 to trip ePWMxA and use DCEVTFILT(from DCBEVT2) to trip ePWMxB with event filter window delay, then we can do ePWM dead-band.
How do you think?
Regards,
Luke
I think both are possible options. I like the valley switching delay to see if we can delay the DCFILTEVT trigger.
Nima