MPC5748G Flash Read

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

MPC5748G Flash Read

Jump to solution
2,436 Views
sohyunjang
Contributor III

Hi, I would like to read the Flash area of the MPC5748G.

When I read the Standard Software Driver for C55 Flash User 'Manual, it seems that there is no API reading Flash.

Can you provide example code for reading Flash?

 FlashInit
 FlashErase
 FlashEraseAlternate
 BlankCheck
 FlashProgram
 ProgramVerify
 CheckSum

 FlashCheckStatus
 FlashSuspend
 FlashResume
 GetLock
 SetLock
 OverPgmProtGetStatus
 FlashArrayIntegrityCheck
 FlashArrayIntegritySuspend
 FlashArrayIntegrityResume
 UserMarginReadCheck
 FlashAbort
 FlashAddressEncodeLogicCheck
 FlashECCLogicCheck
 FlashEDCAfterECCLogicCheck
 FlashExpressProgram

Labels (1)
0 Kudos
Reply
1 Solution
2,273 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

there's no API in the flash drivers. You can simply read the flash using pointers. No special access is needed.

Regards,

Lukas

View solution in original post

0 Kudos
Reply
1 Reply
2,274 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

there's no API in the flash drivers. You can simply read the flash using pointers. No special access is needed.

Regards,

Lukas

0 Kudos
Reply