Hi,
I suppose that the ADC calibration data is from application code, I think this is workaround.
You can do calibration and after the calibration, you can save the calibration data to a SRAM in debug mode or whatever, then record or copy the calibration data. You can create a new project, declare the a constant array which is initialized with the calibration ADC data, in the new project, you can read the constant data and write them to ADC register.
Hope it can help you
BR
XiangJun Rong