USB Audio Class 2.0 support in KSDK2.0

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

USB Audio Class 2.0 support in KSDK2.0

624 次查看
ajaypatel
Contributor I

Hello,

 

I am trying to run the usb audio speaker example application from KSDK2.0 on twr-k64 platform. This example application is running correctly. When I look at the code, I found that USB Audio Class 2.0 is disabled. I have enabled the USB Audio Class 2.0 by doing below code change : 

In usb_device_audio.h file,

/*! @brief Enables/disables the Audio Class 2.0 */
#if USB_DEVICE_CONFIG_AUDIO
#define USBCFG_AUDIO_CLASS_2_0 1 /* enable the 2.0 class */
#endif

 

After above change, I have rebuilt the example application and tried to run it on twr-k64 board. But this time example did not work. USB audio speaker is not detected in PC. 

 

Is there any additional changes are required to add support for USB Audio Class 2.0 ?

Is KSDK2.0 USB Device stack support audio class 2.0 ?

 

Thanks in advance,

Ajay-

标签 (1)
标记 (1)
0 项奖励
0 回复数