if((*(Uint16*)0x3f7f00)==0x1235){}
以这种写法读0x3f7f00下的值,有没有什么问题?
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.
if((*(Uint16*)0x3f7f00)==0x1235){}
以这种写法读0x3f7f00下的值,有没有什么问题?
这种方式读flash地址内容没问题,通过函数地址访问函数的方法之一是((void (*)()) (*func_addr))();