Dear Users, I am looking to implement (what I thought would be) a simple data logging feature on the micaz.
I am running deluge with 4 images, 64k each. Therefore I'd like to start the logging at flash offset 262144 (plus the size of a 32-bit int, which I'll explain in a moment) and log out going radio traffic of a particular message type until the flash is full, at which point I would like to wrap back to the beginning (at offset 262144 ) and continue. The offset of 262144 should be greater (leaving slightly less than 256k for logging data on the micaz) by the size of a 32-bit int. That 32-bit int should be written to the beginning of the data section of the flash (starting at offset 262144) and should contain the address of the end/beginning of the data currently stored in the flash (or the offset of 262144 if there is no data yet stored). I would then like to be able to retrieve the TOS messages stored in the flash from the mote for later use. Any suggestions? Best Regards, Thom Stevens [EMAIL PROTECTED] ------------------------------------------------------------------------ 10 kinds of people binary only one knows flash! and now is not _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
