Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: TI C/C++ Compiler
In the TSMF28377S DSC, are present the ADC Calibration function, but we have noticed in the DSC documentation that:
cit.
During the fabrication and test process, Texas Instruments calibrates the gain, offset, and linearity of the
ADCs and the offset of the buffered DACs. These trim settings are embedded into TI reserved OTP
memory as part of C-callable functions.
The C-callable functions are not always present in the chip, but we want avoid dead code: are this function calls actually necessary? Can we always ignore these functions,using the ADC without issue?
Thank you,