<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Embedded Insights Channels</title>
	<atom:link href="http://www.embeddedinsights.com/channels/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.embeddedinsights.com/channels</link>
	<description>Shedding Light on the Hidden World of Embedded Systems</description>
	<lastBuildDate>Mon, 28 Jul 2014 16:18:37 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Are you, or would you consider, using a 4-bit microcontroller? by Lutz</title>
		<link>http://www.embeddedinsights.com/channels/2010/11/24/are-you-or-would-you-consider-using-a-4-bit-microcontroller/#comment-228544</link>
		<dc:creator>Lutz</dc:creator>
		<pubDate>Mon, 28 Jul 2014 16:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedinsights.com/channels/?p=388#comment-228544</guid>
		<description>Motorola formerly has set ZRHC4 as an most competetive 4bit mcu 
however today nobody knows anout that</description>
		<content:encoded><![CDATA[<p>Motorola formerly has set ZRHC4 as an most competetive 4bit mcu<br />
however today nobody knows anout that</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you ever think about endianess? by Jeet</title>
		<link>http://www.embeddedinsights.com/channels/2012/02/08/do-you-ever-think-about-endianess/#comment-175439</link>
		<dc:creator>Jeet</dc:creator>
		<pubDate>Fri, 21 Mar 2014 21:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedinsights.com/channels/?p=687#comment-175439</guid>
		<description>Hi, you wrote: Despite the C language standard do not specify endianness, you can write C code that is completely endian-insensitive also. The problems arise when you assume some object representation and access types under the hood, like using unions or pointer casts to get the chars under floats or ints. 

What are some techniques to deal with this issue as I am currently trying to write a communications module using Modbus. If the struct containing ints, floats etc is typecasted to chars for Tx/Rx, how to dynamically detect a variable change and thus a required byte swap?

Thanks!
Jeet</description>
		<content:encoded><![CDATA[<p>Hi, you wrote: Despite the C language standard do not specify endianness, you can write C code that is completely endian-insensitive also. The problems arise when you assume some object representation and access types under the hood, like using unions or pointer casts to get the chars under floats or ints. </p>
<p>What are some techniques to deal with this issue as I am currently trying to write a communications module using Modbus. If the struct containing ints, floats etc is typecasted to chars for Tx/Rx, how to dynamically detect a variable change and thus a required byte swap?</p>
<p>Thanks!<br />
Jeet</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are you, or would you consider, using a 4-bit microcontroller? by lol</title>
		<link>http://www.embeddedinsights.com/channels/2010/11/24/are-you-or-would-you-consider-using-a-4-bit-microcontroller/#comment-162334</link>
		<dc:creator>lol</dc:creator>
		<pubDate>Thu, 30 Jan 2014 03:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedinsights.com/channels/?p=388#comment-162334</guid>
		<description>I&#039;ve got one! (in my electric toothbrush):

http://www.youtube.com/watch?v=JJgKfTW53uo</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got one! (in my electric toothbrush):</p>
<p><a href="http://www.youtube.com/watch?v=JJgKfTW53uo" rel="nofollow">http://www.youtube.com/watch?v=JJgKfTW53uo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on To MMU or not to MMU? by BP</title>
		<link>http://www.embeddedinsights.com/channels/2010/07/21/to-mmu-or-not-to-mmu/#comment-123953</link>
		<dc:creator>BP</dc:creator>
		<pubDate>Wed, 02 Oct 2013 22:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedinsights.com/channels/?p=215#comment-123953</guid>
		<description>All MMU entries can be locked.  Also, most MMU tables do not have to be several levels deep.  It is entirely possible to fit an entire system description within the TLB (translation look-aside buffer).  It is also possible to write embedded software in C++.  It is just more complex.  I think that the arguments are the same; with perhaps more benefits to use an MMU.  Perhaps when people say MMU, they believe that it must have &#039;page faults&#039;, etc.  The only time the &#039;page fault&#039; should occur in a statically configured embedded system is when some code is not addressing memory that it owns.  It is also quite easy to lock the MMU entries in the interrupt path.  Too bad people seem so negative about this post.  Thanks for trying Robert.</description>
		<content:encoded><![CDATA[<p>All MMU entries can be locked.  Also, most MMU tables do not have to be several levels deep.  It is entirely possible to fit an entire system description within the TLB (translation look-aside buffer).  It is also possible to write embedded software in C++.  It is just more complex.  I think that the arguments are the same; with perhaps more benefits to use an MMU.  Perhaps when people say MMU, they believe that it must have &#8216;page faults&#8217;, etc.  The only time the &#8216;page fault&#8217; should occur in a statically configured embedded system is when some code is not addressing memory that it owns.  It is also quite easy to lock the MMU entries in the interrupt path.  Too bad people seem so negative about this post.  Thanks for trying Robert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Express Traffic Lane (It’s Not the Computer, It’s How You Use It) by Ed Stark</title>
		<link>http://www.embeddedinsights.com/channels/2010/09/24/the-express-traffic-lane-it%e2%80%99s-not-the-computer-it%e2%80%99s-how-you-use-it/#comment-28295</link>
		<dc:creator>Ed Stark</dc:creator>
		<pubDate>Tue, 09 Oct 2012 00:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedinsights.com/channels/?p=324#comment-28295</guid>
		<description>So if i am understanding this correctly, if i have a passenger and do not remove the transponder then i am charged the prevailing toll.  is this correct?

On the flip side, if i am a single occupant how does the system know except visually by a police officer?</description>
		<content:encoded><![CDATA[<p>So if i am understanding this correctly, if i have a passenger and do not remove the transponder then i am charged the prevailing toll.  is this correct?</p>
<p>On the flip side, if i am a single occupant how does the system know except visually by a police officer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on To MMU or not to MMU? by true_toyou</title>
		<link>http://www.embeddedinsights.com/channels/2010/07/21/to-mmu-or-not-to-mmu/#comment-20888</link>
		<dc:creator>true_toyou</dc:creator>
		<pubDate>Sat, 11 Aug 2012 09:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedinsights.com/channels/?p=215#comment-20888</guid>
		<description>how about use MMU+Dcache?
as you know, when the MMU is disabled, the Dcache also couldn&#039;t be used.  So if we use the MMU, and enable the Dcache, will the performance be better than no MMU and no Dcache?</description>
		<content:encoded><![CDATA[<p>how about use MMU+Dcache?<br />
as you know, when the MMU is disabled, the Dcache also couldn&#8217;t be used.  So if we use the MMU, and enable the Dcache, will the performance be better than no MMU and no Dcache?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are random numbers a solved function? by C.L. @ LI</title>
		<link>http://www.embeddedinsights.com/channels/2012/03/07/are-random-numbers-a-solved-function/#comment-16825</link>
		<dc:creator>C.L. @ LI</dc:creator>
		<pubDate>Sun, 27 May 2012 16:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedinsights.com/channels/?p=702#comment-16825</guid>
		<description>@Ray - I agree mostly, but when it comes to manufacturing of devices and properly provisioning them for exclusive, protected use with services at a later time, the black-hat argument is moot. So I&#039;m with Emilio - it&#039;s all about context. In the wild, hackers will do their thing, but to sell a product that supports various DRM schemes, for instance, so you can make money on services later - an entropy register in an SoC will typically suffice as a starting point for a security model, and will definately be better than a PRNG. Please note I said a starting point. Proper provisioning and use of OTP fuses is also pretty vital. 

If your manufacturing line doesn&#039;t have a V&amp;I station at board level test to ensure that rails are properly biased and you can&#039;t shell out the cash for proper enclosures to block out UV and EMI during manufacturing, you definately have not only a system security issue on your hands but a pretty severe OPS process issue and I would want to buy the product or sign up as a partner to deliver content on the device.</description>
		<content:encoded><![CDATA[<p>@Ray &#8211; I agree mostly, but when it comes to manufacturing of devices and properly provisioning them for exclusive, protected use with services at a later time, the black-hat argument is moot. So I&#8217;m with Emilio &#8211; it&#8217;s all about context. In the wild, hackers will do their thing, but to sell a product that supports various DRM schemes, for instance, so you can make money on services later &#8211; an entropy register in an SoC will typically suffice as a starting point for a security model, and will definately be better than a PRNG. Please note I said a starting point. Proper provisioning and use of OTP fuses is also pretty vital. </p>
<p>If your manufacturing line doesn&#8217;t have a V&amp;I station at board level test to ensure that rails are properly biased and you can&#8217;t shell out the cash for proper enclosures to block out UV and EMI during manufacturing, you definately have not only a system security issue on your hands but a pretty severe OPS process issue and I would want to buy the product or sign up as a partner to deliver content on the device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you ever think about endianess? by L.H. @ LI</title>
		<link>http://www.embeddedinsights.com/channels/2012/02/08/do-you-ever-think-about-endianess/#comment-16824</link>
		<dc:creator>L.H. @ LI</dc:creator>
		<pubDate>Sun, 27 May 2012 16:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedinsights.com/channels/?p=687#comment-16824</guid>
		<description>IBM 360 and derivatives are big endian

as far as structure fields with bit fields, they are reversed</description>
		<content:encoded><![CDATA[<p>IBM 360 and derivatives are big endian</p>
<p>as far as structure fields with bit fields, they are reversed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you ever think about endianess? by J.P. @ LI</title>
		<link>http://www.embeddedinsights.com/channels/2012/02/08/do-you-ever-think-about-endianess/#comment-16658</link>
		<dc:creator>J.P. @ LI</dc:creator>
		<pubDate>Tue, 22 May 2012 15:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedinsights.com/channels/?p=687#comment-16658</guid>
		<description>Htonl, htons, ntohl, ntohs are your best friends, and both bitfields and struct padding are typically compiler-dependent.</description>
		<content:encoded><![CDATA[<p>Htonl, htons, ntohl, ntohs are your best friends, and both bitfields and struct padding are typically compiler-dependent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse and NetBeans replacing embedded IDEs (part 2) by Peter</title>
		<link>http://www.embeddedinsights.com/channels/2012/05/17/eclipse-and-netbeans-replacing-embedded-ides-part-2/#comment-16622</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 21 May 2012 19:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedinsights.com/channels/?p=723#comment-16622</guid>
		<description>There are hundreds of applications on the NetBeans Platform, just to clarify, even though there might be one in the embedded space, there are certainly many many others in many other software development spaces:

http://platform.netbeans.org/screenshots.html</description>
		<content:encoded><![CDATA[<p>There are hundreds of applications on the NetBeans Platform, just to clarify, even though there might be one in the embedded space, there are certainly many many others in many other software development spaces:</p>
<p><a href="http://platform.netbeans.org/screenshots.html" rel="nofollow">http://platform.netbeans.org/screenshots.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
