Debug: adjust openocd config for max speed (#278)

This commit is contained in:
あく
2020-12-28 10:20:58 +03:00
committed by GitHub
parent 4a9e4074f7
commit bf97123ba8
2 changed files with 104 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
TOOLCHAIN = arm
OPENOCD_OPTS = -f interface/stlink.cfg -c "transport select hla_swd" -f target/stm32wbx.cfg -c "init" -c "adapter speed 4000"
OPENOCD_OPTS = -f interface/stlink.cfg -c "transport select hla_swd" -f ../debug/stm32wbx.cfg -c "init"
BOOT_ADDRESS = 0x08000000
FW_ADDRESS = 0x08008000