2021-05-17 01:41 AM
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
Solved! Go to Solution.
2021-05-17 10:48 AM
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
2021-05-17 10:48 AM
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
2021-05-21 08:48 AM
Thank you so much it is resolved !!