Skip to content

Commit 3d17dbc

Browse files
author
rogerclarkmelbourne
committed
Added Windows binaries for Texane-stlink, and changed Windows stlink ulload bat file to use the new files. Tested and working on STM32F103C8 using 'STM32 to Flash (no bootloder)' board type
1 parent 0d87f72 commit 3d17dbc

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

tools/win/stlink_upload.bat

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ rem: the two line below are needed to fix path issues with incorrect slashes bef
99
set str=%4
1010
set str=%str:/=\%
1111

12+
1213
rem: ------------- use STLINK CLI
13-
stlink\ST-LINK_CLI.exe -c SWD -P %str% 0x8000000 -Rst -Run
14+
rem:stlink\ST-LINK_CLI.exe -c SWD -P %str% 0x8000000 -Rst -Run
15+
16+
rem: Using the open source texane-stlink instead of the proprietary STM stlink exe
17+
texane-stlink\st-flash.exe write %str% 0x8000000
103 KB
Binary file not shown.
69.5 KB
Binary file not shown.
90.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)