Skip to main content
Barbie
Associate III
October 30, 2014
Question

CRC32 on STM32F205 using IAR command line

  • October 30, 2014
  • 1 reply
  • 665 views
Posted on October 30, 2014 at 14:58

I want to implement the IAR example for ST32Fx ''

Calculate CRC32 as in STM32 hardware (v.5.50 and later)''  http://supp.iar.com/Support/?note=64424&from=note+11927 The problem I don't use a fix address for end of CRC check (APP change). So I don't use the drop box to fill the request parameters (*as in teh example) but the build option->Post build command line: where  I fill this: ielftool --fill 0xFF;0x08010000-checksum_end+3 --checksum ielftool_checksum:4,crc32,0x20;0x08010000-checksum_end+3 --verbose ''$TARGET_PATH$'' ''$TARGET_PATH$''. I take it from an example which use CRC16 and I think 1 of my parameters is wrong (maybe the Checksum unit size 32bit). Can someone use this methode for CRC and can tell me waht is the meaning of each varible in the command line? Reagrds bar.

#crc32-iar-stm3
This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
October 30, 2014
Posted on October 30, 2014 at 17:48

http://www.iar.com/Service-Center/Technical-Support/

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..