Skip to main content
VTodm.1
Associate II
May 17, 2021
Solved

How to build a USB HS and USB FS with my own shield for communication with the PC?

  • May 17, 2021
  • 2 replies
  • 980 views

As i am new to building my own Microcontroller shield , i want some help ! I want to achieve a high speed USB connection with PC to transfer data from micro controller to PC .

Now Do i need a external peripheral with the micro to get the HS connection? HS connection seems to have a lot of pins. The micro controller i am using is STM32H755BIT3 ! Thanks

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    For USB HS you normally need an external ULPI-PHY and some ESD protective devices as an interface between the ULPI of the STM32 and the USB port (see e.g. the schematics of the STM32H747I-DISCO).

    There is also some software example available for an MSC_Standalone in the repository, either on Github or the local repository downloaded with STM32CubeMX oder STM32CubeIDE.

    Good luck!

    If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.

    /Peter

    2 replies

    Peter BENSCH
    Peter BENSCHBest answer
    Technical Moderator
    May 17, 2021

    For USB HS you normally need an external ULPI-PHY and some ESD protective devices as an interface between the ULPI of the STM32 and the USB port (see e.g. the schematics of the STM32H747I-DISCO).

    There is also some software example available for an MSC_Standalone in the repository, either on Github or the local repository downloaded with STM32CubeMX oder STM32CubeIDE.

    Good luck!

    If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.

    /Peter

    VTodm.1
    VTodm.1Author
    Associate II
    May 21, 2021

    Thank you so much it is resolved !!