Update to ST-Link_cli 3.0.0.0
Fix #12 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This commit is contained in:
parent
3229cd7077
commit
ea82c0759e
53 changed files with 3 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
win/stlink/FlashLoader/0x435.stldr
Normal file
BIN
win/stlink/FlashLoader/0x435.stldr
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
win/stlink/FlashLoader/0x441.stldr
Normal file
BIN
win/stlink/FlashLoader/0x441.stldr
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
win/stlink/FlashLoader/0x450.stldr
Normal file
BIN
win/stlink/FlashLoader/0x450.stldr
Normal file
Binary file not shown.
BIN
win/stlink/FlashLoader/0x451.stldr
Normal file
BIN
win/stlink/FlashLoader/0x451.stldr
Normal file
Binary file not shown.
BIN
win/stlink/FlashLoader/0x451_DB_On.stldr
Normal file
BIN
win/stlink/FlashLoader/0x451_DB_On.stldr
Normal file
Binary file not shown.
BIN
win/stlink/FlashLoader/0x452.stldr
Normal file
BIN
win/stlink/FlashLoader/0x452.stldr
Normal file
Binary file not shown.
BIN
win/stlink/FlashLoader/0x457.stldr
Normal file
BIN
win/stlink/FlashLoader/0x457.stldr
Normal file
Binary file not shown.
BIN
win/stlink/FlashLoader/0x458.stldr
Normal file
BIN
win/stlink/FlashLoader/0x458.stldr
Normal file
Binary file not shown.
BIN
win/stlink/FlashLoader/0x461.stldr
Normal file
BIN
win/stlink/FlashLoader/0x461.stldr
Normal file
Binary file not shown.
BIN
win/stlink/FlashLoader/0x462.stldr
Normal file
BIN
win/stlink/FlashLoader/0x462.stldr
Normal file
Binary file not shown.
BIN
win/stlink/FlashLoader/0x463.stldr
Normal file
BIN
win/stlink/FlashLoader/0x463.stldr
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -11,7 +11,9 @@ set str=%str:/=\%
|
|||
|
||||
|
||||
rem: ------------- use STLINK CLI
|
||||
stlink\ST-LINK_CLI.exe -c SWD -P %str% 0x8000000 -Rst -Run
|
||||
rem: echo "" is mandatory to exit ST-Link_CLI tools w 3.0.0.0 when "-Run" option is used,
|
||||
rem: it now wait Enter key press to quit.
|
||||
echo "" | stlink\ST-LINK_CLI.exe -c SWD -P %str% 0x8000000 -Rst -Run
|
||||
|
||||
rem: Using the open source texane-stlink instead of the proprietary STM stlink exe
|
||||
rem:texane-stlink\st-flash.exe write %str% 0x8000000
|
||||
Loading…
Reference in a new issue