STM32 Arduino
Arduino
- In arduino IDE install arduino SAM board first ("for arduino zero"), so toolchain "arm-none-eabi-g++ " installed
- Git clone into arduino\hardware folder
Github | Support hardward | Support software |
---|---|---|
STM32 Arduino | F1, F3, F4 | |
Arduino_Core_STM32 | F0~F7, L0~L4 |
- Hardware programmer use ST-LINK, install driver, you can find it here
- Connect with our STM32F103C8T6 board, upload blink sketch onto PB12 pin.
- Support arduino library - here