请教:程序如何烧写到指定的FLASH中?用仿真器可以直接下载吗?我对程序烧写没有清晰的概念,求赐教!
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.
您好,麻烦请问下下面这几句的意思,我没看懂,希望能够帮忙讲解一下他的用法和用途:
#ifdef _FLASH
memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);
#endif