The 2618 is quite a different chip; the 149 and 1611 are at least in the same series (x1xx). They changed the serial interface in the x2xx series, which is now called an USCI. The missing register names you mentioned are related to the USART; your device doesn't have one, so the compiler doesn't include those definitions. Whatever component references them (PlatformSerialC?) won't work with chips with an USCI. Xavier Orduna has committed files to support the new MSP430 chips in /tinyos-2.x-contrib/dexma/tos/chips/msp430X, which you may be able to use.
HTH, Michiel From: [email protected] [mailto:[email protected]] On Behalf Of dileep kumar Sent: donderdag 24 september 2009 7:30 To: aldo Cc: [email protected] Subject: Re: [Tinyos-help] TinyOS with msp430x2618 I have created a new platform, i followed the instructions given in this pdf - http://www.diku.dk/hjemmesider/ansatte/leopold/work/leopold07t2plat.pdf The complie argument I gave is "make <platform name>" And the variables i have mentioned are declared in msp430x16x.h in the directory /opt/msp430/msp430/include. Yeah, Telosb has msp430f1611, but telosa has msp430x149 and the directory /tos/chips is used by both the platforms. So, I think it has no problem for msp430f2618?
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
