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