2021-02-27 02:58 AM
Clock error cubeMX 6.2.0
STM32H755iit STM32H7
STM32CubeMX - STM32 Device Configuration Tool
Version: 6.2.0-RC3 Build: 20210219-1602 (UTC)
STM32Cube FW_H7 V1.9.0
STM32CubeIDE - C/C++ Embedded Development Tools for MCU
Version: 1.6.0.202101291314
I cannot set the source clock frequency to 480 Mhz
cubeMx gives an error message: "Frequentcy searched for is out of range for this VOS range"
However, the VOS0: scale0 is normally set at 480/240 Mhz
It works with cubeMx 610.
Solved! Go to Solution.
2021-03-02 12:23 AM
I have found the reason about this problem:
The RCC Power Regulator Voltage Scale is default : Scale 3 !
I have set this to scale 0, and its works
2021-02-28 10:55 PM
Hello @Hans T
Could you please share your ioc file to check the problem ?
Thanks, Khouloud
2021-02-28 11:31 PM
yes,,I have send you the IOC files PM
2021-03-02 12:23 AM
I have found the reason about this problem:
The RCC Power Regulator Voltage Scale is default : Scale 3 !
I have set this to scale 0, and its works