cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F207 and internal USB phy

axel
Associate II
Posted on September 06, 2011 at 17:17

Hi, 

I am working on a STM32F207 micro controller on a personal Borad.

I use 2 USB

 - A usb OTG on internal phy of pin PA9, PA10, PA12 andPA13 with a mini AB connector

   This is the same use onthe eval board

 - A usb Host on the second internal phy onpin PB13, PB14, and PB15 on a classic A connector

   This is not thesame use than the eval board where ST use an ULPI external phy

   

I ported the MSC host example codefrom V2.0.0/ 22-July-2011

If I use an adaptator for mini AB to A for my USB key everything works on the first USB.

On the second usb the enumeration is OK but the programm is locked when it try to explore the disk.

I use the compilation option USE_USB_OTG_HS and USE_EMBEDDED_PHY

Is it possible that there is a mistake on the USB driver because this phy can not be tested on the eval board ?

Does anyone have succefuly use this internal phy ?

Thanks

#stm32f207-usb
4 REPLIES 4
axel
Associate II
Posted on October 24, 2011 at 17:13

Finally it was a 

USB driver bug for this phy

St have fixed it.

vrksprao
Associate II
Posted on October 25, 2011 at 10:35

Can you please let us know the fixed version?

axel
Associate II
Posted on October 25, 2011 at 11:47

Find attached the file corrected by st

________________

Attachments :

usbh_msc_bot.c : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HtXG&d=%2Fa%2F0X0000000aRP%2Fmxf0gT9981n1RADG6S3IXMP0QB83q7QUVuKGbr9vRxg&asPdf=false
vrksprao
Associate II
Posted on October 28, 2011 at 06:58

Thank you. It works fine.

Regards

VRK SP Rao