Hello:
In doing code development in CCS for the LM3S5651, I'm seeing the processor hanging up at a while(1) in one of the unknown interrupt handles.
I'm used to using IAR tools and with CCS it seems that we don’t appear to have a call-stack (like we did in IAR) to help us determine how we got there.
Do you know of a way to do this in CCS?
Do we need to manually decipher the information on the stack?
Any feedback or input as always is welcomed and appreciated!
Best regards,
Paul
Paul,
When you are stepping through code in CCS or running and press the pause button, the current call stack should be displayed in the debug window. I've attached a screen screen to show how it looks on my setup.
Thanks,
Sean