cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F429 HS-USB ULPI PHY

linh nguyen
Associate II
Posted on May 30, 2017 at 13:46

Please help me !!!

I want to config USB STM32F429  in mode Host hight speed with USB PHY.

Please tell me the way or give to me source .

Thanks you so much !!!!!!

#usb #stm32f429 #usb-host #stm32f4-usb-highspeed-hs-ulpi #usb-host-phy
2 REPLIES 2
Nesrine M_O
Lead II
Posted on May 30, 2017 at 14:08

Hi

nguyen.linh.011

,

A set of application using the USB Host Library package are available under the STM32F4 cube firmware package

STM32Cube_FW_F4_V1.0\Projects\STM324x9I_EVAL\Applications\USB_Host

-Nesrine-

Posted on June 01, 2017 at 15:32

Thanks you so much !

I use STM32F429 USB HS Host library for UVC device.

Some UVC device has ISOC EP wMaxPacketSize=3072 or 5010 

Bytes.

I open endpoint type iso with msp = 5010.

Then I Set Interface Alternate and start stream with 

wMaxPacketSize = 

5010 

I use 

USBH_IsocReceiveData to receive data but USBH_LL_GetLastXferSize return max value 1020

and  data image I get is missing.

I think data missing because i can't receive iso package with wMaxPacketSize = 

5010.

Please me fix to receive it.