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.

ADC calibration function

Other Parts Discussed in Thread: TMS320F28379D, C2000WARE, CONTROLSUITE

Hi community,

What is the difference between the "F2837xD_Adc.c" file given in ControlSUITE and the "adc.c" in C:\ti\c2000\C2000Ware_2_01_00_00\driverlib\f2837xd\driverlib ? Can I use the "F2837xD_Adc.c" for correct calibration of ADC for TMS320F28379D ? Because is is easier to work with ControlSUITE files for me.
Regards

  • Jake,

    It is best to avoid using controlSUITE where possible. That package was deprecated and has not been updated for a few years now, which means that known bugs have not been fixed.

    You can find the up-to-date controlSUITE-equivalent "header" style support files in the device_support directory of C2000Ware: ~\C2000Ware_XXXX\device_support\

    -Tommy