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.因为需要把一些数据写到Flash里所以在工程里添加了API库,头文件也添加了,编译以后有一些警告,想问一下这些警告会影响程序么?我试了一下读FLASH里的数据,结果是没有写进去。
2.这些复制到ram里运行的函数是什么时候调用他们,他们才运行?还是执行完memorycopy函数后就已经跳到ram里去执行了