lpc55s69 usb hs demo code

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

lpc55s69 usb hs demo code

1,136件の閲覧回数
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 返答(返信)

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

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

938件の閲覧回数
chrisgulick
Contributor II

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 件の賞賛

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