How to use HIWAVE to save all the memory(programs) in MC9S12A256CPVE FLASH to my computer?thank you very much

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

How to use HIWAVE to save all the memory(programs) in MC9S12A256CPVE FLASH to my computer?thank you very much

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

2.pngHow to save all FLASH

 program to my computer become a file xx.s19 or xx.abs   thank you,I need all memory

in>SAVE 4000..7FFF DUMP.s19
Error: bad digit in decimal numbe

 why is that?3.png

ラベル(1)
タグ(3)
0 件の賞賛
返信
1 解決策
1,681件の閲覧回数
BlackNight
NXP Employee
NXP Employee

You have to use 0x as prefix for hexadecimal numbers:

SAVE 0x4000..0x7FFF DUMP.s19

I hope this helps,

Erich

元の投稿で解決策を見る

2 返答(返信)
1,682件の閲覧回数
BlackNight
NXP Employee
NXP Employee

You have to use 0x as prefix for hexadecimal numbers:

SAVE 0x4000..0x7FFF DUMP.s19

I hope this helps,

Erich

1,681件の閲覧回数
1326532996
Contributor I

Hi  Erich

Thank you for answering my question!I have solved the problem

But there was an error when save the third paragraph4.jpgError: while reading memory from 30C000
Reason: memory not defined in given range

How to solve?

0 件の賞賛
返信