OSDN Git Service

V309
[fast-forth/master.git] / config / MSP430readMAIN.bat
1
2 :: usage: MSP430Read RAM|INFO|MAIN|BSL output
3
4 ::set howtoread=%1
5 ::set readfile=%2
6 ::if "%1" == "" set howtoread=MAIN
7 ::if "%2" == "" set readfile=MAIN_DUMP
8
9 %~d1\prog\msp430flasher -m SBW2 -r [target_MAIN.txt,MAIN] -z [VCC=3000]
10 ::%~d1\prog\srec_cat %readfile%_%howtoread%.HEX -intel -output %readfile%_%howtoread%.bin -Binary
11 ::%~d1\prog\HxD\HxD.exe" %readfile%_%howtoread%.bin
12
13 pause