I'm using EXP430F5529 and trying to use two HID interfaces (keyboard and datapipe). If I only use one HID interface (keyboard for example) it works fine, but if I add a second HID interface, USB does not enumerate.I'm using USB DESCRIPTOR TOOL (version 3.11.00.00) to generate descriptors.c , descriptors.h and Usblsr.c.
I'm using keyboard example of hid traditional examples that comes with USB stack.
I tried everything to make it work but i'm stuck on this.I tried also to change the second interface do CDC, but it doesnt enumerate too.
Anyone faced this problem before? Any suggestions?
Thanks in advance.