Is it possible without STM32F103 'crystal'?

Post here first, or if you can't find a relevant section!
Post Reply
myksj1105
Posts: 54
Joined: Sun Jun 18, 2023 11:35 am

Is it possible without STM32F103 'crystal'?

Post by myksj1105 »

Is it possible without STM32F103 'crystal'?

hello. Nice to meet you.
Looking at the circuit diagram, we confirmed that it was implemented without a 'crystal' or 'oscillator'.

Q1) Is it possible to operate without ‘crystal’?
Q2) Is there a way to code in 'Arduino IDE'?

I wonder. help me~.
by ag123 » Tue Oct 10, 2023 3:00 pm
yes, that is running on HSI (internal RC oscillator), system clock may drift but for some apps it is ok.
I think if you want to do that you can try one of the 'generic' variants in stm core
https://github.com/stm32duino/Arduino_Core_STM32

if you are new to this
it would help to check out the wiki
https://github.com/stm32duino/Arduino_Core_STM32/wiki
Go to full post
ag123
Posts: 1655
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Re: Is it possible without STM32F103 'crystal'?

Post by ag123 »

yes, that is running on HSI (internal RC oscillator), system clock may drift but for some apps it is ok.
I think if you want to do that you can try one of the 'generic' variants in stm core
https://github.com/stm32duino/Arduino_Core_STM32

if you are new to this
it would help to check out the wiki
https://github.com/stm32duino/Arduino_Core_STM32/wiki
myksj1105
Posts: 54
Joined: Sun Jun 18, 2023 11:35 am

Re: Is it possible without STM32F103 'crystal'?

Post by myksj1105 »

@ag123

Thank you for quick response.
Post Reply

Return to “General discussion”