2020-12-06 10:46 AM
With STM32CubeIDE there is only one option to configure HSE clock, i.e. BYPASS Clock Source, how to configure a crystal resonator?
2020-12-06 01:55 PM
Hello
As i can see from Datasheet for LQPF32 there is not any OSC_OUT pin ,
STM32CubeIDE gives only this option because the absense of OSC_OUT pin ,
2020-12-07 01:13 AM
Hi @mgrnr80
You can refer to STM32G030x6 datasheet DS12991 Rev 3 table 12 Pin assignment and description.
For LQFP32 package you can only use HSE in bypass mode but with LQFP48 package you can use HSE crystal mode.
Also, you can refer to reference manual RM0454 Rev 5 section 5.2.1 HSE clock
Please mark my answer as best by clicking on the "Select as Best" button if it fully answer you question. This will help other users to find it more quickly.
Bouraoui
2021-09-09 08:27 AM
Am I missing something? According to STM320G0x6 datasheet there's OSC32_IN(PC14) and OSC32_OUT(PC15) pins.
So, how can't we configure HSE clock?
2021-09-09 08:55 AM
> OSC32_IN(PC14) and OSC32_OUT(PC15) pins
These are related to LSE, not to HSE.
JW