Does anybody have experience with changing sysclk prescalers on the fly?
Hello, working with STM32H742, I need 480 MHz in some parts of my code while on the other hand I need to save energy. That's why I came to think about changing D1CPRE and HPRE between (1, 8) and (8, 1) to (maximize , lower) sysclk while keeping the ...