I am trying to calibrate the ADC peripheral (ADCA, ADCB, ADCC and ADCD) using the provided OTP calibration functions and the ADC_Setmode function. I am running this ADC calibration in CPU2 when CPU1 has finished initializing and gives CPU2 the OK to boot.
My problem is that I see the appropriate calibration data in OTP (TI_OTP_DEV_KEY_BF, 0x5A5A) in CPU1 but when I look at the OTP addresses in CPU2, all I see are 0XFFFFs.
What am I missing? Does CPU2 have access to the ADC calibration data in the OTP that I see through the Memory Browser in CCS?
Thanks