Part Number: TMS320F280039C
hello
how can i turn off the EPWM from the software and turn it back on please tell me how with the api that is used, thanks
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.
Part Number: TMS320F280039C
hello
how can i turn off the EPWM from the software and turn it back on please tell me how with the api that is used, thanks
Hello Mahmoud,
There are multiple ways you could SW force your EPWM. You can refer to epwm.h file what fits best for you.
A simple example for AQ continuous SW force action:
EPWM_setActionQualifierContSWForceAction(uint32_t base,
and if i want to turn it back on i should replace EPWM_AQ_OUTPUT_LOW with EPWM_AQ_SW_DISABLED ?