Hello TI and friends,
As I got now USBHID_Example1 up and running I tried to update descriptors.h and .c by "MSP430 USB Descriptor Tool". I did not succeed completely. I'm able to configure it to receive commands, but not to respond the state.
My settings are:
VID: 0x2047
PID: 0x301
Clock: 8 MHz
Xtal: 4MHz
DMA: 1, 1
Self-Powerd: on
Remote Wakeup: on
Inferface: HID Interface
I noticed a difference at descriptors.h in CONFIG_STRING_INDEX 4 to 0 and INTF_STRING_INDEX 5 to 4.
With such a modification I got the example up an running using the original example descriptor.c.
Using the file descriptor .c created by the tool I succeed to receive commands but messages send by sendData_inBackground() are not received in UsbApp.exe. The function sendData_inBackground returns 0 for success.
Replacing descriptor.c by the original delivered version then I can send and receive data.
Any sugesstion what's wrong?
Regards
Guenther