stm32duino

andrew_g

Member
Joined
Oct 12, 2007
Messages
134
Reaction score
0
anyone into this stuff? Arduino for ST Microelectronics stm32 Arm Cortex-m3, m4 mcus
it started with the leaflabs maple

https://github.com/rogerclarkmelbourne/Arduino_STM32
https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki
http://wiki.stm32duino.com/index.php?title=Main_Page
http://www.stm32duino.com/
^ do note it is a group of enthusiasts not commercial

it started from here
https://www.leaflabs.com/maple/
and evolved over several years since 2015 into the 1st 4 links

the boards are decently cheap, this is a clone of the maple mini by baite in china (you can find them on ebay too search for stm32f103, u'd normally see STM32F103C8T6 or STM32F103CBT6, note C8 - 64k flash, ** (>B< not 8) 128k flash, that flash keeps your arduino sketch and runs from it
https://www.aliexpress.com/store/pr...722.html?spm=2114.12010612.0.0.44fc2a25apPvYl
^my own personal preference is to start with this as it is based on similar design of the original maple mini, and this normally has the bootloader pre-installed, otherwise as a newbie, u'd need to learn how to install a bootloader e.g. https://github.com/rogerclarkmelbou...-a-generic-"ST-Link-V2"-programmer-from-Linux and the vendor bother to use a ** (128k) the even cheaper ones may be simply using c8 (64k)

there are others like this one from olimex
https://www.olimex.com/Products/Duino/STM32/OLIMEXINO-STM32/open-source-hardware
i think www.element14.com stock them

then on ebay if you do a search for stm32f103 you could find many us$ 2 boards with it (commonly nicknamed blue pill around the web)
https://www.ebay.com/sch/i.html?_nkw=stm32f103&_sacat=0
for many of these u'd need to install the bootloader yourself

https://youtu.be/_SmLlGAyRRc

videos like this sell by itself, the faster one is stm32 (stm32f103)
the other one is an atmega328 common to many of the low cost arduino boards such as uno
 
Last edited:
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ. Forum members and moderators are responsible for their own posts.

Please refer to our Community Guidelines and Standards, Terms of Service and Member T&Cs for more information.
Top