STM32H745/755 clock setup with LL libs doesn't work properly (CubeMX)
Hi guys, I tried to setup frequencies for cores to max which is possible. The code for LL was generated, compiled, but the actual frequency of core M7 (480 MHz) looks much lower than 480 MHz. LL generated codevoid SystemClock_Config(void) { LL_FLAS...