Hi,
I am using a TM4C1294NCPDT microcontroller and code composer studio for development.
Also using stellaris In circuit debugger to debug the Firmware using code composer studio.
My application sometimes resets in between, which I want to debug.
So I am connecting the debugger and running application in debug mode, but whenever the
application resets, I am not able to see any call stack or abort message in the debugger window of the code composer
studio. If I add breakpoints in between, they seem to work correctly, but once the application resets
nothing is observed as mentioned above.
Assuming when using the debugger and if application resets, atleast some debug information should be
printed to find out the reason for reset.
Kindly let me know what could be the possible reasons for this behaviour.

