<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>EDA360 Insider</title>
	<atom:link href="http://eda360insider.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eda360insider.wordpress.com</link>
	<description>The Way Forward for Electronic Design by Steve Leibson</description>
	<lastBuildDate>Mon, 17 Sep 2012 16:17:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='eda360insider.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/437a8c726e518b20a556699b89cac3a5?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>EDA360 Insider</title>
		<link>http://eda360insider.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://eda360insider.wordpress.com/osd.xml" title="EDA360 Insider" />
	<atom:link rel='hub' href='http://eda360insider.wordpress.com/?pushpress=hub'/>
		<item>
		<title>A head-to-head comparison of the ARM Cortex-M4 and –M0 processor cores by Jack Ganssle</title>
		<link>http://eda360insider.wordpress.com/2012/09/17/a-head-to-head-comparison-of-the-arm-cortex-m4-and-m0-processor-cores-by-jack-ganssle/</link>
		<comments>http://eda360insider.wordpress.com/2012/09/17/a-head-to-head-comparison-of-the-arm-cortex-m4-and-m0-processor-cores-by-jack-ganssle/#comments</comments>
		<pubDate>Mon, 17 Sep 2012 16:17:16 +0000</pubDate>
		<dc:creator>sleibson2</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Cortex-M0]]></category>
		<category><![CDATA[Cortex-M4]]></category>
		<category><![CDATA[System Realization]]></category>
		<category><![CDATA[ARM architecture]]></category>
		<category><![CDATA[ARM Cortex-M0]]></category>
		<category><![CDATA[ARM Cortex-M4]]></category>
		<category><![CDATA[Jack Ganssle]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[Multi-core processor]]></category>
		<category><![CDATA[SIMD]]></category>

		<guid isPermaLink="false">http://eda360insider.wordpress.com/?p=6289</guid>
		<description><![CDATA[Jack Ganssle has just published the latest edition of his Embedded Muse newsletter with a very informative, hands-on look at the ARM Cortex-M4 and –M0 processor cores in the NXP LPC4350. In particular, Jack looked at processing speed and power &#8230; <a href="http://eda360insider.wordpress.com/2012/09/17/a-head-to-head-comparison-of-the-arm-cortex-m4-and-m0-processor-cores-by-jack-ganssle/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6289&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Jack Ganssle has just published the <a href="http://www.ganssle.com/tem/tem228.html">latest edition of his Embedded Muse</a> newsletter with a very informative, hands-on look at the ARM Cortex-M4 and –M0 processor cores in the <a href="http://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=2&amp;cad=rja&amp;sqi=2&amp;ved=0CEIQFjAB&amp;url=http%3A%2F%2Fwww.nxp.com%2Fdocuments%2Fdata_sheet%2FLPC4350_30_20_10.pdf&amp;ei=eUtXUIrILKj9iwLJxIH4BA&amp;usg=AFQjCNEf1rbFf6bFnYhMhaeqLQ1GsdpDpw">NXP LPC4350</a>. In particular, Jack looked at processing speed and power consumption of both processors in the deual-core microcontroller. The results are very interesting.</p>
<p>First, Jack broke needed a way to measure just the microcontroller power consumption on the Hitex eval board he used for tests. He did this by adding a 5-ohm resistor in series with the microcontroller’s ground lead and then measuring the voltage drop across the resistor.</p>
<p>Then he wrote a series of tests to exercise the two processors. The processors take turns running these tests and a couple of GPIO pins go high or low to indicate which processor is operating. This 3-trace scope image shows you what the output of the test setup looks like.</p>
<p><a href="http://eda360insider.files.wordpress.com/2012/09/ganssle-test-image.gif"><img class="aligncenter size-full wp-image-6290" title="Ganssle Test image" src="http://eda360insider.files.wordpress.com/2012/09/ganssle-test-image.gif?w=640" alt=""   /></a></p>
<p>The yellow trace shows the active periods for the ARM Cortex-M4 processor core. The Green trace shows the active periods for the ARM Cortex-M0 core. Note that it takes the ARM Cortex-M0 core a lot longer to run the same code, as you’d expect.</p>
<p>The blue trace shows the voltage across the 5-ohm resistor, which is proportional to the amount of current flowing through the NXP dual-core microcontroller. As you’d expect, the chip draws much less power when the ARM Cortex-M0 core is running and the ARM Cortex-M4 core is sleeping than vice versa.</p>
<p>The ARM Cortex-M4 with its SIMD and floating-point capabilities ran the tests 12 to 174 times faster than the ARM Cortex-M0 core and consumed 2x to 9x more power. Consequently, the ARM Cortex-M4 core proved to be more energy efficient than the ARM Cortex-M0 core.</p>
<p>This series of tests demonstrates that you can often get more energy efficiency from a fast processor core that sleeps a lot instead of a slower processor core that draws less power while running all or most of the time. Yet another example of how system-level considerations come into play when developing a low-power or low-energy design.</p>
<p>(Many thanks to my good friend Jack Ganssle for permission to reprint his results.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eda360insider.wordpress.com/6289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eda360insider.wordpress.com/6289/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6289&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eda360insider.wordpress.com/2012/09/17/a-head-to-head-comparison-of-the-arm-cortex-m4-and-m0-processor-cores-by-jack-ganssle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e13c1fba72ba532b6ace42ce3fb90601?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sleibson2</media:title>
		</media:content>

		<media:content url="http://eda360insider.files.wordpress.com/2012/09/ganssle-test-image.gif" medium="image">
			<media:title type="html">Ganssle Test image</media:title>
		</media:content>
	</item>
		<item>
		<title>Friday Video: SoC in tiny 500mg backpack transforms cockroach into radio-controlled exploration vehicle</title>
		<link>http://eda360insider.wordpress.com/2012/09/14/friday-video-soc-in-tiny-500mg-backpack-transforms-cockroach-into-radio-controlled-exploration-vehicle/</link>
		<comments>http://eda360insider.wordpress.com/2012/09/14/friday-video-soc-in-tiny-500mg-backpack-transforms-cockroach-into-radio-controlled-exploration-vehicle/#comments</comments>
		<pubDate>Fri, 14 Sep 2012 07:04:13 +0000</pubDate>
		<dc:creator>sleibson2</dc:creator>
				<category><![CDATA[EDA360]]></category>
		<category><![CDATA[System Realization]]></category>
		<category><![CDATA[Alper Bozkurt]]></category>
		<category><![CDATA[Cockroach]]></category>
		<category><![CDATA[IEEE Engineering]]></category>
		<category><![CDATA[IEEE Engineering in Medicine & Biology Society]]></category>
		<category><![CDATA[Madagascar hissing cockroach]]></category>
		<category><![CDATA[North Carolina State University]]></category>
		<category><![CDATA[San Diego]]></category>

		<guid isPermaLink="false">http://eda360insider.wordpress.com/?p=6281</guid>
		<description><![CDATA[(You do not know how hard it was to write that headline.) Let’s say you need a really small exploration vehicle to check out the ruins of a natural disaster to search for survivors. Nature has been at this design &#8230; <a href="http://eda360insider.wordpress.com/2012/09/14/friday-video-soc-in-tiny-500mg-backpack-transforms-cockroach-into-radio-controlled-exploration-vehicle/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6281&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>(You do not know how hard it was to write that headline.)</p>
<p>Let’s say you need a really small exploration vehicle to check out the ruins of a natural disaster to search for survivors. Nature has been at this design task for millions of years and has produced an optimized design otherwise known as the hissing cockroach. Unfortunately, we’re not very good at controlling hissing cockroaches, either individually or in large populations. Well, Tahmid Latif and Alper Bozkurt at the Integrated Bionic Microsystems Laboratory (iBionicS Lab) at North Carolina State University have developed a strap-on control system that turns a hissing cockroach into a driveable robotic device.</p>
<p><a href="http://eda360insider.files.wordpress.com/2012/09/rc-cockroach.gif"><img class="aligncenter size-full wp-image-6282" title="RC Cockroach" src="http://eda360insider.files.wordpress.com/2012/09/rc-cockroach.gif?w=640" alt=""   /></a></p>
<p>The backpack drives a couple of stimulation electrodes that are attached to the stubs of the cockroach’s amputated antennae. These electrodes allow a driver to steer the cockroach, as exhibited in a pretty interesting <a href="http://ibionics.ece.ncsu.edu/EMBC_12.wmv">video</a>.</p>
<p>For a proof of concept, the researchers used a Microchip PIC 16F630 microcontroller with an IA4320 ISM band FSK receiver that took commands from a commercial radio-control transmitter. It worked, but the prototype controller was too heavy and handicapped the mobility of the cockroach. So the researchers developed a lighter system based on a <a href="http://www.ti.com/product/cc2530" target="_blank">Texas Instruments CC2530 Zigbee-based SoC</a>.</p>
<p>You can read all about it in the paper: “<a href="http://ibionics.ece.ncsu.edu/assets/EMBC_12.pdf">Line Following Terrestrial Insect Biobots</a>” presented at the 34th International Conference of the IEEE Engineering in Medicine and Biology Society held in San Diego, CA a couple of weeks ago.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eda360insider.wordpress.com/6281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eda360insider.wordpress.com/6281/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6281&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eda360insider.wordpress.com/2012/09/14/friday-video-soc-in-tiny-500mg-backpack-transforms-cockroach-into-radio-controlled-exploration-vehicle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ibionics.ece.ncsu.edu/EMBC_12.wmv" length="1963951" type="video/asf" />
<enclosure url="http://ibionics.ece.ncsu.edu/EMBC_12.wmv" length="1963951" type="video/asf" />
<enclosure url="http://ibionics.ece.ncsu.edu/EMBC_12.wmv" length="1963951" type="video/asf" />
<enclosure url="http://ibionics.ece.ncsu.edu/EMBC_12.wmv" length="1963951" type="video/asf" />
<enclosure url="http://ibionics.ece.ncsu.edu/EMBC_12.wmv" length="1963951" type="video/asf" />
	
		<media:content url="http://2.gravatar.com/avatar/e13c1fba72ba532b6ace42ce3fb90601?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sleibson2</media:title>
		</media:content>

		<media:content url="http://eda360insider.files.wordpress.com/2012/09/rc-cockroach.gif" medium="image">
			<media:title type="html">RC Cockroach</media:title>
		</media:content>
	</item>
		<item>
		<title>Friday Video: A different kind of fab with some very, very cool machines</title>
		<link>http://eda360insider.wordpress.com/2012/09/14/friday-video-a-different-kind-of-fab-with-some-very-very-cool-machines/</link>
		<comments>http://eda360insider.wordpress.com/2012/09/14/friday-video-a-different-kind-of-fab-with-some-very-very-cool-machines/#comments</comments>
		<pubDate>Fri, 14 Sep 2012 07:02:51 +0000</pubDate>
		<dc:creator>sleibson2</dc:creator>
				<category><![CDATA[EDA360]]></category>

		<guid isPermaLink="false">http://eda360insider.wordpress.com/?p=6276</guid>
		<description><![CDATA[Semiconductors are not the only things made in fabs.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6276&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Semiconductors are not the only things made in fabs.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/8qGHWZm0C-o?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eda360insider.wordpress.com/6276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eda360insider.wordpress.com/6276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6276&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eda360insider.wordpress.com/2012/09/14/friday-video-a-different-kind-of-fab-with-some-very-very-cool-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e13c1fba72ba532b6ace42ce3fb90601?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sleibson2</media:title>
		</media:content>
	</item>
		<item>
		<title>Friday Video: Get the latest skinny on the IPC-2581 open interchange standard for PCB design</title>
		<link>http://eda360insider.wordpress.com/2012/09/14/friday-video-get-the-latest-skinny-on-the-ipc-2581-open-interchange-standard-for-pcb-design/</link>
		<comments>http://eda360insider.wordpress.com/2012/09/14/friday-video-get-the-latest-skinny-on-the-ipc-2581-open-interchange-standard-for-pcb-design/#comments</comments>
		<pubDate>Fri, 14 Sep 2012 07:01:55 +0000</pubDate>
		<dc:creator>sleibson2</dc:creator>
				<category><![CDATA[EDA360]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[System Realization]]></category>
		<category><![CDATA[Dave Jones]]></category>
		<category><![CDATA[OrCAD]]></category>
		<category><![CDATA[Printed circuit board]]></category>

		<guid isPermaLink="false">http://eda360insider.wordpress.com/?p=6270</guid>
		<description><![CDATA[Dave Jones down in Australia (not Austria!) is attending the Australian Electronex show in Sydney and he’s posted a long video where representatives from the IPC Designers Council discuss the relatively new IPC-2581 standard for describing printed circuit boards and &#8230; <a href="http://eda360insider.wordpress.com/2012/09/14/friday-video-get-the-latest-skinny-on-the-ipc-2581-open-interchange-standard-for-pcb-design/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6270&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Dave Jones down in Australia (not Austria!) is attending the Australian Electronex show in Sydney and he’s posted a long video where representatives from the IPC Designers Council discuss the relatively new IPC-2581 standard for describing printed circuit boards and PCB assemblies. This is a really important standard for permitting information interchange among designers, tooling vendors, pcb manufacturers, assembly houses, and test facilities.</p>
<p>Note: The Cadence Allegro and OrCAD pcb design tools support IPC-2581. Cadence is a founding member of the IPC-2581 Consortium and believes it’s in the industry’s best interest that an open, public, neutrally maintained standard be adopted by all segments of the PCB design, fabrication, assembly, and test supply-chain.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/-VaAplMihrg?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>For more information on IPC-2581, see Richard Goering’s blog post “<a href="http://www.cadence.com/Community/blogs/ii/archive/2012/04/23/ipc-2581-update-forward-progress-on-a-pcb-data-transfer-standard.aspx" target="_blank">IPC-2581 Update: Forward Progress on a PCB Data Transfer Standard</a>.”</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eda360insider.wordpress.com/6270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eda360insider.wordpress.com/6270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6270&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eda360insider.wordpress.com/2012/09/14/friday-video-get-the-latest-skinny-on-the-ipc-2581-open-interchange-standard-for-pcb-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e13c1fba72ba532b6ace42ce3fb90601?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sleibson2</media:title>
		</media:content>
	</item>
		<item>
		<title>Smartphones: Where PCIe has not gone before—but will. Sooner rather than later.</title>
		<link>http://eda360insider.wordpress.com/2012/09/13/smartphones-where-pcie-has-not-gone-before-but-will-sooner-rather-than-later/</link>
		<comments>http://eda360insider.wordpress.com/2012/09/13/smartphones-where-pcie-has-not-gone-before-but-will-sooner-rather-than-later/#comments</comments>
		<pubDate>Thu, 13 Sep 2012 18:23:08 +0000</pubDate>
		<dc:creator>sleibson2</dc:creator>
				<category><![CDATA[EDA360]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[SoC Realization]]></category>
		<category><![CDATA[System Realization]]></category>
		<category><![CDATA[MIPI Alliance]]></category>
		<category><![CDATA[PCI Express]]></category>
		<category><![CDATA[PCI SIG]]></category>
		<category><![CDATA[PHY]]></category>

		<guid isPermaLink="false">http://eda360insider.wordpress.com/?p=6264</guid>
		<description><![CDATA[Rick Merritt has just published an interesting article in EETimes: the PCI Special Interest Group (PCI SIG) expects to announce an adaptation of the ever-popular PCIe interface for mobile devices including smartphones. Merritt reports that the PCI SIG and MIPI &#8230; <a href="http://eda360insider.wordpress.com/2012/09/13/smartphones-where-pcie-has-not-gone-before-but-will-sooner-rather-than-later/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6264&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Rick Merritt has just <a href="http://www.eetimes.com/electronics-news/4396200/Smartphone-is-next-stop-for-PCI-Express-" target="_blank">published</a> an interesting article in EETimes: the PCI Special Interest Group (PCI SIG) expects to announce an adaptation of the ever-popular PCIe interface for mobile devices including smartphones. Merritt reports that the PCI SIG and MIPI Alliance signed a collaboration agreement on Monday, September 10 to create a version of the next-generation PCIe 4.0 spec that runs on top of the MIPI Alliance’s M-PHY. The MIPI Alliance, which oversees the development and adoption of mobile interface standard, and are there ever a lot of such standards, as you can see here from the <a href="http://www.mipi.org/">MIPI Alliance’s Web site</a>:</p>
<div id="attachment_6265" class="wp-caption aligncenter" style="width: 630px"><a href="http://eda360insider.files.wordpress.com/2012/09/mipi-block-diagram.gif"><img class="size-full wp-image-6265" title="MIPI Block Diagram" src="http://eda360insider.files.wordpress.com/2012/09/mipi-block-diagram.gif?w=640" alt=""   /></a><p class="wp-caption-text">MIPI Interface Block Diagram for Mobile Devices</p></div>
<p>If you look at the diagram, you might see a glaring omission as I did. There’s no MIPI standard for connecting large amounts of RAM to the host application processor. To date, LPDDR standards have done this job and may continue to do so in the future. The addition of a PCIe protocol on top of the existing M-PHY physical layer presents another interesting possibility for a low-power interconnect spec. The MIPI Alliance’s M-PHY started as a 1.25Gbits/sec physical-layer interface and will reportedly hit 5.8Gbits/sec with a third-generation spec expected to appear next year.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eda360insider.wordpress.com/6264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eda360insider.wordpress.com/6264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6264&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eda360insider.wordpress.com/2012/09/13/smartphones-where-pcie-has-not-gone-before-but-will-sooner-rather-than-later/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e13c1fba72ba532b6ace42ce3fb90601?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sleibson2</media:title>
		</media:content>

		<media:content url="http://eda360insider.files.wordpress.com/2012/09/mipi-block-diagram.gif" medium="image">
			<media:title type="html">MIPI Block Diagram</media:title>
		</media:content>
	</item>
		<item>
		<title>3D Thursday: Hella big conference on multi-die integration in the heart of Silicon Valley</title>
		<link>http://eda360insider.wordpress.com/2012/09/12/3d-thursday-hella-big-conference-on-multi-die-integration-in-the-heart-of-silicon-valley/</link>
		<comments>http://eda360insider.wordpress.com/2012/09/12/3d-thursday-hella-big-conference-on-multi-die-integration-in-the-heart-of-silicon-valley/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 20:31:29 +0000</pubDate>
		<dc:creator>sleibson2</dc:creator>
				<category><![CDATA[2.5D]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[EDA360]]></category>
		<category><![CDATA[Silicon Realization]]></category>
		<category><![CDATA[SoC]]></category>
		<category><![CDATA[SoC Realization]]></category>

		<guid isPermaLink="false">http://eda360insider.wordpress.com/?p=6258</guid>
		<description><![CDATA[There’s a strange little high-rise hotel called the Biltmore in the center of Silicon Valley at the intersection of the Montague Expressway and Highway 101. It’s going to be the site of this year’s “Roadmaps for Multi Die Integration” conference &#8230; <a href="http://eda360insider.wordpress.com/2012/09/12/3d-thursday-hella-big-conference-on-multi-die-integration-in-the-heart-of-silicon-valley/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6258&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://eda360insider.files.wordpress.com/2012/09/biltmore-hotel.gif"><img class="alignright  wp-image-6260" title="Biltmore Hotel" src="http://eda360insider.files.wordpress.com/2012/09/biltmore-hotel.gif?w=109&#038;h=185" alt="" width="109" height="185" /></a>There’s a strange little high-rise hotel called the Biltmore in the center of Silicon Valley at the intersection of the Montague Expressway and Highway 101. It’s going to be the site of this year’s “Roadmaps for Multi Die Integration” conference on November 14 and if you are or will be involved in any aspect of 3D IC design, assembly, and packaging then you need to figure out how you can plant your tuchas on a chair at this event.</p>
<p>There are several important sessions at this conference including:</p>
<ul>
<li>“<strong>A Multi-Die Integration Strategies Session</strong>” led by Pat Tang of STATSChipPAC.</li>
<li>A session on “<strong>Enabling Multi Die Integration</strong>” led by Kumar Nagarajan of Xilinx</li>
<li>A session on “<strong>Emerging Technologies for Multi-Die Packaging</strong>” led by John Xie of Altera</li>
<li>A panel on “<strong>Drivers for Multi-Die Packaging</strong>” led by Ivor Barber of LSI Corp and Rich Rice of ASE</li>
</ul>
<p>The keynote by Anwar Mohammed of Huawei Technologies looks to be just as interesting: “<strong>The Promises and Pitfalls of 2.5D Packaging…A User Perspective.</strong>”</p>
<p>That’s a lot for one day.</p>
<p>Registration for MEPTEC members is $475 and it’s $575 for non-members.</p>
<p>More info <a href="http://www.meptec.org/meptec2012roadma.html" target="_blank">here</a>.</p>
<p>Registration is <a href="https://meptec.org/meptec2012roadmb.html">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eda360insider.wordpress.com/6258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eda360insider.wordpress.com/6258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6258&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eda360insider.wordpress.com/2012/09/12/3d-thursday-hella-big-conference-on-multi-die-integration-in-the-heart-of-silicon-valley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e13c1fba72ba532b6ace42ce3fb90601?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sleibson2</media:title>
		</media:content>

		<media:content url="http://eda360insider.files.wordpress.com/2012/09/biltmore-hotel.gif" medium="image">
			<media:title type="html">Biltmore Hotel</media:title>
		</media:content>
	</item>
		<item>
		<title>Would you like a guide to several new microcontrollers based on the ARM Cortex-M series of processor cores?</title>
		<link>http://eda360insider.wordpress.com/2012/09/12/would-you-like-a-guide-to-several-new-microcontrollers-based-on-the-arm-cortex-m-series-of-processor-cores/</link>
		<comments>http://eda360insider.wordpress.com/2012/09/12/would-you-like-a-guide-to-several-new-microcontrollers-based-on-the-arm-cortex-m-series-of-processor-cores/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 18:16:11 +0000</pubDate>
		<dc:creator>sleibson2</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Cortex-M0]]></category>
		<category><![CDATA[Cortex-M3]]></category>
		<category><![CDATA[Cortex-M4]]></category>
		<category><![CDATA[Silicon Realization]]></category>
		<category><![CDATA[System Realization]]></category>
		<category><![CDATA[ARM architecture]]></category>
		<category><![CDATA[Atmel]]></category>
		<category><![CDATA[Energy Micro]]></category>
		<category><![CDATA[Freescale Semiconductor]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[Nordic Semiconductor]]></category>
		<category><![CDATA[STMicroelectronics]]></category>
		<category><![CDATA[Texas Instruments]]></category>

		<guid isPermaLink="false">http://eda360insider.wordpress.com/?p=6253</guid>
		<description><![CDATA[Alban Rampon has just published a guide to many new developments surrounding the ARM Cortex-M series of microcontroller cores. The guide includes a discussion of Freescale Kinetis L microcontrollers based on the ARM Cortex-M0+ core; discussions of microcontrollers based on &#8230; <a href="http://eda360insider.wordpress.com/2012/09/12/would-you-like-a-guide-to-several-new-microcontrollers-based-on-the-arm-cortex-m-series-of-processor-cores/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6253&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Alban Rampon has just <a href="http://blogs.arm.com/embedded/785-arm-cortex-m-mcus-new-partners-resources-tools-books/?sf5991875=1" target="_blank">published</a> a guide to many new developments surrounding the ARM Cortex-M series of microcontroller cores. The guide includes a discussion of Freescale Kinetis L microcontrollers based on the ARM Cortex-M0+ core; discussions of microcontrollers based on the ARM Cortex-M0 core from STMicroelectronics, Nordic Semiconductor, and Sonix; microcontrollers from Silicon Labs and Atmel; and discussions of microcontrollers from Infineon, Energy Micro, and Texas Instruments all based on various ARM Cortex-M4 core implementations.</p>
<p>Rampon is a Partnership Marketing Specialist at ARM.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eda360insider.wordpress.com/6253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eda360insider.wordpress.com/6253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6253&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eda360insider.wordpress.com/2012/09/12/would-you-like-a-guide-to-several-new-microcontrollers-based-on-the-arm-cortex-m-series-of-processor-cores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e13c1fba72ba532b6ace42ce3fb90601?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sleibson2</media:title>
		</media:content>
	</item>
		<item>
		<title>Jim Hogan wants to give you the secrets of raising funds for an EDA startup. Free!</title>
		<link>http://eda360insider.wordpress.com/2012/09/11/jim-hogan-wants-to-give-you-the-secrets-of-raising-funds-for-an-eda-startup-free/</link>
		<comments>http://eda360insider.wordpress.com/2012/09/11/jim-hogan-wants-to-give-you-the-secrets-of-raising-funds-for-an-eda-startup-free/#comments</comments>
		<pubDate>Tue, 11 Sep 2012 20:39:10 +0000</pubDate>
		<dc:creator>sleibson2</dc:creator>
				<category><![CDATA[EDA360]]></category>
		<category><![CDATA[Angel investor]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[EDA]]></category>
		<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[Hogan]]></category>
		<category><![CDATA[Jim Hogan]]></category>

		<guid isPermaLink="false">http://eda360insider.wordpress.com/?p=6248</guid>
		<description><![CDATA[On October 17, Jim Hogan’s second “conversation” in his Emerging Companies Series will deal with a key topic for EDA entrepreneurs: “How to Raise Money and How Not to Spend It.&#8221; Hogan’s guests include Amit Gupta, President and CEO of &#8230; <a href="http://eda360insider.wordpress.com/2012/09/11/jim-hogan-wants-to-give-you-the-secrets-of-raising-funds-for-an-eda-startup-free/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6248&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>On October 17, <strong>Jim Hogan</strong>’s second “conversation” in his Emerging Companies Series will deal with a key topic for EDA entrepreneurs: “How to Raise Money and How Not to Spend It.&#8221; Hogan’s guests include <strong>Amit Gupta</strong>, President and CEO of Solido Design; <strong>Rahul Razdan</strong>, CEO of Ocoos; and <strong>Atul Sharan</strong>, entrepreneur and angel investor. For some reason that I’m not really clear on, this conversation is going to occur on the Cadence San Jose campus off of the Montague Expressway at Trimble. This is a free event but seating is limited, so if you want to attend, best to sign up now.</p>
<p>Seriously.</p>
<p>More info and registration <a href="http://www.edac.org/events12/ecc/oct2012.jsp">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eda360insider.wordpress.com/6248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eda360insider.wordpress.com/6248/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6248&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eda360insider.wordpress.com/2012/09/11/jim-hogan-wants-to-give-you-the-secrets-of-raising-funds-for-an-eda-startup-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e13c1fba72ba532b6ace42ce3fb90601?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sleibson2</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Webinar on using Freescale Kinetis L series microcontrollers based on ARM Cortex-M0+ core. September 12. Hurry!</title>
		<link>http://eda360insider.wordpress.com/2012/09/10/free-webinar-on-using-freescale-kinetis-l-series-microcontrollers-based-on-arm-cortex-m0-core-september-12-hurry/</link>
		<comments>http://eda360insider.wordpress.com/2012/09/10/free-webinar-on-using-freescale-kinetis-l-series-microcontrollers-based-on-arm-cortex-m0-core-september-12-hurry/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 20:55:08 +0000</pubDate>
		<dc:creator>sleibson2</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Cortex-M0]]></category>
		<category><![CDATA[EDA360]]></category>
		<category><![CDATA[System Realization]]></category>
		<category><![CDATA[ARM Cortex-M0]]></category>
		<category><![CDATA[Freescale Semiconductor]]></category>

		<guid isPermaLink="false">http://eda360insider.wordpress.com/?p=6244</guid>
		<description><![CDATA[You have a little more than a day to register for the free Freescale Webinar on using the company’s Kinetis L microcontrollers based on the relatively new ARM Cortex-M0+ processor core. These are relatively new microcontrollers, just rolling out now, &#8230; <a href="http://eda360insider.wordpress.com/2012/09/10/free-webinar-on-using-freescale-kinetis-l-series-microcontrollers-based-on-arm-cortex-m0-core-september-12-hurry/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6244&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>You have a little more than a day to register for the free Freescale Webinar on using the company’s Kinetis L microcontrollers based on the relatively new ARM Cortex-M0+ processor core. These are relatively new microcontrollers, just rolling out now, that are inexpensive yet bring 32-bit capabilities to bear. The seminar is Wednesday, September 12 so better hurry and register. <a href="http://goo.gl/ow1ND">Here</a>.</p>
<p>For more information on the Freescale Kinetis L series microcontrollers, see:</p>
<p><a href="http://low-powerdesign.com/sleibson/2012/03/16/how-low-can-you-go-arm-does-the-limbo-with-cortex-m0-processor-core-tiny-ultra-low-power/">How low can you go? ARM does the limbo with Cortex-M0+ processor core. Tiny. Ultra-low-power.</a></p>
<p><a href="http://eda360insider.wordpress.com/2012/03/27/freescale-demonstrates-first-pass-kinetis-l-silicon-at-design-west-the-conference-formerly-known-as-the-embedded-systems-conference/">Freescale demonstrates first-pass Kinetis L silicon at Design West</a></p>
<p><a href="http://eda360insider.wordpress.com/2012/06/19/freescale-starts-sampling-0-49-kinetis-l-microcontrollers-based-on-arm-cortex-m0-processor-core/">Freescale starts sampling $0.49 Kinetis L microcontrollers based on ARM Cortex-M0+ processor core</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eda360insider.wordpress.com/6244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eda360insider.wordpress.com/6244/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6244&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eda360insider.wordpress.com/2012/09/10/free-webinar-on-using-freescale-kinetis-l-series-microcontrollers-based-on-arm-cortex-m0-core-september-12-hurry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e13c1fba72ba532b6ace42ce3fb90601?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sleibson2</media:title>
		</media:content>
	</item>
		<item>
		<title>Friday Video: Dating with augmented reality in the near future</title>
		<link>http://eda360insider.wordpress.com/2012/09/06/friday-video-dating-with-augmented-reality-in-the-near-future/</link>
		<comments>http://eda360insider.wordpress.com/2012/09/06/friday-video-dating-with-augmented-reality-in-the-near-future/#comments</comments>
		<pubDate>Thu, 06 Sep 2012 21:34:36 +0000</pubDate>
		<dc:creator>sleibson2</dc:creator>
				<category><![CDATA[EDA360]]></category>
		<category><![CDATA[AugmentedReality]]></category>

		<guid isPermaLink="false">http://eda360insider.wordpress.com/?p=6239</guid>
		<description><![CDATA[Here’s a short film about augmented reality in the near future by Eran May-raz and Daniel Lazo. This is their graduation project from Bezaleal academy of arts. Scary, depressing, or cool? I guess the answer depends on your demographic.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6239&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here’s a short film about augmented reality in the near future by Eran May-raz and Daniel Lazo. This is their graduation project from Bezaleal academy of arts. Scary, depressing, or cool? I guess the answer depends on your demographic.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/lK_cdkpazjI?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eda360insider.wordpress.com/6239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eda360insider.wordpress.com/6239/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eda360insider.wordpress.com&#038;blog=16070263&#038;post=6239&#038;subd=eda360insider&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eda360insider.wordpress.com/2012/09/06/friday-video-dating-with-augmented-reality-in-the-near-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e13c1fba72ba532b6ace42ce3fb90601?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sleibson2</media:title>
		</media:content>
	</item>
	</channel>
</rss>
