OSDN Git Service

V308
[fast-forth/master.git] / config / FET_prog.bat
index 4783f94..f1c2af6 100644 (file)
@@ -2,7 +2,7 @@
 
 @call  %~d1\config\Select.bat SelectDevice %1
 @echo %device% programmation
-%~d1\prog\msp430flasher -s -m SBW2 -n %device% -v -w %~d1\binaries\%~n1.txt  -z [RESET,VCC]
+%~d1\prog\msp430flasher -s -m SBW2 -u -n %device% -v -w %~d1\binaries\%~n1.txt  -z [RESET,VCC]
 
 @exit
 
@@ -11,6 +11,7 @@
 :: %n1 = file filename (= target) to flash
 :: -s : force update
 :: -m : select SBW2 mode
+:: -u : Unlocks locked flash memory (INFOA) for writing.
 :: -n %device% : device set from %n1
 :: -v : verify device
 :: -w %~dpn1.txt : file to be flashed