Type of USB isochronous transfer type in iMX RT USB audio example?

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

Type of USB isochronous transfer type in iMX RT USB audio example?

Jump to solution
919 Views
audio
Contributor III

Hello,

I'm working with iMXRT 1050 ev board for my project and the USB Audio speaker sdk example works well with my EVB.

So I'm going to fix some codes to make it work for me, but I wasn't sure what the USB audio transfer type was.

Out of 3 isochronous transfer type, asynchronous, synchronous, adaptive, is there a way to check what the type is in the example?

0 Kudos
1 Solution
909 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi @audio 

You can see the transfer type from the endpoint descriptor, s

 

danielchen_0-1606963883200.png

 

From the descriptor, we know that transfer type is  Async.

 

danielchen_1-1606963990822.jpeg

 

Regards

Daniel

View solution in original post

1 Reply
910 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi @audio 

You can see the transfer type from the endpoint descriptor, s

 

danielchen_0-1606963883200.png

 

From the descriptor, we know that transfer type is  Async.

 

danielchen_1-1606963990822.jpeg

 

Regards

Daniel