app_usb_aud_mic_array with adat

Sub forums for various specialist XMOS applications. e.g. USB audio, motor control and robotics.
aeberle
Newbie
Posts: 1
Joined: Tue May 07, 2024 2:18 pm

app_usb_aud_mic_array with adat

Post by aeberle »

Good afternoon,

i need some advise. I hope you can help me.
For my project i need to change SPDIF to ADAT. The processor of this project is xCore-200 and the software is the same like in the title of this topic.

Therefore i did this:

mic_array_ref.xn: <Port Location="XS1_PORT_1P" Name="PORT_SPDIF_OUT"/> ---- > <Port Location="XS1_PORT_1P" Name="PORT_ADAT_OUT"/>

flags in Makefile: XCC_FLAGS_2i8o2 = $(BUILD_FLAGS) -DSPDIF=1 -DADAT=1
INCLUDE_ONLY_IN_2i8o2 =

and i imported module_adat_tx and module_adat_rx.

It doesn't work, and i don't know why.
What can i do else?

Thank you in advance for your help.

Best regards,
A. Eberle


Some other information:

XMOS xCORE-200 Mic Array
========================

:maintainer: Ross Owen
:scope: Example
:description: USB Audio application for xCORE Microphone Array board
:keywords: USB, Mic, PDM, UAC
:boards: XCORE-200 Microphone Array Ref Design (1v0)