libopencm3-template icon indicating copy to clipboard operation
libopencm3-template copied to clipboard

Add flash option using st-flash

Open bogdan2011 opened this issue 5 years ago • 0 comments

When running make flash I get this error:

  FLASH	awesomesauce.elf
make: *** [../rules.mk:159: awesomesauce.flash] Error 1

From what I understand, there's probably something related to openocd. However, I use st-flash: st-flash write $(PROJECT).bin 0x8000000

It would be nice to have this option in the makefile.

bogdan2011 avatar Feb 10 '21 08:02 bogdan2011