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