<?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: Kinetis K20 and FreeRTOS in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444251#M4237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well the latest status, after cleaning everything else is that I am still getting the following errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;undefined reference to `PendSV_Handler' Vectors.o /xxx/Debug/Generated_Code&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P&gt;undefined reference to `SysTick_Handler' Vectors.o /xxx/Debug/Generated_Code&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P&gt;undefined reference to `SVC_Handler' Vectors.o /xxx/Debug/Generated_Code&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You gave a solution in another post in regards to how to solve it, but I am using KDS with GCC and Processor expert, which is different than the answer you gave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;P&gt;Zohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 22:13:26 GMT</pubDate>
    <dc:creator>zohargolan1</dc:creator>
    <dc:date>2015-06-12T22:13:26Z</dc:date>
    <item>
      <title>Kinetis K20 and FreeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444248#M4234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to setup freertos with kinetis k20, processor expert, and KDS.&lt;/P&gt;&lt;P&gt;The integrated FreeRtos&lt;/P&gt;&lt;P&gt;in the KDS does not support the device I am using (MK20fx512vlq12), but I am limited to this device. The project was working fine with IAR, but I cannot port it to KSD.&lt;/P&gt;&lt;P&gt;Any example project which is in similar configuration?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate any comment in this matter&lt;/P&gt;&lt;P&gt;Zohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 01:32:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444248#M4234</guid>
      <dc:creator>zohargolan1</dc:creator>
      <dc:date>2015-06-10T01:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K20 and FreeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444249#M4235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zohar,&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;The integrated FreeRtos in the KDS does not support the device&lt;/P&gt;&lt;P&gt;Not sure what you mean, but FreeRTOS supports any M0+ or M4 Kinetis device, it is not depending on the derivative.&lt;/P&gt;&lt;P&gt;If the question is about the Kienetis SDK supporting that device, then you could use the generic FreeRTOS component from McuOnEclipse. For that one, you can create a project with Processor Expert (no SDK selected), and use that component.&lt;/P&gt;&lt;P&gt;The components are available on SourceForge:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/" title="http://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/"&gt;McuOnEclipse Releases on SourceForge | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have several examples on GitHub which might be useful for you. The folder for KDS projects is here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS"&gt;mcuoneclipse/Examples/KDS at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I don't have a specific example for that K20 with FreeRTOS for you, but you could have a look at this one for the KL25Z:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KL25Z/FRDM-KL25Z_FreeRTOS" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KL25Z/FRDM-KL25Z_FreeRTOS"&gt;mcuoneclipse/Examples/KDS/FRDM-KL25Z/FRDM-KL25Z_FreeRTOS at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The only real difference is that your device is an M4 (and not an M0+ as on the FRDM-KL25Z):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28431iD8D5B0699D33C322/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 04:54:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444249#M4235</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-06-10T04:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K20 and FreeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444250#M4236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Erich and sorry for the late response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still struggling with it, and had to massage couple of the parameters. I will let you know how it goes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 20:26:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444250#M4236</guid>
      <dc:creator>zohargolan1</dc:creator>
      <dc:date>2015-06-12T20:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K20 and FreeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444251#M4237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well the latest status, after cleaning everything else is that I am still getting the following errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;undefined reference to `PendSV_Handler' Vectors.o /xxx/Debug/Generated_Code&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P&gt;undefined reference to `SysTick_Handler' Vectors.o /xxx/Debug/Generated_Code&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P&gt;undefined reference to `SVC_Handler' Vectors.o /xxx/Debug/Generated_Code&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You gave a solution in another post in regards to how to solve it, but I am using KDS with GCC and Processor expert, which is different than the answer you gave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;P&gt;Zohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 22:13:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444251#M4237</guid>
      <dc:creator>zohargolan1</dc:creator>
      <dc:date>2015-06-12T22:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K20 and FreeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444252#M4238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zohar,&lt;/P&gt;&lt;P&gt;can you confirm you are using my latest components from &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/" rel="nofollow" target="_blank"&gt;McuOnEclipse Releases on SourceForge | MCU on Eclipse&lt;/A&gt; and that you are using Kinetis Design Studio v3.0.0 project, *without* the Kinetis SDK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 16:12:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Kinetis-K20-and-FreeRTOS/m-p/444252#M4238</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-06-15T16:12:26Z</dc:date>
    </item>
  </channel>
</rss>

