<?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: Manually implementation of FreeRTOS on FRDM-KL25Z in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Manually-implementation-of-FreeRTOS-on-FRDM-KL25Z/m-p/646000#M8407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;your approach and steps are correct, and it works that way if you really want 'plain' FreeRTOS 9.0.0.&lt;/P&gt;&lt;P&gt;What you want is what I have on GitHub (&lt;A class="link-titled" href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KL27Z/FRDM-KL27Z_SDKv2_FreeRTOS.org" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KL27Z/FRDM-KL27Z_SDKv2_FreeRTOS.org"&gt;mcuoneclipse/Examples/KDS/FRDM-KL27Z/FRDM-KL27Z_SDKv2_FreeRTOS.org at master · GitHub&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;I'm not sure how familiar you are with FreeRTOS, but I think you might have used the wrong files or not updated the compiler include path settings. Have a look at above project and readme file, and hopefully this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2017 16:00:28 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2017-01-25T16:00:28Z</dc:date>
    <item>
      <title>Manually implementation of FreeRTOS on FRDM-KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Manually-implementation-of-FreeRTOS-on-FRDM-KL25Z/m-p/645999#M8406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;I would like to implement FreeRTOS on the board FRDM-KL25Z. However, without using the RTOS from the SDK or the processor Expert. &lt;SPAN style="color: black;"&gt;I w&lt;/SPAN&gt;ould like to create a new project using SDK so I do not have to worry about the drivers anymore. Then the latest version, which is available for download at freertos.org, can be entered manually into the project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;I have so far proceeded as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Create a new project using SDK and the included FreeRTOS (so I have the folder structure in mind)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Create new project with SDK without FreeRTOS but with the drivers for the board.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Replication of the folder structure from point 1&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Insert the FreeRTOS files into the corresponding folders&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;However, I get a lot of error messages like Missing libraries. &lt;SPAN style="color: black;"&gt;If I fix an error, the next one arises. Is there an instruction, which describes the best approach? &lt;/SPAN&gt;Or is my approach completely wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:27:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Manually-implementation-of-FreeRTOS-on-FRDM-KL25Z/m-p/645999#M8406</guid>
      <dc:creator>thomaskristlbau</dc:creator>
      <dc:date>2017-01-25T14:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Manually implementation of FreeRTOS on FRDM-KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Manually-implementation-of-FreeRTOS-on-FRDM-KL25Z/m-p/646000#M8407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;your approach and steps are correct, and it works that way if you really want 'plain' FreeRTOS 9.0.0.&lt;/P&gt;&lt;P&gt;What you want is what I have on GitHub (&lt;A class="link-titled" href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KL27Z/FRDM-KL27Z_SDKv2_FreeRTOS.org" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KL27Z/FRDM-KL27Z_SDKv2_FreeRTOS.org"&gt;mcuoneclipse/Examples/KDS/FRDM-KL27Z/FRDM-KL27Z_SDKv2_FreeRTOS.org at master · GitHub&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;I'm not sure how familiar you are with FreeRTOS, but I think you might have used the wrong files or not updated the compiler include path settings. Have a look at above project and readme file, and hopefully this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 16:00:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Manually-implementation-of-FreeRTOS-on-FRDM-KL25Z/m-p/646000#M8407</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-01-25T16:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Manually implementation of FreeRTOS on FRDM-KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Manually-implementation-of-FreeRTOS-on-FRDM-KL25Z/m-p/646001#M8408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are some links that might help:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.freertos.org/Creating-a-new-FreeRTOS-project.html" title="http://www.freertos.org/Creating-a-new-FreeRTOS-project.html"&gt;Creating a new RTOS project&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html" title="http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html"&gt;FreeRTOS - Porting a FreeRTOS demo to a different hardware platform&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[luckily every time I try and use this forum I'm told my password was reset in Feb 2016 and I have to create a new one, I've created quite a lot of news ones now!]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 16:27:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Manually-implementation-of-FreeRTOS-on-FRDM-KL25Z/m-p/646001#M8408</guid>
      <dc:creator>FreeRTOS_org</dc:creator>
      <dc:date>2017-01-25T16:27:02Z</dc:date>
    </item>
  </channel>
</rss>

