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.

TIDM-02010: ADC Count

Part Number: TIDM-02010
Other Parts Discussed in Thread: TMS320F280025C,

Hi, 

 I wanted a clarification regrading ADC

While doing unit testing with TMS320F280025C launch pad, I wanted to see if the counts are correct.

MTR2_IU_ADCRESLT        (MTR2_IU_ADCRES_BASE + ADC_O_RESULT9)   ------ (1)

For the above code, 

ADC_O_RESULT 9 value is 3001 

and 

MTR2_IU_ADCRES_BASE value is 0x00000B00U whose equivalent decimal is 2816 

Therefor, 

MTR2_IU_ADCRESLT value = 3001+2816 

                                               = 5817

Is this value correct? Can anyone help me on this