Hello Iva,
Thanks for the feedback.
Yes. I have checked the USB Host speaker demo in KSDK1.3. This demo is basically prepared the audio data from the buffer which is dump into FLAH and then send them to USB speaker using USB Host stack. Here, the demo is not receive any audio data from the USB Host stack instead it sends to USB Host Stack. So this demo will not be used for my test application.
My primary requirement is to receive the audio data from the USB Host Stack, copy audio data in audio buffer and perform the DMA operation to copy the audio buffer data to I2S. So Flow like this as below :
Audio Device -> Accessory ( Kinetis HW ) -> Audio buffer -> DMA -> I2S.
I am using Kinetis TWR-K65 for my test application.
Thanks,
Ajay-