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.
我也遇到了相同的问题,但是我已经添加了DSP2833x_MemCopy.c文件,但是此时如果调用DELAY_US程序不报错但是ADC不能用了,因为initAdc()调用了DELAY_US,我把DELAY_US替换成for循环延时后程序就正常了,这是为啥啊?
一般来说,在线debug的话不需要memcopy函数也可以正常使用DELAY_US函数的,脱机运行(程序跑在flash)的情况下才需要memcopy。
你的报错具体内容是什么?