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.

output of tms320c6713

Hi all,

I have developed my project in simulink so as to port it into the tms320c6713.........while building the real time model ,i was getting errors in code composer studio regarding size allocation.................then i solved the problem by allocating the .far file(which was huge in size) to SDRAM instead of IRAM....................now i could build the model successfully(c code is generated) and i am able to load the program to the processor................but the problem is i am not getting output in LED...........I am giving the input through adc(Mic in)which is a recorded breath signal................it is of 15 sec duration.............i connected the headphone jack to the mic in thereby providing the input...........but still while the program is running no output iss there?      why is it so?

  • There are two many variables in play here. I would suggest to start with a simple non-matlab based approach in order to familiarize yourself with the processor, and then once you get a simple "Hello World" application to build, you can focus on why your simulink model does not work.