Flash Write and Read on MPC5777c

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

Flash Write and Read on MPC5777c

1,360件の閲覧回数
Shreyas_SK
Contributor I

Is it possible to read and write to specific blocks of the internal flash memory of MPC5777c(i.e., blocks from 0x00840000 to 0x00FFFFFF)?

If yes can you please share the commands for the same?

I am currently using JTAG to flash and debug the same microcontroller

タグ(3)
0 件の賞賛
返信
1 返信

1,343件の閲覧回数
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 件の賞賛
返信