Computing of CRC value of the flash memory

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

Computing of CRC value of the flash memory

ソリューションへジャンプ
2,010件の閲覧回数
zorrotz
Contributor III

Hi,

I need to test the invariable memory of a Kinetis using the functions provided by the core self-test library for Kinetis CM4 devices.

For other microcontrollers, using CodeWarrior 10.6, the CRC of the invariable memory is calculated in the linking phase and saved in the invariable memory with the application code.

How can this be done with MCUXpresso?

This article describes how to do it for S-Record files: CRC Checksum Generation with ‘SRecord’ Tools for GNU and Eclipse | MCU on Eclipse , but what about .axf ELF/Dwarf files?

Regards,

Igor Vicente

0 件の賞賛
1 解決策
1,641件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Pablo,

The MCUXpresso IDE also can generate S-record files, then you can refer to the article you menetioned

to compute CRC.

About how to generate S-record files please refer to : MCUXpresso IDE: S-Record, Intel Hex and Binary Files | MCU on Eclipse 

Hope it helps


Have a great day,
TIC

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

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
1,642件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Pablo,

The MCUXpresso IDE also can generate S-record files, then you can refer to the article you menetioned

to compute CRC.

About how to generate S-record files please refer to : MCUXpresso IDE: S-Record, Intel Hex and Binary Files | MCU on Eclipse 

Hope it helps


Have a great day,
TIC

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

0 件の賞賛
1,641件の閲覧回数
zorrotz
Contributor III

Hello Alice,

Finally I have implemented the flash memory test successfully folowing the post. Know I can debug the application with the information of ELF file.

Thanks

Best regards,

Igor

0 件の賞賛