CRC generation in CW 4.02 IDE

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

CRC generation in CW 4.02 IDE

跳至解决方案
1,135 次查看
dipkamat
Contributor I

Hi all

I am using CW 4.02 to build a project for DSP56F805 MCU.I would like to know how to generate the CRC of the BIN file/elf file?Is there any option in the IDE for the same?

Are ther any tools available for CRC generation taking elf/BIN file as input?

标签 (1)
0 项奖励
回复
1 解答
1,005 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello Dip

The CRC generation feature was introduced in CW8.0 linker, the earlier version does not support this feature.

If you need the CRC value of your application code, please make it by yourself by user code in your application.

In addition, When programming with our tool (CodeWarrior for flash_over_jtag), the tool does verify the programming,  user need not worry about any error in programming.  And in the S-record file generated by CodeWarrior, each line contains the CRC value for the data in this line.

Best Regards

Fiona Kuang

TIC - Technical Information Center

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,006 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello Dip

The CRC generation feature was introduced in CW8.0 linker, the earlier version does not support this feature.

If you need the CRC value of your application code, please make it by yourself by user code in your application.

In addition, When programming with our tool (CodeWarrior for flash_over_jtag), the tool does verify the programming,  user need not worry about any error in programming.  And in the S-record file generated by CodeWarrior, each line contains the CRC value for the data in this line.

Best Regards

Fiona Kuang

TIC - Technical Information Center

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复