<?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>Kinetis Software Development Kit中的主题 Re: freeRTOS SDK integration</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/freeRTOS-SDK-integration/m-p/552806#M5675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tony,&lt;/P&gt;&lt;P&gt;If you are looking for Processor Expert board configurations for the 'newer' devices, you need to load the Kinetis SDK package first, then they are installed:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22119iDDCB6E968BE26794/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;See "Install Eclipse Update" in &lt;A href="https://cache.nxp.com/files/soft_dev_tools/doc/support_info/KSDK13GSUG.pdf" title="https://cache.nxp.com/files/soft_dev_tools/doc/support_info/KSDK13GSUG.pdf"&gt;https://cache.nxp.com/files/soft_dev_tools/doc/support_info/KSDK13GSUG.pdf&lt;/A&gt;&amp;nbsp; how to install it.&lt;/P&gt;&lt;P&gt;If you want to use FreeRTOS without Processor Expert, there is a FreeRTOS version included in each SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like to use FreeRTOS with the SDK, then you can use either the NXP provided one for the SDK V1.x. Or you can use the one I maintain in the McuOnEclipse project (see &lt;A href="https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/" title="https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/"&gt;https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/&lt;/A&gt;&amp;nbsp; and &lt;A href="https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/" title="https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/"&gt;https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;If you are using the SDK V2.0 (see &lt;A href="https://mcuoneclipse.com/2016/01/29/first-nxp-kinetis-sdk-release-sdk-v2-0-with-on-demand-package-builder/" title="https://mcuoneclipse.com/2016/01/29/first-nxp-kinetis-sdk-release-sdk-v2-0-with-on-demand-package-builder/"&gt;https://mcuoneclipse.com/2016/01/29/first-nxp-kinetis-sdk-release-sdk-v2-0-with-on-demand-package-builder/&lt;/A&gt; ) then you can use directly the FreeRTOS included in the v2 version of the SDK. If you would like to use Processor Expert with the SDK V2.0, then things a bit more complicated (see &lt;A href="https://mcuoneclipse.com/2016/05/20/tutorial-freertos-with-nxp-kinetis-sdk-v2-0-and-processor-expert/" title="https://mcuoneclipse.com/2016/05/20/tutorial-freertos-with-nxp-kinetis-sdk-v2-0-and-processor-expert/"&gt;https://mcuoneclipse.com/2016/05/20/tutorial-freertos-with-nxp-kinetis-sdk-v2-0-and-processor-expert/&lt;/A&gt; and &lt;A href="https://mcuoneclipse.com/2016/05/15/mother-of-components-processor-expert-with-nxp-kinetis-sdk-v2-0-projects/" title="https://mcuoneclipse.com/2016/05/15/mother-of-components-processor-expert-with-nxp-kinetis-sdk-v2-0-projects/"&gt;https://mcuoneclipse.com/2016/05/15/mother-of-components-processor-expert-with-nxp-kinetis-sdk-v2-0-projects/&lt;/A&gt; ). The later approach is more something advanced, but it gives me the latest FreeRTOS V9.0.0 with all the bells and whistles, plus I can use it easily with Segger RTT (&lt;A href="https://mcuoneclipse.com/2015/07/07/using-segger-real-time-terminal-rtt-with-eclipse/" title="https://mcuoneclipse.com/2015/07/07/using-segger-real-time-terminal-rtt-with-eclipse/"&gt;https://mcuoneclipse.com/2015/07/07/using-segger-real-time-terminal-rtt-with-eclipse/&lt;/A&gt; ), Segger SystemViewer (&lt;A href="https://mcuoneclipse.com/2015/11/16/segger-systemview-realtime-analysis-and-visualization-for-freertos/" title="https://mcuoneclipse.com/2015/11/16/segger-systemview-realtime-analysis-and-visualization-for-freertos/"&gt;https://mcuoneclipse.com/2015/11/16/segger-systemview-realtime-analysis-and-visualization-for-freertos/&lt;/A&gt; ) and Percepio Trace (&lt;A href="https://mcuoneclipse.com/2015/07/10/freertos-continuous-trace-streaming/" title="https://mcuoneclipse.com/2015/07/10/freertos-continuous-trace-streaming/"&gt;https://mcuoneclipse.com/2015/07/10/freertos-continuous-trace-streaming/&lt;/A&gt; ). Additionally because I'm using FreeRTOS V9.0.0 with the latest patches, I can see all the threads in Eclipse with Segger debug connection (&lt;A href="https://mcuoneclipse.com/2016/06/13/adding-freertos-thread-awareness-to-gdb-and-eclipse/" title="https://mcuoneclipse.com/2016/06/13/adding-freertos-thread-awareness-to-gdb-and-eclipse/"&gt;https://mcuoneclipse.com/2016/06/13/adding-freertos-thread-awareness-to-gdb-and-eclipse/&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2016 11:34:43 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2016-07-29T11:34:43Z</dc:date>
    <item>
      <title>freeRTOS SDK integration</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/freeRTOS-SDK-integration/m-p/552805#M5674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there any document which I can refer to on freeRTOS integration? I see there is folder withing the SDK folder. But cant see any eclipse project file. &lt;/P&gt;&lt;P&gt;From a bit of googling, I see this can be included from Processor Expert. But my processor expert does not seem to have a board configuration for either KL43Z or KL17 (screenshot attached). &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 10:56:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/freeRTOS-SDK-integration/m-p/552805#M5674</guid>
      <dc:creator>tonymakkiel</dc:creator>
      <dc:date>2016-07-29T10:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: freeRTOS SDK integration</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/freeRTOS-SDK-integration/m-p/552806#M5675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tony,&lt;/P&gt;&lt;P&gt;If you are looking for Processor Expert board configurations for the 'newer' devices, you need to load the Kinetis SDK package first, then they are installed:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22119iDDCB6E968BE26794/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;See "Install Eclipse Update" in &lt;A href="https://cache.nxp.com/files/soft_dev_tools/doc/support_info/KSDK13GSUG.pdf" title="https://cache.nxp.com/files/soft_dev_tools/doc/support_info/KSDK13GSUG.pdf"&gt;https://cache.nxp.com/files/soft_dev_tools/doc/support_info/KSDK13GSUG.pdf&lt;/A&gt;&amp;nbsp; how to install it.&lt;/P&gt;&lt;P&gt;If you want to use FreeRTOS without Processor Expert, there is a FreeRTOS version included in each SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like to use FreeRTOS with the SDK, then you can use either the NXP provided one for the SDK V1.x. Or you can use the one I maintain in the McuOnEclipse project (see &lt;A href="https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/" title="https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/"&gt;https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/&lt;/A&gt;&amp;nbsp; and &lt;A href="https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/" title="https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/"&gt;https://mcuoneclipse.com/2014/11/08/tutorial-freertos-with-the-kinetis-sdk-and-processor-expert/&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;If you are using the SDK V2.0 (see &lt;A href="https://mcuoneclipse.com/2016/01/29/first-nxp-kinetis-sdk-release-sdk-v2-0-with-on-demand-package-builder/" title="https://mcuoneclipse.com/2016/01/29/first-nxp-kinetis-sdk-release-sdk-v2-0-with-on-demand-package-builder/"&gt;https://mcuoneclipse.com/2016/01/29/first-nxp-kinetis-sdk-release-sdk-v2-0-with-on-demand-package-builder/&lt;/A&gt; ) then you can use directly the FreeRTOS included in the v2 version of the SDK. If you would like to use Processor Expert with the SDK V2.0, then things a bit more complicated (see &lt;A href="https://mcuoneclipse.com/2016/05/20/tutorial-freertos-with-nxp-kinetis-sdk-v2-0-and-processor-expert/" title="https://mcuoneclipse.com/2016/05/20/tutorial-freertos-with-nxp-kinetis-sdk-v2-0-and-processor-expert/"&gt;https://mcuoneclipse.com/2016/05/20/tutorial-freertos-with-nxp-kinetis-sdk-v2-0-and-processor-expert/&lt;/A&gt; and &lt;A href="https://mcuoneclipse.com/2016/05/15/mother-of-components-processor-expert-with-nxp-kinetis-sdk-v2-0-projects/" title="https://mcuoneclipse.com/2016/05/15/mother-of-components-processor-expert-with-nxp-kinetis-sdk-v2-0-projects/"&gt;https://mcuoneclipse.com/2016/05/15/mother-of-components-processor-expert-with-nxp-kinetis-sdk-v2-0-projects/&lt;/A&gt; ). The later approach is more something advanced, but it gives me the latest FreeRTOS V9.0.0 with all the bells and whistles, plus I can use it easily with Segger RTT (&lt;A href="https://mcuoneclipse.com/2015/07/07/using-segger-real-time-terminal-rtt-with-eclipse/" title="https://mcuoneclipse.com/2015/07/07/using-segger-real-time-terminal-rtt-with-eclipse/"&gt;https://mcuoneclipse.com/2015/07/07/using-segger-real-time-terminal-rtt-with-eclipse/&lt;/A&gt; ), Segger SystemViewer (&lt;A href="https://mcuoneclipse.com/2015/11/16/segger-systemview-realtime-analysis-and-visualization-for-freertos/" title="https://mcuoneclipse.com/2015/11/16/segger-systemview-realtime-analysis-and-visualization-for-freertos/"&gt;https://mcuoneclipse.com/2015/11/16/segger-systemview-realtime-analysis-and-visualization-for-freertos/&lt;/A&gt; ) and Percepio Trace (&lt;A href="https://mcuoneclipse.com/2015/07/10/freertos-continuous-trace-streaming/" title="https://mcuoneclipse.com/2015/07/10/freertos-continuous-trace-streaming/"&gt;https://mcuoneclipse.com/2015/07/10/freertos-continuous-trace-streaming/&lt;/A&gt; ). Additionally because I'm using FreeRTOS V9.0.0 with the latest patches, I can see all the threads in Eclipse with Segger debug connection (&lt;A href="https://mcuoneclipse.com/2016/06/13/adding-freertos-thread-awareness-to-gdb-and-eclipse/" title="https://mcuoneclipse.com/2016/06/13/adding-freertos-thread-awareness-to-gdb-and-eclipse/"&gt;https://mcuoneclipse.com/2016/06/13/adding-freertos-thread-awareness-to-gdb-and-eclipse/&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 11:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/freeRTOS-SDK-integration/m-p/552806#M5675</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-07-29T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: freeRTOS SDK integration</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/freeRTOS-SDK-integration/m-p/552807#M5676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Erich,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using SDK 2.0. I shall use try FreeRTOS within the SDK which, looks easier than to meddle with Processor Expert :smileyhappy:.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 11:46:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/freeRTOS-SDK-integration/m-p/552807#M5676</guid>
      <dc:creator>tonymakkiel</dc:creator>
      <dc:date>2016-07-29T11:46:56Z</dc:date>
    </item>
  </channel>
</rss>

