1
0
Fork 0
mirror of https://github.com/pvvx/RTL00MP3.git synced 2025-03-31 03:56:49 +00:00
RTL00MP3/flasher/flash_file.jlink
2016-11-09 03:56:41 +03:00

9 lines
196 B
Text

define call1
SetFirwareSize build/bin/ram_all.bin
end
define call2
FlasherWrite build/bin/ram_all.bin 0 $Image1Size
end
define call3
FlasherWrite build/bin/ram_all.bin $Image2Addr $Image2Size
end