

Building succeeded first time right and it all works fine. The input is the microphone, the output is line out. The interrupts let the first LED flash one second on / one second off. If(++i >= BUF_SIZE) i=0 //new input sample then increment Output = input + delayed //output sum of new and delayedīuffer = input //replace delayed sample with Input = input_sample() //read new input sampleĭelayed = buffer //read output of delay line Interrupt void c_int11() // interrupt service routine

Uint16 inputsource=DSK6713_AIC23_INPUT_MIC // select input Uint32 fs=DSK6713_AIC23_FREQ_8KHZ //set sampling rate #include "DSK6713_AIC23.h" // codec support

DSK6713.zip (spectrum digital) (for include and lib).What am I missing? I installed everything from the days the DSK was created: Windows XP and CCS 3.3. But when plugging in the USB cable, Windows XP sees the 6713DSK and installed the Spectrum Digital driver for it. The diagnostic tool fails in the very first step. Run 6713DSKDiag.exe from C:\DSK6713\drivers to check emulator connectionīut I don't get the USB connection to the DSK active.Set all of jumpers on SW3 and SW1 to OFF.Download board support files from Spectrum Digital Website Includes Board Supprt Library, gel file and example tests.I installed Windows XP as guest OS in VirtualBox 6.1.6 in host Ubuntu 20.04 and in XP I installed CCS_3.3.83.20_Platinum.zip after installing the DSK6713 from Spectrum Digital.
