Read the value of MPC5746C address specified FLASH

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

Read the value of MPC5746C address specified FLASH

跳至解决方案
1,050 次查看
木子李
Contributor II

hi:

   I have a problem, how can we read the value of MPC5746C address specified FLASH.

Thanks!

0 项奖励
回复
1 解答
984 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi,

for instance this way:

test_read = *(unsigned int*)0x011C0000;

在原帖中查看解决方案

1 回复
985 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi,

for instance this way:

test_read = *(unsigned int*)0x011C0000;