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.

TMS320F280025: ADC sampling fequency

Part Number: TMS320F280025

Can anyone help out on how to calculate ADC sampling frequency. I need this value to provide it to the hardware team.

  • Hi Mohana,

    Please refer to "ADC Timing Diagrams" section of the datasheet or TRM.

         1.) Determine SH (sample and hold) time.  This is (ACQPS+1)*(1/SYSCLK).

         2.) From the "ADC Timings" table, note ADC prescale used in ADCCTL2 and determine corresponding tLAT from the list in SYSCLK cycles. For instance, if SYSCLK is 100MHz and ADC prescale used is 2, which means ADC CLK will set set at 100MHz/2, or 50MHz, then tLAT will be 23 SYSCLK cycles from the table.  Conversion and latency time will be tLAT*(1/SYSCLK)

         3.) Total conversion time will be SH + tLAT*(1/SYSCLK).  Sampling frequency will be the reciprocal of total conversion time.

    Regards,

    Joseph