lpc55 0.2.1

Host-side tooling to interact with LPC55 chips via the ROM bootloader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
options {
	flags = 0x8;
	buildNumber = 0x1;
	productVersion = "0.00.00";
	componentVersion = "0.00.00";
	secureBinaryVersion = "2.1";
}

sources {
	signed_image = extern(0);
}

section (0) {
	erase 0x0000..0xC00;
    load signed_image > 0;
}