[Tinyos-help] tos-set-symbols for arrays

Andreas Achtzehn andreas at linux-society.de
Fri Aug 15 03:55:36 PDT 2008


Hi!

I'd like to set the values for an array in a telosb binary.
I have it pre-initialized like

static am_addr_t addresses[5] = { 1,2,3,4,5 };

outside a function. It's showing up if I run

tos-set-symbols --read build/telosb/main.exe

Now I'd like to change values all at once or one by one. How can I
access it?

Any help appreciated.

Andreas


More information about the Tinyos-help mailing list