Hi all,

I'm working on the telosb mote using T2.1.0 and I accidentally found that
sometimes the RXFIFO.readDone() event would not be triggered after
calling call RXFIFO.continueRead or RXFIFO.beginRead. (in CC2420ReceiveP.nc)

Once FIFOP goes low, and the radio state is not S_STARTED, the
lost RXFIFO.readDone() cause the radio hangup, as FIFOP.fired event cannot
be triggered again without reading at least one byte out from the RXFIFO.

Did anyone happen to see this problem? Is it because of wrong CSN.set()
calling or loss of SPI resource?


Thanks,
Yang
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to