Maximum packet size including the length byte and crc is 128 bytes.
Please read the CC2420 datasheet and the 802.15.4 spec.

http://www-s.ti.com/sc/ds/cc2420.pdf
http://standards.ieee.org/getieee802/download/802.15.4-2003.pdf

--
Jonathan Hui
[EMAIL PROTECTED]

On 9/28/06, Tie Luo <[EMAIL PROTECTED]> wrote:
interface CCFifo specifies 'uint8_t length' as a parameter in all its
commands, but in its implementation CC2420SpiImplP.nc, it actuall calls
SpiPacket.send(), which specifies 'uint16_t length' as a parameter.  So, can
I modify uint8_t in CCFifo to be uint16_t such that I can send a long
packet?

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



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

Reply via email to