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