Skip to main content
Visitor II
January 14, 2022
Question

Is there any USB using virtual com port example with the NUCLEO-U575ZI-Q?

  • January 14, 2022
  • 2 replies
  • 1293 views

Hi,

I am trying to test the HSI48 clock for the USB (with the CRS SYNC USB). But I don't find any simple example for the NUCLEO-U575I-Q... Now that the USB-DEVICE is not supported in CubeMX for the U5 (only on github) I am really struggling with the USBX.

Almost no code is generated from CubeMx (and I am not really comfortable with ThreadX). Can someone help me please?

Thank you

Isaac

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    January 26, 2022

    Hi @Ifiset​ ,

    I didn't checked current implementation with STM32CubeMX, but if I refer to the examples described in Github package, I find the following: STM32CubeU5/Projects/NUCLEO-U575ZI-Q/Applications/USBX/Ux_Device_CDC_ACM/.

    A detailed description about what is expected by this example and how to configure it to configure the VCP is provided in this page.

    Also, you should be able to open the project with STM32CubeIDE and update your settings from the STM32CubeMX perspective.

    -Amel

    Visitor II
    March 9, 2022

    Hello Isaac @Ifiset​ ,

    I am trying to do something similar to what you are doing and I am also struggling with the USBX. It is disabled in CubeMx. Did you have luck in generating code from CubeMx?

    Also, when I connect USB C-type cable to the computer, it does not recognize the port( in Device manager)

    Did you face the same issue too?

    Please let me know if you were able to figure it out.

    Thanks,

    Pooja

    Technical Moderator
    March 10, 2022

    @pkulk.1​: you asked the same question here.