STM32CubeIDE has disabled external crystal selection for STM32F103C8 microcontroller.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
Bug-report
-
RCC
-
STM32CubeIDE
-
STM32F1 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-26 6:07 AM
Enable the HSE in Pinouts & Configuration --> System Core --> RCC --> High Speed Clock (HSE) --> ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-26 6:07 AM
Enable the HSE in Pinouts & Configuration --> System Core --> RCC --> High Speed Clock (HSE) --> ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-26 6:13 AM
Thanks, I missed this initial step.
