<?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 Rx buffer on ZED in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Rx-buffer-on-ZED/m-p/163654#M10109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi all&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I has just started to work with zigbee technology. I am new to this technology.&amp;nbsp;&lt;DIV&gt;I am using the freescale Beekit beestack codebase 1.0.2. I am currently working on&amp;nbsp; a zigbee project&amp;nbsp;and i am using&amp;nbsp;1 NCB and&amp;nbsp;1 SRB boards to test out the tx and rx between the ZED and ZC. I will like to find out whether is that any rx buffer at the ZED side (if there is, might i know where location of the buffer in the ZED firmware) and how the received data was being interpreted. Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Trailrr&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2007 22:29:41 GMT</pubDate>
    <dc:creator>trailrr</dc:creator>
    <dc:date>2007-11-13T22:29:41Z</dc:date>
    <item>
      <title>Rx buffer on ZED</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Rx-buffer-on-ZED/m-p/163654#M10109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi all&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I has just started to work with zigbee technology. I am new to this technology.&amp;nbsp;&lt;DIV&gt;I am using the freescale Beekit beestack codebase 1.0.2. I am currently working on&amp;nbsp; a zigbee project&amp;nbsp;and i am using&amp;nbsp;1 NCB and&amp;nbsp;1 SRB boards to test out the tx and rx between the ZED and ZC. I will like to find out whether is that any rx buffer at the ZED side (if there is, might i know where location of the buffer in the ZED firmware) and how the received data was being interpreted. Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Trailrr&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 22:29:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Rx-buffer-on-ZED/m-p/163654#M10109</guid>
      <dc:creator>trailrr</dc:creator>
      <dc:date>2007-11-13T22:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rx buffer on ZED</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Rx-buffer-on-ZED/m-p/163655#M10110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Trailrr,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;first of all, you are not using the latest Beestack codebase. the latest version is 1.0.3.&lt;/DIV&gt;&lt;DIV&gt;Please go download the latest beekit on &lt;A href="http://www.freescale.com/zigbee" rel="nofollow" target="_blank"&gt;www.freescale.com/zigbee&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;To answer your question. there is not a single buffer that "just" contains the data that is received by the ZED.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The data recieved in an&amp;nbsp;ZigBee is recieved in function called BeeAppDataIndication() in Beeapp.c as a pointer to a message.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would recommend that you read the ZigBee application user's guide in order to learn how to use the demo application that comes with Beestack, and read and follow the instructions in The Beestack Application Developer's users&amp;nbsp;guide in order to learn how to develop a ZigBee application.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 22:38:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Rx-buffer-on-ZED/m-p/163655#M10110</guid>
      <dc:creator>Mads</dc:creator>
      <dc:date>2007-11-15T22:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rx buffer on ZED</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Rx-buffer-on-ZED/m-p/163656#M10111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Mads&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for the reply. I will read up about it. In addition, I will like to know whether is there anyway I can do to the ZC code to allow ZED to bind to the ZC when the ZC is in application mode? As I need my ZC to stay in application mode and at the same time allow other ZEDs to bind to the ZC. Thank you.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;trailrr&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 16:16:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Rx-buffer-on-ZED/m-p/163656#M10111</guid>
      <dc:creator>trailrr</dc:creator>
      <dc:date>2007-11-27T16:16:17Z</dc:date>
    </item>
  </channel>
</rss>

