We are trying to measure the time to read and write buffers of
different sizes, ranging from a few bytes to the max.buffer size.

- Is there a test program already available for this? I looked around
the tinyos directory to see if a program like this is already
available, but could not find something that is a close match
(PageSpeed appears to be close).

- If not, what is the best interface to use? We have currently written
a program using PageEEPROM interface to do the above, but there seem
to be lot of other interfaces available, such as LoggerWrite, LogData
etc. (files under  tos/lib/Flash/AT45DB directory). Also, an earlier
posting on "Latency of PageEEPROM Operations" seems to indicate
anamolous values.
So can someone recommend what interface I could use to measure the
latency to read and write buffers of different sizes into  the flash?

- What is the maximum number of bytes that  can be read/written using
a single PageEEPROM operation? That is, what is the size of a page
assumed by PageEEPROM? The interface file does not document this info.


I am using Tinyos 1.1.15 and micaz motes.

thanks
sudha
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to