cancel
Showing results for 
Search instead for 
Did you mean: 

Checksum (EWARMv5)

greg_t
Associate II
Posted on August 03, 2010 at 16:22

Checksum (EWARMv5)

11 REPLIES 11
swhite2
Associate III
Posted on May 17, 2011 at 14:00

Thanks for that URL. I liked this part

''

In EWARM 5.50

This ability is not documented and it can only be invoked as a command line option.''

I started with EWARM 5.30, over a year ago, and now have EWARM 5.50.5 as well. Nice to know that IAR (somewhat) supports the STM32 CRC generator.

andre239955_st
Associate II
Posted on May 17, 2011 at 14:00

With version 6.10 it works with the tool settings for checksum calculation.

Check Fill unused memory, use 0xFF

Generate checksum 4 bytes, Alignment 4, CRC32

Complement: As is

Bit order: MSB first

Check the ''Reverse byte order within word'' flag.

Initial value: 0xFFFFFFFF, uncheck ''Use as input''

And of course, do not forget to set the start and end addresses.

Have fun,

Dreeke