2020-03-26 12:49 AM
I'm using version STM32CubeIDE 1.3.0 on Linux.
I am developing a USB application, so I will need to use the external crystal.
The external clock (HSE) for STM32F103C8 microcontroller is disabled in STM32CubeIDE. However, I see that it is possible to program with an external crystal (can be found in Figure 2. Clock tree of the datasheet).
Could someone please tell if I have done something wrong.
Steps to check is quite direct:
-> Select STM32F103C8Tx microcontroller.
-> In the .ioc file, "Clock Configuration", the HSE region will appear disabled.
Thanks.
Solved! Go to Solution.
2020-03-26 06:07 AM
Enable the HSE in Pinouts & Configuration --> System Core --> RCC --> High Speed Clock (HSE) --> ...
2020-03-26 06:07 AM
Enable the HSE in Pinouts & Configuration --> System Core --> RCC --> High Speed Clock (HSE) --> ...
2020-03-26 06:13 AM
Thanks, I missed this initial step.