User Activity

I have designed board with two USB. USB HS has to be device for the PC. Unfortunately it doesnt work connection's device descriptor request failed appears .I tried USB FS to be Device and it work fine. Is there any problem with the drivers for HS ...
Hello, I am designing board with stm32f723 with 2 USB. On one side i have mouse attached to STM on other side STM attached to PC. When i transfer report to PC x, y and left click button works fine but i cant make right click. Bellow is the struct of...
Same configuration and same code working fine with older version of CubeMx. Do you think i miss something or it is problem with the new version ?
I have STM32F723-DISCO board and I am designing project with two USB. First USB_HS is set as HOST and on it is attached mouse. Second USB_FS is set as Device and is attached to PC. The idea is to transfer descriptors from the mouse thru STM32 to PC. ...