Re: [Tinyos-help] About CC2420Receive

2008-05-15 Thread David Moss
To: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] About CC2420Receive ERRATA CORRIGE: When this case (else code) occurs (practically/physically)? else { // Length == 0; start reading the next packet atomic receivin

Re: [Tinyos-help] About CC2420Receive

2008-05-15 Thread Paolo
ERRATA CORRIGE: When this case (else code) occurs (practically/physically)? else                 {                     // Length == 0; start reading the next packet                     atomic receivingPacket = FALSE;                     call CSN.set();                     call SpiResource.re

[Tinyos-help] About CC2420Receive

2008-05-15 Thread Paolo
Hello, Some questions about CC2420ReceiveP the m_missed_packets variable is a  REAL number of packets we missed because we were doing something else ? When this case (else code) occurs (practically/physically)?           else             {                 // Length is too large; we have