1.C6713B 片外CE1空间,设置8bit EMIF;
2.unsigned int* p;
p=(unsigned Int*)0x90000000;
p[0x5555] = 0xaa;
想问一下,p应该是一个指向32bit的指针,然后赋值0xaa(我理解是赋值0x000000aa),对应外flash地址0x5555,但是外部flash是8bit。感觉有点矛盾,求解惑。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
1.C6713B 片外CE1空间,设置8bit EMIF;
2.unsigned int* p;
p=(unsigned Int*)0x90000000;
p[0x5555] = 0xaa;
想问一下,p应该是一个指向32bit的指针,然后赋值0xaa(我理解是赋值0x000000aa),对应外flash地址0x5555,但是外部flash是8bit。感觉有点矛盾,求解惑。