2025-12-29 8:14 PM
We are using STM MCU MPN : STM32U375VGT6Q for one of our new projects, we are currently using HSE External 16 MHz crystal for system clock.
We are trying to configure the STM32U375 MCU to run at 96 MHz using an HSE external 16 MHz crystal. In STM32CubeMX, we are unable to find the PLL option sourced from HSE in the clock tree on the Clock Configuration page.
Could you please advise us on below points:
2025-12-29 8:58 PM - edited 2025-12-29 9:05 PM
Wow, they really make this one confusing. There is no PLL on this chip like the ones on other families with customizable PLL multipliers and dividers. The clock tree accurately reflects this. Seems if you have 16 MHz crystal, it will auto calibrate per the reference manual.
Here's the bit you need to set:
Doesn't seem to be a way to do that in CubeMX. Not everything is clickable. Might need to add this yourself.
Edit:
Here's an example which uses LSE as the input/sync. Modify that to use HSE instead: