Part Number: MSP430F5659
Tool/software:
OK, so I have an existing project I want to get onto USB.
First, let me start somewhere else
I built the C1_LedOnOff example successfully. Can install it on the hardware (custom hardware) and successfully run it.
No problems so far.
Should be simple....
I have an existing project that I want to implement USB into.
Copied all the USB software (USB_API, USB_app, USB_config) into my project.
Used the MSP430 USB Descriptor tool to create my new descriptors.c/h and UsbIsr.c into the USB_config directory, just as indicated.
Added all the include directories into the project just as indicated.
Build the project successfully (no compile errors), but when it links it gives a single error that "tOutputEndPointDescriptorBlock" is not defined.
No other errors.....
Cannot find where this is actually defined, or what I've forgotten....
Help would be appreciated.
David