<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Microchip&#8217;s PIC: developing with Mac</title>
	<atom:link href="http://carsonbaker.org/2007/05/24/developing-embedded-systems-on-the-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://carsonbaker.org/2007/05/24/developing-embedded-systems-on-the-mac/</link>
	<description>Thoughts on finance, robotics, embedded systems, and interactive art.</description>
	<pubDate>Mon, 08 Sep 2008 15:55:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Rob Barris</title>
		<link>http://carsonbaker.org/2007/05/24/developing-embedded-systems-on-the-mac/#comment-6</link>
		<dc:creator>Rob Barris</dc:creator>
		<pubDate>Fri, 25 May 2007 06:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://2007.carsonbaker.org/?p=7#comment-6</guid>
		<description>I am partial to Motorola HC11 and HC12, I use boards from Technological Arts ( www.technologicalarts.com ) such as the NanoCore12, pretty affordable. I have scripts that can build the GCC toolchain on OSX(*), I use these to write HC12 progs in C, works for me. A serial BDM is recommended suuch as the MicroBDM12-SX on the TechArts site.

* gdb isn't building but I haven't pursued it, I just use 'gcc' 'ld' 'make' and binutils, and do downloads with ZTerm.

Email me if you are interested in the GCC/HC12 connection.</description>
		<content:encoded><![CDATA[<p>I am partial to Motorola HC11 and HC12, I use boards from Technological Arts ( <a href="http://www.technologicalarts.com" rel="nofollow">http://www.technologicalarts.com</a> ) such as the NanoCore12, pretty affordable. I have scripts that can build the GCC toolchain on OSX(*), I use these to write HC12 progs in C, works for me. A serial BDM is recommended suuch as the MicroBDM12-SX on the TechArts site.</p>
<p>* gdb isn&#8217;t building but I haven&#8217;t pursued it, I just use &#8216;gcc&#8217; &#8216;ld&#8217; &#8216;make&#8217; and binutils, and do downloads with ZTerm.</p>
<p>Email me if you are interested in the GCC/HC12 connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carson</title>
		<link>http://carsonbaker.org/2007/05/24/developing-embedded-systems-on-the-mac/#comment-5</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Fri, 25 May 2007 06:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://2007.carsonbaker.org/?p=7#comment-5</guid>
		<description>GÃ¶ran Stigler wrote in to mention the following:

A PIC ASM IDE: http://www.macrobotics.com/MacrocASM/MacrocASM.html

(I tried this out and didn't care much for the way it worked. Granted I didn't spend a lot of time with it, but gpasm seemed to do a better job.)

A Mac editor for Basic Stamp: http://www.muratnkonar.com/otherstuff/macbs2/</description>
		<content:encoded><![CDATA[<p>GÃ¶ran Stigler wrote in to mention the following:</p>
<p>A PIC ASM IDE: <a href="http://www.macrobotics.com/MacrocASM/MacrocASM.html" rel="nofollow">http://www.macrobotics.com/MacrocASM/MacrocASM.html</a></p>
<p>(I tried this out and didn&#8217;t care much for the way it worked. Granted I didn&#8217;t spend a lot of time with it, but gpasm seemed to do a better job.)</p>
<p>A Mac editor for Basic Stamp: <a href="http://www.muratnkonar.com/otherstuff/macbs2/" rel="nofollow">http://www.muratnkonar.com/otherstuff/macbs2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thej</title>
		<link>http://carsonbaker.org/2007/05/24/developing-embedded-systems-on-the-mac/#comment-4</link>
		<dc:creator>thej</dc:creator>
		<pubDate>Fri, 25 May 2007 06:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://2007.carsonbaker.org/?p=7#comment-4</guid>
		<description>Someone has posted an AVR ISP Programmer on AVRfreaks that has a USB interface. He built it so he could use it on his Mac ! He has the postscript files for the PCB layout available for download too.
http://www.avrfreaks.net/Tools/showtools.php?ToolID=551

Also, here is a beginners tutorial to learn assembly on the AVR.
http://www.avr-asm-tutorial.net/avr_en/index.html</description>
		<content:encoded><![CDATA[<p>Someone has posted an AVR ISP Programmer on AVRfreaks that has a USB interface. He built it so he could use it on his Mac ! He has the postscript files for the PCB layout available for download too.<br />
<a href="http://www.avrfreaks.net/Tools/showtools.php?ToolID=551" rel="nofollow">http://www.avrfreaks.net/Tools/showtools.php?ToolID=551</a></p>
<p>Also, here is a beginners tutorial to learn assembly on the AVR.<br />
<a href="http://www.avr-asm-tutorial.net/avr_en/index.html" rel="nofollow">http://www.avr-asm-tutorial.net/avr_en/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Schimpf</title>
		<link>http://carsonbaker.org/2007/05/24/developing-embedded-systems-on-the-mac/#comment-3</link>
		<dc:creator>Jim Schimpf</dc:creator>
		<pubDate>Fri, 25 May 2007 06:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://2007.carsonbaker.org/?p=7#comment-3</guid>
		<description>Very interesting, I also would like tools on the Mac so I could do embedded work on the box. I do this for a living (test equipment for telecom) and would like to work using my favorite OS instead of Windows. The next problems you will hit after you find a tool to build the code (as you did with AVR-GCC and GNUPic) are (1) programming the part and (2) debugging the code. Almost all the tools for small processor programming/debugging assume a parallel port connection or some funky use of hardware serial ports. There a very few USB or ETHERNET devices out there but they are VERY expensive (why I don't know). My hope is that as Window's laptops leave the legacy ports behind that manufacturers will finally build USB hardware for embedded work and then the Mac can compete on equal footing. Also as the Linux folk use these tools we can benefit also.</description>
		<content:encoded><![CDATA[<p>Very interesting, I also would like tools on the Mac so I could do embedded work on the box. I do this for a living (test equipment for telecom) and would like to work using my favorite OS instead of Windows. The next problems you will hit after you find a tool to build the code (as you did with AVR-GCC and GNUPic) are (1) programming the part and (2) debugging the code. Almost all the tools for small processor programming/debugging assume a parallel port connection or some funky use of hardware serial ports. There a very few USB or ETHERNET devices out there but they are VERY expensive (why I don&#8217;t know). My hope is that as Window&#8217;s laptops leave the legacy ports behind that manufacturers will finally build USB hardware for embedded work and then the Mac can compete on equal footing. Also as the Linux folk use these tools we can benefit also.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
