Resolved! STM32 setting AHB clock speed goes into infinite loop in HAL_RCC_ClockConfig
Hey everyone! I'm trying to decrease the clock speed of TIM3 on my STM32L452RET6 (NUCLEO-L452RE) and i've run into issues. I think i figured it out already but I just don't understand why the problem is. My clock tree looks like this in CubeMX:With t...