2024-09-05 04:39 AM
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?
Anyway, I will upload my project. Please verify it
Solved! Go to Solution.
2024-09-24 04:04 AM
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.
2024-09-05 05:15 AM
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.
2024-09-05 09:10 PM
@Pavel A.Are there any other methods? When I verified the USB interface with the STM32F429ZIT6 controller, I did not use any analyzer.
2024-09-06 05:33 AM
If the electrical interface has been validated, next step: capture USB traffic, act based on observations. Does enumeration begin at all?
2024-09-24 04:04 AM
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.