Tool/software:
Hi,
In the F2837x TRM, section 11.11 ADC Calibration, it is stated that CPU1 must apply trim data for the ADC and other analog circuits.

Does this mean that when operating the ADC or DAC from CPU2, CPU1 must initialize and calibrate the circuit before transferring ownership to CPU2 using the CPUSELx bits?
Looking at TI's F2837x multicore example (device_support/dual/adc_epwm), CPU1 transfers ownership of the ADC circuit to CPU2 by manipulating the CPUSELx bits. Then, in the CPU2-side code, the AdcSetMode() function is called, followed by ADC power-on (modifying the ADCPWDNZ bit).
Since the AdcSetMode() function appears to include code for applying calibration data, I would like to confirm whether handling this calibration process on CPU2 is acceptable.
Thanks and regards,
Sang-il