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.

AND/OR logic operations on PWMs

Other Parts Discussed in Thread: CONTROLSUITE

 Can someone please help me to do AND/OR logic operations on PWMs

We can get different PWM through different PWM module, can we perform logic operations between two PWM and get the result out through a pin...?

  • Amit,

    Unfortunately, I don’t believe that the ePWM has built-in support for logic operations. You may try writing code to do these logic operations of the PWMs and have conditional statements using that result to generate the desired PWM on a different pin.

    If you haven’t already, I recommend learning more about the PWM by reading through the ePWM chapter in the TRM and looking at ePWM ControlSUITE examples at controlSUITE\device_support\f2833x\v141\DSP2833x_examples_ccsv5

    Elizabeth