Hi @jeremyzhou ,
i am working imxrt1050 SDK ADC SAR interrupt example, Software trigger is enabled with resolution of 12bit and Reference voltage of 3.3v
ADC1 channel 0.
That means 3300/4096=0.85mv/count. i.e when i give a input signal of 0.85mv i get adc count as 1
I gave input of 1mv from calibrator theoritically i am suppose to get 1.24 counts, so practically 1 or 2 as adc counts.
but each i time i run the code, i am getting 1,2,128,69,78,23,...etc counts.
Please let me know what has to been done to get accurate counts? even for higher mv..i am getting lot of variations.
Thank you