Description: The Talkthru demo demonstrates the initialization of SPORT0 to establish a link
between the ADSP-BF537 and the AD1854/AD1871 /DAC.
The program simply sets up the SPORT0 to receive/transmit audio samples from the
ADC/DAC. Audio samples received from the ADC are moved into the processors receive
buffer, using DMA. The samples are processed by the ADSP-BF537 and place in the
transmit buffer. In turn, the transmit buffer is used to transmit data to the DAC.
This results in a simple talk-through where data is moved in and out of the processor
without performing any computations on the data.
File list (Check if you may need any files):
Audio Codec Talkthrough (C)
...........................\C_Talkthrough_I2S.dpj
...........................\C_Talkthrough_I2S.dpj.bak
...........................\C_Talkthrough_I2S.mak
...........................\C_Talkthrough_I2S.pcf
...........................\Debug
...........................\.....\C_Talkthrough_I2S.dxe
...........................\.....\C_Talkthrough_I2S.log
...........................\.....\Initialize.doj
...........................\.....\ISR.doj
...........................\.....\linker_log.xml
...........................\.....\main.doj
...........................\.....\Process_data.doj
...........................\Initialize.c
...........................\ISR.c
...........................\main.c
...........................\Process_data.c
...........................\readme.txt
...........................\Talkthrough.h