<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Multitasking Microcontroller' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Multitasking Microcontroller' posted on the 'Electronics development' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 19:39:07 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 19:39:07 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Multitasking Microcontroller</title>
      <link>http://www.programmersheaven.com/mb/electronics/350294/350294/multitasking-microcontroller/</link>
      <description>I have to design an 8-bit microcontroller with multitasking. i have to do this in VHDL and implement it on an FPGA.&lt;br /&gt;
If anyone can help me in any way .... please reply.&lt;br /&gt;
&lt;br /&gt;
Brennan&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/electronics/350294/350294/multitasking-microcontroller/</guid>
      <pubDate>Thu, 07 Dec 2006 03:16:35 -0700</pubDate>
      <category>Electronics development</category>
    </item>
    <item>
      <title>Re: Multitasking Microcontroller</title>
      <link>http://www.programmersheaven.com/mb/electronics/350294/350845/re-multitasking-microcontroller/#350845</link>
      <description>Use interrupts to simulate the multitasking and don't forget that the multitaskting is taken care of by a program not the hardware.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/electronics/350294/350845/re-multitasking-microcontroller/#350845</guid>
      <pubDate>Sun, 17 Dec 2006 06:53:52 -0700</pubDate>
      <category>Electronics development</category>
    </item>
    <item>
      <title>Re: Multitasking Microcontroller</title>
      <link>http://www.programmersheaven.com/mb/electronics/350294/351032/re-multitasking-microcontroller/#351032</link>
      <description>: Use interrupts to simulate the multitasking and don't forget that the multitaskting is taken care of by a program not the hardware.&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
Thank you for the above advice. But I would be designing my own microcontroller, so I want the hardware to take care of the multitasking...............&lt;br /&gt;
I have thought of designing the microcontroller in such a way that it automatically starts executing the 1st task then after a fixed time (determined by a count down timer)a task switch occurs. My microcontroller should thus be able to carry out multitasking without any actual Operating System.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/electronics/350294/351032/re-multitasking-microcontroller/#351032</guid>
      <pubDate>Wed, 20 Dec 2006 04:54:26 -0700</pubDate>
      <category>Electronics development</category>
    </item>
    <item>
      <title>Re: Multitasking Microcontroller</title>
      <link>http://www.programmersheaven.com/mb/electronics/350294/351203/re-multitasking-microcontroller/#351203</link>
      <description>If that is the case then you will need to add some extra registers (call them say task registers),then use a clock (as you say that will interrupt the microcontroller at specific intervall of time (say 10 milliseconds).The microcontroller will then switch from one task to the other.&lt;br /&gt;
I can help you with the design.It is difficult to be nore explicit here.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/electronics/350294/351203/re-multitasking-microcontroller/#351203</guid>
      <pubDate>Sat, 23 Dec 2006 08:44:49 -0700</pubDate>
      <category>Electronics development</category>
    </item>
  </channel>
</rss>