Hi Jennie,
I want to calculate checksum of Rom for S12ZVL128
when I am passing stating and ending address of ROM I am getting reset while accessing address I.e
APPLICATION_START (uint32_t)0x00FE0000
APPLICATION_END (uint32_t)0x00FFDFFF
Is this any address / protected memory access issue ?
But when I used the application start/end address (text segment ) present in map file it is working fine i.e
ROM_TEXT_SEG_START (uint32_t)0X00FE0328
ROM_TEXT_SEG_END (uint32_t)0x00FE9324
Want to know while calculating checksum for entire Rom which address we should consider ?
compiler calculate checksum for code if yes where that checksum is stored ?
Thanks & Regards,
Charudatta