Skip to main content
arduo
Associate III
February 8, 2019
Question

Composite Devices Support

  • February 8, 2019
  • 1 reply
  • 601 views

Hi there,

i wondered if it's possible to support more than two composite device classes. I am using stm32f407ig and in the reference it says there is a control endpoint 0 and it supports 3 IN/OUT Endpoints. So it must be possible to implement CDC+HID+MSC or am i wrong?

Anyone has experience with composite and how to implement it the best way?

    This topic has been closed for replies.

    1 reply

    Pavel A.
    Super User
    February 10, 2019

    ​Sure, composite devices can have > 2 functions. The limiting factor is number of available endpoints.

    -- pa

    arduo
    arduoAuthor
    Associate III
    February 11, 2019

    Any idea how to implement that because if I am right i think i need an extra driver for every combination of device? Like if i want 3 Device Endpoint then i need an extra driver