Hi,
We would like to embed some additional information in the binary image.
LPC54605J256ET100.
We already post-process the binary and embed our own checksum at address 0x1C (Cortex-M4 MCU), but we would also like to embed the size of the image - to calculate the checksum in the secondary bootloader with the correct size.
Where should we do this? I can see in the Vector Table that 0x20 is for ECRP.
0x24 and 0x28 are reserved. Can we use those?
Or can we make additional entries in the end of the Vector Table itself?
What is the standard way of doing this?
We could make our own header to the entire binary itself, but that seems a bit tedious...
Thx, Martin