xcore-200 multichannel add function

If you have a simple question and just want an answer.
Post Reply
jsaksris
Member++
Posts: 29
Joined: Wed Jul 04, 2018 4:06 pm

xcore-200 multichannel add function

Post by jsaksris »

Dear veteran xmos dev,

How can I add a new function to the USB audio 2.0 reference software? (app_usb_aud_xk_216_mc)

The main functioning of the program are separated into 2 project, the app_usb_aud_xk_216_mc and module_usb_audio.
Where the initialization of hardwares is in app_usb_aud_xk_216_mc [ADC included]
And the main() is in module_usb_audio

I would like to add a function to verify that the ADC have been successfully initialized.
But the function defined in main.xc cannot be reached by programs under app_usb_aud_xk_216_mc

How do I get around this?


udoctoryet
Junior Member
Posts: 5
Joined: Thu Nov 29, 2018 2:38 am

Post by udoctoryet »

^ Interested in the answer to this question. But was wondering if you ever managed to get multiple of the audio mic input working at the same time and if you had to do any software changes for it.
jsaksris
Member++
Posts: 29
Joined: Wed Jul 04, 2018 4:06 pm

Post by jsaksris »

bump!
Post Reply