2024-06-03 06:38 AM - edited 2024-06-03 06: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.
2024-06-03 07:00 AM - edited 2024-06-03 07: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 !
2024-06-03 07:00 AM - edited 2024-06-03 07: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 !
2024-06-03 07:50 AM
You need to use separate hardware for USB HS.
There is a tutorial below.