2021-11-04 08:09 AM
I have two STM32H7 designs
- Clock Resolver always seems to always choose lower MHz like 120 or 64MHz
- I tried a new blank project but gives same limits, so doesn't seem to be a module I'm using.
- Entering 480 at "480 MHz max" or 240 at "240 MHz max" gives a popup="Frequency is out of range for this VOS range"
- Starting at left and keeping everything clean ends up with 480MHz at "480MHz max" highlighted as error - why? Hovering over it says "D1CPRE clock frequency must be <=300MHz", but works OK on my first H7 project with 480MHz/240MHz.
What am I doing wrong, or is there a bug in MX?
Paul
Solved! Go to Solution.
2021-11-04 08:49 AM
> Frequency is out of range for this VOS range
Go into RCC and set VOS range to 0 in Power Parameters.
2021-11-04 08:49 AM
> Frequency is out of range for this VOS range
Go into RCC and set VOS range to 0 in Power Parameters.
2021-11-04 10:19 AM
Thank you TDK.
Looks like the defaults changed for VOS since first project was created, something else for us to study :)
Paul