STM32 core - STM32F205 instead of STM32F105

Post here all questions related to STM32 core if you can't find a relevant section!
Post Reply
User248
Posts: 2
Joined: Fri Jan 27, 2023 12:46 pm

STM32 core - STM32F205 instead of STM32F105

Post by User248 »

Hello,

STM32 core does not support the STM32F105RC microcontroller with two CAN buses. Is it possible to use a similar STM32F205RC for compilation?
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: STM32 core - STM32F205 instead of STM32F105

Post by fpiSTM »

Basic files are available:
https://github.com/stm32duino/Arduino_C ... 5R(8-B-C)T

It misses only a linker script, add a generic clock config and declare it to the boards.txt.

Steps described here: https://github.com/stm32duino/wiki/wiki ... ic-variant
User248
Posts: 2
Joined: Fri Jan 27, 2023 12:46 pm

Re: STM32 core - STM32F205 instead of STM32F105

Post by User248 »

I will try it. Thank you!
Post Reply

Return to “General discussion”