cancel
Showing results for 
Search instead for 
Did you mean: 

Can I get an example of STM32H7 OTG firmware?

KKado.1
Associate II

I want to implement USB OTG on my own STM32H7 board.

Can I get an example of the firmware source code?

2 REPLIES 2
Imen.D
ST Employee

Hello @KKado.1​ ,

You can download STM32CubeH7 firmware package, you will find several USB projects in this directory:

STM32Cube_FW_H7_V1.8.0\Projects\<Board name>\Applications\USB_Device\ for USB device projects or in the Projects\Board name\Applications\USB_Host\ for USB Host projects.

Here is STM32 USB OTG training and video: STM32H7 OLT - 42. Peripheral USB OTG HS

Best Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
KKado.1
Associate II

Imem-san

Thank you for your answer.

I will refer to it.

Regards,