Hello,
i'm using the ezdsp 5535 for a new project and i need some help.
My windows application must monitor two digital input and i have tried to monitor the Volume up/down button and mute button via the HID endpoint IN and it works.
So i think it will be not to hard to monitor other I/O on the board.
But i need to control ( from my windows app ) two digital output on the C5535 and i don't know how to do that?
There is no HID endpoint OUT on "the usb audio frame connected "...Can i use the endpoint EP0 CONTROL OUT to do that?
The endpoint EP0 is used by the window audio driver....do you think i can share EP0 with my application?
If not, i should implement a HID out endpoint......have someone succedeed with that?
Thank you for yours comments...
Felix