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