I am trying to use usblib to speed development of my device. My device must be an exact duplicate of an existing device which has two bulk IN endpoints and one bulk OUT endpoint.
I have incorporated usblib and am communicating on EP1. Now I want to add support for the second IN endpoint. And I don't quite see how to do this. What documentation I can find, "StarterWare USB - Texas Instruments Embedded Processors Wiki.mht", seems to imply support for multiple endpoints. But I cannot find any examples or suggestions about how this might be done. And, on examing usblib code (particularly USBDBulkCompositeInit), it appears that multiple endpoints is not possible with this Starterware.
I hope someone will enlighten me on this question.
P.S. Apparently the "qs-scope" example, referenced in the current StellarisWare documentation, may answer my questions but I am having no luck obtaining the thing...