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.release();
                    waitForNextPacket();
                }

         
Sorry....

Paolo wrote:
Hello,
Some questions about CC2420ReceiveP
  1. the m_missed_packets variable is a  REAL number of packets we missed because we were doing something else ?
  2. When this case (else code) occurs (practically/physically)?
          else
            {
                // Length is too large; we have to flush the entire Rx FIFO
                flush();
                m_overflow_packets++;    //lost packets for length > 40 Bytes
            }


thanks Paolo.

_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to