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

This commit is contained in:
rogerclarkmelbourne 2015-04-29 20:52:38 +10:00
parent 0d87f72bd8
commit 3d17dbce37
4 changed files with 5 additions and 1 deletions

View File

@ -9,5 +9,9 @@ rem: the two line below are needed to fix path issues with incorrect slashes bef
set str=%4
set str=%str:/=\%
rem: ------------- use STLINK CLI
stlink\ST-LINK_CLI.exe -c SWD -P %str% 0x8000000 -Rst -Run
rem: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

Binary file not shown.

Binary file not shown.

Binary file not shown.