Hi, Thanks & regards P. Bharath Kumar |
Hi, Thanks & regards P. Bharath Kumar |
Hi,
Maybe you have problems with the descriptor.
I do not know if there is something similar in windows, but you can plug your board to an android device (ICS or higher) over the usb, or usb otg an take the information of your board with an app like this:
https://play.google.com/store/apps/details?id=aws.apps.usbDeviceEnumerator&hl=es
or any other similar, and check if this information (taken from your usb descriptor) is like you expected, PID, VID, classes, interfaces, endpoints....
If you find an app to do this in windows, even better.
If the info is not correct try to change to an usb descriptor from an existing comercial product, this topic talks about it https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https%3a%2f%2fmy%2est%2ecom%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fAny%20example%20on%20STM32F2xx%20with%20UVC&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B¤tviews=3768
And be patient, usb is not trivial
I don't think that the 429 Discovery board supports High Speed USB - I've looked at the schematics and there is no High Speed PHY on the board.
MK
I'm sorry - I have no idea what your last question means but I'll guess:
Read the datasheet for the processor page 39 of Rev 5 data sheet:
The devices embed a USB OTG high-speed (up to 480 Mb/s) device/host/OTG peripheral.
The USB OTG HS supports both full-speed and high-speed operations. It integrates the
transceivers for full-speed operation (12 MB/s) and features a UTMI low-pin interface (ULPI)
for high-speed operation (480 MB/s). When using the USB OTG HS in HS mode, an
external PHY device connected to the ULPI is required.
MK
I'm sorry - I have no idea what your last question means but I'll guess:
Read the datasheet for the processor page 39 of Rev 5 data sheet:
The devices embed a USB OTG high-speed (up to 480 Mb/s) device/host/OTG peripheral.
The USB OTG HS supports both full-speed and high-speed operations. It integrates the
transceivers for full-speed operation (12 MB/s) and features a UTMI low-pin interface (ULPI)
for high-speed operation (480 MB/s). When using the USB OTG HS in HS mode, an
external PHY device connected to the ULPI is required.
MK
Yes your right.
I need an ULPI to do high speed transmission.
Thank you so much.