Hi All,

I have formatted Flash on the Telos mote into one volume.

I would like to know what is the maximum allowable size for that volume? Can
we use entire flash as a single volume and make use of 1MB memory space for
data logging on TelosB motes?

Also as I saw there are two different API's for allocating a memory onto the
flash while formatting and the one I am using is

 

command result_t allocate(volume_id_t id, storage_addr_t size);

 

so I have something like following in the implementation of format
application

 

rcheck(call FormatStorage.allocate(1, ENTIRE_SIZE ));

rcheck(call FormatStorage.commit());

 

 

I would like to know the maximum allowable size for one volume, as when I
give it as ENTIRE_SIZE = 16*65535 it does not work.

Please let me know as I need to make use of entire flash as I have huge data
to collect. Right now in my project it is working if I format the flash

For small values of ENTIRE_SIZE but would like to know the maximum limit for
this and how can I make use of entire flash with one volume for logging.

 

 

Thanks,

Nikhil

 

 

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

Reply via email to