Can CodeWarrior for MCU 10.7 generate a CRC for the ColdFire?

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

Can CodeWarrior for MCU 10.7 generate a CRC for the ColdFire?

Jump to solution
1,217 Views
franklombardo
Contributor II

I am working on a MCF52259 based project and would like to generate a checksum to be placed in the SREC.  Is there a setting to do this automatically, or do I need to use the CRCgen.exe utility?

 

Thanks,

Frank

Labels (1)
0 Kudos
Reply
1 Solution
1,062 Views
BlackNight
NXP Employee
NXP Employee

Hi Frank,

to my knowledge, the CRCgen is only specific to some devices (e.g. MM256, see CRC Calculation with MCU10 | MCU on Eclipse ).

What I'm using for CRC generation is the SourceForge SRecord tool, see CRC Checksum Generation with ‘SRecord’ Tools for GNU and Eclipse | MCU on Eclipse .

I hope this helps,

Erich

View solution in original post

2 Replies
1,063 Views
BlackNight
NXP Employee
NXP Employee

Hi Frank,

to my knowledge, the CRCgen is only specific to some devices (e.g. MM256, see CRC Calculation with MCU10 | MCU on Eclipse ).

What I'm using for CRC generation is the SourceForge SRecord tool, see CRC Checksum Generation with ‘SRecord’ Tools for GNU and Eclipse | MCU on Eclipse .

I hope this helps,

Erich

1,062 Views
franklombardo
Contributor II

Erich,

Thanks for the reply and thanks for the detailed instructions on your blog.  They were very helpful.

Frank

0 Kudos
Reply