Changed Windows STlink upload to use STM's own STLink CLI Exe as this supports more STLink hardware than Texane-STLink and some users had problems with Texane on F4 and F3 boards

This commit is contained in:
rogerclarkmelbourne 2015-05-26 14:09:46 +10:00
parent 7fe2e7806a
commit 8540c26429
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ set str=%str:/=\%
rem: ------------- use STLINK CLI
rem:stlink\ST-LINK_CLI.exe -c SWD -P %str% 0x8000000 -Rst -Run
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
texane-stlink\st-flash.exe write %str% 0x8000000
rem:texane-stlink\st-flash.exe write %str% 0x8000000