I am working on an existing project based on the STM32H750 where I want to stop overheating by reducing the CPU frequency.Currently I use 400MHz and I want to lower it to 200MHz. I have peripherals (LCD and SPI flash) as well as timers (TIM1,2,5) tha...