Files
bootloader/bin/Tools/mfgtools-rel/Profiles/Kinetis Bootloader/OS Firmware/files/simple.bd
László Monda e6c1fce5b4 Add KBOOT.
2016-08-10 01:45:15 +02:00

9 lines
108 B
Plaintext

sources {
inputFile = extern(0);
}
section (0) {
erase 40K..42K;
load inputFile > 0x0000A000;
}