Skip to content

Design of STM32C011F6 board with external crystal #2635

Closed Answered by fpistm
cogentcoder asked this question in Variants
Discussion options

You must be logged in to vote

Hi @cogentcoder

  • Do I need an external crystal to use STM32duino? If yes, what value of external crystal needed?

No, it is not mandatory. Internal oscillato are less precise but it works.

  • Do STM32duino have some configuration file where we can define the clock for HSI/LSI or HSE/LSE?

STM32C011F6 have already a generic variant defined:
https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32C0xx/C011D6Y_C011F(4-6)(P-U)_C031F(4-6)P

So default clock config is already defined here using HSI:

So simply use the G…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cogentcoder
Comment options

@fpistm
Comment options

Answer selected by fpistm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants