-
1Step 1
Install ARM-GCC, makefile and stm32flash
sudo apt-get install gcc-arm-none-eabi makefile stm32flash git
-
2Step 2
Clone repo:
git clone https://github.com/yangosoft/stm32f103c8-board.git
-
3Step 3
Compile
cd stm32f103c8-board/code/freertos_stm32f103 make
-
4Step 4
Burn:
sudo stm32flash /dev/ttyUSB0 -w test.bin
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.