[quote user="Gerhard Binder"]Can you tell me the reason, why this is??[/quote] Not that I'm definitely sure - I'm not having a MSP430 board + CCS to test with. But you need to note that debuggers are intrusive. That especially causes problems when viewing system registers. The debugger reads those registers too, and reading often causes clearing of interrupt flags. And this, in turn, causes a different execution path during debugging ...
↧