OSDN Git Service

raz
[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 c%1==c set howtoread=MAIN
7 if c%2==c set readfile=DUMP
8
9 A:\prog\MSP430Flasher\msp430flasher -m SBW2 -r [%readfile%_%howtoread%.hex,%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