STM32C0 - use internal oscillators
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-04-10 10:51 PM - last edited on 2025-04-11 12:28 AM by Andrew Neil
Hi all,
i have selected the MCU STM32C051G8GU6 as the main controller of the RFID system and i am trying to use the MCU without using any external crystals or oscillators, can anyone please guide me how to use the internal oscillators.
Thanks in advance
- Labels:
-
STM32C0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-04-11 12:22 AM
Easiest way would be to just get CubeMX to configure it for you.
Even if you don't end up using the generated code in your final project, it will show you everything that needs to be done.
Otherwise, you will have to study the Reference Manual - that will have all the details of clock configuration, etc.
https://www.st.com/en/microcontrollers-microprocessors/stm32c051g8.html#documentation
A complex system designed from scratch never works and cannot be patched up to make it work.
