Hi,

When I build my application, it says
47652 bytes in ROM
9426 bytes in RAM.
What exactly consists of the content in ROM and RAM? Where are global
variables stored, ROM or RAM? What is .bss? What is the resulting .ihex
file?
According to this
thread<http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-August/035680.html>,
data and global variables are in RAM, what are the "data" here, can anyone
give some examples of such data?

When a program is downloaded into a mote, where is it stored? Is data stored
in RAM? If yes, will it be lost if mote is powered off just like all data in
memory is lost when a PC is turned off?

The controller fetches code instructions from ROM and data from RAM when
executing a program, is this understanding right?

Thanks for your clarification. I wish I could organize these random
questions in a more systematic manner.
-- 
-Xiaohui Liu
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to