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?