Hi, I'am doing a program that involve all the flash, reading the values of 
sensors and other things. Because the flash have only 1MB storage, I have to do 
some average of the readings, and then write again the values. 
I split the flash in 8 blocks , so I must have 8 components of BlockStorageC 
only if I want to erase them? 

I ask this because I create :
<volume name="FLASH1"   size="131072" />

new BlockStorageC(VOLUME_FLASH1) as FLASH1;

And then I try to write in next block 131072 to 262144 and I can write and read 
with no errors.
So the division of Flash in several Components is only to erase works?

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

Reply via email to