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,220 次查看
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,677 次查看
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,678 次查看
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,677 次查看
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 项奖励
回复