<?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 MC 13192 transceiver hanging while receiving and transmitting simultaneously in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC-13192-transceiver-hanging-while-receiving-and-transmitting/m-p/166965#M10727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My objective is to create a cluster tree network where the end devices send periodic (say 3 seconds) beacons and the routers will forward it to the PAN Coordinator or to a designated router. All communication is done unicast.&lt;/P&gt;&lt;P&gt;I am facing a serious problem with the coordinator/Router (a FFD) receive and then transmit mcps packets on a periodic interval (say, while 3 devices are in range). the device (the mcu and/or the transceiver) is getting hanged after a while (irregular interval ranging from 2-3 minutes to 20 minutes). and calling the function PWRLib_Reset() doesn’t even work.&lt;/P&gt;&lt;P&gt;Let me explain my experimental setup in a bit more detail.&lt;/P&gt;&lt;P&gt;I am using MC 13192 transceiver, with HC08S MCU, along with the BeeKit(version 1.1.1.0) generated demo 6 application on the 802.15.4 codebase (BeeKit Mac Codebase ver 1.0.0) and customizing it.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The PAN Coordinator: It is kept as it is. All capability info field is set to 1.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The Coordinator/Router: I am starting it as just another PAN coordinator -&lt;/P&gt;&lt;P&gt;A.&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pMsg-&amp;gt;msgType = gMlmeStartReq_c;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pStartReq = &amp;amp;pMsg-&amp;gt;msgData.startReq;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pStartReq-&amp;gt;panCoordinator = TRUE;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;B. &lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; gCapInfoAltPanCoord_c = 0&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The End Device: Have set&amp;nbsp; gCapInfoAltPanCoord_c = 0&lt;/P&gt;&lt;P&gt;The communication is happening but after a while (not regular) the routers are getting hanged.&lt;/P&gt;&lt;P&gt;I have tried setting the gMPibRole_c to 0x00, 0x01, 0x02 for end device, router, PAN Coord respectively. e.g.&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; uint8_t value = 0x01&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pMsg-&amp;gt;msgType = gMlmeSetReq_c;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pMsg-&amp;gt;msgData.setReq.pibAttribute = gMPibRole_c;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pMsg-&amp;gt;msgData.setReq.pibAttributeValue = &amp;amp;value;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; ret = MSG_Send(NWK_MLME, pMsg);&lt;/P&gt;&lt;P&gt;This did not show any difference.&lt;/P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; I have also tried changing the gMPibPanIdConflictDetection_c attribute to FALSE. Also set the gMacEventPanIdConflict_c to 0 in the NwkMacInterface.h file, so that the PAN coordinator conflict wont occur (just in case) between the Router and the PAN coordinator and the end devices.&lt;/SPAN&gt;&lt;P&gt;This did not solve the problem also.&lt;/P&gt;&lt;P&gt;Is the MC 13192 transceiver hanging a known errata while receiving and transmitting. I understand that the transceiver interfaces with the MCU with 4 SPI and it is in the streaming mode not packet mode.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The same hanging problem exists in the broadcast mode also.&lt;/P&gt;&lt;P&gt;I am desperately seeking some help to resolve this transceiver hanging issue.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you require more information please let me know.&lt;/P&gt;&lt;SPAN&gt;please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srideep.&lt;/SPAN&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2008 01:16:20 GMT</pubDate>
    <dc:creator>nightbird_iimc</dc:creator>
    <dc:date>2008-06-24T01:16:20Z</dc:date>
    <item>
      <title>MC 13192 transceiver hanging while receiving and transmitting simultaneously</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC-13192-transceiver-hanging-while-receiving-and-transmitting/m-p/166965#M10727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My objective is to create a cluster tree network where the end devices send periodic (say 3 seconds) beacons and the routers will forward it to the PAN Coordinator or to a designated router. All communication is done unicast.&lt;/P&gt;&lt;P&gt;I am facing a serious problem with the coordinator/Router (a FFD) receive and then transmit mcps packets on a periodic interval (say, while 3 devices are in range). the device (the mcu and/or the transceiver) is getting hanged after a while (irregular interval ranging from 2-3 minutes to 20 minutes). and calling the function PWRLib_Reset() doesn’t even work.&lt;/P&gt;&lt;P&gt;Let me explain my experimental setup in a bit more detail.&lt;/P&gt;&lt;P&gt;I am using MC 13192 transceiver, with HC08S MCU, along with the BeeKit(version 1.1.1.0) generated demo 6 application on the 802.15.4 codebase (BeeKit Mac Codebase ver 1.0.0) and customizing it.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The PAN Coordinator: It is kept as it is. All capability info field is set to 1.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The Coordinator/Router: I am starting it as just another PAN coordinator -&lt;/P&gt;&lt;P&gt;A.&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pMsg-&amp;gt;msgType = gMlmeStartReq_c;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pStartReq = &amp;amp;pMsg-&amp;gt;msgData.startReq;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pStartReq-&amp;gt;panCoordinator = TRUE;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;B. &lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; gCapInfoAltPanCoord_c = 0&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The End Device: Have set&amp;nbsp; gCapInfoAltPanCoord_c = 0&lt;/P&gt;&lt;P&gt;The communication is happening but after a while (not regular) the routers are getting hanged.&lt;/P&gt;&lt;P&gt;I have tried setting the gMPibRole_c to 0x00, 0x01, 0x02 for end device, router, PAN Coord respectively. e.g.&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; uint8_t value = 0x01&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pMsg-&amp;gt;msgType = gMlmeSetReq_c;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pMsg-&amp;gt;msgData.setReq.pibAttribute = gMPibRole_c;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; pMsg-&amp;gt;msgData.setReq.pibAttributeValue = &amp;amp;value;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt; ret = MSG_Send(NWK_MLME, pMsg);&lt;/P&gt;&lt;P&gt;This did not show any difference.&lt;/P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; I have also tried changing the gMPibPanIdConflictDetection_c attribute to FALSE. Also set the gMacEventPanIdConflict_c to 0 in the NwkMacInterface.h file, so that the PAN coordinator conflict wont occur (just in case) between the Router and the PAN coordinator and the end devices.&lt;/SPAN&gt;&lt;P&gt;This did not solve the problem also.&lt;/P&gt;&lt;P&gt;Is the MC 13192 transceiver hanging a known errata while receiving and transmitting. I understand that the transceiver interfaces with the MCU with 4 SPI and it is in the streaming mode not packet mode.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The same hanging problem exists in the broadcast mode also.&lt;/P&gt;&lt;P&gt;I am desperately seeking some help to resolve this transceiver hanging issue.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you require more information please let me know.&lt;/P&gt;&lt;SPAN&gt;please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srideep.&lt;/SPAN&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 01:16:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC-13192-transceiver-hanging-while-receiving-and-transmitting/m-p/166965#M10727</guid>
      <dc:creator>nightbird_iimc</dc:creator>
      <dc:date>2008-06-24T01:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: MC 13192 transceiver hanging while receiving and transmitting simultaneously</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC-13192-transceiver-hanging-while-receiving-and-transmitting/m-p/166966#M10728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Nightbird_iimc:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;you are using a quite old version of the the MAC and Beekit.&lt;/DIV&gt;&lt;DIV&gt;Please go download the latest software 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;the latest version is Beekit 1.7.0.0 with MAC codebase 1.0.3.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It comes with a Beacon mode example code you should use as your starting point.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 17:36:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC-13192-transceiver-hanging-while-receiving-and-transmitting/m-p/166966#M10728</guid>
      <dc:creator>Mads</dc:creator>
      <dc:date>2008-06-27T17:36:56Z</dc:date>
    </item>
  </channel>
</rss>

