And note that the RAM usage is only your "global" variables,
not the stack or any kind of dynamically allocated memory.
MS

Razvan Musaloiu-E. wrote:
> Hi!
> 
> On Mon, 19 May 2008, tarun sharma wrote:
> 
>> hi
>>
>> My question is more related to TelosB motes then TinyOS as such. In
>> the datasheet of the motes it is mentioned that it has 10KB of RAM and
>> 1 MB external flash and 48 KB of program flash memory. I was jus
>> wondering which of these memories is actually used to store the
>> program i install and which one is used to run it. I jus wanted to
>> know this so as to make sure that the programs that I code can fit in
>> the available memory and run successfully.
> 
> When do a 'make telosb' you'll see something like this:
> 
>      compiled BlinkAppC to build/telosb/main.exe
>              2656 bytes in ROM
>                55 bytes in RAM
> 
> The ROM is the 48 KB of flash memory. The interface for the 1 MB of 
> external flash is documented here:
>       http://www.tinyos.net/tinyos-2.x/doc/html/tep103.html
> 
> --
> Razvan ME
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

-- 
Platform: WinXP/Cygwin
TinyOS version: 1.x, Boomerang
Programmer: MIB510
Device(s): Mica2, MicaZ, Tmote
Sensor board: homebrew

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to