MPC5777C Internal flash memory read and write operation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can i get an example code to perform MPC5777C internal flash memory read and write operation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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