Merge pull request #13 from fpistm/st-link_cli-3.0.0.0
Update to ST-Link_cli 3.0.0.0
This commit is contained in:
commit
5b2d2ef272
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