没添加文件是这个错../main/motor.c:41:21: error: implicit declaration of function 'ets_delay_us' [-Werror=implicit-function-declaration] ets_delay_us(DELAY_us); 我添加头文件也报错,../main/motor.c:4:10: fatal error: rom/ets_sys.h: No such file or directory #include "rom/ets_sys....
CCS3.3工程迁移到CCS5.3,经过编译,编译器报错square.asm中的“_DSP28x_usDelay”未定义;然后添加了DSP28x_usDelay.asm到工程里面,并在 DSP2802x_GlobalPrototypes.h 中进行了外部函数声明extern void DSP28x_usDelay(Uint32 Count);编译器还是报错square.asm中的“_DSP28x_usDelay”未定义。 没有安装5.5,所以...
#define DELAY_US(A) DSP28x_usDelay(((long double) A * 1000.0L) / (long double)CPU_RAT...
没添加文件是这个错../main/motor.c:41:21: error: implicit declaration of function 'ets_delay_us' [-Werror=implicit-function-declaration] ets_delay_us(DELAY_us); 我添加头文件也报错,../main/motor.c:4:10: fatal error: rom/ets_sys.h: No such file or directory #include "rom/ets_sys....
没添加文件是这个错../main/motor.c:41:21: error: implicit declaration of function 'ets_delay_us' [-Werror=implicit-function-declaration] ets_delay_us(DELAY_us); 我添加头文件也报错,../main/motor.c:4:10: fatal error: rom/ets_sys.h: No such file or directory ...
没添加文件是这个错../main/motor.c:41:21: error: implicit declaration of function 'ets_delay_us' [-Werror=implicit-function-declaration] ets_delay_us(DELAY_us); 我添加头文件也报错,../main/motor.c:4:10: fatal error: rom/ets_sys.h: No such file or directory ...