how to connect to xCORE-200 MC AUDIO reference board with xmos_mixer command Topic is solved

Sub forums for various specialist XMOS applications. e.g. USB audio, motor control and robotics.
Post Reply
susanyin0501
Active Member
Posts: 45
Joined: Thu Apr 20, 2017 9:00 am

how to connect to xCORE-200 MC AUDIO reference board with xmos_mixer command

Post by susanyin0501 »

Dear All,

In -sw_usb_audio-[design-guide](6.15.2rc1).pdf,

Image

xfash D:\sw_usb_audio-[sw]_6.15.2rc1\sw_usb_audio\app_usb_aud_xk_216_mc\bin\2i10o10xxxxxx\app_usb_aud_xk_216_mc_2i10o10xxxxxx.xe ( default compile and mixer = 1) to xCore-200 MC AUDIO demo baord,

demo board can work well ( usb can be detected, playback audio )

but when i run "./ xmos_mixer --display -aud - channel - map 0" on MAC OS, or "xmos_mixer --display-info" on Windows 7 (32 bits OS and 64 bits OS), always display "Cannt Connect" like this

xmos_mixer tool comes from attached file (FAE provided)


Image

why i can not connect to demo board? what shall i configure ? Thanks
Last edited by susanyin0501 on Thu Nov 23, 2017 10:02 am, edited 1 time in total.


View Solution
susanyin0501
Active Member
Posts: 45
Joined: Thu Apr 20, 2017 9:00 am

Post by susanyin0501 »

add xmos_mixer tool
Attachments
host_usb_mixer_control.rar
(565.13 KiB) Downloaded 194 times
host_usb_mixer_control.rar
(565.13 KiB) Downloaded 194 times
susanyin0501
Active Member
Posts: 45
Joined: Thu Apr 20, 2017 9:00 am

Post by susanyin0501 »

you should change #define XMOS_L2_AUDIO2_PID from 0x0004 to 0x0008 in OSX/usb_mixer.cpp , because it's 0x0008 in customdefines.h of sw_usb_audio-[sw]_6.15.2rc1\sw_usb_audio\app_usb_aud_xk_216_mc, it can work well in MAC OS. i didn't try it on windows OS, i have not windows compile tools.
Post Reply