LPC56428 SDK Example to LPC54605BD100 ?

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

LPC56428 SDK Example to LPC54605BD100 ?

631 Views
martin_due
Contributor II

Hello!

I am using the LPC56428 cdc vcom bm example from the SDK and it works fine on the dev board.

How do I port the example to my own LPC54605BD100 project / board? There is a ton of files and configurations... 

Is there any easy way to get USB Host/Device running on our own board?

Any help appreciated, thanks!

Labels (4)
0 Kudos
1 Reply

498 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Martin Due 

To import USB function to a SDK project, you need :

1. import USB related driver with "manage SDK components"

pastedImage_2.png

for example, you want to import USB device drivers, add "USB device" middleware (USB common will automatically be selected). Thus you get all the related USB device related driver added to your project.

pastedImage_3.png

2. the next step is to refer related USB device application demo under SDK folder, add application source code to your own project.

For new user, I would suggest you follow above steps and SDK CDC demo code to add CDC device application to a hello world demo for test purpose. It's not difficult.

Have a great day,
Jun Zhang

 

-------------------------------------------------------------------------------
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 Kudos