How can I configure my F446RE clock to run at 180 MHZ?
This continues to be a confusing topic for me. I am slowly beginning to understand how the MCU Clock Configuration tab works in CubeMX, but I could use a little clarity before I start tweaking all these values.
Here is my current clock configuration:
I have an 8 MHZ external clock connected to PH0 and PH1, which I entered into the HSE block.
Now, if I want my MCU to run at its max speed of 180 MHZ, which part of this clock configuration should I change?
I feel like all I need to do is change the HCLK value to 180, but looking at the diagram it appears that the HCLK is being fed by the SYSCLK, which is set to 16 MHZ. So would I also need to set SYSCLK to 180 MHZ? Or is there some magic clock multiplication occurring between the SYSCLK and the HCLK?
:grinning_face_with_sweat: