Hi,
I am using this part as part of a CCS/C2000 project.
Not too familiar with the ADC calibration process, so I apologize ahead of time for my lack of understanding.
Currently this application is running under the debugger.
My understanding from the TMS320F28004x Piccolo Microcontrollers Technical Reference Manual:
From section 13.1.12 ADC Calibration - The boot ROM will call the calibration functions, so trim values should be initially populated without user
intervention.
As we are running under the debugger, my understanding is that I would need to call Device_cal() from my code to accomplish ADC Calibration during this development phase.
However this function "Device_cal()" does not appear to be available and comes up undefined by the Linker, nor do I see it defined in any header file.
I've seen other Form posts showing this function being called for just this purpose so I'm unsure where the disconnect is.
Additionally, if when booting from ROM, the part calibrates the gain and offset of the ADC, then typically additional ADC Zero Offset Calibration (section13.1.12.1) would not be necessary - is that correct?
Thank you!
Mark