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?
已解决! 转到解答。
Hi @audio
You can see the transfer type from the endpoint descriptor, s
From the descriptor, we know that transfer type is Async.
Regards
Daniel