Replies: 2 comments 1 reply
-
it is possible, tinyusb support dwc2 in highspeed + external phy with H7. It will be mostly configuration and pins set up. I would suggest you try to get it work with tinyusb example repo first https://github.com/hathach/tinyusb. Then adding this HS as make/cmake option e.g |
Beta Was this translation helpful? Give feedback.
0 replies
-
#define BOARD_TUD_RHPORT 1 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have firmware that works using the USB OTG HS peripherial (B14, B15) on the STM32F405RG (WeAct Core Board).
And have tinyuf2 working on the board, but using the USB OTG FS peripheral (A11, A12) per normal.
However, I would like to use the HS peripheral in FS mode, as it enables more USB endpoints (which has become an issue for me). And I have messed with the code to try and facilitate that to no success.
What is needed to enable the HS port in FS mode on this controller?
Beta Was this translation helpful? Give feedback.
All reactions