Skip to main content
mirko2399
Associate
August 16, 2016
Question

where i can find an example for dual CDC VCP on stm32?

  • August 16, 2016
  • 3 replies
  • 1081 views
Posted on August 17, 2016 at 00:56

I should use the USB FS on CN5 of STM32F4-Discovery in dual Virtual Com Port (if possible in three VCP).

I made a project started from cubemx with USB_CDC_VCP with USBD_MAX_NUM_INTERFACES = 3 and USBD_MAX_NUM_CONFIGURATION=3 .

It work well but in the pc instal one COM only.

I tryed to modify the usb descriptor manually but it not work fine. I have Always one COM only.

Where i can find un example based on cubemx library whith multiple CDC VCP?

Very Thank.
    This topic has been closed for replies.

    3 replies

    Amel NASRI
    Technical Moderator
    August 17, 2016
    Posted on August 17, 2016 at 11:35

    Hi lor3n7o,

    USB composite isn't supported yet by CubeMX.

    I report your request internally for farther review. We will keep you informed if we have more details on this regard.

    -Mayla-

    To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
    mirko2399
    mirko2399Author
    Associate
    August 17, 2016
    Posted on August 17, 2016 at 11:58

    Very thanks for faster support.

    mirko2399
    mirko2399Author
    Associate
    August 19, 2016
    Posted on August 19, 2016 at 10:01

    There is un example not based on cubemx library with multiple CDC VCP on USBFS on stm32f4,on which I can relate for implementation in may project?

    In the meantime I might try to do a manual edit.

    Very Thank.