Hi,
I have been trying to integrate USB stack into an existing application for C6748 chip. I have added the initialization part as it is from the example usb_host_msc and added the libraries like system_config.lib, drivers.lib, usblib.lib. But the compiler does not find functions like IntDSPINTCInit(), IntRegister() etc. I am new to CCS 4 and higer versions.
I get the following error:
unresolved symbol _IntDSPINTCInit, first referenced in ./usb_host_msc.obj
PS:
[1] To add the libraries i selected the project -> add files and selected the library file
[2] I am using CCS 4.2.4.
Please advice me on this
Regards,
Swathi