OSDN Git Service

f6e05c3f7de97bc9d598f74af0de4ed7c7cde47b
[fast-forth/master.git] / config / MSP430readRAM.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_RAM.txt,RAM] -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