<?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: FreeRTOS + SMAC + HCS08 version 4 in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/FreeRTOS-SMAC-HCS08-version-4/m-p/131758#M2826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There is now CodeWarrior for MCU10.0 (eclipse based) available (see &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-MCU10&amp;amp;tid=vancwmcu10" rel="nofollow" target="_blank"&gt;&lt;/A&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summ" target="test_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summ&lt;/A&gt;&lt;SPAN class="wbr"&gt;&amp;nbsp;&lt;/SPAN&gt;ary.jsp?code=CW-MCU10&amp;amp;tid=vancwmcu10).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a port based on the original port to S08 (see beginnig of this thread) plus the available port for V1 on &lt;A href="http://www.freertos.org./" rel="nofollow" target="_blank"&gt;www.freertos.org.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is using eclipse with Processor Expert, so with this it is virtually working with any S08 and ColdFire V1.&lt;/P&gt;&lt;P&gt;The work is based on an university research project, and is presented at the FTF in Orlando (session ID FTF-ENT-F0539).&lt;/P&gt;&lt;P&gt;It encapsulates the latest FreeRTOS (6.0.5) as an embedded component, so you can create a project from scratch (Processor Expert enabled), and simply add the freeRTOS to your project, specify the timer module and SWI interrupt and you are ready to go.&lt;/P&gt;&lt;P&gt;The attached zip file contains the embedded component, two demo projects (one for S08 and one for QE128) plus a readme/installation guide. The demos are using doxygen too (there is the Eclox eclipse plugin you can download).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is useful. In any case, I plan to add other cores (like the S12 and the other ColdFires), so it should be really easy to use FreeRTOS with CodeWarrior under eclipse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jun 2010 19:15:07 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2010-06-22T19:15:07Z</dc:date>
    <item>
      <title>FreeRTOS + SMAC + HCS08 version 4</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/FreeRTOS-SMAC-HCS08-version-4/m-p/131757#M2825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I've figured out how to make FreeRTOS play nicer with a Processor Expert project. Now PE can generate vector tables and still dispatch correctly to the FreeRTOS task switcher.&lt;BR /&gt;&lt;BR /&gt;I also made the SMAC work nicer with FreeRTOS.&lt;BR /&gt;&lt;BR /&gt;The projects attached to this message should allow you to try this with MC13191 EVB or SARD gear. It forms a simple back-and-forth wireless "ping-pong" to show how it all works.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;More info on FreeRTOS at &lt;A href="https://community.nxp.com/www.freertos.org" target="test_blank"&gt;www.freertos.org&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freescale.com%2Ffiles%2Fcommunity_files%2F8BITCOMM%2F706_combined.zip" rel="nofollow" target="_blank"&gt;combined.zip&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-09-22&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;10:53 AM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2006 05:02:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/FreeRTOS-SMAC-HCS08-version-4/m-p/131757#M2825</guid>
      <dc:creator>jeffw</dc:creator>
      <dc:date>2006-04-08T05:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS + SMAC + HCS08 version 4</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/FreeRTOS-SMAC-HCS08-version-4/m-p/131758#M2826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There is now CodeWarrior for MCU10.0 (eclipse based) available (see &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-MCU10&amp;amp;tid=vancwmcu10" rel="nofollow" target="_blank"&gt;&lt;/A&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summ" target="test_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summ&lt;/A&gt;&lt;SPAN class="wbr"&gt;&amp;nbsp;&lt;/SPAN&gt;ary.jsp?code=CW-MCU10&amp;amp;tid=vancwmcu10).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a port based on the original port to S08 (see beginnig of this thread) plus the available port for V1 on &lt;A href="http://www.freertos.org./" rel="nofollow" target="_blank"&gt;www.freertos.org.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is using eclipse with Processor Expert, so with this it is virtually working with any S08 and ColdFire V1.&lt;/P&gt;&lt;P&gt;The work is based on an university research project, and is presented at the FTF in Orlando (session ID FTF-ENT-F0539).&lt;/P&gt;&lt;P&gt;It encapsulates the latest FreeRTOS (6.0.5) as an embedded component, so you can create a project from scratch (Processor Expert enabled), and simply add the freeRTOS to your project, specify the timer module and SWI interrupt and you are ready to go.&lt;/P&gt;&lt;P&gt;The attached zip file contains the embedded component, two demo projects (one for S08 and one for QE128) plus a readme/installation guide. The demos are using doxygen too (there is the Eclox eclipse plugin you can download).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is useful. In any case, I plan to add other cores (like the S12 and the other ColdFires), so it should be really easy to use FreeRTOS with CodeWarrior under eclipse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 19:15:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/FreeRTOS-SMAC-HCS08-version-4/m-p/131758#M2826</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2010-06-22T19:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS + SMAC + HCS08 version 4</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/FreeRTOS-SMAC-HCS08-version-4/m-p/131759#M2827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any S12P FreeRTOS available ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Aug 2010 02:20:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/FreeRTOS-SMAC-HCS08-version-4/m-p/131759#M2827</guid>
      <dc:creator>VJSingh</dc:creator>
      <dc:date>2010-08-14T02:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS + HCS12</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/FreeRTOS-SMAC-HCS08-version-4/m-p/131760#M2828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;you might check out this post:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.wordpress.com/2012/02/11/back-to-classic-freertos-for-freescale-s12x/" rel="nofollow" target="_blank"&gt;http://mcuoneclipse.wordpress.com/2012/02/11/back-to-classic-freertos-for-freescale-s12x/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 03:06:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/FreeRTOS-SMAC-HCS08-version-4/m-p/131760#M2828</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-02-28T03:06:27Z</dc:date>
    </item>
  </channel>
</rss>

