Welcome to the Low Power RF & Wireless Connectivity Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".
Q: FAQ: User Descriptor access in Z-stack (ZigBee)
How to access the user descriptor in Z-stack.
In order to access the user descriptor information, the user needs to define the follow compile options:
You then set the user descriptor in ZDApp_InitUserDesc(). It has the format ofUserDescriptorFormat_t. You also have to set the node descriptor toindicate that a user descriptor is available. This is for other zigbeedevices to know that the device has a user descriptor.You can set a breakpoint here: ZDO_ParseUserDescRsp. This is where thedevice that receives the user descriptor will process it.