K70 with ULPI Interface

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

K70 with ULPI Interface

Jump to solution
1,803 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
1,106 Views
kaipaulus
Contributor III

Dear Mr. Luis,

may thanks.

Kai Paulus

View solution in original post

0 Kudos
Reply
4 Replies
1,106 Views
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 Kudos
Reply
1,106 Views
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 Kudos
Reply
1,107 Views
kaipaulus
Contributor III

Dear Mr. Luis,

may thanks.

Kai Paulus

0 Kudos
Reply
1,106 Views
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 Kudos
Reply