Having a little difference of ADC reading with STM32f446
Split from this post.
Thank you for your help, I didn't know this mode and it works well. I did a measure every 5s.
I use Timer1 for injected mode and timer3 for DMA mode.
I've just a little difference of measure. With the ADC, I have the following value : 944, that's to say (with ratio = 4), ((944 * 3.3) / 4096) = 0.7605 * 4 = 3.04V.
My sampling is 480cycles.(if I put only 3 cyles, the measure is lower (2.88V)).
Or with my multimeter, I have 3.20V.
