2022-12-09 10:27 AM
Hello,
Updated CubeMX as well as H7 libraries, and now see problems with clock configurator, as well as some LL function calls in system clock init has no definition !
STM32H743XI should have 480MHz clock...
And if we generate code, we get problems like this : (H7 V1110)
LL_PWR_EnableRange1BoostMode();
Error[Li005]: no definition for "LL_PWR_EnableRange1BoostMode"
Solved! Go to Solution.
2022-12-12 08:07 AM
Hello @Linas L ,
Solution :
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-09 10:44 AM
maybe .
but : which core voltage you choose? depending on this setting, max. clock is lower, see ds.
here for H743 (i use.)
2022-12-09 10:44 AM
3.3V.
2022-12-09 11:11 AM
no, core voltage settin ! this is vdd supply.
this :
2022-12-09 11:13 AM
nope, it's gone
2022-12-09 11:39 AM
you got the "update surprise" !
maybem they put it from RCC to elsewere , look in PWR, cortex_M7, ..
+
i use :
STM32CubeH7 Firmware Package V1.10.0 / 11-February-2022
+
CubeMX 6.6.1.
2022-12-12 08:07 AM
Hello @Linas L ,
Solution :
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-12 08:33 AM
Also please note of missing LL function :
LL_PWR_EnableRange1BoostMode();