CRC Checksum K66

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CRC Checksum K66

631 Views
mdrasool_yadwad
Contributor II

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

Labels (1)
0 Kudos
3 Replies

629 Views
ErichStyger
Senior Contributor V

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

0 Kudos

626 Views
mdrasool_yadwad
Contributor II

warning is address range not valid and I am using SRECORD tool with keil

0 Kudos

621 Views
ErichStyger
Senior Contributor V

I suggest you provide a bit more information: the command line used, the exact error message, the binary, ...

 

0 Kudos