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:
parent
7fe2e7806a
commit
8540c26429
|
@ -11,7 +11,7 @@ set str=%str:/=\%
|
||||||
|
|
||||||
|
|
||||||
rem: ------------- use STLINK CLI
|
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
|
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
|
Loading…
Reference in New Issue