2020-06-02 11:45 PM
2020-06-03 03:50 AM
Hi JTiru.1,
You can download STM32CubeH7, there are several USB projects in this directory: \Projects\Board_Name\Applications\USB_Device\ for USB device projects or Projects\Board_Name\Applications\USB_Host\ for USB Host projects.
You can learn how to create an STM32CubeIDE project based on STM32CubeMX from here.
And here is an example about how to create USB device project with STM32CubeMx.
Regards,
Ons.