K70 with ULPI Interface

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

K70 with ULPI Interface

跳至解决方案
2,476 次查看
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,779 次查看
kaipaulus
Contributor III

Dear Mr. Luis,

may thanks.

Kai Paulus

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,779 次查看
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,779 次查看
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,780 次查看
kaipaulus
Contributor III

Dear Mr. Luis,

may thanks.

Kai Paulus

0 项奖励
回复
1,779 次查看
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 项奖励
回复