I am considering adding the CRC Check onto my application image.
I am using : binpack – I <input.bin> -o <output.bin>
This will add the length and crc32 on the 8 word image header.
But, now the question is how can I add that 8 words space onto my application image, so that binpack can store the calculated length and crc32 at that location.
How to insert the image info header at the top of the vector table? So that binpack can insert the length and crc32 onto that!