On Friday 24 August 2007 04:31:49 pm Yi Wang wrote: > Hi all, > I am using the LogStorageC component to log stuff, it seems that: > The LogWrite.append() command actually update(increment) the address when > it's logging. > However, the logRead.read() command doesn't do the above. > As a result when I try to read the flash the result will always be the > first block of storage. > Is there any way do deal with this? (Maybe without using BlockStorageC)?
I have a number of programs that use LogStorageC, and subsequent LogRead.read() calls read subsequent data as expected. There must be something else going on here. Perhaps a failure is occurring, or your code issues another command that effectively resets the read pointer? _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
