3.11 DA Calibration Verification
Description
On supported boards (-AT boards), after performing a D/A autocalibration, you can verify the accuracy of the calibration. This function will return the offset and gain error of each range in LSBs.
The default D/A calibration tolerance for all boards is +/-2LSBs. In general autocalibration will result in errors of +/-1LSB or less.
Step-By-Step Instructions
Create and initialize a D/A auto-calibration settings structure (DSCDACALPARAMS).
Call dscDACalVerify and pass it a pointer to this structure in order to verify the D/A calibration of the board. The elements offset and gain of DSCDACALPARAMS will contain the error in LSB counts for D/A operations. Values of less than 2 are within tolerance.
Example of Usage for D/A Calibration Verification
Example of Usage for D/A Calibration Verification in Helios
Last updated