see How to compile this project before trying to flash
- st-link - just follow their tutorial to install this tool
-
After compiling the project, you should see a
.bin
file generated under eitheriRM_Embedded_2018
oriRM_Embedded_2018/build
-
run
st-flash write <path to your binary> 0x8000000
e.g.
st-flash write infantry1.bin 0x8000000
-
important: unplug your st-link before starting up the robot, or your code may not be excuted.