USB OTG HS STM32F407 BOARD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-03 6:38 AM - edited ‎2024-06-03 6:39 AM
I have successfully implemented the USB_OTG_FS as host as mass storage class on the STM32F407 discovery board. Now I want to do the same with the USB_OTG_HS
But there is no usb connector available on the discovery board
Can anyone guide me what external components to use and also an example code for the same.
Solved! Go to Solution.
- Labels:
-
Schematic
-
ST boards
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-03 7:00 AM - edited ‎2024-06-03 7:03 AM
>Now I want to do the same with the USB_OTG_HS
Why ? It will/can do exactly the same as USB_OTG_FS .
>But there is no usb connector available on the discovery board
Obviously ...so you have to connect a USB socket yourself.
or something like this:
+ just solder the wires to the correct pins !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-03 7:00 AM - edited ‎2024-06-03 7:03 AM
>Now I want to do the same with the USB_OTG_HS
Why ? It will/can do exactly the same as USB_OTG_FS .
>But there is no usb connector available on the discovery board
Obviously ...so you have to connect a USB socket yourself.
or something like this:
+ just solder the wires to the correct pins !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-03 7:50 AM
You need to use separate hardware for USB HS.
There is a tutorial below.
