Skip to main content
Visitor 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

    KKado.1Author
    Visitor II
    September 1, 2020

    Imem-san

    Thank you for your answer.

    I will refer to it.

    Regards,