<?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: WirelessUART(ZC) for MC13237 (Question 1) in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/WirelessUART-ZC-for-MC13237-Question-1/m-p/403390#M441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dear Min, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I will try to address all of your questions below. However, most of them involve a basic knowledge of ZigBee protocol implementation. Reading the ZigBee specification is usually mandatory, but I understand it is very difficult for a ZigBee beginner. Because of this, I strongly recommend you to read the book "ZigBee wireless networking" by Drew Gislason. This book puts everything in a simple way. It is the best way to start.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;You may also refer to the BeeStack documentation folder included in BeeKit.&amp;nbsp; There you may find the &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;Freescale BeeStack &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;Software Reference Manual for ZigBee 2012 and 2007 among other useful documents. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 13.5pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;1. From BeeStack Software Reference Manual:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #1f497d;"&gt;ZigBee defines a gateway as a “concentrator”. The concentrator sends out a many-to-one route request to establish in-bound mesh routes. This only adds one route entry in the route tablesso nodes can communicate with the concentrator. This greatly reduces the over the air messages requiredto establish routes from all the devices that want to communicate with the concentrator because normal route discovery is no longer required.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;You may learn more about source routing in the post &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/461933"&gt;https://community.freescale.com/message/461933&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;2. Cluster ID and endpoint are two separate things. From ZigBee Cluster Library specification:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;A &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: red;"&gt;c&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;luster&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #1f497d;"&gt; is a&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt; related collection of attributes and commands, which together define a communications interface between two devices. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The &lt;/SPAN&gt;&lt;STRONG style="color: red;"&gt;cluster ID&lt;/STRONG&gt;&lt;SPAN style="color: #1f497d;"&gt; is simply an enumeration that uniquely identifies a cluster within an application profile.&amp;nbsp; For example, the Home Automation Profile uses the On/Off cluster (ID&amp;nbsp; 0x0006). Such cluster contains both attributes (on or off) and commands (set on, off or toggle) that affect the on/off attributes of the light. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: red;"&gt;Endpoints&lt;/STRONG&gt;&lt;SPAN style="color: #1f497d;"&gt; are logical extensions added to a single ZigBee radio which permits support for multiple applications, addressed by the Endpoint number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #943634;"&gt;Please refer to BeeStack &lt;/SPAN&gt;&lt;SPAN style="color: #943634;"&gt;Freescale BeeStack &lt;/SPAN&gt;&lt;SPAN style="color: #943634;"&gt;Software Reference Manual for ZigBee 2012 and 2007 – chapter 2.10 Application Elements. There you will find further details about a cluster, endpoint, attributes, etc.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;3. The endpoint number is up to the application. BeeKit application templates normally use endpoint 0x08 by default, but actual number may change. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The application profiles depend in the final application itself. They cover areas such as Home Automation, Commercial Building Automation, Smart Energy and Telecom applications as defined by ZigBee Alliance. They could be either public (as the ones mentioned) or private. All application profiles utilize the ZigBee Cluster Library Specification.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;4. You may add endpoint directly in code but it will involve modifying several files and variables. I would recommend you to do it from BeeKit solution explorer instead. You should simply right-click on Endpoints and select “Add Software Component”, then simply select the endpoint to add.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture222.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/49992i4BA86C16D66DE77A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture222.JPG.jpg" alt="Capture222.JPG.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture3333.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/50026i8144E652E5EB10E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3333.JPG.jpg" alt="Capture3333.JPG.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .25in;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;5. Timers must be allocated before they can be started or stopped. The TMR_AllocateTimer() function is used for this purpose. For further details about Timers implementation in 802.15.4 solutions please refer to &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;Freescale Platform&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;Reference Manual for ZigBee 2007 – chapter 3 Timer. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I would still recommend you to take some time and read the different documents available inBeeKit. It will help you to get familiar with ZigBee specification and its implementation. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;AngelC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 21:12:24 GMT</pubDate>
    <dc:creator>AngelC</dc:creator>
    <dc:date>2015-04-14T21:12:24Z</dc:date>
    <item>
      <title>WirelessUART(ZC) for MC13237 (Question 1)</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/WirelessUART-ZC-for-MC13237-Question-1/m-p/403389#M440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. On the main(), BeeAppinit.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NlmeSetRequest(gNwkIsConcentrator_c, FALSE);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It setup gNwkIsConcentrator_c of Nwk Info Base to FALSE. what this mean? what this code do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Endpoint is identification number of each funcion of node.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ex: A light dimming function : endpoint number 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; same light's on/off function:&amp;nbsp;&amp;nbsp;&amp;nbsp; endpoint number 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question : what is different between clusterID and endpoint?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if it has cluster ID, why it need endpoint?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;3. On the EndPointerConfig.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; const zbSimpleDescriptor_t Endpoint1_simpleDescriptor = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, /* Endpoint number */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x21, 0xC0, /* Application profile ID */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x0, 0x0, /* Application device ID */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, /* Application version ID */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, /* Number of input clusters */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (uint8_t *) Endpoint1_InputClusterList, /* Input cluster list */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, /* Number of output clusters */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (uint8_t *) Endpoint1_OutputClusterList, /* Output cluster list */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is any rule to define the Endpoint number?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; how to define Application profile ID and device ID? can I set on the BeeKit? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If we want to use multiple endpoint, What I have to change?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; On the BeeAppInit(void), BeeApp.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Only one endpoint is needed for this application. but if we need&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; multiple endpoint, what we have to change here? */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; appEndPoint = endPointList[0].pEndpointDesc-&amp;gt;pSimpleDesc-&amp;gt;endPoint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think we need add here also.&amp;nbsp;&amp;nbsp;&amp;nbsp; on the EndPointConfig.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*- Endpoint list Start-*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; const endPointList_t endPointList[1] = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&amp;amp;Endpoint1_EndPointDesc, &amp;amp;gNoDeviceDef},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&amp;amp;Endpoint2_EndPointDesc, &amp;amp;gNoDeviceDef},&amp;nbsp;&amp;nbsp;&amp;nbsp; //I don't understand about '&amp;amp;gNoDeviceDef'...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. On the BeeAppInit(void), BeeApp.c &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; what below code do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mBaudRateDisplayTimerID = TMR_AllocateTimer();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mUartRxTimerID = TMR_AllocateTimer();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mTxZigBeeDataRetryTimerID = TMR_AllocateTimer();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mTxZigBeeThrottleTimerID = TMR_AllocateTimer();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 00:05:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/WirelessUART-ZC-for-MC13237-Question-1/m-p/403389#M440</guid>
      <dc:creator>ming_</dc:creator>
      <dc:date>2015-04-14T00:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: WirelessUART(ZC) for MC13237 (Question 1)</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/WirelessUART-ZC-for-MC13237-Question-1/m-p/403390#M441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dear Min, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I will try to address all of your questions below. However, most of them involve a basic knowledge of ZigBee protocol implementation. Reading the ZigBee specification is usually mandatory, but I understand it is very difficult for a ZigBee beginner. Because of this, I strongly recommend you to read the book "ZigBee wireless networking" by Drew Gislason. This book puts everything in a simple way. It is the best way to start.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;You may also refer to the BeeStack documentation folder included in BeeKit.&amp;nbsp; There you may find the &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;Freescale BeeStack &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;Software Reference Manual for ZigBee 2012 and 2007 among other useful documents. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 13.5pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;1. From BeeStack Software Reference Manual:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #1f497d;"&gt;ZigBee defines a gateway as a “concentrator”. The concentrator sends out a many-to-one route request to establish in-bound mesh routes. This only adds one route entry in the route tablesso nodes can communicate with the concentrator. This greatly reduces the over the air messages requiredto establish routes from all the devices that want to communicate with the concentrator because normal route discovery is no longer required.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;You may learn more about source routing in the post &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/461933"&gt;https://community.freescale.com/message/461933&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;2. Cluster ID and endpoint are two separate things. From ZigBee Cluster Library specification:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;A &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: red;"&gt;c&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;luster&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #1f497d;"&gt; is a&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt; related collection of attributes and commands, which together define a communications interface between two devices. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The &lt;/SPAN&gt;&lt;STRONG style="color: red;"&gt;cluster ID&lt;/STRONG&gt;&lt;SPAN style="color: #1f497d;"&gt; is simply an enumeration that uniquely identifies a cluster within an application profile.&amp;nbsp; For example, the Home Automation Profile uses the On/Off cluster (ID&amp;nbsp; 0x0006). Such cluster contains both attributes (on or off) and commands (set on, off or toggle) that affect the on/off attributes of the light. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: red;"&gt;Endpoints&lt;/STRONG&gt;&lt;SPAN style="color: #1f497d;"&gt; are logical extensions added to a single ZigBee radio which permits support for multiple applications, addressed by the Endpoint number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #943634;"&gt;Please refer to BeeStack &lt;/SPAN&gt;&lt;SPAN style="color: #943634;"&gt;Freescale BeeStack &lt;/SPAN&gt;&lt;SPAN style="color: #943634;"&gt;Software Reference Manual for ZigBee 2012 and 2007 – chapter 2.10 Application Elements. There you will find further details about a cluster, endpoint, attributes, etc.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;3. The endpoint number is up to the application. BeeKit application templates normally use endpoint 0x08 by default, but actual number may change. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The application profiles depend in the final application itself. They cover areas such as Home Automation, Commercial Building Automation, Smart Energy and Telecom applications as defined by ZigBee Alliance. They could be either public (as the ones mentioned) or private. All application profiles utilize the ZigBee Cluster Library Specification.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;4. You may add endpoint directly in code but it will involve modifying several files and variables. I would recommend you to do it from BeeKit solution explorer instead. You should simply right-click on Endpoints and select “Add Software Component”, then simply select the endpoint to add.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture222.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/49992i4BA86C16D66DE77A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture222.JPG.jpg" alt="Capture222.JPG.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture3333.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/50026i8144E652E5EB10E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3333.JPG.jpg" alt="Capture3333.JPG.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .25in;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;5. Timers must be allocated before they can be started or stopped. The TMR_AllocateTimer() function is used for this purpose. For further details about Timers implementation in 802.15.4 solutions please refer to &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;Freescale Platform&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;Reference Manual for ZigBee 2007 – chapter 3 Timer. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I would still recommend you to take some time and read the different documents available inBeeKit. It will help you to get familiar with ZigBee specification and its implementation. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;AngelC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 21:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/WirelessUART-ZC-for-MC13237-Question-1/m-p/403390#M441</guid>
      <dc:creator>AngelC</dc:creator>
      <dc:date>2015-04-14T21:12:24Z</dc:date>
    </item>
  </channel>
</rss>

