<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>FriendlyARM</title>
	
	<link>http://www.friendlyarm.com</link>
	<description>Electronics and Microcontrollers Blog</description>
	<pubDate>Fri, 14 Nov 2008 11:02:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Friendlyarm" type="application/rss+xml" /><feedburner:emailServiceId>2159228</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Start using Parallax Propeller P8X32 Education Board</title>
		<link>http://feeds.feedburner.com/~r/Friendlyarm/~3/437704654/</link>
		<comments>http://www.friendlyarm.com/start-using-parallax-propeller-p8x32-education-board/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 12:21:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Propeller]]></category>

		<category><![CDATA[arm]]></category>

		<category><![CDATA[basic stamp]]></category>

		<category><![CDATA[basic stamp 2]]></category>

		<category><![CDATA[blink]]></category>

		<category><![CDATA[board]]></category>

		<category><![CDATA[Connect]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[driver]]></category>

		<category><![CDATA[Education]]></category>

		<category><![CDATA[education board]]></category>

		<category><![CDATA[FTDI]]></category>

		<category><![CDATA[guide]]></category>

		<category><![CDATA[LED]]></category>

		<category><![CDATA[P8X32A]]></category>

		<category><![CDATA[Parallax]]></category>

		<category><![CDATA[Parallax Propeller]]></category>

		<category><![CDATA[parallax stamp]]></category>

		<category><![CDATA[port windows]]></category>

		<category><![CDATA[propeller chip]]></category>

		<category><![CDATA[propeller design]]></category>

		<category><![CDATA[propeller software]]></category>

		<category><![CDATA[propellers]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Supply]]></category>

		<category><![CDATA[USB]]></category>

		<category><![CDATA[usb cable]]></category>

		<category><![CDATA[vx-propeller]]></category>

		<guid isPermaLink="false">http://www.friendlyarm.com/?p=36</guid>
		<description><![CDATA[This section provides a guide for using our new Parallax Propeller P8X32 Education Board.

Following step by step
- Install FTDI USB Driver can download from http://www.parallax.com/Portals/0/Downloads/sw/uty/USBDriverInstallerV2.04.06.exe
- Install Propeller Tool Software v1.2 can download from http://www.parallax.com/Portals/0/Downloads/sw/propeller/Setup-Propeller-Tool-v1.2.exe
- Supply power 6v-9v DC to Parallax Propeller P8X32 Education Board, red LED light is ON
- Connect Parallax Propeller P8X32 Education Board [...]]]></description>
			<content:encoded><![CDATA[<p>This <span class="bodytext">section provides a </span><span class="bodytext">guide for using our new Parallax Propeller P8X32 Education Board.</span></p>
<p style="text-align: center;"><img class="size-full wp-image-39 aligncenter" title="parallax propeller p8x32 board" src="http://www.friendlyarm.com/wp-content/uploads/2008/09/propeller.jpg" alt="parallax propeller p8x32 board" width="435" height="248" /></p>
<p style="text-align: left;">Following step by step</p>
<p style="text-align: left;">- Install FTDI USB Driver can download from <a href="http://www.parallax.com/Portals/0/Downloads/sw/uty/USBDriverInstallerV2.04.06.exe" target="_blank">http://www.parallax.com/Portals/0/Downloads/sw/uty/USBDriverInstallerV2.04.06.exe</a></p>
<p style="text-align: left;">- Install Propeller Tool Software v1.2 can download from <a href="http://www.parallax.com/Portals/0/Downloads/sw/propeller/Setup-Propeller-Tool-v1.2.exe" target="_blank">http://www.parallax.com/Portals/0/Downloads/sw/propeller/Setup-Propeller-Tool-v1.2.exe</a></p>
<p style="text-align: left;">- Supply power 6v-9v DC to Parallax Propeller P8X32 Education Board, red LED light is ON</p>
<p>- Connect Parallax Propeller P8X32 Education Board to Computer USB port, Windows will recognize your Parallax Propeller P8X32 Education Board and blue LED light is ON.<br />
</p>
<p style="text-align: center;"><img class="size-full wp-image-50 aligncenter" title="parallax propeller p8x32 board" src="http://www.friendlyarm.com/wp-content/uploads/2008/09/propeller2.jpg" alt="parallax propeller p8x32 board" width="435" height="306" /></p>
<p>- Open Propeller Tool Software and write sample code for blink P16 pin.</p>
<blockquote>
<p style="text-align: left;">{{ Output.spin }}</p>
<p>PUB Toggle<br />
dira[16]~~<br />
repeat<br />
!outa[16]<br />
waitcnt(3_000_000 + cnt)</p></blockquote>
<p>- Press F11 on your keyboard for compile and download code to Parallax Propeller P8X32 Education Board.</p>
<p style="text-align: center;"><img class="size-full wp-image-61 aligncenter" title="parallax propeller p8x32 board" src="http://www.friendlyarm.com/wp-content/uploads/2008/09/propeller21.jpg" alt="parallax propeller p8x32 board" width="435" height="272" /></p>
<p style="text-align: center;">
<p style="text-align: left;">- Now P16 LED on Parallax Propeller P8X32 Education Board is blink.</p>
<p style="text-align: center;"><img class="size-full wp-image-38 aligncenter" title="parallax propeller p8x32 board" src="http://www.friendlyarm.com/wp-content/uploads/2008/09/propeller1.jpg" alt="parallax propeller p8x32 board" width="435" height="251" /></p>
<p style="text-align: left;">You can download a schematic of Parallax Propeller P8X32 Education Board from <a href="http://www.micro4you.com/files/propeller/propeller.jpg" target="_blank">http://www.micro4you.com/files/propeller/propeller.jpg</a></p>

<p><a href="http://feeds.feedburner.com/~a/Friendlyarm?a=4Sxw09"><img src="http://feeds.feedburner.com/~a/Friendlyarm?i=4Sxw09" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/Friendlyarm/~4/437704654" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.friendlyarm.com/start-using-parallax-propeller-p8x32-education-board/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Friendlyarm&amp;itemurl=http%3A%2F%2Fwww.friendlyarm.com%2Fstart-using-parallax-propeller-p8x32-education-board%2F</feedburner:awareness><feedburner:origLink>http://www.friendlyarm.com/start-using-parallax-propeller-p8x32-education-board/</feedburner:origLink></item>
		<item>
		<title>H-JTAG 0.6.3 is available!</title>
		<link>http://feeds.feedburner.com/~r/Friendlyarm/~3/333711835/</link>
		<comments>http://www.friendlyarm.com/h-jtag-063-is-available/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 18:59:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ARM]]></category>

		<category><![CDATA[arm]]></category>

		<category><![CDATA[arm debug]]></category>

		<category><![CDATA[arm debugger]]></category>

		<category><![CDATA[arm Flasher]]></category>

		<category><![CDATA[arm jtag]]></category>

		<category><![CDATA[arm MCUs]]></category>

		<category><![CDATA[arm microcontroller]]></category>

		<category><![CDATA[arm Program]]></category>

		<category><![CDATA[arm Programming]]></category>

		<category><![CDATA[arm Software]]></category>

		<category><![CDATA[arm7]]></category>

		<category><![CDATA[arm7 bin]]></category>

		<category><![CDATA[arm7tdmi]]></category>

		<category><![CDATA[arm9]]></category>

		<category><![CDATA[embedded arm]]></category>

		<category><![CDATA[H-JTAG]]></category>

		<category><![CDATA[H-Link]]></category>

		<category><![CDATA[HJTAG]]></category>

		<category><![CDATA[IAR arm]]></category>

		<category><![CDATA[jtag]]></category>

		<category><![CDATA[jtag cable]]></category>

		<category><![CDATA[jtag interface]]></category>

		<category><![CDATA[jtag programmer]]></category>

		<category><![CDATA[jtag programming]]></category>

		<category><![CDATA[jtag tools]]></category>

		<category><![CDATA[LPC2000]]></category>

		<category><![CDATA[wiggler]]></category>

		<guid isPermaLink="false">http://www.friendlyarm.com/?p=34</guid>
		<description><![CDATA[Can download from http://www.hjtag.com/download.html a new version have add supports LPC2300 and LPC2400. Fixed bug for bin to hex conversion.


From tested, it work very perfect with H-Link ARM JTAG.
]]></description>
			<content:encoded><![CDATA[<p>Can download from <a href="http://www.hjtag.com/download.html" target="_blank">http://www.hjtag.com/download.html</a> a new version have add supports LPC2300 and LPC2400. Fixed bug for bin to hex conversion.<br />
</p>
<p style="text-align: center;"><img class="size-full wp-image-35 aligncenter" title="H-Link HJTAG ARM7" src="http://www.friendlyarm.com/wp-content/uploads/2008/07/603.jpg" alt="H-Link HJTAG ARM7" width="435" height="400" /></p>
<p style="text-align: left;">From tested, it work very perfect with H-Link ARM JTAG.</p>

<p><a href="http://feeds.feedburner.com/~a/Friendlyarm?a=KIVshv"><img src="http://feeds.feedburner.com/~a/Friendlyarm?i=KIVshv" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/Friendlyarm/~4/333711835" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.friendlyarm.com/h-jtag-063-is-available/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Friendlyarm&amp;itemurl=http%3A%2F%2Fwww.friendlyarm.com%2Fh-jtag-063-is-available%2F</feedburner:awareness><feedburner:origLink>http://www.friendlyarm.com/h-jtag-063-is-available/</feedburner:origLink></item>
		<item>
		<title>Using Open Source Tools for ATMEL AVR Development</title>
		<link>http://feeds.feedburner.com/~r/Friendlyarm/~3/332586654/</link>
		<comments>http://www.friendlyarm.com/using-open-source-tools-for-atmel-avr-development/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 11:00:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AVR]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[atmel avr]]></category>

		<category><![CDATA[avr Compiler]]></category>

		<category><![CDATA[avr eclipse]]></category>

		<category><![CDATA[AVR Eclipse plugin]]></category>

		<category><![CDATA[avr freaks]]></category>

		<category><![CDATA[avr library]]></category>

		<category><![CDATA[avr microcontroller]]></category>

		<category><![CDATA[avr open source]]></category>

		<category><![CDATA[avr open source tool]]></category>

		<category><![CDATA[C Compiler]]></category>

		<category><![CDATA[Eclipse CDT]]></category>

		<category><![CDATA[Eclipse Ganymede]]></category>

		<category><![CDATA[Open source]]></category>

		<category><![CDATA[Winavr]]></category>

		<category><![CDATA[winavr c]]></category>

		<category><![CDATA[winavr gcc]]></category>

		<guid isPermaLink="false">http://www.friendlyarm.com/?p=28</guid>
		<description><![CDATA[This section provides a guide for using open source tools such as WinAVR Compiler, Eclipse IDE and AVR Eclipse Plugin for ATMEL AVR development. 
- Install WinAVR20080610. Can download from http://winavr.sourceforge.net/download.html , How to fix a problem of USBasp with WinAVR20080610 http://www.friendlyarm.com/fixed-a-problem-usbasp-in-winavr20080610/

- Install Eclipse 3.4 Ganymede by select Eclipse IDE for C/C++ Developers papckage, included [...]]]></description>
			<content:encoded><![CDATA[<p>This <span class="bodytext">section provides a </span><span class="bodytext">guide for using open source tools such as WinAVR Compiler, Eclipse IDE and AVR Eclipse Plugin for ATMEL AVR development. </span></p>
<p>- Install WinAVR20080610. Can download from <a href="http://winavr.sourceforge.net/download.html" target="_blank">http://winavr.sourceforge.net/download.html</a> , How to fix a problem of USBasp with WinAVR20080610 <a href="http://www.friendlyarm.com/fixed-a-problem-usbasp-in-winavr20080610/" target="_blank">http://www.friendlyarm.com/fixed-a-problem-usbasp-in-winavr20080610/</a><br />
<br />
- Install Eclipse 3.4 Ganymede by select <a class="packageTitle" onclick="clickCount(, 'windows');" href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/R/eclipse-cpp-ganymede-win32.zip">Eclipse IDE for C/C++ Developers</a> papckage, included CDT 5.0 (Eclipse&#8217;s C/C++ Development Tooling) in the package. When download complete. unzip to your install drive such as C:\eclipse , open eclipse program and select Workbench icon (only first time).</p>
<p style="text-align: center;"><img class="size-full wp-image-29 aligncenter" title="ATMEL AVR Eclipse Plugin" src="http://www.friendlyarm.com/wp-content/uploads/2008/07/01.jpg" alt="ATMEL AVR Eclipse Plugin" width="435" height="272" /></p>
<p style="text-align: left;">- Install AVR Eclipse Plugin by go to menu Help / Software Updates, when open a new window select Available Software, and press Add Site&#8230; button. add http://avr-eclipse.sourceforge.net/updatesite in Location: and press OK</p>
<p style="text-align: center;"><img class="size-full wp-image-30 aligncenter" title="ATMEL AVR Eclipse Plugin" src="http://www.friendlyarm.com/wp-content/uploads/2008/07/02.jpg" alt="ATMEL AVR Eclipse Plugin" width="434" height="305" /></p>
<p style="text-align: left;">Select AVR Eclipse Plugin and press install&#8230; button, the update will be start.</p>
<p style="text-align: center;"><img class="size-full wp-image-33 aligncenter" title="ATMEL AVR Eclipse Plugin" src="http://www.friendlyarm.com/wp-content/uploads/2008/07/03.jpg" alt="ATMEL AVR Eclipse Plugin" width="434" height="305" /></p>
<p style="text-align: left;">The next window review and confirm the package will be install, press Finish</p>
<p style="text-align: center;"><img class="size-full wp-image-31 aligncenter" title="ATMEL AVR Eclipse Plugin" src="http://www.friendlyarm.com/wp-content/uploads/2008/07/04.jpg" alt="ATMEL AVR Eclipse Plugin" width="433" height="384" /></p>
<p>Later the update process will restart Eclipse, press Yes. Now you have installed the AVR Eclipse plugin <img src='http://www.friendlyarm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><img class="size-full wp-image-32 aligncenter" title="ATMEL AVR Eclipse Plugin" src="http://www.friendlyarm.com/wp-content/uploads/2008/07/05.jpg" alt="ATMEL AVR Eclipse Plugin" width="437" height="260" /></p>
<p style="text-align: left;">Enjoy! Now you have open source IDE and C Compiler on Windows OS. Next step i will show how to configure the AVR Project on Eclipse IDE.</p>
<p style="text-align: center;">

<p><a href="http://feeds.feedburner.com/~a/Friendlyarm?a=yUNuVh"><img src="http://feeds.feedburner.com/~a/Friendlyarm?i=yUNuVh" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/Friendlyarm/~4/332586654" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.friendlyarm.com/using-open-source-tools-for-atmel-avr-development/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Friendlyarm&amp;itemurl=http%3A%2F%2Fwww.friendlyarm.com%2Fusing-open-source-tools-for-atmel-avr-development%2F</feedburner:awareness><feedburner:origLink>http://www.friendlyarm.com/using-open-source-tools-for-atmel-avr-development/</feedburner:origLink></item>
		<item>
		<title>Fixed a problem USBasp in WinAVR20080610</title>
		<link>http://feeds.feedburner.com/~r/Friendlyarm/~3/325904461/</link>
		<comments>http://www.friendlyarm.com/fixed-a-problem-usbasp-in-winavr20080610/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 16:12:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AVR]]></category>

		<category><![CDATA[avr DLL]]></category>

		<category><![CDATA[avr isp]]></category>

		<category><![CDATA[avr isp usb]]></category>

		<category><![CDATA[avr programmer]]></category>

		<category><![CDATA[avr programming]]></category>

		<category><![CDATA[avr usbasp]]></category>

		<category><![CDATA[AVRdude]]></category>

		<category><![CDATA[avrfreaks]]></category>

		<category><![CDATA[avrisp]]></category>

		<category><![CDATA[libusb]]></category>

		<category><![CDATA[libusb win32]]></category>

		<category><![CDATA[libusb windows]]></category>

		<category><![CDATA[usb device]]></category>

		<category><![CDATA[USBasp]]></category>

		<category><![CDATA[USBasp-driver]]></category>

		<category><![CDATA[Winavr]]></category>

		<guid isPermaLink="false">http://www.friendlyarm.com/?p=23</guid>
		<description><![CDATA[Now, Winavr have update a new version WinAR20080610. But it have problem when use AVRdude (include with WinAVR20080610 package) with USBasp AVR Programmer. AVRdude can&#8217;t detect USBasp device, have error same following:
avrdude: error: could not find USB device &#8220;USBasp&#8221; with vid=0&#215;16c0 pid=0&#215;5dc

Because a driver version 0.1.10.1 (USBasp driver) not compatible with libusb DLL version 0.1.12.1 [...]]]></description>
			<content:encoded><![CDATA[<p>Now, Winavr have update a new version WinAR20080610. But it have problem when use AVRdude (include with WinAVR20080610 package) with USBasp AVR Programmer. AVRdude can&#8217;t detect USBasp device, have error same following:</p>
<p><span style="color: #ff0000;">avrdude: error: could not find USB device &#8220;USBasp&#8221; with vid=0&#215;16c0 pid=0&#215;5dc<br />
</span></p>
<p>Because a driver version 0.1.10.1 (USBasp driver) not compatible with libusb DLL version 0.1.12.1 in WinAVR20080610. If you have a old USBasp driver still in your computer. must uninstall before. Can uninstall by goto Star-&gt;Control Panel-&gt;System-&gt;Hardware-&gt;Device Manager When Windows recognize with your USBasp device.</p>
<p><img class="size-full wp-image-24 aligncenter" title="usbasp AVR-ISP Lite WinAVR" src="http://www.friendlyarm.com/wp-content/uploads/2008/07/usbasp01.jpg" alt="usbasp AVR-ISP Lite WinAVR" width="435" height="305" /></p>
<p>Download a new Windows driver (libusb DLL 0.1.12.1) for USBasp from <span class="genmed"><a href="http://www.ulrichradig.de/site/forum/download/file.php?id=192&amp;sid=bb84b5659bad33136f4c1f39c7d68ae3">USBasp-driver-0.1.12.1.zip</a> unplug USBasp then plugin USBasp to USB Port again. Windows will </span>recognize and request to install a new driver.</p>
<p style="text-align: center;"><img class="size-full wp-image-25 aligncenter" title="usbasp AVR-ISP Lite WinAVR" src="http://www.friendlyarm.com/wp-content/uploads/2008/07/usbasp02.jpg" alt="usbasp AVR-ISP Lite WinAVR" width="435" height="339" /></p>
<p>When install complete, test USBasp device again. Now work prefect.</p>
<p style="text-align: center;"><img class="size-full wp-image-26 aligncenter" title="usbasp AVR-ISP Lite WinAVR" src="http://www.friendlyarm.com/wp-content/uploads/2008/07/usbasp03.jpg" alt="usbasp AVR-ISP Lite WinAVR" width="500" height="252" /></p>
<p>Thanks thomasATulrichradigDE from avrfreaks for a new driver. <strong> </strong><span class="name"><strong></strong></span><strong></strong></p>

<p><a href="http://feeds.feedburner.com/~a/Friendlyarm?a=6mly8L"><img src="http://feeds.feedburner.com/~a/Friendlyarm?i=6mly8L" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/Friendlyarm/~4/325904461" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.friendlyarm.com/fixed-a-problem-usbasp-in-winavr20080610/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Friendlyarm&amp;itemurl=http%3A%2F%2Fwww.friendlyarm.com%2Ffixed-a-problem-usbasp-in-winavr20080610%2F</feedburner:awareness><feedburner:origLink>http://www.friendlyarm.com/fixed-a-problem-usbasp-in-winavr20080610/</feedburner:origLink></item>
		<item>
		<title>Install Eclipse 3.3 on Ubuntu 8.04</title>
		<link>http://feeds.feedburner.com/~r/Friendlyarm/~3/323278106/</link>
		<comments>http://www.friendlyarm.com/install-eclipse-33-on-ubuntu-804/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 14:24:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[apt ubuntu]]></category>

		<category><![CDATA[aptitude]]></category>

		<category><![CDATA[arm]]></category>

		<category><![CDATA[Atmel]]></category>

		<category><![CDATA[atmel avr]]></category>

		<category><![CDATA[AVR]]></category>

		<category><![CDATA[GNU]]></category>

		<category><![CDATA[gnu version]]></category>

		<category><![CDATA[java for ubuntu]]></category>

		<category><![CDATA[java on ubuntu]]></category>

		<category><![CDATA[java6]]></category>

		<category><![CDATA[jdk]]></category>

		<category><![CDATA[jvm]]></category>

		<category><![CDATA[MCUs]]></category>

		<category><![CDATA[microcontrollers]]></category>

		<category><![CDATA[repository]]></category>

		<category><![CDATA[sudo]]></category>

		<category><![CDATA[SUN]]></category>

		<category><![CDATA[sun java ubuntu]]></category>

		<category><![CDATA[ubuntu eclipse]]></category>

		<category><![CDATA[ubuntu install]]></category>

		<category><![CDATA[ubuntu install java]]></category>

		<category><![CDATA[ubuntu java]]></category>

		<category><![CDATA[ubuntu java plugin]]></category>

		<category><![CDATA[ubuntu jdk]]></category>

		<category><![CDATA[ubuntu linux]]></category>

		<category><![CDATA[ubuntu make]]></category>

		<category><![CDATA[ubuntu repository]]></category>

		<category><![CDATA[ubuntu sudo]]></category>

		<category><![CDATA[ubuntu vm]]></category>

		<guid isPermaLink="false">http://www.friendlyarm.com/?p=22</guid>
		<description><![CDATA[On Ubuntu we want a good IDE for developing programs for the microcontrollers, such as Atmel AVR, ARM MCUs. Eclipse is a prefect IDE with many features, come with Open Source and have many document, plugin.
But on Ubuntu 8.04 not have Eclipse 3.3 in repository, you must use manual install.
1. Before install Eclipse 3.3 you [...]]]></description>
			<content:encoded><![CDATA[<p>On Ubuntu we want a good IDE for developing programs for the microcontrollers, such as Atmel AVR, ARM MCUs. Eclipse is a prefect IDE with many features, come with Open Source and have many document, plugin.</p>
<p>But on Ubuntu 8.04 not have Eclipse 3.3 in repository, you must use manual install.</p>
<p>1. Before install Eclipse 3.3 you must have a Java 6 from SUN on your computer. check on Ubuntu</p>
<p><span style="color: #ff0000;">$java -version</span></p>
<p>If your computer have a Java GNU version, you must install a Java 6 from SUN</p>
<p><span style="color: #ff0000;">$sudo aptitude install sun-java6-jdk</span></p>
<p>When install complete, check a default jvm by:</p>
<p><span style="color: #ff0000;">$update-java-alternatives -l</span></p>
<p>you should get output similar to this:</p>
<p><span style="color: #0000ff;">&gt;java-6-sun 63 /usr/lib/jvm/java-6-sun<br />
&gt;java-gcj 1042 /usr/lib/jvm/java-gcj</span></p>
<p>set the right jvm by use command:</p>
<p><span style="color: #ff0000;">$sudo update-java-alternatives -s java-6-sun</span></p>
<p>and insert <span style="color: #000000;"><strong>/usr/lib/jvm/java-6-sun</strong> on the top of file</span> <strong>/etc/jvm</strong> ($sudo gedit /etc/jvm)</p>
<p><span style="color: #0000ff;">$cat /etc/jvm<br />
# This file defines the default system JVM search order. Each<br />
# JVM should list their JAVA_HOME compatible directory in this file.<br />
# The default system JVM is the first one available from top to<br />
# bottom.<br />
/usr/lib/jvm/java-6-sun<br />
/usr/lib/jvm/java-gcj<br />
/usr/lib/jvm/ia32-java-1.5.0-sun<br />
/usr/lib/jvm/java-1.5.0-sun<br />
/usr</span></p>
<p>Check a version of Java again.</p>
<p><span style="color: #0000ff;">$java -version<br />
java version &#8220;1.6.0_06&#8243;<br />
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)<br />
Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)</span></p>
<p>All Ok <img src='http://www.friendlyarm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</p>
<p>2. Download Eclipse 3.3.2 from <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/index.php" target="_blank">here</a></p>
<p>When download complete, make a new folder for install Eclipse</p>
<p><span style="color: #ff0000;">$sudo mkdir /usr/local/opt</span></p>
<p>Extract Eclipse archive to a new folder</p>
<p><span style="color: #ff0000;">tar -zxf your.downloaded.eclipse.version.tar.gz -C /usr/local/opt</span></p>
<p>Run Eclipse</p>
<p><span style="color: #ff0000;">$cd /usr/local/opt/eclipse<br />
$./eclipse </span></p>
<p>Enjoy!!</p>
<p>PS. Eclipse out a new version 3.4 but i still never test it yet.</p>

<p><a href="http://feeds.feedburner.com/~a/Friendlyarm?a=ADv4uD"><img src="http://feeds.feedburner.com/~a/Friendlyarm?i=ADv4uD" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/Friendlyarm/~4/323278106" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.friendlyarm.com/install-eclipse-33-on-ubuntu-804/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Friendlyarm&amp;itemurl=http%3A%2F%2Fwww.friendlyarm.com%2Finstall-eclipse-33-on-ubuntu-804%2F</feedburner:awareness><feedburner:origLink>http://www.friendlyarm.com/install-eclipse-33-on-ubuntu-804/</feedburner:origLink></item>
		<item>
		<title>Open case H-Link ARM JTAG</title>
		<link>http://feeds.feedburner.com/~r/Friendlyarm/~3/322167619/</link>
		<comments>http://www.friendlyarm.com/open-case-h-link-arm-jtag/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 17:16:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ARM]]></category>

		<category><![CDATA[arm]]></category>

		<category><![CDATA[arm debug]]></category>

		<category><![CDATA[arm debugger]]></category>

		<category><![CDATA[arm Flasher]]></category>

		<category><![CDATA[arm jtag]]></category>

		<category><![CDATA[arm MCUs]]></category>

		<category><![CDATA[arm microcontroller]]></category>

		<category><![CDATA[arm Program]]></category>

		<category><![CDATA[arm Programming]]></category>

		<category><![CDATA[arm Software]]></category>

		<category><![CDATA[arm7]]></category>

		<category><![CDATA[arm7 bin]]></category>

		<category><![CDATA[arm7tdmi]]></category>

		<category><![CDATA[arm9]]></category>

		<category><![CDATA[embedded arm]]></category>

		<category><![CDATA[H-JTAG]]></category>

		<category><![CDATA[H-Link]]></category>

		<category><![CDATA[HJTAG]]></category>

		<category><![CDATA[IAR arm]]></category>

		<category><![CDATA[jtag]]></category>

		<category><![CDATA[jtag cable]]></category>

		<category><![CDATA[jtag interface]]></category>

		<category><![CDATA[jtag programmer]]></category>

		<category><![CDATA[jtag programming]]></category>

		<category><![CDATA[jtag tools]]></category>

		<category><![CDATA[LPC2000]]></category>

		<category><![CDATA[wiggler]]></category>

		<guid isPermaLink="false">http://www.friendlyarm.com/?p=14</guid>
		<description><![CDATA[From i introduce how to setting H-Link with H-JTAG Server Software in recent post. Today i will open case H-Link for show inside.

H-Link case : 25 pin D-SUB Cover easy for open.

H-Link have two buffer. for input, output signal between ARM board and Parallel Port. Can protect a high noise current and give a stable [...]]]></description>
			<content:encoded><![CDATA[<p>From i introduce how to setting H-Link with H-JTAG Server Software in recent post. Today i will open case H-Link for show inside.</p>
<p style="text-align: center;"><img class="size-full wp-image-15 aligncenter" title="H-Link HJTAG ARM7" src="http://www.friendlyarm.com/wp-content/uploads/2008/06/h-link1.jpg" alt="H-Link HJTAG ARM7" width="435" height="326" /></p>
<p>H-Link case : 25 pin D-SUB Cover easy for open.</p>
<p style="text-align: center;"><img class="size-full wp-image-16 aligncenter" title="H-Link HJTAG ARM7" src="http://www.friendlyarm.com/wp-content/uploads/2008/06/h-link2.jpg" alt="H-Link HJTAG ARM7" width="435" height="326" /></p>
<p style="text-align: left;">H-Link have two buffer. for input, output signal between ARM board and Parallel Port. Can protect a high noise current and give a stable signal when use with long Parallel Port Cable ( I tested with 1.8 meter Parallel Port Cable, It work perfect <img src='http://www.friendlyarm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p style="text-align: center;"><img class="size-full wp-image-17 aligncenter" title="H-Link HJTAG ARM7" src="http://www.friendlyarm.com/wp-content/uploads/2008/06/h-link3.jpg" alt="H-Link HJTAG ARM7" width="435" height="326" /></p>
<p>Have a good news, in next version H-JTAG Software have plan to supports Cortex-M3</p>
<p></p>

<p><a href="http://feeds.feedburner.com/~a/Friendlyarm?a=EPHD3v"><img src="http://feeds.feedburner.com/~a/Friendlyarm?i=EPHD3v" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/Friendlyarm/~4/322167619" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.friendlyarm.com/open-case-h-link-arm-jtag/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Friendlyarm&amp;itemurl=http%3A%2F%2Fwww.friendlyarm.com%2Fopen-case-h-link-arm-jtag%2F</feedburner:awareness><feedburner:origLink>http://www.friendlyarm.com/open-case-h-link-arm-jtag/</feedburner:origLink></item>
		<item>
		<title>Setting H-Link with H-JTAG Software</title>
		<link>http://feeds.feedburner.com/~r/Friendlyarm/~3/322167620/</link>
		<comments>http://www.friendlyarm.com/setting-h-link-with-h-jtag-software/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 17:44:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ARM]]></category>

		<category><![CDATA[arm]]></category>

		<category><![CDATA[arm debug]]></category>

		<category><![CDATA[arm debugger]]></category>

		<category><![CDATA[arm Flasher]]></category>

		<category><![CDATA[arm jtag]]></category>

		<category><![CDATA[arm MCUs]]></category>

		<category><![CDATA[arm microcontroller]]></category>

		<category><![CDATA[arm Program]]></category>

		<category><![CDATA[arm Programming]]></category>

		<category><![CDATA[arm Software]]></category>

		<category><![CDATA[arm7]]></category>

		<category><![CDATA[arm7 bin]]></category>

		<category><![CDATA[arm7tdmi]]></category>

		<category><![CDATA[arm9]]></category>

		<category><![CDATA[embedded arm]]></category>

		<category><![CDATA[H-JTAG]]></category>

		<category><![CDATA[H-Link]]></category>

		<category><![CDATA[HJTAG]]></category>

		<category><![CDATA[IAR arm]]></category>

		<category><![CDATA[jtag]]></category>

		<category><![CDATA[jtag cable]]></category>

		<category><![CDATA[jtag interface]]></category>

		<category><![CDATA[jtag programmer]]></category>

		<category><![CDATA[jtag programming]]></category>

		<category><![CDATA[jtag tools]]></category>

		<category><![CDATA[LPC2000]]></category>

		<category><![CDATA[wiggler]]></category>

		<guid isPermaLink="false">http://www.friendlyarm.com/?p=7</guid>
		<description><![CDATA[
First goto http://www.hjtag.com/ for download a new version, new 0.6.2 available now!. After install, open a H-JTAG Server program and click on menu Settings -&#62; JTAG Settings
Setting same a following picture.

In TCK Speed you can change to low speed.
After setting you must close a H-JTAG Server program, connect H-Link JTAG cable to your ARM board [...]]]></description>
			<content:encoded><![CDATA[<p><br />
First goto <a href="http://www.hjtag.com" target="_blank">http://www.hjtag.com/</a> for download a new version, new 0.6.2 available now!. After install, open a H-JTAG Server program and click on menu Settings -&gt; JTAG Settings</p>
<p style="text-align: left;">Setting same a following picture.</p>
<p style="text-align: center;"><img class="size-full wp-image-8 aligncenter" title="H-Link HJTAG ARM7" src="http://www.friendlyarm.com/wp-content/uploads/2008/06/hlink1.jpg" alt="H-Link HJTAG ARM7" width="351" height="303" /></p>
<p style="text-align: left;">In TCK Speed you can change to low speed.</p>
<p style="text-align: left;">After setting you must close a H-JTAG Server program, connect H-Link JTAG cable to your ARM board and plug-in H-Link with Parallel Port (can use Parallel Port cable). Open a H-JTAG Server software again, H-JTAG Server will recognize your ARM board.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-9 aligncenter" title="H-Link HJTAG ARM7" src="http://www.friendlyarm.com/wp-content/uploads/2008/06/hlink2.jpg" alt="H-Link HJTAG ARM7" width="435" height="400" /></p>
<p style="text-align: left;">Open Flasher software by click on Flasher menu. select type of ARM MCUs (your ARM board) in Flash Selection section. I test with LPC2378 ARM board <img src='http://www.friendlyarm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-10 aligncenter" title="H-Link HJTAG ARM7" src="http://www.friendlyarm.com/wp-content/uploads/2008/06/hlink3.jpg" alt="H-Link HJTAG ARM7" width="500" height="380" /></p>
<p style="text-align: left;">In Programming section, you can Erase, Check Blank or Program your hex file to ARM board.</p>
<p style="text-align: center;"><img class="size-full wp-image-11 aligncenter" title="H-Link HJTAG ARM7" src="http://www.friendlyarm.com/wp-content/uploads/2008/06/hlink4.jpg" alt="H-Link HJTAG ARM7" width="500" height="380" /></p>
<p style="text-align: left;">More informations and how to integrate with IAR Embedded Workbench for debug ARM board can see in <a href="http://www.hjtag.com/download/USER%20MANUAL%20(EN).pdf" target="_blank">H-JTAG User Manual</a></p>
<p style="text-align: left;">Enjoy..</p>

<p><a href="http://feeds.feedburner.com/~a/Friendlyarm?a=kd23tR"><img src="http://feeds.feedburner.com/~a/Friendlyarm?i=kd23tR" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/Friendlyarm/~4/322167620" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.friendlyarm.com/setting-h-link-with-h-jtag-software/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Friendlyarm&amp;itemurl=http%3A%2F%2Fwww.friendlyarm.com%2Fsetting-h-link-with-h-jtag-software%2F</feedburner:awareness><feedburner:origLink>http://www.friendlyarm.com/setting-h-link-with-h-jtag-software/</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=Friendlyarm</feedburner:awareness></channel>
</rss><!-- Dynamic Page Served (once) in 0.320 seconds --><!-- Cached page served by WP-Super-Cache -->
