Hi everybody ! I would like to store data in the serial flash using Tossim 2.x.
After looking into the tinyos-help archives,I notice that Tossim2 doesn't support this functionality. I'm wondering if anyone has implemented flash for Tossim2 recently and can point me to some implementation or explain how to implement it. Also is it possible to modify the flash implementation in Tossim1 to make it work for Tossim2. I don't understand the suggestions given in earlier replies (see below). I greatly appreciate any help. ====================== <https://www.millennium.berkeley.edu/pipermail/tinyos-help/2007-January/022042.html> > Hi all, >> I would like to know how to simulate writing data to persistent >> storage by TOSSIM in T2. >> >> I tried to compile BlinkConfig tutorial by "make micaz sim", but it >> didn't work. (compiling with "make micaz" was OK) >> >> Thanks in advance, >> > Currently, TOSSIM in T2 does not support non-volatile storage. > There's generally two ways to do it: 1) write a simulated version of > the HIL, or 2) write a simulated version of the HPL. For example, > TOSSIM simulates the radio at the HIL level, but for the micaz > simulates timers at the HPL level. Usually the tradeoff is that 1) is > easier but 2) is more accurate and powerful. E.g., you can't switch > frequencies on your radio in TOSSIM, but you can write wholly new > timer stacks for the atmega128 (and debug the timer stack). > > Phil ====================== Thanks a lot, Vamsidhar -- Graduate Student School of Electrical and Computer Engineering Purdue University _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
