OSDN Git Service

cfc1d5f581b5ebb9148ab90ea95c095da270275d
[fast-forth/master.git] / config / MSP430read.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 [%readfile%_%howtoread%.txt,%howtoread%] -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