Skip to content

Commit 8540c26

Browse files
author
rogerclarkmelbourne
committed
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
1 parent 7fe2e78 commit 8540c26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/win/stlink_upload.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set str=%str:/=\%
1111

1212

1313
rem: ------------- use STLINK CLI
14-
rem:stlink\ST-LINK_CLI.exe -c SWD -P %str% 0x8000000 -Rst -Run
14+
stlink\ST-LINK_CLI.exe -c SWD -P %str% 0x8000000 -Rst -Run
1515

1616
rem: Using the open source texane-stlink instead of the proprietary STM stlink exe
17-
texane-stlink\st-flash.exe write %str% 0x8000000
17+
rem:texane-stlink\st-flash.exe write %str% 0x8000000

0 commit comments

Comments
 (0)