File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ set -e # Exit when any command fails.
55set -x # Echo all commands.
66
77# openocd/bin/openocd -f scripts/stm32l4/flash-init.ocd -f interface/stlink.cfg -f target/stm32l4x.cfg -f scripts/stm32l4/flash-boot.ocd
8- openocd/bin/openocd -f scripts/stm32l4/flash-init.ocd -f interface/stlink-v2-1.cfg -c " transport select hla_swd" -f target/stm32l4x.cfg -f scripts/stm32l4/flash-boot.ocd
8+ $HOME / openocd-0.10.0 /bin/openocd -s /Users/Luppy/openocd-0.10.0/scripts -f scripts/stm32l4/flash-init.ocd -f interface/stlink-v2-1.cfg -c " transport select hla_swd" -f target/stm32l4x.cfg -f scripts/stm32l4/flash-boot.ocd
Original file line number Diff line number Diff line change 11# This is an OpenOCD script that prepares the STM32 Blue Pill before any flashing.
22
33# Disable all openocd messages.
4- debug_level 4
4+ debug_level 3
55
66# Set flash size to 64 KB instead of default 128 KB
77# echo "Setting flash size to 64 KB..."
You can’t perform that action at this time.
0 commit comments