我根据TI提供的这样一个工程ADS1x9x_ECG_Recorder_FW_V1_12.zip 使用ccs5.3来编译。发现提示很多错误,都是提示msp430寄存器未定义的错误。
"../USB_Common/usb.c", line 692: error: identifier "SUSRIE" is undefined
"../USB_Common/usb.c", line 1055: error: identifier "USBFUNADR" is undefined
"../USB_Common/usb.c", line 1182: error: identifier "USBIFG" is undefined
"../USB_Common/usb.c", line 1182: error: identifier "STPOWIFG" is undefined
"../USB_Common/usb.c", line 1251: error: identifier "USBIFG" is undefined
"../USB_Common/usb.c", line 1251: error: identifier "STPOWIFG" is undefined
"../USB_Common/usb.c", line 1264: error: identifier "USBFUNADR" is undefined
由于对ccs不熟悉,希望大家能够详细指导下,是哪里没设置好!
jun chen2:
这是上面我说的那个工程,各位有空的话 可以下下来编译下,如果能成功编译,希望能指导下
Xiaowei Bai1:
你好:
这种问题一般是工程文件的路径问题产生,请查看工程中出错函数中包含的.H路径。
Shi JianHua:
回复 Xiaowei Bai1:
同意楼上的观点。
John Chen:
应该是CCS功能未包含USB库的头文件
Justinas Gasparovicius:
回复 jun chen2:
Hey, can you explain in English what you did to make it work? Thank you