Skip to main content
KKado.1
Associate II
August 24, 2020
Question

Can I get an example of STM32H7 OTG firmware?

  • August 24, 2020
  • 2 replies
  • 774 views

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

Can I get an example of the firmware source code?

This topic has been closed for replies.

2 replies

Technical Moderator
August 28, 2020

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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
KKado.1
KKado.1Author
Associate II
September 1, 2020

Imem-san

Thank you for your answer.

I will refer to it.

Regards,