Program Flash Array MPC5777C

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

Program Flash Array MPC5777C

跳至解决方案
3,068 次查看
20Sidar04
Contributor III

Dear Mr./Mrs,

 

I work on MPC777C. When I have a variable as unsigned int, I can program flash to write this variable into easily. However I would like
to learn whether I can program array flash to write 1000 byte in one time by using flash peripheral hardware or not? I am looking forward your answers.

Best regards.

标记 (2)
0 项奖励
回复
1 解答
3,015 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

If you don’t want to use NXP driver (what I would recommend anyway), you may write your own functions as flash simple programming example we have sometimes as following for instance:

https://community.nxp.com/docs/DOC-101849

 

Specifically for MPC5777C we don’t have prepared such one (standard software drivers are recommended) but you may see for instance following where I used simple programming method for injecting of 2b ECC error:

https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-MPC5777C-1b-2b-FLASH-ECC-error-injection...

 

Program data per 64-bit in the loop.

在原帖中查看解决方案

0 项奖励
回复
3 回复数
3,030 次查看
20Sidar04
Contributor III

Dear David,

I don't want to use driver of nxp. Beacause of this situation, I ask this question.

Best Regards.

0 项奖励
回复
3,016 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

If you don’t want to use NXP driver (what I would recommend anyway), you may write your own functions as flash simple programming example we have sometimes as following for instance:

https://community.nxp.com/docs/DOC-101849

 

Specifically for MPC5777C we don’t have prepared such one (standard software drivers are recommended) but you may see for instance following where I used simple programming method for injecting of 2b ECC error:

https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-MPC5777C-1b-2b-FLASH-ECC-error-injection...

 

Program data per 64-bit in the loop.

0 项奖励
回复
3,053 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

You can use SSD driver which can be downloaded from out web

MPC5700 C55FG Flash Standard Software Driver (REV 1.1.0)

or you may find it as a part of S32 Design Studio:

https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/S32-Design-Studio-for-Power-Architectu...

 

 

0 项奖励
回复