2023-02-06 04:58 AM
If someone has that information please share, better would be if you can point me to the documentation where I can found the information.
We are using the STM32F429ZI nucleo board.
Solved! Go to Solution.
2023-02-06 05:29 AM
An external I2C ADC? Which one?
The internal ADC?
If the board is running at 3V? voltageADC = 3.0 * measurementADC / 4096.0
2023-02-06 05:29 AM
An external I2C ADC? Which one?
The internal ADC?
If the board is running at 3V? voltageADC = 3.0 * measurementADC / 4096.0
2023-02-06 05:47 AM
yes sorry, I meant the internal ADCs.
thank you for the quick response.
2023-02-06 06:59 AM
Internal ADC over I2C?
What code?
hth
KnarfB
2023-02-06 08:16 AM
I applied the formula, and it works! We are using the I2C bus yes. Thank you Tesla
2023-02-06 08:33 AM
Maybe your MCU is running at 3.3V?
You can also measure Vdda by measuring the internal reference voltage Vrefint and extrapolate the result to get an estimate for Vdda. Details should be in the ref.man.
hth
KnarfB
2023-02-07 01:30 AM
Thank you. I found my error and it works fine now. Accuracy is within 5 mV. Not ideal but acceptable.