Telosb has a msp430f1611 processor i think, maybe the platform pinout and registers are not the same in your msp430f2618 and you have to create a new /tos/chip that describes your processor and a new platform of course. Regards,
Aldo 2009/9/23 John Griessen <[email protected]> > dileep kumar wrote: > > hello all, > > > > I'm working with msp430x2618. Does all the application of tinyos work > > for msp430x2618 or do I need make any changes in the code? > > when I compile the Blink application it says some variables like > > UTXE0,URXE0, UOTCTL,SSEL1,ME2,UTXE1,U1TCTL are not declared and first > > use in the function getPowerState in file McuSleep.nc > > > > Unable to figure out why these errors are coming ? > > Usually one has to read several TEPs, all the tutorials, and ask questions > about new platform creation before getting results like you expect. > > (And the questions have to be good ones to get answers from busy people.) > > Sounds like you are creating a new platform, but have not read about such, > and the variable names are names you assumed to be real, but are not part > of the platform you are compiling. > > What compile argument did you give? "compile telosb"? > > John Griessen > -- > Ecosensory Austin TX > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- aldo
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
