Re: [Tinyos-help] Minimizing RAM consmption

2008-04-09 Thread Michiel Konstapel
of any I'm afraid. Google is your friend :) Michiel From: Flavio Pompermaier [mailto:[EMAIL PROTECTED] Sent: woensdag 9 april 2008 0:02 To: Michiel Konstapel Subject: RE: [Tinyos-help] Minimizing RAM consmption I've already noticed this..In my code I was using some Pool (with respective

Re: [Tinyos-help] Minimizing RAM consmption

2008-04-09 Thread Flavio Pompermaier
Title: RE: [Tinyos-help] Minimizing RAM consmption Ok..thanks for the replies however..--- Mer 9/4/08, Michiel Konstapel [EMAIL PROTECTED] ha scritto:Da: Michiel Konstapel [EMAIL PROTECTED]Oggetto: RE: [Tinyos-help] Minimizing RAM consmptionA: [EMAIL PROTECTED]Cc: tinyos-help

Re: [Tinyos-help] Minimizing RAM consmption

2008-04-08 Thread Michiel Konstapel
Tweak your TOSH_DATA_LENGTH to be just big enough for your payloads so you don't waste memory on packet buffers. Michiel -Original Message- From: [EMAIL PROTECTED] on behalf of Flavio Pompermaier Sent: Tue 4/8/2008 10:52 AM To: Tinyos Subject: [Tinyos-help] Minimizing RAM consmption

[Tinyos-help] Minimizing RAM consmption

2008-04-08 Thread Flavio Pompermaier
Hi, I would like to know if there's any document reporting all possible enhancements focused in minimizing RAM consumption on Tmotes. And why components variables are stored in RAM whereas function local variable are stored in ROM?? Shouldn't be the viceversa? Some suggestions I found for RAM

Re: [Tinyos-help] Minimizing RAM consmption

2008-04-08 Thread Alban Hessler
: [Tinyos-help] Minimizing RAM consmption Hi, I would like to know if there's any document reporting all possible enhancements focused in minimizing RAM consumption on Tmotes. And why components variables are stored in RAM whereas function local variable are stored in ROM?? Shouldn't