2019-07-26 01:42 AM
Recently, I create a USB Audio project using the CubeMX 5.3 software with stm32cubeh7 1.5 HAL library to run on the stm32h750vb MCU. The project using the USB device middleware can't enum successfully. According to the data capatured by the Bus Hound software, I learn that the enumeration failed in the seting-config process. The project was created by the Cube automatically. And I didn't change anything. Is there some bugs in the usb device library? How can I change the project to get the correct enumeration?