mirror of
https://github.com/armfly/H7-TOOL_STM32H7_App.git
synced 2024-08-09 10:05:34 +08:00
13 lines
176 B
Batchfile
Executable File
13 lines
176 B
Batchfile
Executable File
copy Objects\output.hex ..\app0.hex
|
|
|
|
hex2bin ..\app0.hex
|
|
|
|
LinkBin ..\h7_tool_app.bin =VAR @0x0 ..\app0.bin @0xE0000 ..\dap.bin
|
|
|
|
del ..\app0.bin
|
|
del ..\app0.hex
|
|
|
|
|
|
|
|
|