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.

TMS570 Matlab to C Execution Problem

Hi

I have converted a matlab code to C, which works well if compiled with GCC.

The codes also compile successfully in Code Composer Studio, but when it is downloaded into TMS570USB, the code fails to start.

Even the code before calling any of the converted C code fails to execute.

That is, Even Operation-1 fails to run if the Code is as follows:

line 1: Operation-1 (eg. LED Blinking);

line 2: return;

line 3: CallMatlabConvertedC();

 

Thanks,

Satish