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
