stm32-ada/examples/led_flasher/flash_429disco.sh
2019-04-11 18:24:15 +03:00

5 lines
165 B
Bash
Executable file

TARGET=led_flasher_429disco
gprbuild $TARGET.gpr
arm-eabi-objcopy -O binary objects/$TARGET objects/$TARGET.bin
st-flash --reset write objects/$TARGET.bin 0x8000000