MC9S12DT256 memory copy

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MC9S12DT256 memory copy

Jump to solution
433 Views
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 Kudos
Reply
1 Solution
411 Views
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

View solution in original post

1 Reply
412 Views
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