Hi, I'm using the MSP430x149. When I try to debug the following line, the debugger hangs at this point:
-> while ((IFG1 & UTXIFG0) == 0); // USART0 TX buffer ready?
TXBUF0 = *pStr++;
The insight debugger also seems to hang at crystal startup
do // wait in loop until crystal
is stable
{
IFG1 &= ~OFIFG;
-> } while (IFG1 & OFIFG);
any ideas?
Regards
Martin
