MC9S12DT256 memory copy

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MC9S12DT256 memory copy

跳至解决方案
804 次查看
Neo_zhang
Contributor II

My target MCU  is MC9S12DT256, my old one is fail, I want copy its content to a new one. Which part shall I copy, does 0x000 - 0x3FF registers region and 0x1000 - 0x3FFF RAM matter(it seems cannot erase and PGM directly by loading the .s19 file), we need to take them into consideration or not?

0 项奖励
回复
1 解答
782 次查看
lama
NXP TechSupport
NXP TechSupport

Hi,

the S19 record is stored only in the P-Flash memory.

Of course you can have something also in the EEPROM memory but it depends on your application whether the EEPROM was also loaded with some code.

However, usually...almost 100% of projects have entire code placed in the Flash memory.

RAM and registers are not important because registers have their reset status and RAM is RAM.

Best regards,

Ladislav

在原帖中查看解决方案

1 回复
783 次查看
lama
NXP TechSupport
NXP TechSupport

Hi,

the S19 record is stored only in the P-Flash memory.

Of course you can have something also in the EEPROM memory but it depends on your application whether the EEPROM was also loaded with some code.

However, usually...almost 100% of projects have entire code placed in the Flash memory.

RAM and registers are not important because registers have their reset status and RAM is RAM.

Best regards,

Ladislav