<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software design and embedded system tools. &#187; Embedded</title>
	<atom:link href="http://embedsoftdev.com/category/embedded/feed/" rel="self" type="application/rss+xml" />
	<link>http://embedsoftdev.com</link>
	<description>Good information for software design</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:08:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Linux bootloader.</title>
		<link>http://embedsoftdev.com/embedded/linux-bootloader/</link>
		<comments>http://embedsoftdev.com/embedded/linux-bootloader/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 15:19:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[lilo]]></category>
		<category><![CDATA[linux bootloader]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=551</guid>
		<description><![CDATA[What is a bootloader? In computing, booting or booting-up, is the process that starts an operating system when a computer system is turned on. A boot sequence is then followed, step by step, running some initial tests of the hardware and then initializing the bootloader. A bootloader loads the operating system, often from a list [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Flinux-bootloader%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Flinux-bootloader%2F&amp;style=normal" height="61" width="50" title="Linux bootloader." alt="Linux bootloader." /><br />
			</a>
		</div>
<p><strong>What is a bootloader?</strong></p>
<p>In computing, booting or booting-up, is the process that starts an operating system when a computer system is turned on. A boot sequence is then followed, step by step, running some initial tests of the hardware and then initializing the bootloader.</p>
<p>A bootloader loads the operating system, often from a list of options, selecting the default option if another is not selected by the user within a set period of time. The user interface one sees can be a simply text display or a graphical user interface.</p>
<p>When a computer starts-up, the BIOS is loaded. The master boot record (MBR) is accessed from the first sector on the boot-able media. The MBR is limited to a single operating system, i.e. one distribution on Linux (Ubuntu, OpenSuse, etc.). The MBR is split up into two parts, part or all of the boot loader and information on the drive partitions. The BIOS locates and loads the first part of the bootloader, known as the initial program loader or IPL. The IPL checks the partition table to locate the second stage of the bootloader and load it.</p>
<p>The second part of the bootloader is much larger than the first, which is limited by the size of files the BIOS can access. The second part is also the part that is visible, so often people think it is the only part of the bootloader. This part contains the user interface to display the bootloader to the user and kernels to help the computer function correctly in the initial stages.</p>
<p>With newer Linux bootloaders, you have new options like the ability to load from a list of operating systems, use encrypted passwords and so on. This allows the flexibility to have a number of different operating systems installed on separate drives or separate partitions on the same drive. Different popular distributions of Linux, like Ubuntu Linux and OpenSuse Linux, as well as Microsoft Windows operating systems, can coexist happily together. This gives the user ultimate flexibility at boot time.</p>
<p>Two of the more popular bootloaders on Linux operating systems are LILO and GRUB.</p>
<p><strong>Linux Loader</strong></p>
<p>Linux Loader, or <strong>LILO</strong>, is the most common bootloader for Linux. It has been around many years, enjoys rich support from the Linux community and continues to evolve with new features added over time. There are many features to help troubleshoot a system having problems booting-up successfully. It also permits dual boot of a Linux distribution with any other operating system.</p>
<p>LILO is file system agnostic that allow to boot the OS from a floppy disc, CD-Rom, DVD, USB pen drive or hard drive.  LILO is also flexible enough to be loaded from  master boot record or boot sector of  harddisk partiton. If you want to load LILO from boot sector then you must set up something in the master boot record in order to call the LILO that place on the harddisk partition.</p>
<p><strong>GRUB</strong></p>
<p>GNU GRUB, or GRUB, is fast becoming the boot loader of choice for many Linux users. The growing popularity of the Ubuntu Linux distribution that uses GRUB as standard is one reason for this, with approximately one third of Linux users using Ubuntu.</p>
<p>GRUB can also install on a range of media – floppy disc, CD-Rom, DVD, USB pen drive and hard drive – but it beats out LILO because the number of boot selections are unlimited. Given enough media options, this allows an enthusiast or Linux technician to load the latest stable release for one distribution of Linux, as well as a number of beta versions and special configurations for testing purposes, without the concern of running out of boot selections.</p>
<p>GRUB is also network ready and comes with an attractive graphical user interface.</p>
<p>Thank you,<br />
        Jitkasem Pintaya</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/linux-bootloader/" title="embedde linux boot loader">embedde linux boot loader</a></li><li><a href="http://embedsoftdev.com/embedded/linux-bootloader/" title="embedsoftdev">embedsoftdev</a></li><li><a href="http://embedsoftdev.com/embedded/linux-bootloader/" title="grub vs lilo">grub vs lilo</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.428 ms -->

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/linux-bootloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedded board</title>
		<link>http://embedsoftdev.com/embedded/embedded-board/</link>
		<comments>http://embedsoftdev.com/embedded/embedded-board/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 08:57:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[arm11 board]]></category>
		<category><![CDATA[beagleboard]]></category>
		<category><![CDATA[beagleboard-xm]]></category>
		<category><![CDATA[development board]]></category>
		<category><![CDATA[embedded board]]></category>
		<category><![CDATA[hwak board]]></category>
		<category><![CDATA[hwakboard]]></category>
		<category><![CDATA[idea6410]]></category>
		<category><![CDATA[odroid-t]]></category>
		<category><![CDATA[omap board]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=468</guid>
		<description><![CDATA[Recommend embedded system development board 1. idea6410 board This board use Samsung S3C6410 ARM11 as the main processor.It come with various type of peripheral interfaces as much as necessary. It suitable for automotive , industrial control applications or medical system.This board can run many OS such as Windows Embedded CE 6.0, Embedded Linux 2.6, Android [...]


Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/interest-arm7-and-arm9-embedded-development-board/' rel='bookmark' title='Permanent Link: Interest ARM7 and ARM9 embedded development board'>Interest ARM7 and ARM9 embedded development board</a></li>
<li><a href='http://embedsoftdev.com/embedded/interest-embedded-development-board/' rel='bookmark' title='Permanent Link: Interest embedded development board'>Interest embedded development board</a></li>
<li><a href='http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/' rel='bookmark' title='Permanent Link: Recommend GUI library for embedded system'>Recommend GUI library for embedded system</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fembedded-board%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fembedded-board%2F&amp;style=normal" height="61" width="50" title="Embedded board" alt="Embedded board" /><br />
			</a>
		</div>
<p><strong>Recommend embedded system development board</strong><br />
<strong>1. idea6410 board</strong><br />
         This board use Samsung S3C6410 ARM11 as the main processor.It come with<br />
various type of peripheral interfaces as much as necessary. It suitable for automotive , industrial control applications or medical system.This board can run many OS such as Windows Embedded CE 6.0,<br />
Embedded Linux 2.6,  Android and Ubuntu.View more information about this board <a href="http://embedded-computing.com/idea6410-board">here</a>.</p>
<p>
<a href="http://embedsoftdev.com/wp-content/uploads/2010/07/1267126205.jpg"><img src="http://embedsoftdev.com/wp-content/uploads/2010/07/1267126205-300x255.jpg" alt="idea6410 development board" title="idea6410 embedded board" width="300" height="255" class="aligncenter size-medium wp-image-473" /></a><br />
</p>
<p><strong>2. HAWK board</strong><br />
           This board was developed by Texus Instrument.It suitable for using in DSP<br />
application. The main processor in this board is OMAP-L138 (ARM926EJ-S) run at<br />
300 MHz.The OS and RTOS that can run on HAWK board are WinCE , Android , QNX,<br />
eCos , Linux Angstrom or even if UBUNTU can be ported to this development board too.<br />
The sale price is only 89 USD (cheaper that BeagleBoard-xM) make it one of the interesting<br />
board to buy.</p>
<p>
<a href="http://embedsoftdev.com/wp-content/uploads/2010/07/ti_hawkboard_front2.jpg"><img src="http://embedsoftdev.com/wp-content/uploads/2010/07/ti_hawkboard_front2-300x260.jpg" alt="Embedded board" title="Hawkboard from TI" width="300" height="260" class="aligncenter size-medium wp-image-474" /></a><br />
</p>
<p><strong>3.ODROID-T</strong><br />
           This board is specific for Android developer.It is high performance development board.<br />
Main processor is Samsung S5PC110 Cortex-A8 run at 1 GHz with  3D Accelerator : SGX540.<br />
This board has mini HDMI connector (video out) support up to 1920 x 1080 resolution, so you<br />
can view the Full HD 1080p video on HDTV by using this board as video player. Other features<br />
included in this board are also the same as the features of Netbook.<br />
(It has WiFi , Bluetooth , USB , Audio-out , MicroSD Card Slot , etc).<br />
View more information about ODROID-T at <a href="http://www.hardkernel.com/productsodroidt.php">here</a>. Selling price of ODROID-T is around 549 USD.</p>
<p>
<a href="http://embedsoftdev.com/wp-content/uploads/2010/07/timg60.jpg"><img src="http://embedsoftdev.com/wp-content/uploads/2010/07/timg60-300x170.jpg" alt="odroid-t" title="ODROID-T android development board" width="300" height="170" class="aligncenter size-medium wp-image-475" /></a><br />
</p>
<p><strong>4.BeagleBoard-xM</strong><br />
           This board use Super-scalar ARM Cortex-A8  as its core processor (speed at 1 GHz) .<br />
It contain 512 MB DDR RAM and with this amount of ram enable user to run many applications<br />
from the simple one to the complicate.It also support many OS such as Ubuntu , Android , MeeGo,<br />
WinCE, QNX, Angstrom, Symbian, Debian, Gentoo, and others (View the project that use with this<br />
board on this page). CPU of BeagleBoard-xM has DSP capability so it can perform DSP tasks such<br />
as video streaming. It support Open GL ES 2.0 (make it able to render the 3D graphics user interface), otherwise this board come with S-video port (TV out) , DVI-D port (allow addition of digital computer monitors and HDTVs) , Audio IN/OUT port and Camera port. With this board user can debug the program running on this board via JTAG interface too. Price of this board is only 179 USD and you can buy it from Digi-Key.</p>
<p>
<a href="http://embedsoftdev.com/wp-content/uploads/2010/07/beagleboardxm_detail.jpg"><img src="http://embedsoftdev.com/wp-content/uploads/2010/07/beagleboardxm_detail-300x200.jpg" alt="BeagleBoard-xM" title="BeagleBoard-xM in detail" width="300" height="200" class="aligncenter size-medium wp-image-476" /></a><br />
</p>
<p>Thank you,</p>
<p>             Jitkasem</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="embedded linux board full hd">embedded linux board full hd</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="s5pc110 cpu board">s5pc110 cpu board</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="open source embedded system OR embedded design RTOS">open source embedded system OR embedded design RTOS</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="1080i video board usb camera">1080i video board usb camera</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="hawkboard">hawkboard</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="hawkboard 1080p">hawkboard 1080p</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="hawkboard tv out">hawkboard tv out</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="how to connect embedded linux on board">how to connect embedded linux on board</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="odroid usb-to-ethernet adapter">odroid usb-to-ethernet adapter</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="omap l138 wifi">omap l138 wifi</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="OMAP-L138 video input 1080i">OMAP-L138 video input 1080i</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="S5PC110 pdf">S5PC110 pdf</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="view of embedded systems">view of embedded systems</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="hawk board Wince BSP">hawk board Wince BSP</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="hawk board arm on ubuntu">hawk board arm on ubuntu</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="android for hawk board">android for hawk board</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="beagleboard xm touchscreen lcd">beagleboard xm touchscreen lcd</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="BeagleBoard-xM ??????">BeagleBoard-xM ??????</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="board OMAP-L138 DDR MB">board OMAP-L138 DDR MB</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="dvi-d beagle board windows CE 6 0">dvi-d beagle board windows CE 6 0</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="embedd board">embedd board</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="embedded board windows xp wifi LCD">embedded board windows xp wifi LCD</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="embedded camera board DESIGN">embedded camera board DESIGN</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="embeded s video boards">embeded s video boards</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="google odroid ARM7TDMI">google odroid ARM7TDMI</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="wince6 flash player">wince6 flash player</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-board/" title="android on hawk board">android on hawk board</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 7.737 ms -->

<p>Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/interest-arm7-and-arm9-embedded-development-board/' rel='bookmark' title='Permanent Link: Interest ARM7 and ARM9 embedded development board'>Interest ARM7 and ARM9 embedded development board</a></li>
<li><a href='http://embedsoftdev.com/embedded/interest-embedded-development-board/' rel='bookmark' title='Permanent Link: Interest embedded development board'>Interest embedded development board</a></li>
<li><a href='http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/' rel='bookmark' title='Permanent Link: Recommend GUI library for embedded system'>Recommend GUI library for embedded system</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/embedded-board/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Embedded scientific calculator.</title>
		<link>http://embedsoftdev.com/embedded/embedded-scientific-calculator/</link>
		<comments>http://embedsoftdev.com/embedded/embedded-scientific-calculator/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 16:59:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[casio]]></category>
		<category><![CDATA[casio fx-9860g]]></category>
		<category><![CDATA[embedded calculator]]></category>
		<category><![CDATA[fa-124]]></category>
		<category><![CDATA[fx-9860gsd]]></category>
		<category><![CDATA[revolutionfx]]></category>
		<category><![CDATA[scientific calculator]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=451</guid>
		<description><![CDATA[Casio fx-9860gsd is one of scientific calculator that can use for calculate scientific formular otherwise it also can be used in controlling as the embedded calculator. Casio fx-9860gsd has the graphic LCD display (only two colors , black &#038; white). It use high performance processor , has the serial port and also has the SD [...]


Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/interest-embedded-development-board/' rel='bookmark' title='Permanent Link: Interest embedded development board'>Interest embedded development board</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fembedded-scientific-calculator%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fembedded-scientific-calculator%2F&amp;style=normal" height="61" width="50" title="Embedded scientific calculator." alt="Embedded scientific calculator." /><br />
			</a>
		</div>
<p>             <strong>Casio fx-9860gsd</strong> is one of scientific calculator that can use for<br />
calculate scientific formular otherwise it also can be used in controlling<br />
 as the embedded calculator.</p>
<p>              Casio fx-9860gsd has the graphic LCD display (only two colors , black &#038; white).<br />
It use high performance processor , has the serial port and also has the SD card slot.<br />
This calculator can be programmed without using the external program-burning equipment<br />
(user can write program and download compiled-program to the calculator).<br />
The software development kit for develop the software is free for download (include the compiler,<br />
library and IDE). This SDK can make Casio fx-9860gsd to become good embedded controller board.<br />
The drawback is it doesn&#8217;t have input/output port sufficiently to use ,however we can solve this drawback<br />
by use the external equipment to expand I/O port.</p>
<p><strong>Important technical specification of Casio fx-9860gsd are as follow&#8230;</strong><br />
- Use CPU from Renesas (SuperH-3 32-bit RISC processor) run at 100/133 MHz (depent on the working<br />
mode)<br />
- RAM 512 kB<br />
- 4 MB Flash memory (can actually use about 1.5 MB)<br />
- Download program to the calculator via mini USB by using FA-124 software.<br />
- One channel serial port.<br />
- Addition application can be appended to the calculator by ourselve.<br />
- Develop program using C language and the SDK is free for download.<br />
- Have SD card slot (SD card used for install new application or store the data).<br />
- Noise tolerant and high stability.<br />
- Can exchange the program between two calculators using the special signal-wire.</p>
<p></p>
<div id="attachment_455" class="wp-caption aligncenter" style="width: 218px"><a href="http://embedsoftdev.com/wp-content/uploads/2010/06/1-6633-1209233464.jpg"><img src="http://embedsoftdev.com/wp-content/uploads/2010/06/1-6633-1209233464-208x300.jpg" alt="Casio fx-9860g sd" title="1-6633-1209233464" width="208" height="300" class="size-medium wp-image-455" /></a><p class="wp-caption-text">Casio fx-9860g sd</p></div>
<p></p>
<p><strong>Essential software you need to download before start develop the program for Casio fx-9860gsd<br />
</strong></p>
<p>First download SDK for fx-9860g  (this SDK contain IDE and C<br />
compiler). The registration is required and you must own the real Casio fx-9860gsd<br />
(because it request for the identification number that stick at the back of this scientific calculator).<br />
If you don&#8217;t have real Casio fx-9860g series then you can&#8217;t download this SDK.<br />
Visit <a rel="nofollow" href="https://edu.casio.com/download_service/register/regist_form.php">https://edu.casio.com/download_service/register/regist_form.php</a> for register and download SDK.</p>
<p>Second download library <strong>Revolutionfx</strong> from <a rel="nofollow" href="http://revolution-fx.sourceforge.net">http://revolution-fx.sourceforge.net</a>.<br />
This  library help in reading and writing via serial port of the calculator (You cannot<br />
access the serial port by using only the SDK from casio).<br />
It also has the routine for draw a line or graph and include special function that is<br />
valuable for working with this calculator.</p>
<p>Last software that need to download is Casio FA-124. This software use for download or<br />
burn the program into calculator. You can download Casio FA-124 at <a rel="nofollow" href="http://world.casio.com/edu/resources/fa124/index.html">http://world.casio.com/edu/resources/fa124/index.html</a>.</p>
<p>When you have all three software above , you must install the fx-9860g SDK first<br />
after that install the Revolutionfx library and Casio FA-124 respectively.</p>
<p>This article doesn&#8217;t talk about how to set up the environment for develop the program<br />
and how to write the C code instruction for this calculator because I intend to write the<br />
review for Casio fx-9860gsd only.</p>
<p>Reference :<br />
            1. Prototype Electronics Magazine (issue 11 , June 2010)<br />
            2. <a rel="nofollow" href="http://www.tpemagazine.com">http://www.tpemagazine.com</a></p>
<p>Thank you,<br />
           Admin</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embed scientific calculator">embed scientific calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="c code for scientific calculator casio">c code for scientific calculator casio</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embedded c code for lcd calculator">embedded c code for lcd calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embedded system applications calculator">embedded system applications calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="down load casio scientific calculator fx">down load casio scientific calculator fx</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="SOFTWARE DEVELOP CODING FOR CALCULATOR">SOFTWARE DEVELOP CODING FOR CALCULATOR</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="calculator code in embedded c">calculator code in embedded c</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="scientific calculator embed in blog">scientific calculator embed in blog</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="how to embed a scientific calculator">how to embed a scientific calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="how to set embedded calculator">how to set embedded calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="what is scientific calculator is required">what is scientific calculator is required</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="how to design and write code for calculator in Net">how to design and write code for calculator in Net</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="how to design a calculator using c programming">how to design a calculator using c programming</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="fx calculator software">fx calculator software</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="leave calculation SW tools">leave calculation SW tools</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="online scienctific calculator">online scienctific calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="web calculator embed">web calculator embed</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="Systems Development Life Cycle of a calculator">Systems Development Life Cycle of a calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="scientific calculator html code">scientific calculator html code</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="scientific calculator for blog">scientific calculator for blog</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="scientific calculator embedded">scientific calculator embedded</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="write a c program to generate a scientific calculator">write a c program to generate a scientific calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="real scientific calculator software">real scientific calculator software</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="online scientific calculator casio download">online scientific calculator casio download</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="free html code of scientific calculator for blog">free html code of scientific calculator for blog</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="free download casio scientific calculator software">free download casio scientific calculator software</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="design of scientific calculators">design of scientific calculators</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="design process of an embedded systems calculator">design process of an embedded systems calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="design scientific calculator in c language">design scientific calculator in c language</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="coding for scientific calculator using c">coding for scientific calculator using c</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="download casio scientific calculator">download casio scientific calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embed 4 function calculator">embed 4 function calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embed calculator">embed calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embed kalkulator di blog">embed kalkulator di blog</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embed online scientific calculator">embed online scientific calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="calc embed comment">calc embed comment</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="desin scientfic calculaor">desin scientfic calculaor</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embedded systems code for calculator">embedded systems code for calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="free casio scientific calculator software">free casio scientific calculator software</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="design of calculator using SDK">design of calculator using SDK</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="calculator embed">calculator embed</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="scientific calculator in c language">scientific calculator in c language</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="9860G SDK Manual">9860G SDK Manual</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="scienctific calculator using LCD screen">scienctific calculator using LCD screen</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embed program calculator">embed program calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embedded systema in calculators">embedded systema in calculators</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="scientific calculator desigen">scientific calculator desigen</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 12.42 ms -->

<p>Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/interest-embedded-development-board/' rel='bookmark' title='Permanent Link: Interest embedded development board'>Interest embedded development board</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/embedded-scientific-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interest embedded development board</title>
		<link>http://embedsoftdev.com/embedded/interest-embedded-development-board/</link>
		<comments>http://embedsoftdev.com/embedded/interest-embedded-development-board/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 08:53:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[arduino shield]]></category>
		<category><![CDATA[fez domino]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=429</guid>
		<description><![CDATA[Fez Domino This development board was developed by GHI Electronics. It use 32 bit ARM7 (LPC2388FBD144 run at 72 Mhz) as the main microcontroller. It also the same as other general embedded development board except that it use Visual C# 2008 Express Edition as compiler (so you must able to write the C# language) and [...]


Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/interest-arm7-and-arm9-embedded-development-board/' rel='bookmark' title='Permanent Link: Interest ARM7 and ARM9 embedded development board'>Interest ARM7 and ARM9 embedded development board</a></li>
<li><a href='http://embedsoftdev.com/embedded/embedded-board/' rel='bookmark' title='Permanent Link: Embedded board'>Embedded board</a></li>
<li><a href='http://embedsoftdev.com/embedded/introduction-to-arduino/' rel='bookmark' title='Permanent Link: Introduction to Arduino.'>Introduction to Arduino.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Finterest-embedded-development-board%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Finterest-embedded-development-board%2F&amp;style=normal" height="61" width="50" title="Interest embedded development board" alt="Interest embedded development board" /><br />
			</a>
		</div>
<p><a href="http://www.feedage.com/feeds/4047226/software-design-and-embedded-system-tools"><img src="http://www.feedage.com/images/add2feedage.gif" border="0" alt="Preview on Feedage: software-design-and-embedded-system-tools" width="69" height="17" title="Interest embedded development board" /></a><a href="http://www.blogtoplist.com/software/" title="Software"><img src="http://www.blogtoplist.com/tracker.php?u=99893" alt="Software" border="0" title="Interest embedded development board" /></a><a href="http://www.blogtoplist.com/vote.php?u=99893" target="_blank"><img src="http://www.blogtoplist.com/images/votebutton.gif" alt="Top Blogs" border="0" title="Interest embedded development board" /></a><a href="http://www.bloggapedia.com/" title="Blog Directory"><img src="http://www.bloggapedia.com/bp_small_images/blog-gapedia9.png" border="0" alt="Blog Directory" title="Interest embedded development board" /></a><a href="http://www.blogadr.com/"><img border="0" src="http://www.blogadr.com/picture/blogadrlinks.gif" alt="Blogadr.com - Listed (add your blog to Blogadr.com)" width="80" height="15" title="Interest embedded development board" /></a><a href="http://www.blogratedirectory.com/Dir/Engineering.php" title="Engineering Blog Directory"><img src="http://www.blogratedirectory.com/?act=in&#038;id=17169" alt="Blog Directory" title="Blog Directory" border="0" /></a></p>
<p><strong>Fez Domino</strong></p>
<p>         This development board was developed by <a rel="nofollow" href="http://www.ghielectronics.com/">GHI Electronics</a>. It use 32 bit ARM7 (LPC2388FBD144 run at 72 Mhz) as the main microcontroller. It also the same as other general embedded development board except<br />
that it use <strong>Visual  C#  2008 Express Edition</strong> as compiler (so you must able to write the C# language) and use <strong>Microsoft .Net Micro Framework</strong> as the template for development the program on this microcontroller.<br />
This IDE provide the full function of debugging capability. It also provide<br />
an emulator mode , so you can run your developed program<br />
without burning it into the real development board.</p>
<p>The extra capability of FEZ Domino is that its IOs port are correspond with<br />
the hardware standard of Arduino (Pin compatible with Arduino) ,<br />
so it can be used together with Arduino shield board.<br />
For more information about Fez Domino , please visit <a rel="nofollow" href="http://www.tinyclr.com/">TinyCLR.com</a></p>
<div id="attachment_435" class="wp-caption aligncenter" style="width: 310px"><img src="http://embedsoftdev.com/wp-content/uploads/2010/06/fez_domino-300x231.jpg" alt="Picture of Fez Domino board" title="fez_domino" width="300" height="231" class="size-medium wp-image-435" /><p class="wp-caption-text">Picture of Fez Domino board</p></div>
<p></p>
<p><strong>Below are videos introduce about how to develop program on Fez domino</strong></p>
<p><center><br />
<object width="580" height="385"><param name="movie" value="http://www.youtube.com/v/zeJQpYXIYA4&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/zeJQpYXIYA4&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="385"></embed></object></p>
<p>
<object width="580" height="385"><param name="movie" value="http://www.youtube.com/v/DD19WwDDaHw&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/DD19WwDDaHw&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="385"></embed></object></p>
<p><object width="580" height="385"><param name="movie" value="http://www.youtube.com/v/xDi3F-w4gy8&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xDi3F-w4gy8&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="385"></embed></object></p>
<p></center></p>
<p>Thanks,</p>
<p>   <strong>If you have some questions or want to suggest something to me , please send an email to admin@embedsoftdev.com </strong></p>
<p>Admin<br />
         jitkasem pintaya</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/interest-embedded-development-board/" title="GHI FEZ designs">GHI FEZ designs</a></li><li><a href="http://embedsoftdev.com/embedded/interest-embedded-development-board/" title="ARM9 developer board c#">ARM9 developer board c#</a></li><li><a href="http://embedsoftdev.com/embedded/interest-embedded-development-board/" title="fez domino">fez domino</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.58 ms -->

<p>Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/interest-arm7-and-arm9-embedded-development-board/' rel='bookmark' title='Permanent Link: Interest ARM7 and ARM9 embedded development board'>Interest ARM7 and ARM9 embedded development board</a></li>
<li><a href='http://embedsoftdev.com/embedded/embedded-board/' rel='bookmark' title='Permanent Link: Embedded board'>Embedded board</a></li>
<li><a href='http://embedsoftdev.com/embedded/introduction-to-arduino/' rel='bookmark' title='Permanent Link: Introduction to Arduino.'>Introduction to Arduino.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/interest-embedded-development-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning guide to RS-485 bus.</title>
		<link>http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/</link>
		<comments>http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/#comments</comments>
		<pubDate>Thu, 06 May 2010 16:59:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[rs 485]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/</guid>
		<description><![CDATA[RS-485 is name of standard for data transmission that use only 2 wires. One wire for sending the data (TxD) and another wire for receiving data (RxD). RS-485 can be configured to work in Half-duplex or Full-duplex mode. The example of equipments that use Half-duplex communication are Fax, Printer, Intercom , walkie-talkie , etc. Full-duplex [...]


Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/bluetooth/' rel='bookmark' title='Permanent Link: Bluetooth'>Bluetooth</a></li>
<li><a href='http://embedsoftdev.com/embedded/xbee/' rel='bookmark' title='Permanent Link: Xbee'>Xbee</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fbeginning-guide-to-rs-485-bus%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fbeginning-guide-to-rs-485-bus%2F&amp;style=normal" height="61" width="50" title="Beginning guide to RS 485 bus." alt="Beginning guide to RS 485 bus." /><br />
			</a>
		</div>
<p>RS-485 is name of standard for data transmission that use only 2 wires.<br />
One wire for sending the data (TxD) and another wire for receiving data (RxD).<br />
RS-485 can be configured to work in Half-duplex or Full-duplex mode.<br />
The example of equipments that use Half-duplex communication are<br />
Fax, Printer, Intercom , walkie-talkie , etc.<br />
Full-duplex equipments such as Telephone or Mobile phone.<br />
RS-485 standard was specified by EIA (Electronics Industries Association)<br />
since 1983.</p>
<p><strong>The advantage of RS-485.</strong><br />
Nowadays, the data transmission used in industrial sector are almost RS-485 bus.<br />
The reasons that people use RS-485 bus in industry instead of  RS232 bus are as<br />
follow&#8230;<br />
1. Price of equipment to create RS-485 bus system is cheap and it require<br />
only +5V (VDD) power supply.<br />
2. The ability of inter-connection, RS-485 can connect with a large number of<br />
internal equipments and it also support the work like networking system.<br />
It can support up to 32 drivers (transmitter) and 32 receivers while RS-232 can<br />
connect to only 1 transmitter and 1 receiver.<br />
3. The distance that RS-485 bus can connect to the equipment is as far as 4,000 feet<br />
or 1.2 kilometre while RS-232 is limit to only 50 to 100 feet.<br />
4. Baud rate of RS-485 is up to 10 Mbps (in theory only) compare to the baud rate<br />
of RS-232 that is only 20 Kbps. At the longest signal-carrier line, the data will be<br />
transmitted at the slowest baud rate.</p>
<p><strong>Characteristic of RS-485 bus.</strong></p>
<p>- The longest range of signal line is 4,000 feet with baud rate of 90 Kbps and<br />
and with the length of 50 feet , the baud rate can be up to10 Mbps.</p>
<p><strong>RS-485 wire</strong><br />
      The signal carrier wire that can be used on RS-485 bus system are<br />
twisted pair and triaxial.Twisted pair line is work fine on RS-485 bus and it also cheap. It comprise<br />
of 2 signal wires that covered by an insulator.Below is picture of twisted pair cable.</p>
<div id="attachment_388" class="wp-caption aligncenter" style="width: 310px"><img src="http://embedsoftdev.com/wp-content/uploads/2010/05/controlled-impedance_shielded_twisted_pair_illus-300x219.jpg" alt="Twisted pair cable" title="controlled-impedance_shielded_twisted_pair_illus" width="300" height="219" class="size-medium wp-image-388" /><p class="wp-caption-text">Twisted pair cable</p></div>
<p>Twisted pair can decrease low-frequency noise that arise from magnetic induction<br />
of the carrier wire because twisting two wires cause the confutation of magnatic field<br />
produced from each wire.Otherwise twisted pair also help to decrease the effect that come from external noise too.</p>
<p>Another wire that admired to use on RS-485 bus is Triaxial.<br />
It can protect the noise from the external system but its price is more expensive<br />
than Twisted pair.Triaxial cable is similar to coaxial cable except that it consist of two shield-layers<br />
(inner shield and outer shield) while coaxial is consist of one shield layer.<br />
(shield layer is used for prevent the external noise that may disturb signal transmission)<br />
Both triaxial and coaxial have the &#8220;center conductor&#8221; that is a wire used for transmit<br />
the signal. Below are the pictures of Triaxial cable and Coaxial cable.</p>
<div id="attachment_390" class="wp-caption aligncenter" style="width: 310px"><img src="http://embedsoftdev.com/wp-content/uploads/2010/05/image003-300x93.png" alt="Inner structure of coaxial cable" title="image003" width="300" height="93" class="size-medium wp-image-390" /><p class="wp-caption-text">Inner structure of coaxial cable</p></div>
<div id="attachment_391" class="wp-caption aligncenter" style="width: 310px"><img src="http://embedsoftdev.com/wp-content/uploads/2010/05/image006-300x88.png" alt="Inner structure of Triaxial cable" title="image006" width="300" height="88" class="size-medium wp-image-391" /><p class="wp-caption-text">Inner structure of Triaxial cable</p></div>
<p><strong>Pictures of this article are come from</strong></p>
<p>1.<a href="http://www.gore.com/en_xx/products/cables/copper/networking/shieldedtwisted/index.html">http://www.gore.com/en_xx/products/cables/copper/networking/shieldedtwisted/index.html</a><br />
2.<a href="http://www.camplex.com/PX1CableFAQrB.shtml">http://www.camplex.com/PX1CableFAQrB.shtml</a></p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino rs485">arduino rs485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 bus">rs485 bus</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="485 bus">485 bus</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485 BUS POWERED">RS485 BUS POWERED</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 arduino">rs485 arduino</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485 guide">RS485 guide</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino rs485 shield">arduino rs485 shield</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="bus RS485">bus RS485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino rs485 program">arduino rs485 program</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS-485 SIGNALS NAMES">RS-485 SIGNALS NAMES</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino rs-485">arduino rs-485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485BUS">rs485BUS</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino rs485 communication">arduino rs485 communication</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 bus system">rs485 bus system</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs-485 bus">rs-485 bus</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino tone">arduino tone</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485-bus twisted pair">RS485-bus twisted pair</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 twisted pair wiring">rs485 twisted pair wiring</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs-485 cheaper">rs-485 cheaper</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 wiring">rs485 wiring</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 twisted wire">rs485 twisted wire</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="picture of rs485 wire">picture of rs485 wire</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="power over 485 Bus">power over 485 Bus</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs 485 develop">rs 485 develop</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="program desain bus">program desain bus</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs 485 data bus development">rs 485 data bus development</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs 485 bus">rs 485 bus</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS232 vs RS485 prices">RS232 vs RS485 prices</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485 10Mbps cable">RS485 10Mbps cable</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485 field bus proper wiring shielding">RS485 field bus proper wiring shielding</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 development software">rs485 development software</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 cpld transceiver">rs485 cpld transceiver</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485 PICTURES">RS485 PICTURES</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485 coaxial cable">RS485 coaxial cable</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 can bus">rs485 can bus</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 signal">rs485 signal</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 signal names">rs485 signal names</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 bus power">rs485 bus power</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 bus fullduplex">rs485 bus fullduplex</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 theory">rs485 theory</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 arduino full duplex">rs485 arduino full duplex</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 full duplex bus example">rs485 full duplex bus example</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="map rs 485">map rs 485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="copper avr control rs 485 configuration">copper avr control rs 485 configuration</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="cheap rs485">cheap rs485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="can we use rs232 insted ofrs 485">can we use rs232 insted ofrs 485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="twisting bus wires">twisting bus wires</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="twisted pair coaxial cable rs-485">twisted pair coaxial cable rs-485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="CAN Bus design simulators">CAN Bus design simulators</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="bus guide directory software">bus guide directory software</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino und RS485">arduino und RS485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino rs485 example">arduino rs485 example</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino rs485 data read">arduino rs485 data read</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485 Bus FAQ">RS485 Bus FAQ</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino rs 485">arduino rs 485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino code rs485">arduino code rs485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="arduino 485 control">arduino 485 control</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="create rs485">create rs485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="IEEE 485 baudrate limit">IEEE 485 baudrate limit</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485bus cable">rs485bus cable</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="how do i get rs485 to work">how do i get rs485 to work</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="what is use of RS tools software">what is use of RS tools software</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="fatfs">fatfs</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="embedded system tools guide">embedded system tools guide</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="embedded software design guide">embedded software design guide</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="embedded rs-485">embedded rs-485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="EIA-485 bus arduino">EIA-485 bus arduino</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="eia 485 arduino">eia 485 arduino</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="designing RS485 cpld">designing RS485 cpld</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="design rs485 bus">design rs485 bus</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="v modell">v modell</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 full fpga">rs485 full fpga</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="what is 485 buss">what is 485 buss</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485 tools">RS485 tools</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="twisted pair cable to rs 485">twisted pair cable to rs 485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 twisted pair">rs485 twisted pair</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485 where to connect shield">RS485 where to connect shield</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="signal rate rs485">signal rate rs485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="wiring 485 bus">wiring 485 bus</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 full duplex arduino">rs485 full duplex arduino</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="longest rs232 cable">longest rs232 cable</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="how to connect to rs485 with software">how to connect to rs485 with software</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="how far can you run 485 bus">how far can you run 485 bus</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="cheap rs 485">cheap rs 485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="can vs rs-485">can vs rs-485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="advantage of rs485 over noise">advantage of rs485 over noise</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="485 bus#">485 bus#</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="485 bus design">485 bus design</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="485 bus arduino">485 bus arduino</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="open embedded RS485">open embedded RS485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="open rs485 system">open rs485 system</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs 485 application beginer">rs 485 application beginer</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 design guide">rs485 design guide</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 com emulator">rs485 com emulator</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 cable price">rs485 cable price</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485 bus software">rs485 bus software</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs beginning">rs beginning</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS485 bus address">RS485 bus address</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="rs485">rs485</a></li><li><a href="http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/" title="RS-485 signal names">RS-485 signal names</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 27.911 ms -->

<p>Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/bluetooth/' rel='bookmark' title='Permanent Link: Bluetooth'>Bluetooth</a></li>
<li><a href='http://embedsoftdev.com/embedded/xbee/' rel='bookmark' title='Permanent Link: Xbee'>Xbee</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/beginning-guide-to-rs-485-bus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FPGA and CPLD</title>
		<link>http://embedsoftdev.com/embedded/fpga-and-cpld/</link>
		<comments>http://embedsoftdev.com/embedded/fpga-and-cpld/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:46:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[cpld]]></category>
		<category><![CDATA[fpga]]></category>
		<category><![CDATA[microcontroller]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=357</guid>
		<description><![CDATA[What are FPGA and CPLD? &#160; &#160; &#160; &#160; &#160; &#160; &#160; A FPGA or Field Programmable Gate Array is an integrated circuit designed to be configured after manufacturing, hence it is called field programmable. FPGAs contain programmable logic components termed as “logic blocks&#8221;, and a hierarchy of reconfigurable interconnects that allow the blocks to [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Ffpga-and-cpld%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Ffpga-and-cpld%2F&amp;style=normal" height="61" width="50" title="FPGA and CPLD" alt="FPGA and CPLD" /><br />
			</a>
		</div>
<p><strong>What are FPGA and CPLD?</strong></p>
<p> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;       A FPGA or Field Programmable Gate Array is an integrated circuit designed to be configured after manufacturing, hence it is called field programmable. FPGAs contain programmable logic components termed as “logic blocks&#8221;, and a hierarchy of reconfigurable interconnects that allow the blocks to be &#8220;wired together&#8221;. This logic blocks can be configured to perform complex combinational functions or merely simple logic gates. In most FPGAs, the logic blocks also include memory elements. The FPGA has this definite advantage that it can be programmed or updated by the user at site for which the recurring cost remains insignificant in reference to an ASIC design. The ASIC designs also have a unit price tag in the higher side. Therefore FPGAs offer various advantages to numerous applications.<br />
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;      The full form of CPLD is Complex Programmable Logic Device. It is a programmable logic device. It has the architectural features of both PAL and FPGA but less complex than FPGA. Macro cell is the building block of CPLD, which contains logic implementing disjunctive normal form expressions and more specialized logic operations. </p>
<p><strong>The difference between FPGA and CPLD</strong><br />
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;      The primary differences between CPLD and FPGA are architectural. A CPLD has a restrictive structure which results in less flexibility. The FPGA architecture is dominated by interconnect which makes them not only far more flexible but also far more complex to design.<br />
Most FPGAs have higher-level functions like adders, multipliers and embedded memories, also logic blocks, which implement decoders or mathematical functions. This is not the case with CPLDs.<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;       The major difference between the architecture of FPGA and CPLD device is that FPGAs are internally based on Look-up tables (LUTs) while CPLDs form the logic functions with sea-of-gates. </p>
<p><strong>The difference between FPGA and Microcontroller. </strong><br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;       A microcontroller is computing system. Microcontroller has lots of hierarchical rules and commands over its input and output. It has its own processing unit. Microprocessor can perform loops, timings, conditioned branching, and calculations like a small PC under program control. Microprocessors are used where the operation is relatively complex but processing speed relatively less than FPGA. FPGA is only an array of gate that can be connected as the user wishes. FPGA is no computing system. FPGA are used for relatively simpler operations but higher processing speed in comparison to microcontrollers.</p>
<p><strong>The applications of FPGA in Embedded System.</strong><br />
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;      The part played by FPGA in context of embedded system is getting more crucial every day. This is due to the reason that capability of FPGA is on the rise and now it has powerful FPGA design software as well. The digital video application domain is the main consumer for FPGA systems and is instrumental in increasing its market share as well as forcing development in FPGA for bigger spectrum of applications. In current years FPGA is finding its application for fast signal processing. FPGA is an embedded platform with soft processors. This makes it possible to design FPGA based system on design applications. The decreasing price and increasing size and capability combined with an easier designing software tools is positioning FPGA in the embedded system context to take up a crucial role.</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="cpld application">cpld application</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="fpga in embedded system">fpga in embedded system</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="what is a fpga in embedded system">what is a fpga in embedded system</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="fpga based system design">fpga based system design</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="CPLD IN EMBEDED SYSTEM">CPLD IN EMBEDED SYSTEM</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="software CPLD">software CPLD</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="how to design fpgas and cplds">how to design fpgas and cplds</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="full form of CPLD">full form of CPLD</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="logical operation fpga">logical operation fpga</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="open source cpld design software">open source cpld design software</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="rs485 cpld">rs485 cpld</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="why is a fpga not software">why is a fpga not software</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="what is full form of cpld">what is full form of cpld</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="what is the difference between microcontroller CPLD FPGA microprocessor">what is the difference between microcontroller CPLD FPGA microprocessor</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="CPLD software">CPLD software</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="design of parallel adder cell using CPLD and FPGA">design of parallel adder cell using CPLD and FPGA</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="what is the difference between cpld and fpga">what is the difference between cpld and fpga</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="software control of FPGA">software control of FPGA</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="difference between CPLD and FPGA">difference between CPLD and FPGA</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="what is the difference between asic and fpga and cpld">what is the difference between asic and fpga and cpld</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="embedded system in fpga">embedded system in fpga</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="features fpga cpld">features fpga cpld</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="what is a system gate in fpga">what is a system gate in fpga</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="software difference between fpga and cpld">software difference between fpga and cpld</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="schematics embedded fpga based system circuits">schematics embedded fpga based system circuits</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="is FPGA an embedded system?">is FPGA an embedded system?</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="how do we program with CPLD software">how do we program with CPLD software</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="fpga soft design">fpga soft design</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="fpga">fpga</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="embedded logic function">embedded logic function</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="designing RS485 cpld">designing RS485 cpld</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="cpld sea of gates">cpld sea of gates</a></li><li><a href="http://embedsoftdev.com/embedded/fpga-and-cpld/" title="applications of fpga embedded system">applications of fpga embedded system</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 9.668 ms -->

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/fpga-and-cpld/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In-circuit Emulator</title>
		<link>http://embedsoftdev.com/embedded/in-circuit-emulator/</link>
		<comments>http://embedsoftdev.com/embedded/in-circuit-emulator/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 16:12:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[ice]]></category>
		<category><![CDATA[in-circuit emulator]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=350</guid>
		<description><![CDATA[In-Circuit Emulator &#160; &#160; &#160; &#160; &#160; &#160; &#160;For debugging an embedded system’s software, a certain kind of hardware tool is used, which is termed as in-circuit emulator (ICE). It is first among the embedded system debugging tools and is still one of the most popular one. Example of In-Circuit Emulator &#160; &#160; &#160; &#160; [...]


Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/good-arm-usb-openocd-jtag-debugger-and-programmer/' rel='bookmark' title='Permanent Link: Good ARM usb openOCD jtag debugger and programmer'>Good ARM usb openOCD jtag debugger and programmer</a></li>
<li><a href='http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/' rel='bookmark' title='Permanent Link: How about JTAG (How JTAG work)'>How about JTAG (How JTAG work)</a></li>
<li><a href='http://embedsoftdev.com/embedded/what-is-jtag-and-how-about-arm-jtag/' rel='bookmark' title='Permanent Link: What is jtag and how about arm jtag.'>What is jtag and how about arm jtag.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fin-circuit-emulator%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fin-circuit-emulator%2F&amp;style=normal" height="61" width="50" title="In circuit Emulator" alt="In circuit Emulator" /><br />
			</a>
		</div>
<p><strong>In-Circuit Emulator </strong><br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;For debugging an embedded system’s software, a certain kind of hardware tool is used, which is termed as in-circuit emulator (ICE). It is first among the embedded system debugging tools and is still one of the most popular one.</p>
<p><strong>Example of In-Circuit Emulator</strong><br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The peculiar problem with embedded systems is it doesn’t have a terminal or in most of the cases, a display unit, therefore, making it difficult to probe the system to find what is wrong and debug. ICEs provide a solution to this typical problem of debugging embedded systems. The Emulator can track all the operations going inside a CPU under observation and brings it to the direct observation of the user through its interactive terminal. The ICEs not only provide the information about the targeted embedded systems working procedure, but it also provides a huge debugging resource. The ICEs are still one of the most popular tools as it is still unrivalled for its power and capability.<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The house of Microchip offers In-Circuit Emulators in three variants. MPLAB ICE 2000, MPLAB ICE 4000 and REAL ICE. All three of them are full circuit emulators and can be used with MPLAB IDE.<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The MPLAB ICE 2000 has a parallel interface along with USB converter, and it requires an emulator module. The drawback with MPLAB ICE 2000 is that the hardware to be tested must have a socket for production device or emulator module.<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I will not discuss about MPLAB ICE 4000, as Microchip is phasing it out. It is no longer advertised by Microchip and Microchip also does not recommended it for new designs.The REAL ICE is the most recently launched product in the market. It works on almost all flash based processors like PIC24, dsPIC, PIC etc.</p>

<a href='http://embedsoftdev.com/embedded/in-circuit-emulator/attachment/e6000h_tools_ploduct_landing/' title='e6000h_tools_ploduct_landing'><img width="150" height="150" src="http://embedsoftdev.com/wp-content/uploads/2010/04/e6000h_tools_ploduct_landing-150x150.jpg" class="attachment-thumbnail" alt="ICE E6000H from Renesas" title="e6000h_tools_ploduct_landing" /></a>
<a href='http://embedsoftdev.com/embedded/in-circuit-emulator/attachment/ice2000_l/' title='ice2000_l'><img width="150" height="150" src="http://embedsoftdev.com/wp-content/uploads/2010/04/ice2000_l-150x150.jpg" class="attachment-thumbnail" alt="MPLAB ICE 2000 from Microchip" title="ice2000_l" /></a>
<a href='http://embedsoftdev.com/embedded/in-circuit-emulator/attachment/mplab-real-ice-emulation-system-from-microchip-technology/' title='MPLAB-REAL-ICE-emulation-system-from-Microchip-Technology'><img width="150" height="150" src="http://embedsoftdev.com/wp-content/uploads/2010/04/MPLAB-REAL-ICE-emulation-system-from-Microchip-Technology-150x150.jpg" class="attachment-thumbnail" alt="MPLAB REAL ICE" title="MPLAB-REAL-ICE-emulation-system-from-Microchip-Technology" /></a>
<a href='http://embedsoftdev.com/embedded/in-circuit-emulator/attachment/picture_mb2147-01/' title='picture_MB2147-01'><img width="150" height="150" src="http://embedsoftdev.com/wp-content/uploads/2010/04/picture_MB2147-01-150x150.jpg" class="attachment-thumbnail" alt="ICE from Fujitsu (MB2147-01)" title="picture_MB2147-01" /></a>

<p><strong>The advantages of ICE </strong><br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;All embedded systems have two parts, software and hardware. Though both of them are separate they are interlinked. The ICE makes it possible to run and check the software on the hardware it was meant to run. While doing so, the ICE also helps the user to identify the faulty codes.<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Nowadays, the debugging circuit integrated into the CPU can be accessed by the JTAG or BDM provided on the CPU. This new option helps the programmer to conveniently debug an embedded system with ease.The Integrated Circuit Emulator gets its name as it does emulate the CPU. Though it has a real processor fitted, the programmer still finds the system under test to be in his full control, and he can identify faulty codes, debug as well as load directly. This real time trouble shooting on a live system gives ICE an edge in the sphere of accuracy and comfort in use.The CPU used for development is not necessarily related to the host systems.The ICEs gives the option of debugging by single stepping. The phrase single stepping means that the programmer can run and observe the lines of a program step by step to find and modify error.The ICEs also gives the option of source level debugging where the programmer can see the program as it was drafted and identify the errors.</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/in-circuit-emulator/" title="cache:E-fzMX9GVckJ:embedsoftdev com/embedded/how-about-jtag-how-jtag-work/ jtagged">cache:E-fzMX9GVckJ:embedsoftdev com/embedded/how-about-jtag-how-jtag-work/ jtagged</a></li><li><a href="http://embedsoftdev.com/embedded/in-circuit-emulator/" title="design in circuit emulation">design in circuit emulation</a></li><li><a href="http://embedsoftdev.com/embedded/in-circuit-emulator/" title="MPLAB ICE 2000 In-Circuit Emulator">MPLAB ICE 2000 In-Circuit Emulator</a></li><li><a href="http://embedsoftdev.com/embedded/in-circuit-emulator/" title="embedded system emulator">embedded system emulator</a></li><li><a href="http://embedsoftdev.com/embedded/in-circuit-emulator/" title="ice circuit emulator">ice circuit emulator</a></li><li><a href="http://embedsoftdev.com/embedded/in-circuit-emulator/" title="MPLAB REAL ICE In-Circuit Emulator Software">MPLAB REAL ICE In-Circuit Emulator Software</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.785 ms -->

<p>Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/good-arm-usb-openocd-jtag-debugger-and-programmer/' rel='bookmark' title='Permanent Link: Good ARM usb openOCD jtag debugger and programmer'>Good ARM usb openOCD jtag debugger and programmer</a></li>
<li><a href='http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/' rel='bookmark' title='Permanent Link: How about JTAG (How JTAG work)'>How about JTAG (How JTAG work)</a></li>
<li><a href='http://embedsoftdev.com/embedded/what-is-jtag-and-how-about-arm-jtag/' rel='bookmark' title='Permanent Link: What is jtag and how about arm jtag.'>What is jtag and how about arm jtag.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/in-circuit-emulator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How about JTAG (How JTAG work)</title>
		<link>http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/</link>
		<comments>http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 07:31:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[boundary scan]]></category>
		<category><![CDATA[jtag]]></category>
		<category><![CDATA[jtag connector]]></category>
		<category><![CDATA[jtag interface]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=332</guid>
		<description><![CDATA[JTAG stands for Joint Test Action Group and it is a standard to test integrated circuit (IC) connections. Suppose on a board, you have used integrated circuit and similar devices where each IC has hundreds of pins, it becomes very essential to examine connections and confirm the operation. For this purpose, you need a small [...]


Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/what-is-jtag-and-how-about-arm-jtag/' rel='bookmark' title='Permanent Link: What is jtag and how about arm jtag.'>What is jtag and how about arm jtag.</a></li>
<li><a href='http://embedsoftdev.com/embedded/good-arm-usb-openocd-jtag-debugger-and-programmer/' rel='bookmark' title='Permanent Link: Good ARM usb openOCD jtag debugger and programmer'>Good ARM usb openOCD jtag debugger and programmer</a></li>
<li><a href='http://embedsoftdev.com/embedded/in-circuit-emulator/' rel='bookmark' title='Permanent Link: In-circuit Emulator'>In-circuit Emulator</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fhow-about-jtag-how-jtag-work%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fhow-about-jtag-how-jtag-work%2F&amp;style=normal" height="61" width="50" title="How about JTAG (How JTAG work)" alt="How about JTAG (How JTAG work)" /><br />
			</a>
		</div>
<p>JTAG stands for <strong>Joint Test Action Group</strong> and it is a standard to test integrated circuit (IC) connections. Suppose on a board, you have used integrated circuit and similar devices where each IC has hundreds of pins, it becomes very essential to examine connections and confirm the operation. For this purpose, you need a small tool called JTAG. Therefore, JTAG can be defined as a process to test connections on PCBs that are applied at the level of integrated circuit. JTAG is very useful for testing such connections and there are quite a few reasons for that. Using the customary in-circuit testers, it is quite tough to test the intricate circuits. These testers are unable to access BGA devices and small components and the physical space required by these devises also plays a limitation factor. On top of that, board testing has become quite expensive and all these factors ensure that JTAG is the best solution to triumph over the intricacies related with physical in-circuit testers.There is no need to use any physical probes for testing interconnects amid a board’s built-in circuits. This is definitely a great plus for using JTAG, as there is no need for any added personalized testing tool. </p>
<p><strong>How JTAG works</strong><br />
If you have a JTAG enabled device with a boundary-scan cell for every pin, you can test the interconnects between integrated circuits easily. A boundary-scan cell is capable of reading and setting data of all the pins. With the device, you can connect the boundary-scan cells and start to transfer the data serially into the cells. Scan chain or scan path controls this process of serial shifting of data and this is the major functionality of JTAG interface. </p>
<p><strong>JTAG interface</strong><br />
Generally, huge number of test vectors is required to initialize the entire devices. If you are using JTAG, there is no such need. The three major benefits of using JTAG devices are bigger diagnostic competence and higher test coverage, shorter time for testing, and minimum cost of equipments. This is not all, JTAG is also very useful in the electronics industry. JTAG has great usage in the filed of programming and debugging. Several FLASH memories, microcontrollers, FPGAs and comparable devices can be programmed by using the JTAG interface. Same interface can be used for the debugging purpose as well. Therefore, JTAG interface is a boon to the electronics industry. Even though plenty of variations abound with the JTAG header on the board, it is not a complex process. Any JTAG interface is compatible with the standard JTAG signals and boundary-scan software.</p>
<p><strong>JTAG connectors for games</strong><br />
You can also use JTAG connector to play Xbox 360. Playing game is loved by almost everyone as it is one of the best pass-time activities and stress buster. You can choose from a diverse selection of games, but the problem could be high price factor. You can make use of JTAG connector and play full games without playing full money. The JTAG cable can establish connection with USB or any parallel port of your computer for excellent connectivity and access.</p>
<p><em>Below is the video introduce about JTAG boundary scan </em></p>
<p><center><br />
<object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/exxttgGn7Ls&#038;hl=en_US&#038;fs=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/exxttgGn7Ls&#038;hl=en_US&#038;fs=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object><br />
</center></p>
<p>This article is only the introduction of JTAG , if you want to study in deep about jtag , please visit the following urls&#8230;</p>
<p>- <a href="http://boundaryscan.blogspot.com/" rel="nofollow"> The Role of JTAG in system debug &#038; test throughout the embedded system development lifecycle </a><br />
- <a href="http://hri.sourceforge.net/tools/jtag_faq_org.html" rel="nofollow">JTAG FAQ</a><br />
- <a href="http://www.corelis.com/education/JTAG_Tutorial.htm" rel="nofollow">JTAG tutorial from Corelis </a><br />
- <a href="http://www.amontec.com/pub/amt_ann004.pdf" rel="nofollow">JTAG tutorial in PDF format from Amontec </a></p>
<p>Thank you very much</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how jtag works">how jtag works</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtagged">jtagged</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="benefits of Jtag xbox">benefits of Jtag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtagging xbox 360 tutorial pdf">jtagging xbox 360 tutorial pdf</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="best jtag">best jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how a jtag works">how a jtag works</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what is the best jtag">what is the best jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="best jtags">best jtags</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="software for jtag xbox">software for jtag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="How jtag xbox works">How jtag xbox works</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="arduino jtag">arduino jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="whats the best jtag xbox">whats the best jtag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="does it cost money to use a jtag">does it cost money to use a jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how a jtag xbox works">how a jtag xbox works</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox jtag software">xbox jtag software</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag xbox 360 software">jtag xbox 360 software</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how does a jtag work?">how does a jtag work?</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how do jtags work">how do jtags work</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="doest it cost money to jtag">doest it cost money to jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what is jtags purpose xbox 360">what is jtags purpose xbox 360</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what is the best system to jtag">what is the best system to jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="does a jtag cost money to use">does a jtag cost money to use</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="best jtag tutorial">best jtag tutorial</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag programs">jtag programs</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag software xbox">jtag software xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="benefits of jtag">benefits of jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how does jtag work">how does jtag work</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="good jtags">good jtags</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how do j tags work?">how do j tags work?</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox jtag benefits">xbox jtag benefits</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how jtags work">how jtags work</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox jtag programs">xbox jtag programs</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what do xbox jtags do?">what do xbox jtags do?</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what\s the best jtag xbox">what\s the best jtag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="types of jtags progrms xbox">types of jtags progrms xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how much money do u make with a jtag xbox 360">how much money do u make with a jtag xbox 360</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag benefits">jtag benefits</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="benefits of a jtag xbox">benefits of a jtag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what is the best jtag xbox 360">what is the best jtag xbox 360</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what is jtag xbox 360">what is jtag xbox 360</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag xbox 360 tutorial pdf">jtag xbox 360 tutorial pdf</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how does a Jtagged Xbox work">how does a Jtagged Xbox work</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag xbox programs">jtag xbox programs</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="programs to use for jtag xbox">programs to use for jtag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how does jtag xbox work">how does jtag xbox work</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how jtag">how jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="programs for jtag xbox">programs for jtag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how does a jtagged xbox 360 work">how does a jtagged xbox 360 work</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what jtag is the best">what jtag is the best</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox 360 jtag benefits">xbox 360 jtag benefits</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="whats the benifits of a jtagged xbox">whats the benifits of a jtagged xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="best j tag xbox">best j tag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox 360 jtag tutorial pdf">xbox 360 jtag tutorial pdf</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what programs to use with jtag xbox">what programs to use with jtag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="best jtags xbox">best jtags xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="advantages of jtag xbox 360">advantages of jtag xbox 360</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox 360 jtag programs">xbox 360 jtag programs</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="What programs are used for jtagged">What programs are used for jtagged</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="best jtag xbox">best jtag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="how does a jtag work">how does a jtag work</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtagged xbox programs you need on your computor">jtagged xbox programs you need on your computor</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox 360 jtag debug">xbox 360 jtag debug</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtagged xbox programs">jtagged xbox programs</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtags software for xbox 360">jtags software for xbox 360</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="programas para xbox jtag">programas para xbox jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="programs for jtag">programs for jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="which jtag is the best">which jtag is the best</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="programs for jtag xbox 360">programs for jtag xbox 360</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="programs for jtags">programs for jtags</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="programs that you use with the jtag xbox">programs that you use with the jtag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag xbox software">jtag xbox software</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox 360 Jtag tools">xbox 360 Jtag tools</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag programms">jtag programms</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag programs for xbox">jtag programs for xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag programs for xbox 360">jtag programs for xbox 360</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox benefit of jTag">xbox benefit of jTag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox 360 software jtag">xbox 360 software jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag test with arduino">jtag test with arduino</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="JTAG tool wp">JTAG tool wp</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag tutorial pdf">jtag tutorial pdf</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag xbox 360 benefits">jtag xbox 360 benefits</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag xbox 360 benifits">jtag xbox 360 benifits</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="xbox 360 jtag tutorial components">xbox 360 jtag tutorial components</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag xbox 360 with arduino">jtag xbox 360 with arduino</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag xbox 360 with software">jtag xbox 360 with software</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag xbox pdf">jtag xbox pdf</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="jtag minimum high time">jtag minimum high time</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="soft jtag xbox 360">soft jtag xbox 360</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="working jtags">working jtags</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what\s the best jtag to have">what\s the best jtag to have</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what is JTAG enabled device">what is JTAG enabled device</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="Whats the best JTAG">Whats the best JTAG</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what is jtag used for xbox 360">what is jtag used for xbox 360</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what is JTag xbox">what is JTag xbox</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what type of software do j tags use">what type of software do j tags use</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what system do i use for jtags">what system do i use for jtags</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what programs do you need for jtags">what programs do you need for jtags</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what is the best jtag called?">what is the best jtag called?</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what programs are for jtag">what programs are for jtag</a></li><li><a href="http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/" title="what is the best jtag?">what is the best jtag?</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 27.91 ms -->

<p>Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/what-is-jtag-and-how-about-arm-jtag/' rel='bookmark' title='Permanent Link: What is jtag and how about arm jtag.'>What is jtag and how about arm jtag.</a></li>
<li><a href='http://embedsoftdev.com/embedded/good-arm-usb-openocd-jtag-debugger-and-programmer/' rel='bookmark' title='Permanent Link: Good ARM usb openOCD jtag debugger and programmer'>Good ARM usb openOCD jtag debugger and programmer</a></li>
<li><a href='http://embedsoftdev.com/embedded/in-circuit-emulator/' rel='bookmark' title='Permanent Link: In-circuit Emulator'>In-circuit Emulator</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/how-about-jtag-how-jtag-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on Arduino part II</title>
		<link>http://embedsoftdev.com/embedded/more-on-arduino-part-ii/</link>
		<comments>http://embedsoftdev.com/embedded/more-on-arduino-part-ii/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 14:51:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[pfat]]></category>
		<category><![CDATA[pyxis]]></category>
		<category><![CDATA[pyxis os]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/embedded/more-on-arduino-part-ii/</guid>
		<description><![CDATA[Pyxis OS for Arduino. It is open source OS for Arduino. The OS and other applications can be run from sdcard as it store the OS and application in &#8220;.bin&#8221; file (like the image file on computer or mobile phone).Pyxis also provide the FAT library called &#8220;PFAT&#8221; for read or write EEPROM card (turn the [...]


Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/more-on-arduino-part-i/' rel='bookmark' title='Permanent Link: More on Arduino part I.'>More on Arduino part I.</a></li>
<li><a href='http://embedsoftdev.com/embedded/introduction-to-arduino/' rel='bookmark' title='Permanent Link: Introduction to Arduino.'>Introduction to Arduino.</a></li>
<li><a href='http://embedsoftdev.com/embedded/arduino-resource-on-the-web/' rel='bookmark' title='Permanent Link: Arduino resource on the web.'>Arduino resource on the web.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fmore-on-arduino-part-ii%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fmore-on-arduino-part-ii%2F&amp;style=normal" height="61" width="50" title="More on Arduino part II" alt="More on Arduino part II" /><br />
			</a>
		</div>
<p><strong>Pyxis OS for Arduino.</strong></p>
<p>       It is open source OS for Arduino. The OS and other applications can be run from sdcard as it store the OS and application in &#8220;.bin&#8221; file (like the image file on computer or mobile phone).Pyxis also provide the FAT library<br />
called &#8220;<a href="http://www.skewworks.com/pfat/">PFAT</a>&#8221; for read or write EEPROM card (turn the EEPROM into a harddrive).</p>
<p>     The demo project use two microcontrollers. One for manage the user interface part<br />
(use arduino mega) and another one use mega2560 + dataflash for handle the whole display<br />
(it&#8217;s on the touch screen shiled board).Visit <a href="http://www.skewworks.com/pyxis/">Pyxis</a> for more information about this interesting OS.</p>
<p><strong>Below is video from youtube for the demo of Pyxis OS</strong></p>
<p><center></p>
<p><object width="580" height="360"><param name="movie" value="http://www.youtube.com/v/Yasu357t6kE&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Yasu357t6kE&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="360"></embed></object></p>
<p></center></p>
<p>Thank you,<br />
        Jitkasem Pintaya.</p>
<p><strong>Reference site:</strong><br />
        1. <a href="http://www.skewworks.com/guide/">http://www.skewworks.com/</a><br />
        2. <a href="http://www.electoday.com/bbs/viewthread.php?tid=4233&#038;extra=page%3D1">http://www.electoday.com/bbs/viewthread.php?tid=4233&#038;extra=page%3D1</a></p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/more-on-arduino-part-ii/" title="http://www manyessays com">http://www manyessays com</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 0.987 ms -->

<p>Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/more-on-arduino-part-i/' rel='bookmark' title='Permanent Link: More on Arduino part I.'>More on Arduino part I.</a></li>
<li><a href='http://embedsoftdev.com/embedded/introduction-to-arduino/' rel='bookmark' title='Permanent Link: Introduction to Arduino.'>Introduction to Arduino.</a></li>
<li><a href='http://embedsoftdev.com/embedded/arduino-resource-on-the-web/' rel='bookmark' title='Permanent Link: Arduino resource on the web.'>Arduino resource on the web.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/more-on-arduino-part-ii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More on Arduino part I.</title>
		<link>http://embedsoftdev.com/embedded/more-on-arduino-part-i/</link>
		<comments>http://embedsoftdev.com/embedded/more-on-arduino-part-i/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 06:24:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[arbotix]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[arduino tone]]></category>
		<category><![CDATA[bioloid]]></category>
		<category><![CDATA[dataflash]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=300</guid>
		<description><![CDATA[More on Arduino part one. - Arduino-tone It is the library for produce square-ware tones.It can use with ATmega8,ATmega168/328 and ATmega1280 microcontroller series.With this library,you don&#8217;t need to use DAC (Digital to Analog onverter) for building the tones.This library use timer and PWM of microcontroller, so it will affect the usage of other PWM outputs. [...]


Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/introduction-to-arduino/' rel='bookmark' title='Permanent Link: Introduction to Arduino.'>Introduction to Arduino.</a></li>
<li><a href='http://embedsoftdev.com/embedded/more-on-arduino-part-ii/' rel='bookmark' title='Permanent Link: More on Arduino part II'>More on Arduino part II</a></li>
<li><a href='http://embedsoftdev.com/embedded/arduino-fat/' rel='bookmark' title='Permanent Link: Arduino FAT'>Arduino FAT</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fmore-on-arduino-part-i%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Fmore-on-arduino-part-i%2F&amp;style=normal" height="61" width="50" title="More on Arduino part I." alt="More on Arduino part I." /><br />
			</a>
		</div>
<p><strong>More on Arduino part one.</strong></p>
<p>- <a href="http://code.google.com/p/arduino-tone/">Arduino-tone</a><br />
  It is the library for produce square-ware tones.It can use with ATmega8,ATmega168/328 and ATmega1280<br />
microcontroller series.With this library,you don&#8217;t need to use DAC (Digital to Analog onverter) for building the<br />
tones.This library use timer and PWM of microcontroller, so it will affect the usage of other PWM outputs. </p>
<p>- <a href="http://www.arduino.cc/playground/Code/Dataflash">Dataflash</a><br />
  It is the library for make your Arduino be able to interface to the external memory chip.It&#8217;s suitable for<br />
use in storing the voice file or use in datalogging application.The original code of this library is come<br />
from Atmel butterfly.</p>
<p>- <a href="http://www.instructables.com/contest/arduino/">Arduino contest</a><br />
  Finished contest from Instructables website.This  contest has a lot of interesting Arduino projects and<br />
also contain the instruction to describe about how to make each project too ( but I don&#8217;t know that it give the<br />
source code relate to each Arduino project or not).</p>
<p>- <a href="http://vanadium.wikidot.com/arbotix">ArbotiX Robocontroller</a><br />
  It is control board for robots.It use AVR (ATMEGA644p) as main microcontroller and also contain the Xbee module in order to communicate with the robot by wireless radio signal.The designer of ArbotiX board also designed the library that used for interfacing with the motor of <a href="http://www.trossenrobotics.com/bioloid-robot-system.aspx">Bioloid System</a> (this will help in controlling the motor easier).This board can be used with various Bioloid motor series (Bioloid motor is &#8220;digital servo&#8221; motor, it can be commanded via RS485 or even can communicate via Xbee too). </p>
<p>- <strong>Multi-touch Technology</strong></p>
<p>   This technology is very interesting.The person who inspire this technology is Jefferson Y. Han.He is researcher at NYU (New York University).To know more about him, please visit these links.</p>
<p><a href="http://en.wikipedia.org/wiki/Jeff_Han">1. http://en.wikipedia.org/wiki/Jeff_Han</a><br />
<a href="http://cs.nyu.edu/~jhan/">2. http://cs.nyu.edu/~jhan/</a></p>
<p>This is Multi-touch presentation video.</p>
<p><center><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/UcKqyn-gUbY&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UcKqyn-gUbY&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
</center></p>
<p>The theory that used in Multi-touch is <a href="http://en.wikipedia.org/wiki/Total_internal_reflection#Frustrated_total_internal_reflection">Total internal reflection.</a></p>
<p><strong>Multi-touch Do-It-Yourself projects.</strong><br />
<a href="http://www.maximumpc.com/article/features/maximum_pc_builds_a_multitouch_surface_computer">1. http://www.maximumpc.com/article/features/maximum_pc_builds_a_multitouch_surface_computer</a></p>
<p><a href="http://www.instructables.com/id/S1D8LVAF3ER7VNE/">2. http://www.instructables.com/id/S1D8LVAF3ER7VNE/</a></p>
<p>Reference site :<br />
1. <a href="http://www.ayarafun.com">Ayarafun</a><br />
2. <a href="http://www.electoday.com">Electoday webboard</a></p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/more-on-arduino-part-i/" title="arduino part">arduino part</a></li><li><a href="http://embedsoftdev.com/embedded/more-on-arduino-part-i/" title="arduino projects tone">arduino projects tone</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.09 ms -->

<p>Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/introduction-to-arduino/' rel='bookmark' title='Permanent Link: Introduction to Arduino.'>Introduction to Arduino.</a></li>
<li><a href='http://embedsoftdev.com/embedded/more-on-arduino-part-ii/' rel='bookmark' title='Permanent Link: More on Arduino part II'>More on Arduino part II</a></li>
<li><a href='http://embedsoftdev.com/embedded/arduino-fat/' rel='bookmark' title='Permanent Link: Arduino FAT'>Arduino FAT</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/more-on-arduino-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 183/457 queries in 1.289 seconds using disk

Served from: embedsoftdev.com @ 2010-07-30 07:05:56 -->