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: Tms320f280049c

Other Parts Discussed in Thread: TMS320F280049C

Tool/software: Code Composer Studio

Am unable to enable adcb channels in tms320f280049c controller  will you tell me how to set acquisition period and trig select to enable adcb channel and adcc channel parallel

  • Hi Suraj,

    To also sample some channels on ADCB and ADCC you setup the ADC the same way as ADCA and use the same trigger as the ADCA SOCs.  This will cause the ADCs to convert in paralllel.

    You might have a look at the adc_ex1_soc_software.c example on the F2838x device for some ideas about this.