Direct memory read out with BDM Multilink

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

Direct memory read out with BDM Multilink

ソリューションへジャンプ
2,993件の閲覧回数
krystianheberle
Contributor I

Hi! Which tool should I use to direct memory read out with BDM Multilink? I know that there is a lot possibilities to real-time debugging with CodeWarrior, but I cannot lose current content of memory due to re-flashing. Thank You in advance for help! MCU MC9S12XDP512, Family HCS12X

ラベル(1)
0 件の賞賛
返信
1 解決策
1,408件の閲覧回数
TICS_Fiona
NXP Employee
NXP Employee

User can use hiwave in CodeWarrior v5.1 to dump memory from MCU.  To do it, please input SAVE command in debugger command Window to save a specified block of memory to a specified file in Freescale S-record format. Eg.

in>SAVE 0x1000..0x2000 DUMP.S19 ;A

This way can read binary opcode from flash to s19 file. Appends the memory range 0x1000..0x2000 to the DUMP.S19 file.

Fiona Kuang

Technical Information & Commercial Support

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

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

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

元の投稿で解決策を見る

2 返答(返信)
1,408件の閲覧回数
ssgt
Contributor II

The procedure to MCF51QE is the same on DEMOQE? after i create the DUMP.S19 i can restore the MCF51QE after reflash?

0 件の賞賛
返信
1,409件の閲覧回数
TICS_Fiona
NXP Employee
NXP Employee

User can use hiwave in CodeWarrior v5.1 to dump memory from MCU.  To do it, please input SAVE command in debugger command Window to save a specified block of memory to a specified file in Freescale S-record format. Eg.

in>SAVE 0x1000..0x2000 DUMP.S19 ;A

This way can read binary opcode from flash to s19 file. Appends the memory range 0x1000..0x2000 to the DUMP.S19 file.

Fiona Kuang

Technical Information & Commercial Support

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

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

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