CCS3.3工程迁移到CCS5.3,经过编译,编译器报错square.asm中的“_DSP28x_usDelay”未定义;然后添加了DSP28x_usDelay.asm到工程里面,并在 DSP2802x_GlobalPrototypes.h
中进行了外部函数声明extern void DSP28x_usDelay(Uint32 Count);编译器还是报错square.asm中的“_DSP28x_usDelay”未定义。
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.
CCS3.3工程迁移到CCS5.3,经过编译,编译器报错square.asm中的“_DSP28x_usDelay”未定义;然后添加了DSP28x_usDelay.asm到工程里面,并在 DSP2802x_GlobalPrototypes.h
中进行了外部函数声明extern void DSP28x_usDelay(Uint32 Count);编译器还是报错square.asm中的“_DSP28x_usDelay”未定义。