Program Flash Array MPC5777C

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

Program Flash Array MPC5777C

ソリューションへジャンプ
3,064件の閲覧回数
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,011件の閲覧回数
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,026件の閲覧回数
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,012件の閲覧回数
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,049件の閲覧回数
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 件の賞賛
返信