STM32F103RC running at 8MHz core clock in arduino.

Post here all questions related to LibMaple core if you can't find a relevant section!
Post Reply
razvitm
Posts: 38
Joined: Sat Apr 11, 2020 12:35 pm

STM32F103RC running at 8MHz core clock in arduino.

Post by razvitm »

How can I accomplish this? The lowest I have been able to set the clock is 16MHz by modifying the boards.txt file and setting genericSTM32F103R.menu.cpu_speed.speed_48mhz.build.f_cpu=16000000L.
User avatar
fpiSTM
Posts: 1745
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: STM32F103RC running at 8MHz core clock in arduino.

Post by fpiSTM »

Linked to this:
viewtopic.php?f=63&t=320

For LibMaple core, I guess you have to implement it manually and add extra entry in the menu.
mrburnette
Posts: 633
Joined: Thu Dec 19, 2019 1:23 am
Answers: 7

Re: STM32F103RC running at 8MHz core clock in arduino.

Post by mrburnette »

razvitm wrote: Sat Apr 11, 2020 3:04 pm How can I accomplish this? The lowest I have been able to set the clock is 16MHz by modifying the boards.txt file and setting genericSTM32F103R.menu.cpu_speed.speed_48mhz.build.f_cpu=16000000L.
You can run a Google "site-centric" search on the old forum, like:
https://www.google.com/search?source=hp ... oforum.com

But, the biggest concern was to not break USB.


Ray
Post Reply

Return to “General discussion”