<?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: Beacon Tree Mode in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137557#M4718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thank you spell.&lt;BR /&gt;&lt;BR /&gt;I have set all mac parameters (address, conflict detection, start time, association permit,&lt;BR /&gt;beacon &amp;amp; superframe order, rx when idle)&lt;BR /&gt;&lt;BR /&gt;My sync works like that:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Now send the MLME-Sync Request. We choose to let the MAC track&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the beacons on the logical channel obtained by the passive scan.*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pMsgOut-&amp;gt;msgType = gMlmeSyncReq_c;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pMsgOut-&amp;gt;msgData.syncReq.trackBeacon = TRUE;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pMsgOut-&amp;gt;msgData.syncReq.logicalChannel = mCoordInfo.logicalChannel;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (void)MSG_Send(NWK_MLME, pMsgOut);&lt;BR /&gt;&lt;BR /&gt;So I think that the sync is OK.&lt;BR /&gt;It is done after the passive scan.&lt;BR /&gt;&lt;BR /&gt;I tried many values of StartTime in the range: [0; 2^20], but the result doesn't change.&lt;BR /&gt;&lt;BR /&gt;What is wrong? I can't understand.&lt;BR /&gt;&lt;BR /&gt;PS: &lt;SPAN&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Leonardo&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2007 22:50:56 GMT</pubDate>
    <dc:creator>lex4098</dc:creator>
    <dc:date>2007-06-20T22:50:56Z</dc:date>
    <item>
      <title>Re: Beacon Tree Mode - PART 2</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137555#M4716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;Why SO is different from BO? Maybe with SO = 6 = BO you can see better what happens?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on the same topic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I actually associate a Coordinator to a PAN Coordinator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, the Coordinator starts beaconing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But &lt;/SPAN&gt;&lt;STRONG&gt;in my case the Coordinator sends beacons exactly when also the&lt;BR /&gt;PAN Coordinator does.&lt;/STRONG&gt;&lt;SPAN&gt; So, it is like the &lt;/SPAN&gt;&lt;I&gt;StartTime&lt;/I&gt;&lt;SPAN&gt; parameter is discarded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the problem: the Standard doesn't say much about the &lt;/SPAN&gt;&lt;I&gt;StartTime&lt;/I&gt;&lt;SPAN&gt; parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is a 24-bit integer, it says.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Freescale MAC, it is mapped as &lt;/SPAN&gt;&lt;I&gt;gMPibTreemodeStartTime_c&lt;/I&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But what is its internal representation? Little endian or Big endian? 24 bits or more?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some formulas to estimate this parameter in 802154MWAUG.pdf p.66.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's suppose it is little endian and exactly 24 bits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So we can build an array of 3 bytes and send it as a &lt;/SPAN&gt;&lt;I&gt;StartTime&lt;/I&gt;&lt;SPAN&gt; parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, have problems already at the request of starting beacons. So i put a &lt;/SPAN&gt;&lt;I&gt;&lt;BR /&gt;while(/*it doesnt work*/){/*retry with another value of StartTime*/}&lt;BR /&gt;&lt;/I&gt;&lt;SPAN&gt;to avoid this, and I found some values that works. But then beacons are exacly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;over PAN Coordinator's beacons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(PS: ragazzi, ma qua siamo tutti italiani?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Leonardo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fforums.freescale.com%2Ffreescale%2Fboard%2Fmessage%3Fboard.id%3D8BITCOMM%26message.id%3D6438" rel="nofollow" target="_blank"&gt;Alban Edit: Thread split see source here&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by Alban on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2007-09-03&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;09:08 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 22:03:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137555#M4716</guid>
      <dc:creator>lex4098</dc:creator>
      <dc:date>2007-06-20T22:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137556#M4717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;lex4098 wrote:&lt;BR /&gt;&lt;B&gt;in my case the Coordinator sends beacons exactly when also the&lt;BR /&gt;PAN Coordinator does.&lt;/B&gt; So, it is like the &lt;I&gt;StartTime&lt;/I&gt; parameter is discarded.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;Why Router and PAN Coord sends its beacons in the same moments? It's not logical...&lt;BR /&gt;Before calling MLME-Start request in router procedure you must set the start time parameter to a value different from zero for start track beacon from parent's node.&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;lex4098 wrote:&lt;BR /&gt;Let's suppose it is little endian and exactly 24 bits.&lt;BR /&gt;So we can build an array of 3 bytes and send it as a &lt;I&gt;StartTime&lt;/I&gt; parameter.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;I do exactly in this way for set start time PIB, rembember you must set SO and BO before calling MLME-SYNC and after you can set the start time pib.&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;lex4098 wrote:&lt;BR /&gt;(PS: ragazzi, ma qua siamo tutti italiani?)&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;SPAN&gt;&lt;IMG alt=":smileytongue:" class="emoticon emoticon-smileytongue" id="smileytongue" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-tongue.gif" title="Smiley Tongue" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;IMG alt=":smileytongue:" class="emoticon emoticon-smileytongue" id="smileytongue" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-tongue.gif" title="Smiley Tongue" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 22:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137556#M4717</guid>
      <dc:creator>Spell</dc:creator>
      <dc:date>2007-06-20T22:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137557#M4718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thank you spell.&lt;BR /&gt;&lt;BR /&gt;I have set all mac parameters (address, conflict detection, start time, association permit,&lt;BR /&gt;beacon &amp;amp; superframe order, rx when idle)&lt;BR /&gt;&lt;BR /&gt;My sync works like that:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Now send the MLME-Sync Request. We choose to let the MAC track&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the beacons on the logical channel obtained by the passive scan.*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pMsgOut-&amp;gt;msgType = gMlmeSyncReq_c;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pMsgOut-&amp;gt;msgData.syncReq.trackBeacon = TRUE;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pMsgOut-&amp;gt;msgData.syncReq.logicalChannel = mCoordInfo.logicalChannel;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (void)MSG_Send(NWK_MLME, pMsgOut);&lt;BR /&gt;&lt;BR /&gt;So I think that the sync is OK.&lt;BR /&gt;It is done after the passive scan.&lt;BR /&gt;&lt;BR /&gt;I tried many values of StartTime in the range: [0; 2^20], but the result doesn't change.&lt;BR /&gt;&lt;BR /&gt;What is wrong? I can't understand.&lt;BR /&gt;&lt;BR /&gt;PS: &lt;SPAN&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Leonardo&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 22:50:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137557#M4718</guid>
      <dc:creator>lex4098</dc:creator>
      <dc:date>2007-06-20T22:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137558#M4719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Which setting are you using for SO and BO?&lt;BR /&gt;Are you sure that you set correctly these PIB attributes? Beacuse if these attributes aren't set correctly when you set the start time it return always INVALID PARAMETER error.&lt;BR /&gt;Let's try these: BO = 6, SO= 0 and start time = 1500.&lt;BR /&gt;this is my code:&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;/*Set Beacon Order PIB*/pMsgOut-&amp;gt;msgType = gMlmeSetReq_c;pMsgOut-&amp;gt;msgData.setReq.pibAttribute = gMPibBeaconOrder_c;pMsgOut-&amp;gt;msgData.setReq.pibAttributeValue = (uint8_t *) &amp;amp;macBeaconOrder;ret = MSG_Send(NWK_MLME, pMsgOut);UartUtil_Print("\nBO:");UartUtil_PrintHex(pMsgOut-&amp;gt;msgData.setReq.pibAttributeValue, 1, FALSE);/*Set SuperFrame Order PIB*/pMsgOut-&amp;gt;msgType = gMlmeSetReq_c;pMsgOut-&amp;gt;msgData.setReq.pibAttribute = gMPibSuperFrameOrder_c;pMsgOut-&amp;gt;msgData.setReq.pibAttributeValue = (uint8_t *) &amp;amp;macSuperFrameOrder;ret = MSG_Send(NWK_MLME, pMsgOut);UartUtil_Print(", SO:");UartUtil_PrintHex(pMsgOut-&amp;gt;msgData.setReq.pibAttributeValue, 1, FALSE);/*Set PAN Id Conflict PIB*/pMsgOut-&amp;gt;msgType = gMlmeSetReq_c;pMsgOut-&amp;gt;msgData.setReq.pibAttribute = gMPibPanIdConflictDetection_c;boolFlag = FALSE;pMsgOut-&amp;gt;msgData.setReq.pibAttributeValue = &amp;amp;boolFlag;ret = MSG_Send(NWK_MLME, pMsgOut);&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Filippo&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 23:00:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137558#M4719</guid>
      <dc:creator>Spell</dc:creator>
      <dc:date>2007-06-20T23:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137559#M4720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If we are all italian we can write in italian or is forbidden!&lt;BR /&gt;In your code (spell) I find how to set the pib atrribute but, don't work or better when I try to set it to false I don't receive a message with state success.&lt;BR /&gt;You have check if when you try to set the pib the procedure really work!&lt;BR /&gt;Saluti federico&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 23:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137559#M4720</guid>
      <dc:creator>Federico</dc:creator>
      <dc:date>2007-06-20T23:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137560#M4721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I tried almost everything today, but with no result.&lt;BR /&gt;&lt;BR /&gt;I post here my source for the router, the problem is that beacon of Coordinator are at the same time of those from PAN Coordinator.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;Leonardo&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 23:52:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137560#M4721</guid>
      <dc:creator>lex4098</dc:creator>
      <dc:date>2007-06-20T23:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137561#M4722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Federico wrote:&lt;BR /&gt;If we are all italian we can write in italian or is forbidden!&lt;BR /&gt;In your code (spell) I find how to set the pib atrribute but, don't work or better when I try to set it to false I don't receive a message with state success.&lt;BR /&gt;You have check if when you try to set the pib the procedure really work!&lt;BR /&gt;Saluti federico&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;Yes, it works&lt;SPAN&gt;&lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;Try to set SO, BO and before calling MLME-Sync req&lt;BR /&gt;regards,&lt;BR /&gt;Filippo&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 14:25:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137561#M4722</guid>
      <dc:creator>Spell</dc:creator>
      <dc:date>2007-06-21T14:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137562#M4723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;lex4098 wrote:&lt;BR /&gt;I tried almost everything today, but with no result.&lt;BR /&gt;&lt;BR /&gt;I post here my source for the router, the problem is that beacon of Coordinator are at the same time of those from PAN Coordinator.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;Leonardo&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;I've check your code and I think you uncorrectly set the pibAttributeValue.&lt;BR /&gt;&lt;BR /&gt;Try to set BO and SO before calling MLME-Sync req in this way:&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;static uint8_t macBeaconOrder;
static uint8_t macSuperFrameOrder;

.
.
.

/*Set Beacon Order PIB*/
pMsgOut-&amp;gt;msgType = gMlmeSetReq_c;
pMsgOut-&amp;gt;msgData.setReq.pibAttribute = gMPibBeaconOrder_c;
pMsgOut-&amp;gt;msgData.setReq.pibAttributeValue = (uint8_t *) &amp;amp;macBeaconOrder;
ret = MSG_Send(NWK_MLME, pMsgOut);
UartUtil_Print("\nBO:");
UartUtil_PrintHex(pMsgOut-&amp;gt;msgData.setReq.pibAttributeValue, 1, FALSE);
   
/*Set SuperFrame Order PIB*/
pMsgOut-&amp;gt;msgType = gMlmeSetReq_c;
pMsgOut-&amp;gt;msgData.setReq.pibAttribute = gMPibSuperFrameOrder_c;
pMsgOut-&amp;gt;msgData.setReq.pibAttributeValue = (uint8_t *) &amp;amp;macSuperFrameOrder;
ret = MSG_Send(NWK_MLME, pMsgOut);
UartUtil_Print(", SO:");
UartUtil_PrintHex(pMsgOut-&amp;gt;msgData.setReq.pibAttributeValue, 1, FALSE);
       
       &lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try to set Start Time before calling MLME-Start req in this way:&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;static uint32_t macTreemodeStartTime;

.
.
.

uint8_t temp[3];    macTreemodeStartTime = 0x0005DC;  //1500 symbolstemp[0] = macTreemodeStartTime &amp;amp; 0xFF;temp[1] = (macTreemodeStartTime &amp;gt;&amp;gt; 8) &amp;amp; 0xFF;temp[2] = (macTreemodeStartTime &amp;gt;&amp;gt; 16)&amp;amp; 0xFF;/*Set macTreemodeStartTime Order PIB*/pMsg-&amp;gt;msgType = gMlmeSetReq_c;pMsg-&amp;gt;msgData.setReq.pibAttribute = gMPibTreemodeStartTime_c;pMsg-&amp;gt;msgData.setReq.pibAttributeValue = (uint8_t *)temp;UartUtil_Print(", TxOffset:");UartUtil_PrintHex(pMsg-&amp;gt;msgData.setReq.pibAttributeValue, 3, FALSE);/* Send the Set request to the MLME. */if(MSG_Send(NWK_MLME, pMsg) == gSuccess_c){   UartUtil_Print(" Set request Treemode done ");}else{  /* One or more parameters in the Set Request message were invalid. */  UartUtil_Print(" Invalid parameter in set request! ");  return errorInvalidParameter;}&lt;/PRE&gt;&lt;/DIV&gt;&amp;nbsp;&lt;BR /&gt;best regards,&lt;BR /&gt;Filippo&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 14:49:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137562#M4723</guid>
      <dc:creator>Spell</dc:creator>
      <dc:date>2007-06-21T14:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137563#M4724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi spell,&lt;BR /&gt;&lt;BR /&gt;I cannot make it work. I tried many values of StartTime.&lt;BR /&gt;It seems that this parameter is discarded, since beacons are always synchronized:&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;Seq No      Channel      Time           Time Delta      MAC Src              MAC Dest             Protocol        Packet Type                          -------------------------------------------------------------------------------------------------------------------------------------------------------2545        11           10:09:31.708   +00:00:00.983   0xcafa                                    IEEE 802.15.4   Beacon: BO: 6, SO: 0, PC: 1, AP: 1   2546        11           10:09:31.710   +00:00:00.002   0xfaffffffffffffff   0xcafa               IEEE 802.15.4   Command: Association Request         2547        11           10:09:31.712   +00:00:00.001                                             IEEE 802.15.4   Acknowledgment                       2548        11           10:09:32.691   +00:00:00.980   0xcafa                                    IEEE 802.15.4   Beacon: BO: 6, SO: 0, PC: 1, AP: 1   2549        11           10:09:33.674   +00:00:00.983   0xcafa                                    IEEE 802.15.4   Beacon: BO: 6, SO: 0, PC: 1, AP: 1   2550        11           10:09:33.679   +00:00:00.005   0xfaffffffffffffff                        IEEE 802.15.4   Command: Data Request                2551        11           10:09:33.680   +00:00:00.001                                             IEEE 802.15.4   Acknowledgment                       2552        11           10:09:33.684   +00:00:00.004   0xfaffffffffffffff   0xfaffffffffffffff   IEEE 802.15.4   Command: Association Response        2553        11           10:09:33.685   +00:00:00.001                                             IEEE 802.15.4   Acknowledgment                       2554        11           10:09:34.657   +00:00:00.972   0x0001                                    IEEE 802.15.4   Beacon: BO: 6, SO: 0, PC: 0, AP: 1   2555        11           10:09:35.641   +00:00:00.983   0x0001                                    IEEE 802.15.4   Beacon: BO: 6, SO: 0, PC: 0, AP: 1   2556        11           10:09:36.624   +00:00:00.983   0x0001                                    IEEE 802.15.4   Beacon: BO: 6, SO: 0, PC: 0, AP: 1   2557        11           10:09:37.607   +00:00:00.983   0x0001                                    IEEE 802.15.4   Beacon: BO: 6, SO: 0, PC: 0, AP: 1  &lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Did you check with a network sniffer if in your case packets have a "time delta" equal to StartTime?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you again for all your help!!&lt;BR /&gt;Leonardo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 15:06:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137563#M4724</guid>
      <dc:creator>lex4098</dc:creator>
      <dc:date>2007-06-21T15:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137564#M4725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I changed the way of updating PIB values, however the StartTime parameter always seems to be discarded.&lt;BR /&gt;&lt;BR /&gt;Best Regards and thank you very much,&lt;BR /&gt;Leonardo&lt;BR /&gt;&lt;PRE&gt;

&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 15:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137564#M4725</guid>
      <dc:creator>lex4098</dc:creator>
      <dc:date>2007-06-21T15:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137565#M4726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Unfortunately I don't have a sniffer&lt;SPAN&gt;&lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" id="smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;However I had your same issues and the problem was that I didn't set correctly Pib Attibutes&lt;BR /&gt;The right order to start the router is:&lt;BR /&gt;- start passive scan for coordinator&lt;BR /&gt;- before calling MLME-sync req set SO, BO (must be equal to PAN values)and PanIdConflict for start track beacon&lt;BR /&gt;- send associate request&lt;BR /&gt;- before calling MLME-start req set start time and check if the set req return gSuccess_c&lt;BR /&gt;- set RxOnWhenIdle value to 0x02&lt;BR /&gt;- state Listen...&lt;BR /&gt;&lt;BR /&gt;This is what Freescale Support said to me, but it seem doesn't work correctly.&lt;SPAN&gt;&lt;IMG alt=":smileymad:" class="emoticon emoticon-smileymad" id="smileymad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-mad.gif" title="Smiley Mad" /&gt;&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;Filippo&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 16:04:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137565#M4726</guid>
      <dc:creator>Spell</dc:creator>
      <dc:date>2007-06-21T16:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137566#M4727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;spell, thanks a lot!&lt;BR /&gt;&lt;BR /&gt;I will check everything again as you suggest (not now... i risk &lt;B&gt;madness&lt;/B&gt;!).&lt;BR /&gt;&lt;BR /&gt;If you live/study near Padova you can take the sniffer from me for some days.&lt;BR /&gt;It's really useful when things don't work. I use this one:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FSL-ZB-SNF&amp;amp;nodeId=01098400786959705928692818701EE0207" target="test_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FSL-ZB-SNF&amp;amp;nodeId=01098400786959705928692818701EE0207&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It works greatly....&lt;BR /&gt;&lt;BR /&gt;thanks again,&lt;BR /&gt;Leonardo&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 16:21:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137566#M4727</guid>
      <dc:creator>lex4098</dc:creator>
      <dc:date>2007-06-21T16:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137567#M4728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks but I work near Rimini...&lt;BR /&gt;However do you think it's possible to implement a packet sniffer with an evaluation board and a specific firmware?&lt;BR /&gt;What software do you use?It's possible to download an evaluation version?&lt;BR /&gt;&lt;BR /&gt;ciao,&lt;BR /&gt;Filippo&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 14:32:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137567#M4728</guid>
      <dc:creator>Spell</dc:creator>
      <dc:date>2007-06-22T14:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137568#M4729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;I think that it is possible (put the modem in RX, always ON, without any synchronization and for each packet received, put it into the UART), but somewhat hard to do;&lt;BR /&gt;&lt;BR /&gt;The software I use is "daintree network analyzer", it comes with the hardware sniffer.&lt;BR /&gt;It requires an access key (provided in the cd box) and internet registration also for the basic (free, no time limit) version.&lt;BR /&gt;&lt;BR /&gt;I searched in the docs if this software can be used with general hardware. I found only this hardware support (no freescale evaluation board........ the freescale analyzer is a specific hw sniffer, not a board!!&lt;BR /&gt;&lt;SPAN&gt;&lt;IMG alt=":robotmad:" class="emoticon emoticon-robotmad" id="robotmad" src="http://freescale.i.lithium.com/i/smilies/16x16_robot-mad.gif" title="Robot Mad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;Actually: I tried but the sw can't see my boards):&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Daintree Networks 2400E Sensor Network Adapter&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The following 3rd party development kits:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Texas Instruments (Chipcon) CC2420DK Development Kit (using CC2400EB Evaluation Board with CC2420EM Module),&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Texas Instruments (Chipcon) CC2430 Development Kits (using CC2430DB board or SmartRF04EB Evaluation Board with CC2430EM Module),&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Texas Instruments (Chipcon) CC2431 Development Kits (using CC2431DB board or SmartRF04EB Evaluation Board with CC2431EM Module),&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Freescale 802.15.4 Analyzer,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Ember EM2420 Development Kit,&lt;/SPAN&gt; &lt;SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Integration Associates (CompXS) Steeple USB Dongle,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Jennic JN5121-EK IEEE802.15.4 Wireless Microcontroller Evaluation Kit,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Jennic JN5121-EK003 &amp;nbsp;IEEE802.15.4 Wireless Sensor Network Starter Kit,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;ZMD ZMD44101DK Development Kit,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;ZMD ZMD44102 Starter Kit,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Renesas ZigBee Demo Kit,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Atmel ZLink Development Kit,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;NEC 78K0 UZ Stick (USB Device),&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;BM SpA SK00X Starter Kit.(using EV01X evaluation board).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Leonardo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 16:23:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137568#M4729</guid>
      <dc:creator>lex4098</dc:creator>
      <dc:date>2007-06-22T16:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137569#M4730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks a lot Leonardo! &lt;SPAN&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I'm finally convinced Freescale Support to take a look on&lt;SPAN&gt;&lt;/SPAN&gt; my router project...&lt;SPAN&gt;&lt;IMG alt=":smileytongue:" class="emoticon emoticon-smileytongue" id="smileytongue" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-tongue.gif" title="Smiley Tongue" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Now I'm waiting in their response...&lt;BR /&gt;&lt;BR /&gt;ciao,&lt;BR /&gt;Filippo&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 16:54:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137569#M4730</guid>
      <dc:creator>Spell</dc:creator>
      <dc:date>2007-06-22T16:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137570#M4731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi guys,&lt;BR /&gt;&lt;BR /&gt;I finally received a response from Freescale Support, they said to me that my router firmware seems ok (&lt;SPAN&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/SPAN&gt;)... The only problem is set correctly the timing...&lt;BR /&gt;&lt;BR /&gt;I'm tryng with these value:&lt;BR /&gt;Beacon Order = 5&lt;BR /&gt;Superframe Order = 3&lt;BR /&gt;Tx Offset = minValue 7742, maxValue 22978&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;Filippo&lt;BR /&gt;&lt;BR /&gt;P.S.Freescale sends to me an xls file for calculate the StartTime based on the SO and BO.&lt;SPAN&gt;:smileyvery-happy&lt;BR /&gt;If you want this file send me a request on mp...&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 15:16:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137570#M4731</guid>
      <dc:creator>Spell</dc:creator>
      <dc:date>2007-06-26T15:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137571#M4732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;This is a very good piece of news!&lt;BR /&gt;&lt;BR /&gt;I was fighting against my boards without result! Hope this file can help!&lt;BR /&gt;&lt;BR /&gt;I wrote a PM to you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Leonardo&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 16:49:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137571#M4732</guid>
      <dc:creator>lex4098</dc:creator>
      <dc:date>2007-06-26T16:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137572#M4733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Finally I'm a very very very happy builder of a Beaconed Tree Mode Network Topology.&lt;BR /&gt;&lt;BR /&gt;I'm finally successful implement a zigbee router in a beconed network...&lt;BR /&gt;&lt;BR /&gt;Thanks a lot Leo for your help &lt;SPAN&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 20:35:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137572#M4733</guid>
      <dc:creator>Spell</dc:creator>
      <dc:date>2007-06-26T20:35:28Z</dc:date>
    </item>
    <item>
      <title>Can you teach me about Beacon Tree Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137573#M4734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thread Split. Please New Question = New Subject = New Thread.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2007 21:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Re-Beacon-Tree-Mode-PART-2/m-p/137573#M4734</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2007-09-02T21:59:24Z</dc:date>
    </item>
  </channel>
</rss>

