Question
How to debug an USB-Connection?
Hello everyone,
I am trying to expand the STM32Cube USB library which comes with the generated Code from STM32CubeMX. There are still some bugs in the Code but it is really hard to find them without appropriate debugging tools. The normal debugger can not be used while the host disconnects the device if there is no answer. I also figured out that printf-Debugging with UART is also complicated because it is too slow.
Could you recommend a suitable method to debug an USB connection?
Thank you for helping!
