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/LAUNCHXL2-RM57L: Debug Problem

Part Number: LAUNCHXL2-RM57L
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

I want to get started with this Board.

I wrote very simple program.

int main(void)
{
const int a=5,b=10;
int c;
c = a + b;
return c;
}

I am using GNU compiler. Default linker options are there. 

For Debug Connection i am using XDS110 USB now I am trying to debug and setting breakpoint on main. Its not able to do so.
ERASE and FLASHING is Done but debugging is not allowed.

One Warning is coming: "Memory Map Setup for Flash @ Address 0x0 due to System Reset"

Please let me know if anyone has the same problem