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.

TMS320F28035: ADC format for software

Part Number: TMS320F28035
Other Parts Discussed in Thread: C2000WARE

HI Can i know how to read the value on ADC with software as mentioned on datasheet.

is there a sample code with software trigger instead of EPWM.

Thanks

  • We don't have an example like that for the F28035, but there is one for the F2807x called adc_soc_software that might help. The ADCs are different, but they both follow the same principle of setting the flags in ADCSOCFRC1 to force the corresponding SOCs.

    device_support\f2807x\examples\cpu1\adc_soc_software\

    Whitney

  • Sagar,

    The AdcConversion() function in ~\C2000Ware_XXXX\device_support\f2803x\common\source\DSP2803x_Adc.c uses a software trigger to kick-start a self-triggering conversion loop.

    -Tommy