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.

CCS/TMS320F28335: TMS320F28335 EPWM GENERATION via varying Analog input on ADC pin

Part Number: TMS320F28335
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hi,

I want to get EPWM with the variation of analog signal at ADC pin input . Kindly suggest me some examples or the same.

Thank You.

  • Hi Saran,

    In short, are you looking for variation in PWM duty cycle with variation in ADC input? You can refer this example to get started with:
    C:\ti\controlSUITE\device_support\f2833x\v142\DSP2833x_examples_ccsv5\adc_soc

    Regards,
    Gautam
  • Saran,

    for an example of how to modulate the PWM you can look at <controlSUITE>\device_support\f2833x\v142\DSP2833x_examples_ccsv5\epwm_up_aq.

    You should be able to combine the example Gautam recommended along with the PWM example I provided to get a working solution.

    Regards,
    Cody