当运行一下语句时;<br />unsigned int *iFlashAddr;<br />iFlashAddr=(volatile unsigned int*)0xffff;<br /><br />出现这样的错误提示:<br />"flash.c", line 49: error: a value of type "volatile unsigned int *" cannot be assigned to an entity of type "unsigned int *"<br /><br />请问这是为什么啊? |
|