I have a question regarding AB1805 (AM1805) XTAL calibration (sec 5.9.1 in their manual). Seeing as this IC is commonly used in Particle designs, perhaps you could help me understand this calibration. Is this something that should be performed per unit, per batch or per design? I was looking at how its setup for the tracker som in the device os (6.2.0) and there is a call in hal/src/tracker/am18x5.h
xtOscillatorDigitalCalibration(HAL_PLATFORM_EXTERNAL_RTC_CAL_XT);
where HAL_PLATFORM_EXTERNAL_RTC_CAL_XT appears to be -45 in hal/src/tracker/hal_platform_config.h, so it appears to be a per design type calibration, is this correct?