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.

Trouble with Debug mode MSP430G2231 - Debug is start in Running mode and never stops

Other Parts Discussed in Thread: MSP430G2231

Windows 7 64, IAR Embedded workbech 6.50, MSP430G2231

In IAR - Options General MSP430G2231
, Debugger -FET Debugger

Project - New project, ASM, Name, workspace, F7, Start Debug.

I have tryed C programm too< with the same result.

Debug starts in Running mode and I cannot stop it.

Program very simple - just bilk a LED. It means to the ASM template I just add before JMP $ two rows:

MOV.B  #0x1, &P1DIR

MOV.B  #0x0, &P1OUT

**Attention** This is a public forum