Does it work USB ROM API with USB HS on LPC54xxx?

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

Does it work USB ROM API with USB HS on LPC54xxx?

499 次查看
mikebo
Contributor I

I can't find any example with HS USB on LPC54xxx and USB ROM API.

标签 (3)
标记 (2)
0 项奖励
1 回复

429 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

HI Mikhail Modin 

For LPC54xxx, we only have USB demo code enclosed in MCUXpresso SDK.

https://mcuxpresso.nxp.com/en/builder 

By default that USB demo code is for FS USB0. If you need HS USB1, you need enable high speed mode with below code:

/*! @brief LPC USB IP3511 FS instance count */
#define USB_DEVICE_CONFIG_LPCIP3511FS (0U)

/*! @brief LPC USB IP3511 HS instance count */
#define USB_DEVICE_CONFIG_LPCIP3511HS (1U)

rebuild project. 

Make sure you have external power supply to the board when use HS USB.

Have a nice day.

Jun Zhang

0 项奖励