CRC generation in CW 4.02 IDE

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

CRC generation in CW 4.02 IDE

Jump to solution
786 Views
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?

Labels (1)
0 Kudos
Reply
1 Solution
656 Views
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!

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

View solution in original post

0 Kudos
Reply
1 Reply
657 Views
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 Kudos
Reply