hello,
I am developing a custom USB device and am using TI example from controlSUITE.
This is a composite device - HID with DFU.
I want to remove this HID function for now (later I want to change this HID into serial function (CDC).
How do I do this?
I did some preliminary research and changed the configuration so that the NUM_DEVICES is 1.
But soon understood that this does not work. I tried to change the InterfaceNumber so that Windows does not
try to load HID driver (Mouse in this case). But not successful.
Sooner help is really appreciated !!
--
Regards,
Vishwanatha