Cannot set the maximum CPU frequency for STM32H743ZIT to 480 MHz
Hi,
I have migrated an old project of mine based on STM32H743ZIT MCU from
STM32CubeIDE v1.5.1 to v1.11.0. When I opened the IOC configuration, the clock configuration showed an error stating that I could not set the CPU clock to a value greater than 200 MHz despite the MCU supporting 480 MHz. This exact configuration worked on CubeIDE 1.5.1 The error that I get is:
D1CPRE clock must be <= 200 MHz
Here is a snapshot of my clock configuration.
So I started another empty project based on STM32H743ZIT MCU in Cube IDE 1.11.0 to test if this issue is due to the migration of the project, however, I found that I still have the same error there. I searched ST Community and I found some people have reported the same problem/bug:
https://community.st.com/s/question/0D53W00001B11UhSAJ/stm32hz-mx-clock-configuration-480mhz
Based on the discussion in the previous questions, the solution to their problem was to change the VOS value in the RCC Power Estimation which I do not have in my configuration. Here is a snapshot of what I see:
So is there a bug in the latest CubeIDE? How can I solve this issue or shall just ignore it and make CubeMX generate the code?
Thanks.

