STM32 ULPI PHY - CY7C68003
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-09-26 3:42 AM
Dear All,
Has anybody ever tested Cypress CY7C68003 with the STM32? I would appreciate your feedback. #usb #stm32f4 #ulpi- Labels:
-
STM32F4 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-09-26 5:03 AM
Contact your local ST rep or FAE, or breadboard your concept circuit.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-09-29 2:06 AM
A rule of thumb with STM32 MCUs is, that they have a serious bug with ULPI-s that support Link Power Management, aka, LPM
If theFunction Control Register's bit 7 is reserverd by the ULPI, than it will probably work. TheCY7C68003 should therefore work. See this thread:- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-08-30 1:53 AM
Hi, I am using
CY7C68003 with STM32F205, but the USB interface doesn't work. I found
CY7C68003 contains a USB Interface Control Register(address: 35H) which ISP1705 doesn't have. To enable CY7C68003, this register should be set to 0x04. But I don't know how to read/wirte the ULPI PHY's register through STM32_USB-Host-Device_Lib.
