USB on MIMXRT1176

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,007件の閲覧回数
ahmedhrabi
Contributor IV

Hi, 

I'am working on USB on the MIMXRT1176 and i have some questions: 

1- I tested CDC class VCOM, but the speed seems to be slow for my usage (~300 KB/s), am i looping something to speed up the transfer? I tested the MSC class and the transfer speed reached about 5MB/s, i don't understand why i can't reach such speed on CDC class.

2- For the CDC VNIC SDK example project, there's no lwip stack, how can i test transfer (file or data) with this example for the RNDIS class ?

3- Is there a specific recommended class to reach high speed transfer on USB ?

Regards. 

0 件の賞賛
返信
1 解決策
952件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @ahmedhrabi,

MSC is expected to be faster by definition. CDC often contains much more back and forth and setup data than MSC.

The lwip stack can be found on our lwip examples on the SDK.

 

BR,

Edwin.

元の投稿で解決策を見る

1 返信
953件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @ahmedhrabi,

MSC is expected to be faster by definition. CDC often contains much more back and forth and setup data than MSC.

The lwip stack can be found on our lwip examples on the SDK.

 

BR,

Edwin.