Program Flash Memory: Your application code + OS components

Measurement (Serial) Flash: It is the external falsh, which an appln can 
use to store data permanently.

4KB memory is the RAM which program stack (there is only a single stack in 
TinyOS) and global variables use.

rgds,
Manjunath D

################################################################################################################
***************************************************************************************************************

On Thu, 28 Jan 2010, Kiraneet sharma wrote:

> Hello everyone..
>
> I have a doubt related to the memory in T1..
>
> The micaz datasheet says
>
> Program Flash Memory         128K bytes
> Measurement (Serial) Flash  512K bytes > 100,000 Measurements
> Configuration EEPROM         4K bytes
>
> So which two of these is used by my program when put on a mote?
>
> When i type make micaz on cygwin, it gives me
>
>    compiled SenseToRfm to build/micaz/main.exe
>           22918 bytes in ROM
>            1192 bytes in RAM
> avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/main.srec
> avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/main.ihex
>    writing TOS image
>
> So can this application requiring around 22 kB ROM and 1kB RAM be installed
> on a mote?
> Actually I dont have access to hardware for some time now..so please help
> clear this confusion.
>
> Also what do main.srec and main.ihex signify..?
> Are all the files created in build/micaz installed on a mote
> when we give the required command ?
>
> Thanking you in advance...
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to