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.

When Debugging, Breaks in Every Interrupt Handler



Hello - 

I am new to CCS and MSP430...  so forgive me if this is a newbie question.

I am debugging some code on the 430.  I can set a break point and then step through code - no issue there.  However, When my code includes interrupt handlers (specifically, a UART handler), every time I step over a line of code in my main function, I break in the handler (even though there is no breakpoint set there).  At that point I can "Step Out" of the handler and continue...  but I have to do this every time I step over a line of code.

Is there some way I can stop CCS from automatically breaking in the interrupt routine?

Thank you - 

Scott