Is LPC546XX USB ROM API support composite device?

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

Is LPC546XX USB ROM API support composite device?

跳至解决方案
1,059 次查看
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!

标签 (1)
0 项奖励
回复
1 解答
1,005 次查看
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 项奖励
回复
1 回复
1,006 次查看
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 项奖励
回复