2022-11-29 05:04 PM
Hi,
I have just updated to CubeMx 6.7 and now my stm32H755 nucleo board shows error while setting to 480MHz. I'm pretty sure that this board can run this fast before.
Did the new CubeMx break clock config feature for H7 devices?
There is also this crazy aliasing issue with the UI refresh while I move the mouse to select the option. Does anyone know how to get rid of this?
Thank you.
Solved! Go to Solution.
2022-12-01 03:30 PM
To get 480 MHz, go to the RCC parameters and check that the product revision is "V".
For some reason the default is "Y".
Then set the power regulator voltage scale to 0.
2022-12-01 02:23 PM
Hello @Community member,
Thanks for bringing this issue to our attention. I reported it to our STM32CubeMX team.
Internal ticket number: 140578 (This is an internal tracking number and is not accessible or usable by customers).
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-12-01 03:30 PM
To get 480 MHz, go to the RCC parameters and check that the product revision is "V".
For some reason the default is "Y".
Then set the power regulator voltage scale to 0.
2022-12-01 05:36 PM
@Pavel A. Awesome! That tweak did the trick for the clock. Thank you.
2024-05-17 07:36 PM
Thanks for the heads up on the RCC setting bug!