MPC5748G Flash Read

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MPC5748G Flash Read

跳至解决方案
2,353 次查看
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

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
2,190 次查看
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 项奖励
回复
1 回复
2,191 次查看
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 项奖励
回复