Part Number: MSPM0G1506
Other Parts Discussed in Thread: MSPM0G3507
Hi Team,
My customer found if call DL_DAC12_startCalibration, the DAC performace get better. Even if they don't read and use CALDATA.
But from this E2E, they should use CALDATA after DAC Calibration. We don't know why DAC performace get better.
__STATIC_INLINE void DL_DAC12_startCalibration(DAC12_Regs *dac12)
{
dac12->CALCTL =
(DAC12_CALCTL_CALON_ACTIVE | DAC12_CALCTL_CALSEL_SELFCALIBRATIONTRIM);
}
- Could you help explain CALSEL bit function? TRM don't explain how to use this bit.
- what the relationship of CALSEL and CALON bit? There is some infomation about CALON , and tell user how to do offset calibration in TRM 19.2.11 DAC Output Amplifier Offset Calibration. But in our driverlib, why we set DAC12_CALCTL_CALSEL_SELFCALIBRATIONTRIM?
