Hi everyone, I am a new user of mspgcc compiler. we designed a board using msp430F1611. I successfully installed and compiled my program in windows XP machine. Now i got stuck in dubugging using Insight(GDB). While debugging, the debugger get locked at while loop requiring setting of timer (Both timer A and B) flag (TAIFG). It seems to me that debugger is indefinitely waiting for response from target and fails to have timer flag set.
Now, the same program does work for TI demo board. So logically i suspect the problem is in our board. However, our board does also work, if you reset the board by terminating debugg session. I would apprecite it very much if you share with me if anyone of you have ever experienced such problem. thanks in advance Sankar