<?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のトピックFreeRTOS in LPC1343</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-in-LPC1343/m-p/629269#M24747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm currently using LPC1343, and I'm trying use FreeRTOS in it. But I have been encountering&amp;nbsp;with lots of error. Can you help me all the steps that I have to take, to implement FreeRTOS.&lt;/P&gt;&lt;PRE style="color: #202020; background-color: #ffffff; font-weight: bold; font-size: 13px;"&gt;&lt;SPAN style="font-family: courier;"&gt;&lt;SPAN style="color: green;"&gt;/* Interrupt nesting behaviour configuration. */&lt;/SPAN&gt;#define &lt;A href="http://www.freertos.org/a00110.html#kernel_priority" rel="nofollow noopener noreferrer" style="color: #0000ee;" target="_blank"&gt;configKERNEL_INTERRUPT_PRIORITY&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SMALL&gt;[dependent of processor]&lt;/SMALL&gt;#define &lt;A href="http://www.freertos.org/a00110.html#kernel_priority" rel="nofollow noopener noreferrer" style="color: #0000ee;" target="_blank"&gt;configMAX_SYSCALL_INTERRUPT_PRIORITY&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SMALL&gt;[dependent on processor and application]&lt;/SMALL&gt;#define &lt;A href="http://www.freertos.org/a00110.html#kernel_priority" rel="nofollow noopener noreferrer" style="color: #0000ee;" target="_blank"&gt;configMAX_API_CALL_INTERRUPT_PRIORITY&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;SMALL&gt;[dependent on processor and application]

&lt;STRONG&gt;What value I should define for these? Which heap to be used?&lt;/STRONG&gt;

&lt;STRONG&gt;Thank you&lt;/STRONG&gt;&lt;/SMALL&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2016 19:22:14 GMT</pubDate>
    <dc:creator>vishnuprasadpra</dc:creator>
    <dc:date>2016-11-28T19:22:14Z</dc:date>
    <item>
      <title>FreeRTOS in LPC1343</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-in-LPC1343/m-p/629269#M24747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm currently using LPC1343, and I'm trying use FreeRTOS in it. But I have been encountering&amp;nbsp;with lots of error. Can you help me all the steps that I have to take, to implement FreeRTOS.&lt;/P&gt;&lt;PRE style="color: #202020; background-color: #ffffff; font-weight: bold; font-size: 13px;"&gt;&lt;SPAN style="font-family: courier;"&gt;&lt;SPAN style="color: green;"&gt;/* Interrupt nesting behaviour configuration. */&lt;/SPAN&gt;#define &lt;A href="http://www.freertos.org/a00110.html#kernel_priority" rel="nofollow noopener noreferrer" style="color: #0000ee;" target="_blank"&gt;configKERNEL_INTERRUPT_PRIORITY&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SMALL&gt;[dependent of processor]&lt;/SMALL&gt;#define &lt;A href="http://www.freertos.org/a00110.html#kernel_priority" rel="nofollow noopener noreferrer" style="color: #0000ee;" target="_blank"&gt;configMAX_SYSCALL_INTERRUPT_PRIORITY&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SMALL&gt;[dependent on processor and application]&lt;/SMALL&gt;#define &lt;A href="http://www.freertos.org/a00110.html#kernel_priority" rel="nofollow noopener noreferrer" style="color: #0000ee;" target="_blank"&gt;configMAX_API_CALL_INTERRUPT_PRIORITY&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;SMALL&gt;[dependent on processor and application]

&lt;STRONG&gt;What value I should define for these? Which heap to be used?&lt;/STRONG&gt;

&lt;STRONG&gt;Thank you&lt;/STRONG&gt;&lt;/SMALL&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:22:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-in-LPC1343/m-p/629269#M24747</guid>
      <dc:creator>vishnuprasadpra</dc:creator>
      <dc:date>2016-11-28T19:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS in LPC1343</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-in-LPC1343/m-p/629270#M24748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To provide the fastest possible support I want to point you to a similar question which has been answered on our NXP community.&lt;/P&gt;&lt;P&gt;Please refer to &lt;A class="link-titled" href="http://www.freertos.org/RTOS-Cortex-M3-M4.html" title="http://www.freertos.org/RTOS-Cortex-M3-M4.html"&gt;RTOS for ARM Cortex-M&lt;/A&gt; to view the details.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 03:12:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-in-LPC1343/m-p/629270#M24748</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-11-29T03:12:12Z</dc:date>
    </item>
  </channel>
</rss>

