<?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; programmer</title>
	<atom:link href="http://embedsoftdev.com/tag/programmer/feed/" rel="self" type="application/rss+xml" />
	<link>http://embedsoftdev.com</link>
	<description>Good information for software design</description>
	<lastBuildDate>Mon, 09 Apr 2012 23:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Good ARM usb openOCD jtag debugger and programmer</title>
		<link>http://embedsoftdev.com/embedded/good-arm-usb-openocd-jtag-debugger-and-programmer/</link>
		<comments>http://embedsoftdev.com/embedded/good-arm-usb-openocd-jtag-debugger-and-programmer/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:08:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[arm usb]]></category>
		<category><![CDATA[arm usb openocd]]></category>
		<category><![CDATA[arm7]]></category>
		<category><![CDATA[arm9]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[jtag]]></category>
		<category><![CDATA[jtag debugger]]></category>
		<category><![CDATA[openocd]]></category>
		<category><![CDATA[openocd jtag debugger]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb jtag]]></category>

		<guid isPermaLink="false">http://olivez.wordpress.com/?p=12</guid>
		<description><![CDATA[Today I write an article about the JTAG for ARM.It is an open-source JTAG or openOCD. The article below is the introduction of the good JTAG I found from www.sparkfun.com website (It was made from OLIMEX). ARM USB openOCD JTAG is a device that used for debugging the ARM series microcontroller, it also can be [...]
Related posts:<ol>
<li><a href='http://embedsoftdev.com/embedded/what-is-jtag-and-how-about-arm-jtag/' rel='bookmark' title='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/how-about-jtag-how-jtag-work/' rel='bookmark' title='How about JTAG (How JTAG work)'>How about JTAG (How JTAG work)</a></li>
<li><a href='http://embedsoftdev.com/embedded/interest-arm7-and-arm9-embedded-development-board/' rel='bookmark' title='Interest ARM7 and ARM9 embedded development board'>Interest ARM7 and ARM9 embedded development board</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I write an article about the JTAG for ARM.It is an open-source JTAG or openOCD. The article below is the introduction of the good JTAG I found from www.sparkfun.com website (It was made from OLIMEX).</p>
<p>ARM USB openOCD JTAG is a device that used for debugging the ARM series microcontroller, it also can be used as the programmer too. This ARM USB openOCD JTAG is combined with RS232 virtual COM port and power supply adapter. This item allow you to debug your ARM boards with full featured virtual RS232 port with all modem signals on it. It also have a power jack that can provide the tree range voltage that is  5V , 9V and 12V DC via jumper selection. It include the CD that contain the software neccessary to perform the ARM development and debugging with this USB openOCD such as</p>
<p>- Eclipse IDE using Yagarto and Codesourcery as toolchains.</p>
<p>- ARM USB openOCD driver for Windows.</p>
<p>- Various ARM sample project (include source code) that can use the ARM USB openOCD as the debugger and programmer.</p>
<p>- A good documents and instruction about how to use this ARM USB openOCD with Eclipse IDE .</p>
<p>- Other utilities software that can be used to integrate with the ARM development IDE and can work together with ARM USB openOCD (such as CYGWIN GNU  C/C++ compiler,  GNUARM GNU C/C++ compiler).</p>
<p>- OpenOCD for JTAG debugging software.</p>
<p>(*almost the software list above is open-source)</p>
<p>- This item can be used with the <em>CrossWorks</em> for <em>ARM</em> development IDE too. Please visit the Olimex website for more information about how to use it with <em>CrossWorks</em> for <em>ARM</em>.</p>
<p>For more information about its hardware specifications, you can visit the two links below.</p>
<p><a rel="nofollow" target="_blank" href="http://www.olimex.com/dev/index.html">http://www.olimex.com/dev/index.html</a></p>
<p><a rel="nofollow" target="_blank" href="http://www.sparkfun.com/commerce/product_info.php?products_id=7834">http://www.sparkfun.com/commerce/product_info.php?products_id=7834</a></p>
<p>For the person who develop ARM project on an open-source platform, This JTAG would be suitable for you.</p>
<p><img title="USB openOCD JTAG from OLIMEX" src="http://i654.photobucket.com/albums/uu265/jitkasem/ARM-USB-OCD-0.jpg" alt="embedded Good ARM usb openOCD jtag debugger and programmer" align="middle" /></p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/good-arm-usb-openocd-jtag-debugger-and-programmer/" title="OpenOCD JTAG">OpenOCD JTAG</a></li><li><a href="http://embedsoftdev.com/embedded/good-arm-usb-openocd-jtag-debugger-and-programmer/" title="arm usb programmer">arm usb programmer</a></li></ul><p>Related posts:<ol>
<li><a href='http://embedsoftdev.com/embedded/what-is-jtag-and-how-about-arm-jtag/' rel='bookmark' title='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/how-about-jtag-how-jtag-work/' rel='bookmark' title='How about JTAG (How JTAG work)'>How about JTAG (How JTAG work)</a></li>
<li><a href='http://embedsoftdev.com/embedded/interest-arm7-and-arm9-embedded-development-board/' rel='bookmark' title='Interest ARM7 and ARM9 embedded development board'>Interest ARM7 and ARM9 embedded development board</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/good-arm-usb-openocd-jtag-debugger-and-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

