K70 with ULPI Interface

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

K70 with ULPI Interface

ソリューションへジャンプ
2,462件の閲覧回数
kaipaulus
Contributor III

Hello,

has anyone an "K70 with ULPI Interface" example? Does this work also with MQX-USB Libary?

I have an external USB Phy from SMSC (USB3320).

Thanks

Kai Paulus

ラベル(1)
0 件の賞賛
返信
1 解決策
1,765件の閲覧回数
kaipaulus
Contributor III

Dear Mr. Luis,

may thanks.

Kai Paulus

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,765件の閲覧回数
MorganMonks
Contributor II

Hk Kai Paulus,

The TWR-SER2 uses one of SMSC USB3300 first generation ULPI PHY. Please look at our website for newer PHYs which support more features such as 60 MHz input clock mode and improved setup time (+2ns).  Other PHYS have USB battery charging etc.

If you can't get info email me directly. Morgan.Monks@smsc.com

Morgan

0 件の賞賛
返信
1,765件の閲覧回数
LuisCasado
NXP Employee
NXP Employee


Hello,

In the TWR-SER2, we use USB3300   and USB stack and MQX USB applications are using it in HS mode.

I think is a good starting point.

Best Regards,

Luis

0 件の賞賛
返信
1,766件の閲覧回数
kaipaulus
Contributor III

Dear Mr. Luis,

may thanks.

Kai Paulus

0 件の賞賛
返信
1,765件の閲覧回数
LuisCasado
NXP Employee
NXP Employee

Hi Kai,

USB MQX examples for HS are the same examples used for FS. In order to use TWR-SER2, follow the getting started MQX doc:

 

USBFS (KHCI0) module – This BSP is pre-configured to use USBFS module by default. The USBFS is connected to USB HOST (USB A connector) only. USB device functionality is not available due to HW limitations.

 

o

USBHS (EHCI0) module – To enable USBHS (EHCI0) change BSP settings as follows and recompile BSP. The USBHS (EHCI0) is connected to USB OTG (USB mini AB connector)

 

#define USBCFG_DEFAULT_DEVICE_CONTROLLER (&_bsp_usb_dev_ehci0_if) #define USBCFG_DEFAULT_HOST_CONTROLLER (&_bsp_usb_host_ehci0_if)

 

in the

<mqx_install_dir>\mqx\source\bsp\twrk70f120m\twrk70f120m.h

 

TWR-SER2 – J21 (USB_VBUS_EN) shunt

Best Regards,

0 件の賞賛
返信