<?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>Wireless MCUのトピックHow to register multiple endpoints</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-to-register-multiple-endpoints/m-p/973357#M8103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I am new to Zigbee and I have trouble in register multiple endpoints.&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I can regiser a endpoints and it can word well,however,when I attented to add another,the application go wrong and printf "Alignment error" as the figure showed below.I have already added the definition in .zpscfg,and increased ZCL_NUMBER_OF_ENDPOINTS. I can not figure out what is wrong.&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;The code that I used to register endpoints are showed below too,is there any mistake?&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Please, could anyone help me and give some infos?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89819i74E011BD7E965E34/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89820i7F130F1E7962B86F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2019 09:08:08 GMT</pubDate>
    <dc:creator>836733207</dc:creator>
    <dc:date>2019-06-26T09:08:08Z</dc:date>
    <item>
      <title>How to register multiple endpoints</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-register-multiple-endpoints/m-p/973357#M8103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I am new to Zigbee and I have trouble in register multiple endpoints.&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I can regiser a endpoints and it can word well,however,when I attented to add another,the application go wrong and printf "Alignment error" as the figure showed below.I have already added the definition in .zpscfg,and increased ZCL_NUMBER_OF_ENDPOINTS. I can not figure out what is wrong.&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;The code that I used to register endpoints are showed below too,is there any mistake?&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Please, could anyone help me and give some infos?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89819i74E011BD7E965E34/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89820i7F130F1E7962B86F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 09:08:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-register-multiple-endpoints/m-p/973357#M8103</guid>
      <dc:creator>836733207</dc:creator>
      <dc:date>2019-06-26T09:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to register multiple endpoints</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-register-multiple-endpoints/m-p/973358#M8104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was checking your implementation. Is the sIASCIE&amp;nbsp;a structure type&amp;nbsp;tsHA_IASCIE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the &lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3076.pdf"&gt;ZigBee Home Automation User Guide&lt;/A&gt;&amp;nbsp;mentions, this parameter should be a pointer to the structure that will act as storage for all variables related to the device being registered on this endpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the status value that you are getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 22:03:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-register-multiple-endpoints/m-p/973358#M8104</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-06-28T22:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to register multiple endpoints</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-register-multiple-endpoints/m-p/973359#M8105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Yes,sIASCIE is a structure type&amp;nbsp;tsHA_IASCIE,as I define&amp;nbsp; “&amp;nbsp;tsHA_IASCIE&amp;nbsp; &amp;nbsp;sIASCIE[10]&amp;nbsp; ”. I think &amp;amp;sIASCIE[0] is an appropriate&amp;nbsp;parameter,is that true?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;The eZCL_Status,the return of the register funtion is E_ZCL_SUCCESS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;The same error occur when I change to use another function&amp;nbsp;eZHA_RegiserBaseDeviceEndPoint().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Yesterday,I tried to chose "Erase EEPROM" when programming device,and I succeed in register another endpoint.Howerver,when I tried to add more,the same error occur.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Du&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jun 2019 01:08:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-register-multiple-endpoints/m-p/973359#M8105</guid>
      <dc:creator>836733207</dc:creator>
      <dc:date>2019-06-29T01:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to register multiple endpoints</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-register-multiple-endpoints/m-p/973360#M8106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Du,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a reason why you are working on IAS Zone?&lt;/P&gt;&lt;P&gt;Did you look at the&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-333994"&gt;https://community.nxp.com/docs/DOC-333994&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 00:30:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-register-multiple-endpoints/m-p/973360#M8106</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-07-03T00:30:18Z</dc:date>
    </item>
  </channel>
</rss>

