This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Stellaris ICDI debugger kicks the program flow to unknown

Hi,
I'm using uvision 5.
I created a project for TM4C123GH6.
Uvision generated two files, startup_TM4C123.s and system_TM4C123.s.
I added a file main.c. In main I wrote the statements:
int a,b,c;
a= 100;
b= 200;
c= a+b;
return 0;
It compiles fine. Debugging simulation works fine. When I select
Stellaris ICDI for debugging, the debugger goes crazy, kicks the program flow to unknown.
Nothing wrong with my board, I used different vendor's IDE and it worked fine.

What is the problem here?