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.
Tool/software: Code Composer Studio
Dear Mr./Mrs.,
I am from China. Now we use TMS320F280041 for one project.
For using its EPWM trip-zone function, we config it to one-shot trip event and know the trip-zone signals TZ1 to TZ6 (also collectively referred to as TZn) are active low input signals in the datasheet, but we want to use falling edge instead of low level for triggering TZ .
Could you tell us how can implement this?
Thanks a lot!
Best regards!
Shao Jesse
Hello,
Since our project schedule is very tight, could you give us some advice for this issue?
Thanks a lot!
Best regards!
Shao Jesse
Hi,
I don't think it is possible to use the falling edge to trigger trip. PFB the description from TRM.
A minimum of 3*TBCLK low pulse width on TZn inputs is sufficient to trigger a fault condition on the ePWM module. If the pulse width is less than this, the trip condition may not be latched by CBC or OST latches.
Hi Shao,
One thing you may be able to consider is utilizing the GP*INV inversion capability to invert the signal between the device pin & the rest of the device (ie INPUT X-BAR or the GPIO mux).
Take a look at the figure labelled "GPIO Logic for a Single Pin" in this device's TRM.
This would then enable the TZ submodule of the ePWM to see the signal as an active-low signal, which is what it needs.
Thank you,
Brett