C55FMC flash read error

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

C55FMC flash read error

770 次查看
yuriy_serdyuk
Contributor III

Hello,

Board MPC5748G

I have problem with flash memory, i use this code, it's just read counter and write to flash memory every restart board.

pastedImage_1.png

But this code works only three time, after three time i can't read value from address 0xfb8000. Could you help me?

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

677 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

it is not allowed to program a double word which is not fully erased. This over-programming leads to ECC errors:

pastedImage_1.png

If you want to program the same double word again, whole block must be erased.

Regards,

Lukas

0 项奖励

677 次查看
yuriy_serdyuk
Contributor III

Hi Lukas,

With erase it works.

Thank you

0 项奖励