CRC generation in CW 4.02 IDE

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CRC generation in CW 4.02 IDE

ソリューションへジャンプ
1,262件の閲覧回数
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,132件の閲覧回数
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,133件の閲覧回数
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 件の賞賛
返信