OSDN Git Service

4781e6e28ae2cc639e67f6fcefc970f266e926f6
[fast-forth/master.git] / config / msp430 / prog.bat
1 ::@echo off
2
3 @call  %~d1\config\msp430\Select.bat SelectDevice %1
4 @echo %device% programmation
5 %~d1\prog\MSP430Flasher\msp430flasher -s -m SBW2 -n %device% -v -w %~n1.txt  -z [RESET,VCC]
6
7 @exit
8
9 :: your git copy must be the root of a virtual drive
10
11 :: %n1 = file filename (= target) to flash
12 :: -s : force update
13 :: -m : select SBW2 mode
14 :: -n %device% : device set from %n1
15 :: -v : verify device
16 :: -w %~dpn1.txt : file to be flashed
17 :: -z [] : end of flasher behaviour