Associate
June 12, 2022
Solved
Bugs in LL driver for STM32H743
- June 12, 2022
- 1 reply
- 923 views
MCU:stm32h743vih6 rev.v
STM32CubeMX Ver:6.4.0
Configuration: HSE 16MHz, 480MHz cpu core frequency, system clock mux=pllclk(480MHz), HPRE Prescaler=4.
Project manager -> Advance Settings -> Driver Selector -> GPIO/RCC/CORTEX_M7 all set to LL.
Bug: mcu will runaway in SystemClock_Config() ->
line 145: LL_RCC_SetAHBPrescaler(LL_RCC_AHB_DIV_2);
Also, I have attached the .ioc file
Please help to confirm, thanks!
