Hello,
I am generating CRC checksum of program flash for safety purpose using SRECORD tool.
I am not getting why it is giving warning as address range is not in the limit . While with respect to manual address range for program flash is 0x00000000 to 0x000FFFFF and I am leaving the address range from 0x00000000 to 0x410 to avoid interrupt vectors.
Please help me out what address range I have to take to avoid this warning and store the checksum
Hi @mdrasool_yadwad ,
which warning do you get? Are you using this in combination with the bootloader (https://mcuoneclipse.com/2018/03/05/tutorial-crc32-checksum-with-the-kboot-bootloader/ )?
I hope hope this helps,
Erich
warning is address range not valid and I am using SRECORD tool with keil
I suggest you provide a bit more information: the command line used, the exact error message, the binary, ...