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.

CCSv5.2 Interrupts Disabled while in Debug Mode

Hello,

CCS version: 5.2.0.00069

TI Development board: Stellaris EKS-LM4F232 Evaluation Kit

StellarisWare version: 9453

After installing Code Composer Studio, setting up the board, and running the various examples included with StellarisWare for my board I have come across a state which halts all further development for me.

That problem I am experiencing is that interrupts are disabled while I am in debug mode. A simple way for me to reproduce this is to debug the sine_demo project included in the StellarisWare collection. Clicking "Resume" upon entering debug mode shows nothing to the screen. It is only after I exit debug mode that the program begins, since it is interrupt driven, and I see the sine wave printed to the screen.

This of course halts any and all development towards interrupt driven programs, stops my ability to create breakpoints within interrupts to determine where my program is faulting, and limits the overall functionality of CCS to the point where I must conclude this has been an error on my part and that there is a setting I'm missing.

I've already tried fiddling with the General Debug settings such as unchecking everything under "Disable interrupts" with no luck, though of course there may be some specific combination which is required that I haven't tried.

I am reaching out to the community since I am experiencing this problem even on example code provided by TI and have hit a dead end with my own attempts to find where I can enable interrupts while debugging.

Thank you for your time, I will appreciate any feedback I receive.