Re: [Tinyos-help] changing TOS_LOCAL_ADDRESS

2005-12-22 Thread Philip Levis
On Dec 22, 2005, at 4:15 PM, Volker Simon wrote: Hi, in my implementation of StdControl.start() I change the TOS_LOCAL_ADDRESS variable to a different address by setting TOS_LOCAL_ADDRESS=0x11. The address is valid in StdControl.start() but during an event TOS_LOCAL_ADDRESS is set to the old va

Re: [Tinyos-help] changing TOS_LOCAL_ADDRESS

2005-12-22 Thread Michael Schippling
I believe that TOS_LOCAL_ADDRESS is a location in ROM so you can't set it at run time. Also I think that install.N may only be able to deal with decimal values. MS Volker Simon wrote: Hi, in my implementation of StdControl.start() I change the TOS_LOCAL_ADDRESS variable to a different address

[Tinyos-help] changing TOS_LOCAL_ADDRESS

2005-12-22 Thread Volker Simon
Hi, in my implementation of StdControl.start() I change the TOS_LOCAL_ADDRESS variable to a different address by setting TOS_LOCAL_ADDRESS=0x11. The address is valid in StdControl.start() but during an event TOS_LOCAL_ADDRESS is set to the old value. Why? How can I avoid this? I cannot set address