Skip to main content
Graduate II
March 27, 2025
Solved

H753ZI - UsbX Device not recognized error

  • March 27, 2025
  • 1 reply
  • 488 views

Hi,

I'm having an issue implementing USB device composite functionality on my Nucleo-H753ZI board. I've been following the tutorial series at https://community.st.com/t5/stm32-mcus/how-to-implement-the-usb-device-composite-class-in-stm32-using/ta-p/645017 to set up a composite device using USB_OTG_FS in device-only mode.

I've also examined and tried implementing the example code from the official ST repository at https://github.com/STMicroelectronics/x-cube-azrtos-h7/ but I still couldn't solve the issue. 

USB_OTG_FS:

ugurtumer4_2-1743059172157.png

 


Clock Configuration:

ugurtumer4_0-1743059098096.png

ugurtumer4_1-1743059126900.png

Usbx:

ugurtumer4_3-1743059300672.pngugurtumer4_4-1743059485311.pngugurtumer4_6-1743059992585.pngugurtumer4_5-1743059501698.png

 

 

 

    This topic has been closed for replies.
    Best answer by ugurtumer4

    Thank you for your valuable response. I fixed the problem. Even though the clock settings were properly configured for USB at 48 MHz in both cases, I believe I was experiencing issues due to my HSE frequency configuration.

    I'm sharing both the problematic and working .ioc files for clock configurations.

    1 reply

    Technical Moderator
    March 28, 2025

    Hi @ugurtumer4 

    Would you attach your project to help us check your setup?

    ugurtumer4AuthorAnswer
    Graduate II
    March 28, 2025

    Thank you for your valuable response. I fixed the problem. Even though the clock settings were properly configured for USB at 48 MHz in both cases, I believe I was experiencing issues due to my HSE frequency configuration.

    I'm sharing both the problematic and working .ioc files for clock configurations.