Hi dialog,
I am learning about XTAL trimming to get a accurate 16M clock, from UM-B-041 page 90, Table 64 it state that
"The QSPI Flash address where the XTAL trim value will be written. Default value is 0x0008F000"
but when try to found the related code about reading that address, I find a comment in dsp_defaults.h in Production Line Tool Firmware said
“减少寄存器的值基于“增大化现实”技术e not anymore taken from the Flash."
so, now the only way to set the trim value is either hard code to the project or burn to OTP ?
please clarify this inconsistent between Production Line Tool firmware and DA1458x/DA1468x Production Line Tool datasheet, thank you.
Device:
Hi andoridfm2013,
The values of the trim registers were saved into the SPI Flash in the DA14681-00, which is a quite old version. In the newest chips, DA145681-01 and DA14683-00, this is not supported. The values of the trim registers saved into the OTP memory and not into the SPI Flash
Thanks, PM_Dialog