<?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>LPC MicrocontrollersのトピックLPCOpen Keil Freertos project issue</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Keil-Freertos-project-issue/m-p/754291#M30374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recently I tried to use LPCopen for LPC11U68 and LPC824, but latest LPCOpen SDK 3.02, the Keil project of &lt;STRONG&gt;freertos_blinky&lt;/STRONG&gt; both couldn’t work in default project setting.&lt;/P&gt;&lt;OL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: 0in;"&gt;The LPC11U68’s project, default optimization level is 3, after change the optimization level from Level3(default) to 0, &amp;nbsp;the project could work;&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;But the LPC824-MAX, even if change the optimization level, which could not work yet.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Could someone have a look at such issues? Thaks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The project and LPCOpen SDK version is like as below:&lt;/P&gt;&lt;P&gt;lpcopen_3_02_keil_iar_nxp_lpcxpresso_824&lt;/P&gt;&lt;P&gt;lpcopen_3_02_keil_iar_lpcxpresso_11u68&lt;/P&gt;&lt;P&gt;keil\freertos_blinky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2018 13:53:40 GMT</pubDate>
    <dc:creator>daweiyou</dc:creator>
    <dc:date>2018-01-24T13:53:40Z</dc:date>
    <item>
      <title>LPCOpen Keil Freertos project issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Keil-Freertos-project-issue/m-p/754291#M30374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recently I tried to use LPCopen for LPC11U68 and LPC824, but latest LPCOpen SDK 3.02, the Keil project of &lt;STRONG&gt;freertos_blinky&lt;/STRONG&gt; both couldn’t work in default project setting.&lt;/P&gt;&lt;OL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: 0in;"&gt;The LPC11U68’s project, default optimization level is 3, after change the optimization level from Level3(default) to 0, &amp;nbsp;the project could work;&lt;/LI&gt;&lt;LI style="margin-left: 0in;"&gt;But the LPC824-MAX, even if change the optimization level, which could not work yet.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Could someone have a look at such issues? Thaks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The project and LPCOpen SDK version is like as below:&lt;/P&gt;&lt;P&gt;lpcopen_3_02_keil_iar_nxp_lpcxpresso_824&lt;/P&gt;&lt;P&gt;lpcopen_3_02_keil_iar_lpcxpresso_11u68&lt;/P&gt;&lt;P&gt;keil\freertos_blinky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 13:53:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Keil-Freertos-project-issue/m-p/754291#M30374</guid>
      <dc:creator>daweiyou</dc:creator>
      <dc:date>2018-01-24T13:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Keil Freertos project issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Keil-Freertos-project-issue/m-p/754292#M30375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dawei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to update you on the issues.&lt;/P&gt;&lt;P&gt;The freertos issue on lpc824 is due to the wrong definition of&amp;nbsp;heap size in keil_startup_lpc11u6x.s. To fix it, need to modify the definition like:&lt;/P&gt;&lt;P&gt;Heap_Size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EQU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the issue on lpc11u68, I will check it soon...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 10:22:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Keil-Freertos-project-issue/m-p/754292#M30375</guid>
      <dc:creator>alan_ning</dc:creator>
      <dc:date>2018-01-29T10:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Keil Freertos project issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Keil-Freertos-project-issue/m-p/754293#M30376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dawei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concerning the issue on lpc11u68, it's due to a wrong configuration of the include path&amp;nbsp;related to FreeRTOS.&lt;/P&gt;&lt;P&gt;To fix it, need to change&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture0.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32578i01A2DD511CD6CDF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture0.PNG" alt="Capture0.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32626i1CC7809AC7AF1444/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 05:45:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Keil-Freertos-project-issue/m-p/754293#M30376</guid>
      <dc:creator>alan_ning</dc:creator>
      <dc:date>2018-01-30T05:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Keil Freertos project issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Keil-Freertos-project-issue/m-p/754294#M30377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get it, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 14:56:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Keil-Freertos-project-issue/m-p/754294#M30377</guid>
      <dc:creator>daweiyou</dc:creator>
      <dc:date>2018-01-30T14:56:33Z</dc:date>
    </item>
  </channel>
</rss>

