You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use STM32H747I-DISCO as Host to plug USB HUB
In this hub I will conect a CDC, HID and MSC.
I solved many problems, but this last one I need help.
The USB3320 CPEN pin controls VBUS and I cant turn this pin on.
Operating System
Others
Board
STM32H747I-DISCO
Firmware
examples/host/cdc_msc_hid
What happened ?
I am trying to use STM32H747I-DISCO as Host to plug USB HUB
In this hub I will conect a CDC, HID and MSC.
I solved many problems, but this last one I need help.
The USB3320 CPEN pin controls VBUS and I cant turn this pin on.
How to reproduce ?
Just run the STM32Cube project
https://github.com/eng-software/TestTinyUSB.git
Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)
TinyUSB Host CDC MSC HID Example
USBH init on controller 1, speed = High
sizeof(usbh_device_t) = 86
sizeof(hcd_event_t) = 12
sizeof(_ctrl_xfer) = 20
sizeof(tuh_xfer_t) = 24
sizeof(tu_fifo_t) = 12
sizeof(tu_edpt_stream_t) = 20
CDC init
sizeof(cdch_interface_t) = 196
MSC init
sizeof(msch_interface_t) = 52
sizeof(msch_epbuf_t) = 48
HID init
sizeof(hidh_interface_t) = 14
HUB init
guid, gsnpsid, ghwcfg1, ghwcfg2, ghwcfg3, ghwcfg4
0x00002300, 0x4F54330A, 0x00000000, 0x229FE190, 0x03B8D2E8, 0xE3F00030
Fullspeed PHY init
DMA = 0
Screenshots
No response
I have checked existing issues, dicussion and documentation
The text was updated successfully, but these errors were encountered: