Page 1 of 1

STM32 core - STM32F205 instead of STM32F105

Posted: Fri Jan 27, 2023 12:58 pm
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?

Re: STM32 core - STM32F205 instead of STM32F105

Posted: Fri Jan 27, 2023 1:16 pm
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

Re: STM32 core - STM32F205 instead of STM32F105

Posted: Fri Jan 27, 2023 1:27 pm
by User248
I will try it. Thank you!