STM32H750 rev V. SystemClock_Config using LL driver
Hello,
I have met an issue regarding STM32H750 revision change. Originally we used old MCU package v1.5.0 which is not compatible with revision V. It fills wrong value into RCC_HSICFGR register and HSI runs on wrong frequency then. This was fixed in newer MCU packages using HAL but I have found that there probably still is a bug when using LL driver. In SystemClock_Config() there is a line which does not seem to be correct
LL_RCC_HSI_SetCalibTrimming(32);I would also ask why MCU packages even set this register when it is on correct value after reset?
best regards
Jan
