MPC5777C Internal flash memory read and write operation

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5777C Internal flash memory read and write operation

1,257 Views
prathapvc
Contributor III

Can i get an example code to perform MPC5777C internal flash memory read and write operation 

0 Kudos
2 Replies

1,237 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, pay attention to following example code. Although it is written for different device, principle of simple flash programming is the same:

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

 

However much better solution is to use our SSD driver (NXP site for particular device, Software&Tools/Run-Time Software/Middleware-Device Drivers).

Example codes then you will find in installation directory.

Screenshot_3.png

0 Kudos

1,176 Views
prathapvc
Contributor III

Please find the attached file of flash program source code for MPC5777C as per example code provided by you. After executing this code i found that block 30 address locations are getting updated as per the data mentioned in code but again if i want to modify the content of the same address locations i am not able to update it with new data and it is found in disabled state

0 Kudos