mpc57

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

mpc57

1,345 次查看
jackjack
Contributor III

what is mirror flash?

when i use overlayRAM for calibration(MPC5744P). I have a problem.

I remap RAM area(0x4005C000) to mirror flash(0x08F98000), i can change mirror flash data by changing data in 0x4005C000(data in 0x00F98000 will not change), but after i power down mpc5744p, then power up mpc5744p, mirror flash data become the same as data in 0x00F98000, does that mean mirror flash data can't be reserved after power down?

标签 (1)
0 项奖励
2 回复数

943 次查看
jackjack
Contributor III

thank you.

0 项奖励

943 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

it is expected behavior. When you change the data at 0x4005C000 (in RAM) then the same data will be visible at 0x08F98000. But this will not modify the flash content. Writing to 0x4005C000 changes the RAM data only.

Once the calibration is done, it is necessary to manually program the data from RAM to flash. This is not done automatically.

Regards,

Lukas