platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
394 stars 307 forks source link

How to add support to STM32F105? #160

Open sinosoidal opened 5 years ago

sinosoidal commented 5 years ago

Hi,

How can I add support to the STM32F105? What are the necessary steps. Am I able to do it by myself?

I was tinkering with board and env bluepill_f103c8 and basic GPIO was working but as soon as I tried to work with UART I have stumbled in problems.

There are several versions of F105. I'm using F105R8. I don't know if that matters at all.

Other versions include: STM32F105R8, STM32F105V8, STM32F105RB, STM32F105VB, STM32F105RC, STM32F105VC

Thanks in advance!

valeros commented 5 years ago

As I can see the only framework you can use with F105 series is stm32cube, but you'll need to manually add your custom board to the ststm32 platform.