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

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

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

953件の閲覧回数
mikebo
Contributor I

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

ラベル(3)
タグ(2)
0 件の賞賛
返信
1 返信

883件の閲覧回数
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 件の賞賛
返信