<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-15853647</id><updated>2011-04-21T12:30:29.593-07:00</updated><title type='text'>Embedded Systems</title><subtitle type='html'>Power of Microchips</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://8e51.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15853647/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://8e51.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Manoj</name><uri>http://www.blogger.com/profile/11139063041517044829</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-15853647.post-114025735052184743</id><published>2006-02-18T02:09:00.000-08:00</published><updated>2006-04-04T04:53:20.736-07:00</updated><title type='text'>Manoj</title><content type='html'>&lt;a href="http://photos1.blogger.com/blogger/6748/1482/640/Image%2835%29.jpg"&gt;&lt;img src="http://photos1.blogger.com/blogger/6748/1482/320/Image%2835%29.jpg" alt="" style="margin: 0px 10px 10px 0px; float: left; width: 188px; height: 144px;" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15853647-114025735052184743?l=8e51.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://8e51.blogspot.com/feeds/114025735052184743/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15853647&amp;postID=114025735052184743' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15853647/posts/default/114025735052184743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15853647/posts/default/114025735052184743'/><link rel='alternate' type='text/html' href='http://8e51.blogspot.com/2006/02/manoj.html' title='Manoj'/><author><name>Manoj</name><uri>http://www.blogger.com/profile/11139063041517044829</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15853647.post-112513384856914736</id><published>2005-08-27T02:07:00.000-07:00</published><updated>2006-04-04T04:38:02.636-07:00</updated><title type='text'>Power of Microcontrollers</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/6748/1482/1600/images.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/6748/1482/320/images.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p  style="font-family:verdana;"&gt;A &lt;span style="font-weight: bold;"&gt;micro controller&lt;/span&gt; is an integrated chip that is often part of an embedded system. The micro controller includes a &lt;span style="font-weight: bold;"&gt;CPU, RAM, ROM, I/O ports, and timers&lt;/span&gt; like a standard computer, but because they are designed to execute only a single specific task to control a single system, they are much smaller and simplified so that they can include all the functions required on a single chip. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p  style="font-family:verdana;"&gt;A micro controller differs from a &lt;span style="font-weight: bold;"&gt;microprocessor&lt;/span&gt;, which is a general-purpose chip that is used to create a multi-function computer or device and requires multiple chips to handle various tasks. A micro controller is meant to be more self-contained and independent, and functions as a tiny, dedicated computer.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p  style="font-family:verdana;"&gt;The great advantage of micro controllers, as opposed to using larger microprocessors, is that the parts-count and design costs of the item being controlled can be kept to a minimum. They are typically designed using CMOS (complementary metal oxide semiconductor) technology, an efficient fabrication technique that uses less power and is more immune to power spikes than other techniques.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p face="verdana"&gt;There are also multiple architectures used, but the predominant architecture is &lt;span style="font-weight: bold;"&gt;CISC&lt;/span&gt; (Complex Instruction Set Computer), which allows the microcontroller to contain multiple control instructions that can be executed with a single macro instruction. Some use a RISC (Reduced Instruction Set Computer) architecture, which implements fewer instructions, but delivers greater simplicity and lower power consumption. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: verdana;"&gt;Early controllers were typically built from logic components and were usually quite large. Later, microprocessors were used, and controllers were able to fit onto a circuit board. Micro controllers now place all of the needed components onto a single chip. Because they control a single function, some complex devices contain multiple microprocessors.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: verdana;"&gt;Micro controllers have become common in many areas, and can be found in home appliances, computer equipment, and instrumentation. They are often used in automobiles, and have many industrial uses as well, and have become a central part of industrial robotics. Because they are usually used to control a single process and execute simple instructions, micro controllers do not require significant processing power. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;span style=";font-family:verdana;font-size:12;"  &gt;The automotive market has been a major driver of micro controllers, many of which have been developed for automotive applications. Because automotive micro controllers have to withstand harsh environmental conditions, they must be highly reliable and durable. Nonetheless, automotive micro controllers, like their counterparts, are very inexpensive and are able to deliver powerful features that would otherwise be impossible, or too costly to implement.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15853647-112513384856914736?l=8e51.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://8e51.blogspot.com/feeds/112513384856914736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15853647&amp;postID=112513384856914736' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15853647/posts/default/112513384856914736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15853647/posts/default/112513384856914736'/><link rel='alternate' type='text/html' href='http://8e51.blogspot.com/2005/08/power-of-microcontrollers.html' title='Power of Microcontrollers'/><author><name>Manoj</name><uri>http://www.blogger.com/profile/11139063041517044829</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
