Other Parts Discussed in Thread: C2000WARE,
Hello,
I am using a TMS320F28377D part in a custom board. At the moment I am trying to write the code that will read a file in USB stick connected to it. Therefore I am adding ublib.lib from C2000Ware_3_03_00_00.
When building the project I get:
undefined first referenced
symbol in file
--------- ----------------
_Interrupt_disable C:\ti\c2000\C2000Ware_3_03_00_00\libraries\communications\usb\f2837xd\lib\usblib_coff.lib<usbhostenum.obj>
_Interrupt_enable C:\ti\c2000\C2000Ware_3_03_00_00\libraries\communications\usb\f2837xd\lib\usblib_coff.lib<usbhostenum.obj>
_SysCtl_delay C:\ti\c2000\C2000Ware_3_03_00_00\libraries\communications\usb\f2837xd\lib\usblib_coff.lib<usbhostenum.obj>
error #10234-D: unresolved symbols remain
usbhostenum.c include interrupt.h, which has the function prototypes for the Interrupt_enable and _disable. There is also interrupt.c, which contains the functions. I am not sure why those are undefined.
Thank you,