From acd9bdaf338808100efaf9e88c1d239477b282e2 Mon Sep 17 00:00:00 2001 From: Leo C Date: Sun, 4 May 2014 16:14:24 +0200 Subject: Swap pins for IOSEL1 and /BUSACK. IOSEL --> TIM3_CH4 (DMA-REQ) --- stm32/Rules.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stm32/Rules.mk') diff --git a/stm32/Rules.mk b/stm32/Rules.mk index 4751496..764851b 100644 --- a/stm32/Rules.mk +++ b/stm32/Rules.mk @@ -137,8 +137,10 @@ flash: $(P_BINARY).flash %.flash: %.elf $(call echo_cmd,GDB $< (flash)) $(GDB) --batch \ -ex 'target extended-remote $(STLINK_PORT)' \ - -x $(SCRIPT_DIR)/stlink_flash.scr \ + -ex 'monitor reset halt' \ + -ex 'load' \ $< + .PHONY: images elf bin hex srec list flash -- cgit v1.2.3