Skip to main content
kahramantuncer
Visitor II
September 26, 2014
Question

STM32 ULPI PHY - CY7C68003

  • September 26, 2014
  • 3 replies
  • 986 views
Posted on September 26, 2014 at 12:42

Dear All,

Has anybody ever tested  Cypress CY7C68003 with the STM32? I would appreciate your feedback. 

#usb #stm32f4 #ulpi
This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
September 26, 2014
Posted on September 26, 2014 at 14:03

Contact your local ST rep or FAE, or breadboard your concept circuit.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
rigomate2
Associate II
September 29, 2014
Posted on September 29, 2014 at 11:06

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:

https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/STM32F2F4%20problems%20with%20various%20ULPI%20USB%20PHYs&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&currentviews=2779

Yuling LI
Associate
August 30, 2017
Posted on August 30, 2017 at 10:53

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.