On Tue, 2005-12-06 at 05:59 -0800, Séva Safris wrote: > I have tried what you suggest prior to writing these emails, and it does not > work. The motes worked only when I converted the code to assume a > synchronous memory write() return. The sending mote worked because one does > not get anything back from the writeTXFIFO() call.
It sounds like there is a bug in the SPI implementation. Do you mean that you don't get a writeDone() event? Looking at the code, the only thing that could cause that to happen is if you can't get the bus to use the SPI, or if the task queue overflows. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
