Hi,
Am facing trouble feeding the desired input to the DSK using the mic. Below is the section of the code that deals with this aspect.
****************************
//C6713dskinit.c Includes functions from TI in the C6713 CSL and C6713DSK BSL
#include "C6713dskinit.h"
#include "dsk6713_led.h"
#include "dsk6713_aic23.h"
#define DSK6713_AIC23_INPUT_MIC 0x0015
#define DSK6713_AIC23_INPUT_LINE 0x0011
#define using_bios //if BIOS don't use top of vector table
extern Uint32 fs= DSK6713_AIC23_FREQ_8KHZ; //for sampling frequency
extern Uint16 inputsource= DSK6713_AIC23_INPUT_MIC; //0x0015
void c6713_dsk_init() //dsp-peripheral initialization
******************************
Please help!