MPC5602 DFlash read

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MPC5602 DFlash read

895件の閲覧回数
wangzhiwei
Contributor I

I use MPC5602, and I defined a variable in DFlash and initialized it as 0x5A5Aa5a5. Then I read the variable through the pointer and  find the value of the variable is 0XFFFFFFFF. can you tell me  the reason, please

u32tempPtr=(uint32*)0x00800000;
u32temp=*u32tempPtr;

0 件の賞賛
返信
0 返答(返信)