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.

CCS/TMS320F28377S: C2000

Part Number: TMS320F28377S
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hi all,

I am using TMS320F28377S controller launch pad.

I start with example code of Blink LED from controlsuite, While i build its says 0 errors, 0 warnings.

I loaded the example code to launchpad, after loading completed i am run the code, the code run before InitPieVectTable(); function no issues.

In InitPieVectTable(); function controller stopped or not run after below statement

EALLOW;
for(i = 0; i < 221; i++)
{
*Dest++ = *Source++;
}
EDIS;

This above statement is example code one.

Any one help me how to resolve it.

Regards,

Yuvaraj