Skip to main content
Visitor II
October 9, 2020
Solved

Is it possible to implement a dual CDC usb composite device on STM32F411?

  • October 9, 2020
  • 2 replies
  • 1082 views

I am selecting the microcontroller for an application that needs to implement an USB dual virtual com port (composite device with two vcom port). I would like to use the STM32F411 but i see that other people got problems trying to do it, maybe because of the few endpoints of this microcontroller. Can anybody explain me what is the situation?

    This topic has been closed for replies.
    Best answer by Pavel A.

    It has enough endpoints for two CDC functions.

    -- pa

    2 replies

    Pavel A.Answer
    Super User
    October 9, 2020

    It has enough endpoints for two CDC functions.

    -- pa

    FGugl.1Author
    Visitor II
    October 12, 2020

    Ok. Thank you.