Dmitry Zuikov wrote:
:
I faced problems even when I try to launch an example from TI site
adapted for gcc (code is below).
This code works ok under IAR, but there is no any response in port under
MSPGCC.
:
I have verified almost every bit in the TI sample and compared between
CCE2.x and the msp430-gcc lib. No difference.
So I must admit that I'm a little bit confused.
Could you please tell, what debugging aids you have? JTAG or not?
What is the echo for a certain character/string? Is it random or what?
If you can do JTAG debugging, then put a breakpoint into the
initialization and the ISR. What's going on?
Hey, and nevertheless, what about initializing UCA0CTL0? It really does
not harm to set it to zero.
And also what is the output of "msp430-gcc -E sample.c" and "msp430-gcc
-S sample.c"?
Hardy