Is LPC546XX USB ROM API support composite device?

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

Is LPC546XX USB ROM API support composite device?

Jump to solution
638 Views
wangyanjun
Contributor II

Is LPC546XX USB ROM API support composite device?

What is the difference between USB Stack in SDK and USB ROM API? Which one should I use?

Thank you!

Labels (1)
0 Kudos
1 Solution
584 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello Yanjun Wang

 

Only the USB stack in the SDK supports composite devices. The main difference can be in the USB RAM memory they use. I compiled two USB projects, one with the rom api and the other with the SDK USB stack. These were the results:

For ROM API:

pastedImage_2.png

With SDK USB Stack:

pastedImage_3.png

 

Use the one you think is more adequate based on your project requirements.

Let me know if this is helpful, if you have more questions do not hesitate to ask me.

Best regards,

Omar

View solution in original post

0 Kudos
1 Reply
585 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello Yanjun Wang

 

Only the USB stack in the SDK supports composite devices. The main difference can be in the USB RAM memory they use. I compiled two USB projects, one with the rom api and the other with the SDK USB stack. These were the results:

For ROM API:

pastedImage_2.png

With SDK USB Stack:

pastedImage_3.png

 

Use the one you think is more adequate based on your project requirements.

Let me know if this is helpful, if you have more questions do not hesitate to ask me.

Best regards,

Omar

0 Kudos