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.
工具/软件:TI C/C++编译器
在DSP2803x_usDelay.asm中,有一条注释指出memcpy函数必须在 InitSysCtrl()之前编译。
但是,对于controlSUITE中的大多数示例,memcpy函数位于 InitSysCtrl()后面,不会发生错误。
如何解释? 非常感谢你们!