<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Where are the node descriptors for ZEDs kept in BeeStack ZC device? in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Where-are-the-node-descriptors-for-ZEDs-kept-in-BeeStack-ZC/m-p/652201#M2494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Atilla,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple descriptor contains the description of an endpoint. Every &lt;EM&gt;endPointDesc_t&lt;/EM&gt; structure points to a simple descriptor structure "&lt;STRONG&gt;zbZbSimpleDescriptor_t&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typedef struct zbZbSimpleDescriptor_tag&lt;BR /&gt;{&lt;BR /&gt;/*End point ID */&lt;BR /&gt;zbEndPoint_t endPoint;&lt;BR /&gt;/*Application Profile ID*/&lt;BR /&gt;zbProfileId_t aAppProfId;&lt;BR /&gt;/*Appliacation Device ID*/&lt;BR /&gt;zbDeviceId_t aAppDeviceId;&lt;BR /&gt;/*Application Device Version And APS Flag*/&lt;BR /&gt;uint8_t appDevVerAndFlag;&lt;BR /&gt;/*Number of Input Cluster ID Supported by the End Point*/&lt;BR /&gt;zbCounter_t appNumInClusters;&lt;BR /&gt;/*Place Holder for the list of Input Cluster ID*/&lt;BR /&gt;uint8_t *pAppInClusterList;&lt;BR /&gt;/*Number of Output Cluster ID Supported by the End Point*/&lt;BR /&gt;zbCounter_t appNumOutClusters;&lt;BR /&gt;/*Place Holder for the list of Output Cluster ID*/&lt;BR /&gt;uint8_t *pAppOutClusterList;&lt;BR /&gt;}&lt;STRONG&gt;zbZbSimpleDescriptor_t&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The network information is stored in ram, unless NV storage module is enabled (See gNvStorageIncluded_d)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more details in the BeeStack Software Reference Manual for ZigBee 2007 (C:\Freescale\Kinetis_BeeStack_5.0.0\doc\BSSRMZB2007.pdf)&lt;/P&gt;&lt;P&gt;- Chapter 5.2.1 - Simple descriptor&lt;/P&gt;&lt;P&gt;- Appendix A.3 - Binding table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 22:35:58 GMT</pubDate>
    <dc:creator>jc_pacheco</dc:creator>
    <dc:date>2017-02-20T22:35:58Z</dc:date>
    <item>
      <title>Where are the node descriptors for ZEDs kept in BeeStack ZC device?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Where-are-the-node-descriptors-for-ZEDs-kept-in-BeeStack-ZC/m-p/652200#M2493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, I seem to not get any support at all about BeeStack however I keep coming back since there are no any other source available. I will try my luck once more;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the coordinator keep all node descriptors by default in its NVM or cache? If not how can I enable it to request node descriptors from each end device that connects to its network and save them in a table somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 09:43:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Where-are-the-node-descriptors-for-ZEDs-kept-in-BeeStack-ZC/m-p/652200#M2493</guid>
      <dc:creator>atillametetured</dc:creator>
      <dc:date>2017-02-20T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where are the node descriptors for ZEDs kept in BeeStack ZC device?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Where-are-the-node-descriptors-for-ZEDs-kept-in-BeeStack-ZC/m-p/652201#M2494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Atilla,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple descriptor contains the description of an endpoint. Every &lt;EM&gt;endPointDesc_t&lt;/EM&gt; structure points to a simple descriptor structure "&lt;STRONG&gt;zbZbSimpleDescriptor_t&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typedef struct zbZbSimpleDescriptor_tag&lt;BR /&gt;{&lt;BR /&gt;/*End point ID */&lt;BR /&gt;zbEndPoint_t endPoint;&lt;BR /&gt;/*Application Profile ID*/&lt;BR /&gt;zbProfileId_t aAppProfId;&lt;BR /&gt;/*Appliacation Device ID*/&lt;BR /&gt;zbDeviceId_t aAppDeviceId;&lt;BR /&gt;/*Application Device Version And APS Flag*/&lt;BR /&gt;uint8_t appDevVerAndFlag;&lt;BR /&gt;/*Number of Input Cluster ID Supported by the End Point*/&lt;BR /&gt;zbCounter_t appNumInClusters;&lt;BR /&gt;/*Place Holder for the list of Input Cluster ID*/&lt;BR /&gt;uint8_t *pAppInClusterList;&lt;BR /&gt;/*Number of Output Cluster ID Supported by the End Point*/&lt;BR /&gt;zbCounter_t appNumOutClusters;&lt;BR /&gt;/*Place Holder for the list of Output Cluster ID*/&lt;BR /&gt;uint8_t *pAppOutClusterList;&lt;BR /&gt;}&lt;STRONG&gt;zbZbSimpleDescriptor_t&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The network information is stored in ram, unless NV storage module is enabled (See gNvStorageIncluded_d)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more details in the BeeStack Software Reference Manual for ZigBee 2007 (C:\Freescale\Kinetis_BeeStack_5.0.0\doc\BSSRMZB2007.pdf)&lt;/P&gt;&lt;P&gt;- Chapter 5.2.1 - Simple descriptor&lt;/P&gt;&lt;P&gt;- Appendix A.3 - Binding table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 22:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Where-are-the-node-descriptors-for-ZEDs-kept-in-BeeStack-ZC/m-p/652201#M2494</guid>
      <dc:creator>jc_pacheco</dc:creator>
      <dc:date>2017-02-20T22:35:58Z</dc:date>
    </item>
  </channel>
</rss>

