<?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 [PN7462 Development Board] phExCcid Sample in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Development-Board-phExCcid-Sample/m-p/1385701#M12784</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using unmodified 'phExCcid' sample project from NXP.&lt;/P&gt;&lt;P&gt;If i define these two &lt;STRONG&gt;global&lt;/STRONG&gt; arrays in 'phExCcid.c'.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;uint8_t buffer1[300];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;uint8_t buffer2[300];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;and use this code in "int main(void)" function&lt;/P&gt;&lt;P&gt;&lt;EM&gt;buffer1[2] = 0x1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;buffer2[3] = 0x3;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Firmware stops working when creating RTOS tasks.&lt;/P&gt;&lt;P&gt;What I need to change (RTOS tasks stack size, project heap/stack size, project configuration) to able to define &amp;amp; use these arrays?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Feb 2022 21:11:44 GMT</pubDate>
    <dc:creator>EE_Ark</dc:creator>
    <dc:date>2022-02-17T21:11:44Z</dc:date>
    <item>
      <title>[PN7462 Development Board] phExCcid Sample</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Development-Board-phExCcid-Sample/m-p/1385701#M12784</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using unmodified 'phExCcid' sample project from NXP.&lt;/P&gt;&lt;P&gt;If i define these two &lt;STRONG&gt;global&lt;/STRONG&gt; arrays in 'phExCcid.c'.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;uint8_t buffer1[300];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;uint8_t buffer2[300];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;and use this code in "int main(void)" function&lt;/P&gt;&lt;P&gt;&lt;EM&gt;buffer1[2] = 0x1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;buffer2[3] = 0x3;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Firmware stops working when creating RTOS tasks.&lt;/P&gt;&lt;P&gt;What I need to change (RTOS tasks stack size, project heap/stack size, project configuration) to able to define &amp;amp; use these arrays?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 21:11:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Development-Board-phExCcid-Sample/m-p/1385701#M12784</guid>
      <dc:creator>EE_Ark</dc:creator>
      <dc:date>2022-02-17T21:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: [PN7462 Development Board] phExCcid Sample</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Development-Board-phExCcid-Sample/m-p/1391956#M12859</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To change the RTOS task stack size, you can refer to phExCcid_cfg.h&lt;/P&gt;
&lt;P&gt;You can see the task size is defined in this header file.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;PH_EXCCID_CFG_RTOS_CT_TASK_STACK_SIZE&lt;/P&gt;
&lt;P&gt;PH_EXCCID_CFG_RTOS_CLIF_TASK_STACK_SIZE&lt;/P&gt;
&lt;P&gt;PH_EXCCID_CFG_RTOS_SYS_TASK_STACK_SIZE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the heap and stack , the heap and stack grow towards each other. The user has to ensure that the stack and heap do not corrupt each other.&amp;nbsp; &amp;nbsp;It seems the existing settings in the default value is good.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Dec 2021 12:53:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Development-Board-phExCcid-Sample/m-p/1391956#M12859</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2021-12-26T12:53:33Z</dc:date>
    </item>
  </channel>
</rss>

