<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>LeafLabs Garden &#187; Topic: mchck: $7 Cortex-M0 board</title>
		<link>http://forums.leaflabs.com/topic.php?id=1324</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:07:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=1324" rel="self" type="application/rss+xml" />

		<item>
			<title>mconners on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-63153</link>
			<pubDate>Thu, 03 Oct 2013 23:09:10 +0000</pubDate>
			<dc:creator>mconners</dc:creator>
			<guid isPermaLink="false">63153@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Funny, I just stumbled across this thread after acquiring the parts and building a mchck. I didn't remember posting on this topic before. Anyway, a lot has changed on that project since then. It is now on the Freescale K20 chip, and I ordered enough parts to build 10 of them. It was really my first foray into building a board with SMDs and I was actually successful!!! Those 603 parts are tiny though. One has been assembled, flashed, and programmed via usb. It did give me an excuse to buy a  bus pirate. Anyway, it's worth checking out at &#60;a href=&#34;http://mchck.org&#34; rel=&#34;nofollow&#34;&#62;http://mchck.org&#60;/a&#62;. You really can build them for under $5 each.&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feurig on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-22977</link>
			<pubDate>Tue, 19 Mar 2013 14:00:40 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">22977@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Looks like its about time to ping you...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-22702</link>
			<pubDate>Sun, 03 Mar 2013 13:53:51 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">22702@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;feurig - &#60;em&#62;&#34;you got slides to go with that?&#34;&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;I have some slides which I'm not super-pleased with. The colours scheme needs fixing (bilious), and it seemed their should be a few more builds, so I'd like to rework them. If you hear nothing within two weeks, please ping me, and I'll try to get them done.&#60;/p&#62;
&#60;p&#62;Also, some of it relied on a  'demo' using the Arduino IDE (in verbose mode), opening up files, and using objdump. Another part was examining a section of the  ATmega48/88/168/328 manual, and directly using information from that to create an Arduino program which poked under the covers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feurig on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-22701</link>
			<pubDate>Sun, 03 Mar 2013 00:03:31 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">22701@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;ps &#34;thinking inside the box&#34; and &#34;Arduino style coding&#34; would be trademarks of suspect devices if we were still dating lawyers.... which thank goodness I am not (haven't kicked the catholics habit yet but one indulgence at a time...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feurig on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-22700</link>
			<pubDate>Sat, 02 Mar 2013 23:24:27 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">22700@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;gbulmer&#60;br /&#62;
you got slides to go with that? I have been doing a lot of thinking inside the box lessons lately.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-22696</link>
			<pubDate>Fri, 01 Mar 2013 13:30:33 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">22696@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;mconners - Thank you for posting the book link to the forum. A friend had sent me a link recently, bit I had forgotten about it.&#60;/p&#62;
&#60;p&#62;I have skimmed it, and came to the same conclusion as you, that it was very solid &#34;old school&#34; stuff, and valuable to everyone who wants to get under the skin of the IDE GUI, or have portable skills.&#60;/p&#62;
&#60;p&#62;Oddly enough, I did a public presentation last night about &#34;Under the covers of Arduino&#34;, covering tool chain, in-memory layout (process) and how that works, as well the GPIO peripheral. So I can confirm there are folks who'd like to understand what actually is going on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconners on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-22694</link>
			<pubDate>Thu, 28 Feb 2013 20:32:57 +0000</pubDate>
			<dc:creator>mconners</dc:creator>
			<guid isPermaLink="false">22694@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;gbulmer, the main reasons I bought them, one you had commended them to me a while back, two &#60;a href=&#34;http://www.cs.indiana.edu/~geobrown/book.pdf&#34; rel=&#34;nofollow&#34;&#62;http://www.cs.indiana.edu/~geobrown/book.pdf&#60;/a&#62; I got that link off of the arm.com web site. As part of their university program, that is the lab manual for the Featured Arm Course. The prof seems like an old school guy, he features the STM32LVL on linux and Mac all command line and interfaces with several periperals. Everything I've learned about ARM I've taught myself so having someone else's perspective is great, plus once you learn everything on the command line the gui's are a snap.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anton on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-22692</link>
			<pubDate>Thu, 28 Feb 2013 03:32:53 +0000</pubDate>
			<dc:creator>anton</dc:creator>
			<guid isPermaLink="false">22692@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;There is no support for stm32l1 in libmaple.&#60;br /&#62;
For now I looking at Teensy3, as it potentially can be USB host.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-22688</link>
			<pubDate>Wed, 27 Feb 2013 21:46:49 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">22688@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;mconners - all of those ST Discovery boards are great value. The VL part has lots of peripherals on-board.&#60;/p&#62;
&#60;p&#62;AFAIK, the only down-side of the STM32VL is the programmer is an ST-LINK and not an ST-LINK/V2. The V2 plays better with Mac.&#60;/p&#62;
&#60;p&#62;ST's standard peripheral library is a bit ugly, but it is much, much better than nothing.&#60;/p&#62;
&#60;p&#62;The amazing value-for-money of the Discovery boards is they all have an on-board hardware debugger! Single-step, breakpoints, trigger a breakpoint when data is changed, interrupt a running program. Brilliant!&#60;/p&#62;
&#60;p&#62;If you want to use gdb, have a look at &#60;a href=&#34;https://github.com/texane/stlink&#34; rel=&#34;nofollow&#34;&#62;https://github.com/texane/stlink&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;STM32F3Discovery is even better! As you can guess, I am a fan :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconners on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-22686</link>
			<pubDate>Wed, 27 Feb 2013 19:00:42 +0000</pubDate>
			<dc:creator>mconners</dc:creator>
			<guid isPermaLink="false">22686@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;gbulmer - just picked up two of the STM32VL Discover boards from newark. $9.88 each. Seems like they should be fun to play around with. &#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tormod on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-21653</link>
			<pubDate>Thu, 13 Dec 2012 15:23:29 +0000</pubDate>
			<dc:creator>tormod</dc:creator>
			<guid isPermaLink="false">21653@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have used pl2303 a lot on Linux with good experience in our labs interfacing various RS232-equipped gear. It is used in the very common dongles that look like this: &#60;a href=&#34;http://uk.farnell.com/tripp-lite/u209-000-r/adapter-usb-a-to-male-serial-17/dp/1838797&#34; rel=&#34;nofollow&#34;&#62;http://uk.farnell.com/tripp-lite/u209-000-r/adapter-usb-a-to-male-serial-17/dp/1838797&#60;/a&#62; with semi-transparent housing and a LED (I think the original design is &#34;UC-232A&#34; from Aten International Co.).&#60;/p&#62;
&#60;p&#62;They work on Mac OS X also, if you use the right driver, see &#60;a href=&#34;https://code.google.com/p/stm32flash/issues/detail?id=36&#34; rel=&#34;nofollow&#34;&#62;https://code.google.com/p/stm32flash/issues/detail?id=36&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Good point about the external crystal. That is a good way to guess what the chip is if you can spot a crystal in the adapter. And don't forget the USB connector in the budget, if you compare cost with separate USB/UART adapters.&#60;/p&#62;
&#60;p&#62;For separate, 3.3V USB/UART boards I prefer the CP2102-based ones from Baite because they have more pinouts (although not all headers soldered).&#60;/p&#62;
&#60;p&#62;I only have one bad experience with a cheap PL2303 based adapter where the RX input impedance was too low and it pulled down the signal from the MAX232 in the other end, but I don't know if the chip itself was to blame.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikep on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-21649</link>
			<pubDate>Thu, 13 Dec 2012 09:27:53 +0000</pubDate>
			<dc:creator>mikep</dc:creator>
			<guid isPermaLink="false">21649@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;AFAIK, the PL2303 is used in those data cables for Nokia phones (DKU-5 and CA-42, &#60;a href=&#34;http://dx.com/p/dku-5-data-cable-fully-compatible-with-nokia-dku-5-cell-phone-data-cable-13863?r=58979887&#34; rel=&#34;nofollow&#34;&#62;http://dx.com/p/dku-5-data-cable-fully-compatible-with-nokia-dku-5-cell-phone-data-cable-13863?r=58979887&#60;/a&#62;, &#60;a href=&#34;http://dx.com/p/data-cable-compatible-with-nokia-ca-42-446?rt=1&#38;amp;p=2&#38;amp;m=2&#38;amp;r=3&#38;amp;k=1&#38;amp;t=1&#38;amp;s=13863&#38;amp;u=446)&#34; rel=&#34;nofollow&#34;&#62;http://dx.com/p/data-cable-compatible-with-nokia-ca-42-446?rt=1&#38;amp;p=2&#38;amp;m=2&#38;amp;r=3&#38;amp;k=1&#38;amp;t=1&#38;amp;s=13863&#38;amp;u=446)&#60;/a&#62;.&#60;br /&#62;
I have used one of these cables as a cheap serial-USB converter. It's 3.3V level and you only get RX and TX and GND (no additional signals, at least not on the cable I had). I only used it on windows though. But from what I read it should be recognized on Linux as well. They're pretty popular for debricking a router or a Seagate Dockstar ... &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://buffalo.nas-central.org/index.php/Use_a_Nokia_Serial_Cable_on_an_ARM9_Linkstation&#34; rel=&#34;nofollow&#34;&#62;http://buffalo.nas-central.org/index.php/Use_a_Nokia_Serial_Cable_on_an_ARM9_Linkstation&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-21631</link>
			<pubDate>Wed, 12 Dec 2012 20:17:36 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">21631@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;tormod - Thanks, very interesting suggestion.&#60;br /&#62;
As you say, PL2303 $0.32 for 100 off, eg: &#60;a href=&#34;http://www.aliexpress.com/item/USB-IC-PL2303HX-PL2303/657757063.html&#34; rel=&#34;nofollow&#34;&#62;http://www.aliexpress.com/item/USB-IC-PL2303HX-PL2303/657757063.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think they may be low-cost because:&#60;br /&#62;
A. Prolific have end-of-life'd: &#34;PL-2303HX (Chip Rev A) will be phased out at the end of October 2012&#34; &#60;a href=&#34;http://prolificusa.com/portfolio/pl-2303hx-usb-to-serial-bridge-controller&#34; rel=&#34;nofollow&#34;&#62;http://prolificusa.com/portfolio/pl-2303hx-usb-to-serial-bridge-controller&#60;/a&#62;&#60;br /&#62;
B. It needs an external crystal.&#60;/p&#62;
&#60;p&#62;Have you any experience with the PL2303? Does it work okay on Mac &#38;amp; Linux?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tormod on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-21630</link>
			<pubDate>Wed, 12 Dec 2012 16:48:40 +0000</pubDate>
			<dc:creator>tormod</dc:creator>
			<guid isPermaLink="false">21630@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;For cheap USB/UART there is also the PL2303. I saw PL2303 chips down to $0.32 (at 100 pieces, free shipping) on aliexpress.com.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feurig on "mchck: $7 Cortex-M0 board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1324#post-21550</link>
			<pubDate>Fri, 07 Dec 2012 17:34:27 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">21550@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Its kind of a dirty secret. Unless they have fixed it you can buy the mcp2200 (usually for less money than the pic18f14k50) and reprogram it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
