OSDN Git Service

v 162, added Conditionnal Compilation and bootloader
[fast-forth/master.git] / 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=DUMP
8
9 A:\prog\MSP430Flasher\msp430flasher -m SBW2 -r [%readfile%_%howtoread%.txt,%howtoread%] -z [VCC=3000]
10 ::A:\prog\srecord\srec_cat %readfile%_%howtoread%.HEX -intel -output %readfile%_%howtoread%.bin -Binary
11 ::A:\prog\HxD\HxD.exe" %readfile%_%howtoread%.bin
12
13 pause