2023-05-15 01:23 AM
I am using stm32f303re nucleo board, I apply a voltage of 3.3 volts directly to the adc2_in2 analog pin of the stm32f303 microcontroller. My adc resolution rate is 12 bits and the value I read is around 3975. this causes me to get wrong results, why does it do this? Why can't I read properly with the 446re but not the 303?
Solved! Go to Solution.
2023-05-15 04:53 AM - edited 2023-11-20 05:31 AM
call ->
is this :
2023-05-15 01:28 AM
2023-05-15 02:32 AM
Did you perform ADC calibration as outlined in the RM?
JW
2023-05-15 03:02 AM
How do i calibrate?
2023-05-15 04:53 AM - edited 2023-11-20 05:31 AM
call ->
is this :
2023-05-15 06:45 AM
it is work. thank you so much.