Hi,
I ma using DK 129x ,CCS v6 and TivaWare_C_Series-2.1.0.12573 ,I am using flash based boot loader .
I have an interpretation about the CRC32 used with the boot loader which check the four bytes in the header of the firmware's image,i am wandering how can i build the firmware image with with an 8 word header appended at the top of the interrupt vector table. with that values :
Word 0: 0xFF01FF02
Word 1: 0xFF02FF03
Word 2: Length of the firmware binary image in bytes.
Word 3: CRC32 calculated over entire image except for
the 4 bytes occupied by this word. The CRC calculation
includes the header marker words and the length word.
Thank you
Ahmed Hassan