2016-09-09 5:20 AM
Hey guys! I started a project in stm32cubeMX with my discovery board, and set the operating voltage to 3.3V but for some reason I always have 2.9V on my VDD pins. I tried supplying the board with an external 5V supply but result was the same.
It might seem trivial but I was planning on using the board's ADCs to automate measurements on some electronics so it messes up my plans quite a bit.2016-09-09 7:23 PM
There's a regulator and a diode, but most DISCO boards run at ~3V
2016-09-12 6:35 AM
2016-09-12 9:19 AM
Depends what options you discount. The circuit diagram would seem to offer a number of options to change the powering to the STM32 within the spec limits, starting with changing the regulator.
You are not going to be able to run the ADCs up to 5V, but I believe you could run the analogue/digital supplies up to 3.6V2016-09-13 12:49 AM
OK so it is possible but only through hardware changes. Thank you very much for your help! Appreciate it! :)