Michael von Hauff wrote: > Is a packet dumped by the hardware automatically when mdmctrl.crc is set > to true?
No. If the AUTOCRC bit is set, then the CC2420 will do a CRC check on incoming packets and put the result of the check as a bit in the packet footer. Regardless of whether the CRC's valid or not, it will pass the packet along to the radio stack. However, TinyOS 2.x's CC2420 radio stack will throw away all packets where the CRC bit is 0. Greg Hackmann _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
