Hello,
I'm now having the EK-TM4C1294XL board, and trying to make an application that captures the audio data from USB audio card which is connected to the 1294XL board. In the TivaWare sample applications, there is the "usb_host_audio_in" application for the dk-tm4c129x board, so I'm now trying to port it onto 1294XL board.
Currently, the USB enumeration for the audio card was successful, and USB audio format for input was set to 48000/16bit/Stereo correctly, but the audio capture callback is not invoked when I play some audio from the USB audio card, so I cannot capture the audio data from USB audio card.
I suspected that it was caused by the pinout configuration, so I tried various ways, but there's no luck, so I made very simple test application like the attached file, so can you please look at the code and let me know if there's any missing code or wrong configuration?
Any comment would be appreciate.
usb_host_audio_in_for_1294xl.zip
Thanks & B. Regards,
Inbae