My project is based on XTC tool 15.3.0 and the USB Audio software v8.1.0 .
I configured the I2S to be master (i.e. CODEC_MASTER=0) and I configured my ADC to be slave.
I see I2S data been driven by the ADC, so I assume that all the configuration on the acquisition side is correct, but I don't receive any audio from USB (I haven't tried the other way around, yet); before I dive into the I2S library, is there anything "obvious" I may have missed?
Do you have any advice on what start looking at to find out where the problem is?
These are my build flags:
Code: Select all
BUILD_FLAGS = $(EXTRA_BUILD_FLAGS) -fcomment-asm -O3 -report \
-lquadflash -lotp3\
-g -fxscope \
-DAUDIO_IO_TILE=0 \
-DXUD_TILE=1 \
-DUSB_TILE=tile[1] \
-DI2S_CHANS_DAC=6 \
-DI2S_CHANS_ADC=8 \
-DXUA_ADAT_RX_EN=1 \
-DMIN_FREQ=44100 \
-DMAX_FREQ=192000 \
-DADAT_TX_USE_SHARED_BUFF=1 -DXUA_QUAD_SPI_FLASH=1