From a18df9f35a1be669abfa67e36aec546f75d43ebe Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 19 Feb 2023 16:44:14 +0100 Subject: POC done --- stm32/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stm32/makefile') diff --git a/stm32/makefile b/stm32/makefile index 22e956e..60cbc15 100644 --- a/stm32/makefile +++ b/stm32/makefile @@ -96,6 +96,9 @@ $(TARGET).elf: $(OBJS) flash: $(TARGET).bin st-flash --reset write $(TARGET).bin 0x08000000 +rom: + st-flash write ../test/bin/stm32-rom-poc.bin 0x0803F800 + compile_commands.json: clean compiledb make -Bn ../scripts/compiledb-full-path-mingw.sh compile_commands.json -- cgit v1.2.3