Before building, you must install the compiler ARM(gcc-arm-none-eabi) and openocd
make build
make run
openocd -s ../scripts -f interface/stlink.cfg -f target/stm32f4x.cfg
make size
make clean
Before building, you must install the compiler ARM(gcc-arm-none-eabi) and openocd
make build
make run
openocd -s ../scripts -f interface/stlink.cfg -f target/stm32f4x.cfg
make size
make clean