<?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: Scale up 802.15.4 network in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Scale-up-802-15-4-network/m-p/742939#M4187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All of the messages are using dynamically allocate buffers. To scale up, would it be simple as increasing the number of memory pools available in MemManager.h?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define PoolsDetails_c \&lt;/P&gt;&lt;P&gt;         &lt;U&gt;block&lt;/U&gt;size_  64  &lt;U&gt;number&lt;/U&gt;of_blocks_    8 &lt;U&gt;pool&lt;/U&gt;id_(0) &lt;U&gt;eol&lt;/U&gt;  \&lt;/P&gt;&lt;P&gt;         &lt;U&gt;block&lt;/U&gt;size_ 128  &lt;U&gt;number&lt;/U&gt;of_blocks_    2 &lt;U&gt;pool&lt;/U&gt;id_(0) &lt;U&gt;eol&lt;/U&gt;  \&lt;/P&gt;&lt;P&gt;         &lt;U&gt;block&lt;/U&gt;size_ 256  &lt;U&gt;number&lt;/U&gt;of_blocks_    6 &lt;U&gt;pool&lt;/U&gt;id_(0) &lt;U&gt;eol&lt;/U&gt;&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick McKendree  |  Firmware Electrical Engineer&lt;/P&gt;&lt;P&gt;+1.704.752.6513 x1277&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.invue.com" target="test_blank"&gt;www.invue.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 12:21:36 GMT</pubDate>
    <dc:creator>nick002025</dc:creator>
    <dc:date>2018-04-19T12:21:36Z</dc:date>
    <item>
      <title>Scale up 802.15.4 network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scale-up-802-15-4-network/m-p/742937#M4185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to scale up my 802.15.4 network to handle more end devices in the coordinator. When a batch of end devices is trying to&amp;nbsp;communicate I am seeing&amp;nbsp;gMcpsDataCnf_c status return 0xF1 =&amp;nbsp;gTransactionOverflow_c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing based on the comments that this means the buffer is full in the mac library. How can I increase the buffer size?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 18:46:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scale-up-802-15-4-network/m-p/742937#M4185</guid>
      <dc:creator>nick002025</dc:creator>
      <dc:date>2018-04-17T18:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Scale up 802.15.4 network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scale-up-802-15-4-network/m-p/742938#M4186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience this might cause you,&amp;nbsp; but the library definitions and functions in the library can't be modified as those are not public.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 02:23:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scale-up-802-15-4-network/m-p/742938#M4186</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-04-19T02:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Scale up 802.15.4 network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scale-up-802-15-4-network/m-p/742939#M4187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All of the messages are using dynamically allocate buffers. To scale up, would it be simple as increasing the number of memory pools available in MemManager.h?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define PoolsDetails_c \&lt;/P&gt;&lt;P&gt;         &lt;U&gt;block&lt;/U&gt;size_  64  &lt;U&gt;number&lt;/U&gt;of_blocks_    8 &lt;U&gt;pool&lt;/U&gt;id_(0) &lt;U&gt;eol&lt;/U&gt;  \&lt;/P&gt;&lt;P&gt;         &lt;U&gt;block&lt;/U&gt;size_ 128  &lt;U&gt;number&lt;/U&gt;of_blocks_    2 &lt;U&gt;pool&lt;/U&gt;id_(0) &lt;U&gt;eol&lt;/U&gt;  \&lt;/P&gt;&lt;P&gt;         &lt;U&gt;block&lt;/U&gt;size_ 256  &lt;U&gt;number&lt;/U&gt;of_blocks_    6 &lt;U&gt;pool&lt;/U&gt;id_(0) &lt;U&gt;eol&lt;/U&gt;&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick McKendree  |  Firmware Electrical Engineer&lt;/P&gt;&lt;P&gt;+1.704.752.6513 x1277&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.invue.com" target="test_blank"&gt;www.invue.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 12:21:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scale-up-802-15-4-network/m-p/742939#M4187</guid>
      <dc:creator>nick002025</dc:creator>
      <dc:date>2018-04-19T12:21:36Z</dc:date>
    </item>
  </channel>
</rss>

