<?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>8-bit MicrocontrollersのトピックRe: RTOS required for QG8 microcontroller</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159953#M9566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello Harry,&lt;BR /&gt;&lt;BR /&gt;Are your board jumpers correctly set?&lt;BR /&gt;I just tried it on my DEMO9S08QG8 board and it works as expected.&lt;BR /&gt;&lt;BR /&gt;You can also make a "full chip simulation" : if you place a breakpoint on the 2 lines toggling PTBD6 and PTBD7, you will see that PTBD7 is toggled 4 times when PTBD6 is toggled once.&lt;BR /&gt;&lt;BR /&gt;thierry&lt;BR /&gt;&lt;BR /&gt;PS: I saw just that a new version (1.2) of Helium was released.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2007 04:55:24 GMT</pubDate>
    <dc:creator>thm59</dc:creator>
    <dc:date>2007-11-14T04:55:24Z</dc:date>
    <item>
      <title>RTOS required for QG8 microcontroller</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159947#M9560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I need help on QG8 RTOS. Is there any free RTOS available for QG8?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Sagar&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 20:36:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159947#M9560</guid>
      <dc:creator>sagar</dc:creator>
      <dc:date>2007-10-31T20:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS required for QG8 microcontroller</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159948#M9561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Usually, for such small chips, the need for an RTOS is easily bypassed by using interrupts (like RTI) or other simpler-than-RTOS solutions that emulate basic multitasking, because (by considering code size alone) an application doesn't have enough room to get overly complex, anyway.&amp;nbsp; In some situations, however, even with such small chips, an RTOS is the only reasonable way to go.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;You migh elicit more responses if you add some information, like:&lt;BR /&gt;&lt;BR /&gt;Do you use C or assembly (some RTOS are tailored to C coders, others to assembly fans), do you need a pre-emptive or co-operative RTOS?&lt;BR /&gt;&lt;BR /&gt;Are you happy with plain round-robin, or must you have priority-based?&lt;BR /&gt;&lt;BR /&gt;How many tasks do you expect to run at once?&lt;BR /&gt;&lt;BR /&gt;What basic features do you expect it to have, as minimum?&lt;BR /&gt;&lt;BR /&gt;Regardless, with the QG8 being rather limited memory-wise (RAM in particular), only a handful of RTOS will be able to even begin to run under it (and these not fully loaded, of course).&lt;BR /&gt;&lt;BR /&gt;What size do you expect your application alone to be (RAM/ROM), without the RTOS, but considering its presense which in most cases reduces main application size?&lt;BR /&gt;&lt;BR /&gt;Since I have been using my own RTOS exclusively (not free to anyone &lt;I&gt;but my highness&lt;/I&gt;), I haven't tried any of the free ones lurking around, but you might want to start by giving FreeRTOS a try, mentioned in this &lt;A href="http://forums.freescale.com/freescale/board/message?board.id=8BITCOMM&amp;amp;thread.id=476" target="_blank"&gt;thread&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 21:38:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159948#M9561</guid>
      <dc:creator>tonyp</dc:creator>
      <dc:date>2007-10-31T21:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS required for QG8 microcontroller</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159949#M9562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi tonyp,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Yes I wanted to give a try to the thread you mention. For me C or assemly any language is OK. But prefrence is for C if it&amp;nbsp;memory permits. I need preemptive RTOS. Simple round robin is OK&amp;nbsp;&amp;amp; I expect&amp;nbsp;2 to 3 tasks running.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Right now I am not looking for any application. I first just want to toggle pin using RTOS. First&amp;nbsp; I want to port the basic RTOS then based on the memory I will try to fix any small application on it.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please help me you have ready code for this?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Sagar&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 16:55:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159949#M9562</guid>
      <dc:creator>sagar</dc:creator>
      <dc:date>2007-11-07T16:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS required for QG8 microcontroller</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159950#M9563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hell,&lt;BR /&gt;&lt;BR /&gt;I confirm that HELIUM ( helium.sourceforge.net ) works fine with MC9S08QG8&lt;BR /&gt;&lt;BR /&gt;I attach a CodeWarrior exemple with helium. It includes 2 tasks toggling 2 leds (PTBD6 &amp;amp; PTBD7) at different speed. It can be used on DEMO9S08QG8.&lt;BR /&gt;The TBM is used for scheduling.&lt;BR /&gt;&lt;BR /&gt;thierry&lt;BR /&gt;&lt;BR /&gt;PS:I assume&amp;nbsp; no responsability with the use of this code&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Nov 2007 01:25:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159950#M9563</guid>
      <dc:creator>thm59</dc:creator>
      <dc:date>2007-11-11T01:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS required for QG8 microcontroller</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159951#M9564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;hi, Thierry,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thanks for the code.&lt;/DIV&gt;&lt;DIV&gt;I tried on demo board, but the leds are not toggling.&lt;/DIV&gt;&lt;DIV&gt;when it was compiled ,it warned the project .map is missing, does it matter?thanks&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 00:27:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159951#M9564</guid>
      <dc:creator>HarrySun</dc:creator>
      <dc:date>2007-11-13T00:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS required for QG8 microcontroller</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159952#M9565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi&lt;BR /&gt;a very simple OS is the EBS08. The version for the QB8 can be downloaded here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.systech-gmbh.ch/indexEBS08.html" rel="nofollow" target="_blank"&gt;www.systech-gmbh.ch/ebs08/indexEBS08.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The QB8 version is written in "C" and needs only 115 bytes of ROM and 4 bytes of RAM!&lt;BR /&gt;&lt;BR /&gt;Saluti Joerg&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 02:33:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159952#M9565</guid>
      <dc:creator>joerg</dc:creator>
      <dc:date>2007-11-13T02:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS required for QG8 microcontroller</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159953#M9566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello Harry,&lt;BR /&gt;&lt;BR /&gt;Are your board jumpers correctly set?&lt;BR /&gt;I just tried it on my DEMO9S08QG8 board and it works as expected.&lt;BR /&gt;&lt;BR /&gt;You can also make a "full chip simulation" : if you place a breakpoint on the 2 lines toggling PTBD6 and PTBD7, you will see that PTBD7 is toggled 4 times when PTBD6 is toggled once.&lt;BR /&gt;&lt;BR /&gt;thierry&lt;BR /&gt;&lt;BR /&gt;PS: I saw just that a new version (1.2) of Helium was released.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:55:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159953#M9566</guid>
      <dc:creator>thm59</dc:creator>
      <dc:date>2007-11-14T04:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS required for QG8 microcontroller</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159954#M9567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thierry,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thanks very much for your reminder,indeed my jumpers'setting was wrong.&lt;/DIV&gt;&lt;DIV&gt;now it's working .&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 04:49:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RTOS-required-for-QG8-microcontroller/m-p/159954#M9567</guid>
      <dc:creator>HarrySun</dc:creator>
      <dc:date>2007-12-04T04:49:05Z</dc:date>
    </item>
  </channel>
</rss>

