Other Parts Discussed in Thread: MSP430F5510
I'm finally switching over to CCS5 from CCS4, and I'm noticing quite a few differences between the two versions.
I have a project that uses an MSP430F5510 microcontroller with built in USB interface. I'm also using the USB API that comes with the "MSP430 USB Developers Package". I've created the USB descriptor files using the "USB Descriptor Tool". The project compliled fine under CCS ver 4, but now it wont compile under ver 5.
Please refer to the included screenshot.
When I compile warnings come up about functions declared implicitly,even though they are in fact declared in UsbCdc.h under the USB_API folder. It's as if the compiler is not seeing the code in UsbCdc.h burried within the folder hierarchy. How do I make the compiler aware of these source files?
