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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,216 次查看
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

标签 (1)
0 项奖励
回复
1 解答
1,061 次查看
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

在原帖中查看解决方案

2 回复数
1,062 次查看
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,061 次查看
franklombardo
Contributor II

Erich,

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

Frank

0 项奖励
回复