Hi!

1) Same things :)
2) Some ideas for the ppp implementation? It seems no one knows anything about it :,(

András


Walser, Martin wrote:

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




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users







Reply via email to