This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

intrefacing problm to dsk6713 kit for ccs5.2 on windows 7

I have purchased DSK6713 development kit from digital spectrum. I have CCS5.2 and windows 7 machine.

As i m new bee to DSP and its environment, i have spent more than two weeks to make configurations and setting to CCS5.2 to interface with DSP kit.

But at last i have stuck to some memory related problms

My problem is as :

When i use any API function fron the given library, and build project, it gives errors.

#include "dsk6713.h"

#include <stdio.h>

void main()

{

int a=0;

 dsk6713();

return;

}

when i build n execute it on CCS5.2, it gives memory errors.

I hve added dsk6713.gel file, library files and header fles to project.