MC9S12DT256 memory copy

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

MC9S12DT256 memory copy

ソリューションへジャンプ
825件の閲覧回数
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 解決策
803件の閲覧回数
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 返信
804件の閲覧回数
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