This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM365 USB Linux Multifunction Composite Gadget

Our company intends to develop a board using the DM365. As OS we prefer Linux, based on kernel 2.6.33.

One of the main function of the board should be, to work as a multifunction component gadget. The gadget functionality equates to the available USB_G_MULTI_RNDIDS configuration, that includes RNDIS + CDC Serial + Storage.

Does anyone know whether the USB-controller on the DM365 used in Peripheral Mode offers enough endpoints to manage this multifunction configuration?

 

noirtme

  • Noirtme,

    DM365 has four Rx and four Tx endpoint excluding control endpoint ep0. your multifunction gadget would require 3 pairs of Rx/Tx endpoint and one INT IN for RNDIS so it should be pretty much possible.

    Regards,

    Ajay