Part Number: TMS320F28379D
hi,
in this step of my project I only want to measure the output voltage of my circuit through ADC module.
which one of the following samples can I use, which I do not deal with much details?
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: TMS320F28379D
hi,
in this step of my project I only want to measure the output voltage of my circuit through ADC module.
which one of the following samples can I use, which I do not deal with much details?
Hi ParisaSA,
Actually a good place to start might be the C2000 workshops, in particular the sections about the ADC and ePWM:

After that, the adc_soc_epwm example is a good place to start for ePWM driven ADC sampling and epwm_up_aq is probably a simple example to see the ePWM parameters being changed in an ISR. Once you understand both you can either add ADC sampling to the ePWM example or ePWM modulation to the ADC example.