这是F28027编译FLASH内存分配函数,memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);
这个函数用CCS6.0定位不存在,但是编译无错,请问这个函数具体的存在地方,谢谢指导。
#ifdef _FLASH
memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);
#endif
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.
这是F28027编译FLASH内存分配函数,memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);
这个函数用CCS6.0定位不存在,但是编译无错,请问这个函数具体的存在地方,谢谢指导。
#ifdef _FLASH
memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);
#endif