I used the example sketch "CorrectADCResponse" with 10 bit and get the Correction of (0,0). Then I used the following lines: ``` // Set default correction values and enable correction analogReadResolution(10); analogReadCorrection(0, 0); ``` And then the NANO 33 IOT is not able to measure anything! [Read_ADC_Example.zip](https://github.com/arduino/ArduinoCore-samd/files/6079082/Read_ADC_Example.zip)