Hi,
1. Can you please let me know can I do "AND" or "OR" operations between Epwm output pulses?
2. How to generate rising edge pulse in F28335?
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.
Hi,
1. Can you please let me know can I do "AND" or "OR" operations between Epwm output pulses?
2. How to generate rising edge pulse in F28335?
Thanks,
Hi Swami,
swami yedi said:1. Can you please let me know can I do "AND" or "OR" operations between Epwm output pulses?
Do you mean Logical operations between PWM channels? If yes, not directly possible.
swami yedi said:2. How to generate rising edge pulse in F28335?
Can you brief us more on this? Do you want to generate PWM signal on external rising edge signal or the same?
Regards,
Gautam
Hi Gautam,
1. How to do logical operations between PWM outputs?
2. From epwm output I want to generate rising edge pulse of fixed width.
Thanks,
Swami,
You can configure the PWM to output a high pulse of a fixed width. If you would like it to appear with a regular frequency you should configure TBPRD to match that period. The pulse width can be configured by using one of the compare registers.
The full details can be found in the ePWM UG.
Regards,
Cody