lpc55s69 usb hs demo code

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

lpc55s69 usb hs demo code

1,435 次查看
HeMyFAE
NXP Employee
NXP Employee

dear LP55s69 ,

In the SDK, which USB demo code demonstrate the HS capability?

My customer I-Blades is looking for the dev_msc_sdcard_bm code but he want to use high speed usb port.

REgards,

hy

pastedImage_1.png

标签 (1)
0 项奖励
回复
4 回复数

1,237 次查看
HeMyFAE
NXP Employee
NXP Employee

do you have any proposed solution to help the customer in this case?

what usb ip does the lpc 55xx share with other lpc?

0 项奖励
回复

1,237 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Hy Mai,

I just test on my side, it is easy change the demo dev_msc_sdcard_bm to HS USB:

Only need change the code in usb_device_config.h file:

/*! @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)

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复

1,237 次查看
chrisgulick
Contributor III

I have been able to change the USB from full speed port to the high speed port but did not try to set to high speed.

0 项奖励
回复

1,237 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Hy Mai,

Sorry It seems there isn't USB High Speed demo for LPC55s69 so far.


Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复