<?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>8-bit Microcontrollers中的主题 Re: Retrieving 64-bit IEEE address given a 16-bit network address</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Retrieving-64-bit-IEEE-address-given-a-16-bit-network-address/m-p/209875#M17930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;how to use the nwk_addr_req(), there are 3 varialbes that confuse me,such as pSequenceNumber,requestType,startIndex , I don't know how to configure these three,my solution is a wireless uart, how can I use this funcion in my problem.&lt;BR /&gt;&lt;BR /&gt;another question, if I wan't to use the broadcast mode, what should I concern on. Actually, I have met problems :after three packets being sent with the broadcast mode, the device can not send data until 5 more seconds later.there are only two nodes, no ack, polltimeout is 200,radius is 1. I doubt whether I have met the broadcast storm.&lt;BR /&gt;I don't know where is the important point when using the broadcast mode.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2008 16:47:42 GMT</pubDate>
    <dc:creator>kingofhit</dc:creator>
    <dc:date>2008-07-04T16:47:42Z</dc:date>
    <item>
      <title>Retrieving 64-bit IEEE address given a 16-bit network address</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Retrieving-64-bit-IEEE-address-given-a-16-bit-network-address/m-p/209873#M17928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;I am having trouble getting the 64-bit IEEE address given a 16-bit network address.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently sending a packet over the air from an SRB to an NCB. I read the data indication packet for the 16-bit zbNwkAddr_t&amp;nbsp; aSrcAddr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to look up the 64-bit address of the SRB given that 16-bit address. I read through the documentation&amp;nbsp; and found the APS_GetIeeeAddress(uint8_t *pNwkAddr) function, but it returns null everytime I pass it aSrcAddr. I looked the function call in the debugger and when it runs that function, in the Source Window it says ApsBindManagement.c not found. I could not find this file anywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I read this in the documentation:"Use the ZDP versions of these [APS] functions when communicating to other nodes, or when using ZigBee standard over-the-air formats." So I looked for a ZDP function that would perform this functionality, but couldn't find one. Anyone know of the ZDP equivalent function or am I doing something wrong with the APS function?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 04:08:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Retrieving-64-bit-IEEE-address-given-a-16-bit-network-address/m-p/209873#M17928</guid>
      <dc:creator>almontr</dc:creator>
      <dc:date>2008-04-05T04:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving 64-bit IEEE address given a 16-bit network address</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Retrieving-64-bit-IEEE-address-given-a-16-bit-network-address/m-p/209874#M17929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;almontr,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;First of all I would recommend that your download and read the ZigBee&amp;nbsp;specification as this would help you under what the different ZDP primitives can do. Go to &lt;A href="http://www.zigbee.org" rel="nofollow" target="_blank"&gt;www.zigbee.org&lt;/A&gt; and select&amp;nbsp;the download link to the right.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The APS commands looks in the AddressMap, which is puplated with 16 and 64 bit addresses under certain circomstances.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;On of this is using 2 address request primitive in ZDP:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;nwk_addr_req and ieee_addr_req&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;the one you need is the nwk_addr_req and the ASL function is called ASL_NWK_addr_req()&lt;/DIV&gt;&lt;DIV&gt;Just remember to set the destination address to a Broadcast address.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BR,&lt;/DIV&gt;&lt;DIV&gt;Mads&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 14:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Retrieving-64-bit-IEEE-address-given-a-16-bit-network-address/m-p/209874#M17929</guid>
      <dc:creator>Mads</dc:creator>
      <dc:date>2008-04-06T14:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving 64-bit IEEE address given a 16-bit network address</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Retrieving-64-bit-IEEE-address-given-a-16-bit-network-address/m-p/209875#M17930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;how to use the nwk_addr_req(), there are 3 varialbes that confuse me,such as pSequenceNumber,requestType,startIndex , I don't know how to configure these three,my solution is a wireless uart, how can I use this funcion in my problem.&lt;BR /&gt;&lt;BR /&gt;another question, if I wan't to use the broadcast mode, what should I concern on. Actually, I have met problems :after three packets being sent with the broadcast mode, the device can not send data until 5 more seconds later.there are only two nodes, no ack, polltimeout is 200,radius is 1. I doubt whether I have met the broadcast storm.&lt;BR /&gt;I don't know where is the important point when using the broadcast mode.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 16:47:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Retrieving-64-bit-IEEE-address-given-a-16-bit-network-address/m-p/209875#M17930</guid>
      <dc:creator>kingofhit</dc:creator>
      <dc:date>2008-07-04T16:47:42Z</dc:date>
    </item>
  </channel>
</rss>

