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.

TMS320F28335: DELAY_US问题

Part Number: TMS320F28335

我也遇到了相同的问题,但是我已经添加了DSP2833x_MemCopy.c文件,但是此时如果调用DELAY_US程序不报错但是ADC不能用了,因为initAdc()调用了DELAY_US,我把DELAY_US替换成for循环延时后程序就正常了,这是为啥啊?