Hi everyone,
I'm currently working on a C-library which enables me to use the whole CC2480-functionality of a ZigBee device (eZ430-RF2480) on a POSIX compliant system via UART connection. Therefore I'm going through the complete CC2480 Interface Spec., but I found some glitches here and there. I was wondering if there's any newer revision already but I found none. I'd be grateful if some of you could help:
6.5.28 ZDO_MGMT_LEAVE_REQ
This section seems to be copy&pasted from 6.5.26 ZDO_MGMT_LQI_REQ. The table at "usage" doesn't make much sense to me either, because either the "length" field or "deviceAdress" is incorrect here. Does anybody have a correct spec. for that command?
TRUE/FALSE
TRUE and FALSE are often mentioned as possible field-values, but they are never defined. I suppose its C-like: TRUE >= 1, FALSE = 0. But it would be nice, if its written in the glossary or somewhere else suitable.
6.5.8 ZDO_SIMPLE_DESC_RSP, 6.5.11 ZDO_MATCH_DESC_REQ
some parameter explanations are missing here. But I think I can figure them out.
Thanks in advance!
Jan