I am using nRF54L15 with Zephyr to measure voltage with ADC. In the struct adc_sequence there is a calibrate bool, but I am not sure what it does. What is the reference that the MCU do this calibration on?
I believe that the MCU has already a ADC calibrate value (or several values, due to temperature offset, ADC gain & offset error, ...) when it is tested at factory, and this value can be stored in the memory. Does the nRF54L15 have this value and can I get/read it from memory?