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