看了一些大神发的工程,memcopy函数一般都在DSP2802x_MemCopy.c文件中,我在controlsuit里面查找了一下,这个文件只在V200之前的版本里面有。
想请问一下如果想用V200后面的头文件,这个函数是在哪个文件里面,还是要自己写或者从旧版里面复制????
另外,一般main.c里面都有
extern void MemCopy(Uint16 *SourceAddr, Uint16* SourceEndAddr, Uint16* DestAddr);
extern Uint16 RamfuncsLoadStart;
extern Uint16 RamfuncsLoadEnd;
extern Uint16 RamfuncsRunStart;
请问一下RamfuncsLoadStart,RamfuncsLoadEnd和RamfuncsRunStart这三个文件是在哪里定义的?》?
我在老版本的CONTROLsuit里面用SEARCH TEXT搜了一下
貌似都是引用或者调用,没找到定义的地方 |
|