<?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 Stack Size and Minimum Heap Size in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Stack-Size-and-Minimum-Heap-Size/m-p/698529#M3465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;we are using JN5169 with JN-SW4168 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;what is the maximum value that Stack Size and Minimum Size can set?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could I get the stack size parameters in my program? How do I get this parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;Pan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2017 07:28:29 GMT</pubDate>
    <dc:creator>muknight</dc:creator>
    <dc:date>2017-09-08T07:28:29Z</dc:date>
    <item>
      <title>Stack Size and Minimum Heap Size</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Stack-Size-and-Minimum-Heap-Size/m-p/698529#M3465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;we are using JN5169 with JN-SW4168 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;what is the maximum value that Stack Size and Minimum Size can set?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could I get the stack size parameters in my program? How do I get this parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;Pan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:28:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Stack-Size-and-Minimum-Heap-Size/m-p/698529#M3465</guid>
      <dc:creator>muknight</dc:creator>
      <dc:date>2017-09-08T07:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Stack Size and Minimum Heap Size</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Stack-Size-and-Minimum-Heap-Size/m-p/698530#M3466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Feng,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CPU stack size and minimum heap size are referenced from two variables. If CPU stack and heap sizes are required that are larger than the defaults of 5K bytes and 2K bytes respectively, these should now be defined in the application makefiles.&lt;BR /&gt;The variables to be defined in the makefile are:&lt;BR /&gt;STACK_SIZE ?= 6000&lt;BR /&gt;MINIMUM_HEAP_SIZE ?= 2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 19:15:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Stack-Size-and-Minimum-Heap-Size/m-p/698530#M3466</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2017-09-11T19:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stack Size and Minimum Heap Size</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Stack-Size-and-Minimum-Heap-Size/m-p/698531#M3467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;I know that I can define these two values in the makefile.And I want to know how much I can define the maximum value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Feng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 03:23:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Stack-Size-and-Minimum-Heap-Size/m-p/698531#M3467</guid>
      <dc:creator>muknight</dc:creator>
      <dc:date>2017-09-14T03:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stack Size and Minimum Heap Size</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Stack-Size-and-Minimum-Heap-Size/m-p/698532#M3468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Feng,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 2.0pt 0in 2.0pt 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;We define the stack size to be 5000 by default&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;and heap to be 2000 by default&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt;"&gt;for JN-SW-4168 SDK&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;as this is the minimum required for Zigbee application using JN-SW-4168 SDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Maximum value depend on how much RAM is left in your application&amp;nbsp;&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: 10.0pt; color: black;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Mario&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 21:15:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Stack-Size-and-Minimum-Heap-Size/m-p/698532#M3468</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2017-09-14T21:15:55Z</dc:date>
    </item>
  </channel>
</rss>

