On Thu, 2009-07-09 at 03:02 -0300, Daniel Flor wrote: > text [000000000000fc00 -> 0000000000010fbd]
> Is the code too big for the memory of the msp ? I'm using msp430F1611. It looks like you're compiling for the wrong chip. The MSP430F1611's flash starts at 0x4000, not 0xfc00. Use -mmcu=msp430x1611 as an argument to msp430-gcc to get it to build for the right chip. R
