cancel
Showing results for 
Search instead for 
Did you mean: 

How to use STMicroelectronics classic USB device middleware with STM32H563ZIT6

Berlin-raj123
Associate III

HI,

      I am trying to interface the USB device with a customized STM32H563ZIT6 controller board. I followed the example steps from the STM Community, but the USB port is not detected. What should I do?

 

https://community.st.com/t5/stm32-mcus/how-to-use-stmicroelectronics-classic-usb-device-middleware-with/ta-p/599274 

 

  https://community.st.com/t5/stm32-mcus/how-to-implement-a-usb-device-composite-in-stm32h5/ta-p/708078 

 

 Anyway, I will upload my project. Please verify it

1 ACCEPTED SOLUTION

Accepted Solutions
FBL
ST Employee

Hi @Berlin-raj123 

I would add that if you need any recommendations about Hardware design you can refer to the board provided schematics. https://www.st.com/resource/en/schematic_pack/mb1404-h563zi-c01-schematic.pdf

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

4 REPLIES 4
Pavel A.
Evangelist III

First of all, get (buy, rent, steal) a real hardware USB analyzer, to see what is actually transmitted on the wires.

When the electric layer is good you can use software USB analyzers.

 

@Pavel A.Are there any other methods? When I verified the USB interface with the STM32F429ZIT6 controller, I did not use any analyzer.

If the electrical interface has been validated, next step: capture USB traffic, act based on observations. Does enumeration begin at all?

 

FBL
ST Employee

Hi @Berlin-raj123 

I would add that if you need any recommendations about Hardware design you can refer to the board provided schematics. https://www.st.com/resource/en/schematic_pack/mb1404-h563zi-c01-schematic.pdf

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.