|
请问,可否把0xE0028000、0xE0028004等这样的地址复制到指针呢?<br />INT32U *p;<br />p = (INT32U *)0xE0028004;<br />我这么做,提示错误:<br /> <br /><br />Error[Pe077]: this declaration has no storage class or type specifier <br /><br />Error[Pe147]: declaration is incompatible with "INT32U *__data p" <br /><br />Error[Pe144]: a value of type "INT32U *" cannot be used to initialize an entity of type "int" <br /><br /><br />谢谢!<br /> |
|