<?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/"
	>

<channel>
	<title>Embedded Systems Blog</title>
	<atom:link href="http://www.esacademy.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.esacademy.com/blog</link>
	<description>News and articles on embedded systems</description>
	<lastBuildDate>Fri, 10 May 2013 06:55:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Micro CANopen Source Code V6.11 released</title>
		<link>http://www.esacademy.com/blog/2013/05/10/micro-canopen-source-code-v6-11-released/</link>
		<comments>http://www.esacademy.com/blog/2013/05/10/micro-canopen-source-code-v6-11-released/#comments</comments>
		<pubDate>Fri, 10 May 2013 06:55:55 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[CANopen]]></category>
		<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Embedded Software Design]]></category>

		<guid isPermaLink="false">http://www.esacademy.com/blog/?p=126</guid>
		<description><![CDATA[Today we released a new version of our Micro CANopen source code. Updates and changes made include requirements from the latest CANopen conformance test as well as updates to the CiA 447 specific examples. Besides two bug fixes, the changes are:
Device switch themselves automatically to pre-operational when they detect a loss of a heartbeat that [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released a new version of our Micro CANopen source code. Updates and changes made include requirements from the latest CANopen conformance test as well as updates to the CiA 447 specific examples. Besides two bug fixes, the changes are:</p>
<p>Device switch themselves automatically to pre-operational when they detect a loss of a heartbeat that they are consuming. In the past this was application code specific, but as the conformance test requires it, we moved this function into the stack. In CiA 447 this is only done for the loss of the gateway&#8217;s heartbeat. Reaction to other heartbeat losses remains application code specific.</p>
<p>For CiA 447 devices, the shut down sequence is now also initiated if a gateway is not present. As before, devices wait for the next wake-up message before they try to communicate again.</p>
<p>Micro CANopen customers with a current maintenance and support contract may download this latest version from our servers as described on the delivery note for each product.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esacademy.com/blog/2013/05/10/micro-canopen-source-code-v6-11-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Potential risk warning for CiA 443 sub-sea systems supporting a bit rate change via Layer Setting Services</title>
		<link>http://www.esacademy.com/blog/2013/04/22/riskwarning443/</link>
		<comments>http://www.esacademy.com/blog/2013/04/22/riskwarning443/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 07:59:46 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[CANopen]]></category>
		<category><![CDATA[bit rate]]></category>
		<category><![CDATA[CiA 443]]></category>
		<category><![CDATA[LSS]]></category>
		<category><![CDATA[sub sea]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://www.esacademy.com/blog/?p=123</guid>
		<description><![CDATA[Although ESAcademy is not an active member of the CiA 443 group, we have several customers and business partners using CiA 443 and came across a potential reliability issue in regards to bit rate changes.
It is our understanding that the reliability requirements for CiA 443 sub-sea applications are very high. Bootloaders are written and tested [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Tahoma, sans-serif;">Although ESAcademy is not an active member of the CiA 443 group, we have several customers and business partners using CiA 443 and came across a potential reliability issue in regards to bit rate changes.</span></p>
<p><span style="font-family: Tahoma, sans-serif;">It is our understanding that the reliability requirements for CiA 443 sub-sea applications are very high. Bootloaders are written and tested in a way that even power failures at any time or severe communication errors can not break the system. In worst case, an application is not programmed and a device remains in bootloader mode and is simply re-programmed again.</span></p>
<p><span style="font-family: Tahoma, sans-serif;">However, allowing the CAN bit rate to change with the currently specified mechanisms bears the risk of one or multiple devices failing. If in a CAN network devices are not configured to use the same bit rate, communication fails at a very low level. Devices will recognize that there are errors on the bus and potentially take themselves offline (bus off). If the devices are configured to use these different bit rates, then this error state can not be resolved.</span></p>
<p><span style="font-family: Tahoma, sans-serif;">How could such a situation occur?</span></p>
<p><span style="font-family: Tahoma, sans-serif;">The Layer Setting Services (LSS, see CiA 305) allow the setup of a bit rate, if all devices connected to a network support these services. Although the method of when exactly to do the bit rate change is very well specified and synchronized, the actual storing of this information (nodes copying this information to their local non-volatile memory) is not. It happens &#8220;one-by-one&#8221; and as no timings specified, this could be within seconds or even minutes. If there are severe bus communication errors during this time or even a power failure, then all devices will not have the same bit rate configured.</span></p>
<p><span style="font-family: Tahoma, sans-serif;">Possible solutions:</span></p>
<p><span style="font-family: Tahoma, sans-serif;">1.) Do not use switching of CAN bit rates by LSS, only use it for node ID assignments</span></p>
<p><span style="font-family: Tahoma, sans-serif;">2.) Use a power-on default bit rate. Any change to the bit rates is not stored in non-volatile memory, it is only temporary. With each reset or power cycle all devices fall back to their initial default bit rate.</span></p>
<p><span style="font-family: Tahoma, sans-serif;">3.) Use auto detect. Note: this only works if not all nodes are doing it, there must be at least one node communicating for the others to be able to do an auto detection. This feature is not available with all CAN controllers (requires passive listen-only mode).</span></p>
<p><span style="font-family: Tahoma, sans-serif;">4.) Check with CiA 305 group what else can be done to make the bit rate switch safer, for example by not only synchronizing the time of the physical switch, but also the time when this information is stored into non-volatile memory.</span></p>
<p><span style="font-family: Tahoma, sans-serif;">Until this is solved we recommend all existing systems to not make use of the bit rate switching by LSS.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esacademy.com/blog/2013/04/22/riskwarning443/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improved CAN Message Handling in CANopen Magic</title>
		<link>http://www.esacademy.com/blog/2013/04/10/improved-can-message-handling-in-canopen-magic/</link>
		<comments>http://www.esacademy.com/blog/2013/04/10/improved-can-message-handling-in-canopen-magic/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 11:02:58 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[CANopen]]></category>
		<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[can message]]></category>
		<category><![CDATA[canopen magic]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://www.esacademy.com/blog/?p=119</guid>
		<description><![CDATA[Recently we released a new version of CANopen Magic with significant improvements to the way user-defined CAN messages are handled. Here is a brief summary:

Messages can now be grouped together allowing for more logical viewing and keeping messages with similar uses together
Cut, copy and paste supports moving and copying messages between the groups
The order of [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we released a new version of CANopen Magic with significant improvements to the way user-defined CAN messages are handled. Here is a brief summary:</p>
<ul>
<li>Messages can now be grouped together allowing for more logical viewing and keeping messages with similar uses together</li>
<li>Cut, copy and paste supports moving and copying messages between the groups</li>
<li>The order of the messages in a group can be manipulated to allow quicker and easier identification</li>
<li>All messages in a group can be transmitted at once</li>
<li>Sequential message transmission</li>
</ul>
<p>In particular the sequential message transmission is a useful new feature. Repeatedly clicking on a button causes the next message in the group to be transmitted. When the last message in the group has been reached transmission resumes with the first message in the group. This allows complex sequences of messages to be constructed and then transmitted, for example to provide input stimuli to a node under test at a specific point in it&#8217;s operation or to mimic transmissions from a node that has not yet been developed.</p>
<p style="text-align: center;"><a href="http://www.esacademy.com/blog/wp-content/uploads/2013/04/com-canmessages.png"><img class="aligncenter size-full wp-image-120" title="com-canmessages" src="http://www.esacademy.com/blog/wp-content/uploads/2013/04/com-canmessages.png" alt="" width="485" height="155" /></a></p>
<p>Available in CANopen Magic Standard, Professional and Ultimate starting with version 6.10. <a href="http://www.canopenmagic.com" target="_blank">Download the evaluation version</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esacademy.com/blog/2013/04/10/improved-can-message-handling-in-canopen-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CANopen and J1939 co-processors, free eval kits at int. CAN Conference March 5th/6th</title>
		<link>http://www.esacademy.com/blog/2012/02/09/esacademy-papers-and-classes-at-int-can-conference-march-5th6th/</link>
		<comments>http://www.esacademy.com/blog/2012/02/09/esacademy-papers-and-classes-at-int-can-conference-march-5th6th/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 13:42:37 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[CAN]]></category>
		<category><![CDATA[CANopen]]></category>
		<category><![CDATA[CAN conference]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[paper]]></category>

		<guid isPermaLink="false">http://www.esacademy.com/blog/?p=115</guid>
		<description><![CDATA[On March 5th, ESAcademy will conduct the following classes at the iCC together with NXP Semiconductors:
08:30 to 09:30 Everything CAN and NXP CAN Controller Intro
A 30 year old technology, here to stay for another 30 years
An overview of the almost 30 year old CAN technology, where it came from and where it goes. CAN is [...]]]></description>
			<content:encoded><![CDATA[<p>On March 5th, ESAcademy will conduct the following classes at the iCC together with NXP Semiconductors:</p>
<p><strong>08:30 to 09:30 Everything CAN and NXP CAN Controller Intro</strong><br />
A 30 year old technology, here to stay for another 30 years</p>
<p>An overview of the almost 30 year old CAN technology, where it came from and where it goes. CAN is used in many new electronic designs, also thanks to continuous advancements in CAN controller technology. Comparison of various CAN controller technologies.</p>
<p><strong>09:45 to 10:30 CANopen Essence</strong><br />
New to CANopen? Learn the key features in just 45 Minutes</p>
<p>With its 4000+ pages the CANopen drafts and standards are overwhelming to newcomers. Join this class to get an overview of the common technical key features that make CANopen work.</p>
<p><strong>11:30 to 13:00  Introduction to NXP CAN microcontrollers and Co-Processors</strong><br />
CAN controllers, CANopen Co-Processor, J1939 Co-Processor</p>
<p>Specialties of NXP CAN controllers and how an LPC11C24 can be used as a communication  Co-Processor. Using the LPC11C24 with integrated CAN transceivers to implement a Co-Processor to implement and handle a higher-layer protocol, offloading this task from a host processor system. The host system communicates with the gateway via<br />
UART, I2C or SPI.</p>
<p>Participants may qualify for a free NXP Evaluation Kit (must be present to qualify, 50 kits available).</p>
<p>For more information about the international CAN conference visit: <a href="http://www.can-cia.org/index.php?id=13icc">www.can-cia.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esacademy.com/blog/2012/02/09/esacademy-papers-and-classes-at-int-can-conference-march-5th6th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Car add-on networking CiA447 goes V2.0</title>
		<link>http://www.esacademy.com/blog/2011/07/19/car-add-on-networking-cia447-goes-v2-0/</link>
		<comments>http://www.esacademy.com/blog/2011/07/19/car-add-on-networking-cia447-goes-v2-0/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 08:03:53 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[CANopen]]></category>
		<category><![CDATA[CANopen CiA447]]></category>

		<guid isPermaLink="false">http://www.esacademy.com/blog/2011/07/19/car-add-on-networking-cia447-goes-v2-0/</guid>
		<description><![CDATA[The CAN in Automation documents known as CiA447 describe how CANopen is used in automotive &#8220;add-on electronics&#8221; applications. These are electronics not added by the car manufacturer, but at a later point. Most common usage is for electronics used in taxis, emergency response vehicles and police cars.
Recently CiA447&#8217;s functionality was enhanced and especially the new [...]]]></description>
			<content:encoded><![CDATA[<p>The CAN in Automation documents known as CiA447 describe how CANopen is used in automotive &#8220;add-on electronics&#8221; applications. These are electronics not added by the car manufacturer, but at a later point. Most common usage is for electronics used in taxis, emergency response vehicles and police cars.</p>
<p>Recently CiA447&#8217;s functionality was enhanced and especially the new power-down and wake-up procedures required a version step upwards, as they are not backward compatible.</p>
<p>Today, Daimler is the only manufacturer already offering cars with CiA447 interface. However, several other car manufacturers have already shown prototypes.</p>
<p>One of the biggest benefits of CiA447 is, that it offers add-on electronics access to some of the cars displays and buttons. In modern cars, there is typically no physical room to add electronics near the dashboard, as all space is used up. CiA447 allows &#8220;sharing&#8221; some of the cars displays and buttons, so that the electronic components themselves do not need to be mounted near the dashboard.</p>
<p>We at ESAcademy have now updated all our CANopen products for CiA447 to implement the latest V2.0 enhancements and changes. This includes our Micro CANopen source code solutions, our CANopen Magic line of analyzers and our CiA447 gateway simulator. Contact us, if you need to bring CiA447 to your electronics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esacademy.com/blog/2011/07/19/car-add-on-networking-cia447-goes-v2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CAN bit rates beyond 1MBps</title>
		<link>http://www.esacademy.com/blog/2011/05/16/can-bit-rates-beyond-1mbps/</link>
		<comments>http://www.esacademy.com/blog/2011/05/16/can-bit-rates-beyond-1mbps/#comments</comments>
		<pubDate>Mon, 16 May 2011 10:10:12 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[CAN]]></category>

		<guid isPermaLink="false">http://www.esacademy.com/blog/2011/07/19/can-bit-rates-beyond-1mbps/</guid>
		<description><![CDATA[For many years the maximum bit rate of CAN (Controller Area Network) has been 1Mbps. Not only was it a maximum for the bit rate, it also resulted in a &#8220;touchy&#8221; physical layout: cable length restrictions were as low as 30m.
The limits of speed vs. cable length comes from the requirement, that in CAN a [...]]]></description>
			<content:encoded><![CDATA[<p>For many years the maximum bit rate of CAN (Controller Area Network) has been 1Mbps. Not only was it a maximum for the bit rate, it also resulted in a &#8220;touchy&#8221; physical layout: cable length restrictions were as low as 30m.</p>
<p>The limits of speed vs. cable length comes from the requirement, that in CAN a bit needs to be stable on the entire bus, before the next bit may start. Some bits can be over-written, a feature which is used for arbitration, acknowledgments and error handling.</p>
<p>Bosch, the inventor of CAN, now introduced a white paper &#8220;CAN with Flexible Data-Rate&#8221; showing how a higher data rate can be achieved. The main suggested feature here is to allow switching between a low (backward compatible) bit rate and a much higher bit rate within a single message.</p>
<p>In short, a single CAN message consist of control data at the beginning and the end of a message with the data field &#8220;in the middle&#8221;. The core idea is to use the lower bit rate for the control data and the higher bit rate for the data field only. In addition the maximum data field size is increased from previously 8 bytes to now 64 bytes.</p>
<p>If the higher bit rate is 8 times higher than that of the base rate it would be possible to achieve an 8 times higher data-throughput WITHOUT changing the real-time behavior.</p>
<p>For more info, see the white paper at:<br />
<a title="Bosch White Paper" href="http://www.semiconductors.bosch.de/media/pdf/canliteratur/can_fd.pdf"> www.semiconductors.bosch.de/media/pdf/canliteratur/can_fd.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esacademy.com/blog/2011/05/16/can-bit-rates-beyond-1mbps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NXP introduces dual-core ARM Microcontroller</title>
		<link>http://www.esacademy.com/blog/2010/11/03/nxp-introduces-dual-core-arm-microcontroller/</link>
		<comments>http://www.esacademy.com/blog/2010/11/03/nxp-introduces-dual-core-arm-microcontroller/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 11:05:22 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[ARM and ARM Cortex]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[Cortex]]></category>
		<category><![CDATA[NXP]]></category>

		<guid isPermaLink="false">http://www.esacademy.com/blog/2010/11/03/nxp-introduces-dual-core-arm-microcontroller/</guid>
		<description><![CDATA[The new LPC4000 family of microcontrollers from NXP Semiconductors combines two powerful ARM Cortex cores in one microcontroller. The integrated Cortex-M4 and Cortex-M0 can run asymmetrically at up to 150MHz and have access to internal memory of up to 1MB Flash and 264k of RAM.
A multilayer bus matrix with 4 separate RAM blocks ensures that [...]]]></description>
			<content:encoded><![CDATA[<p>The new LPC4000 family of microcontrollers from NXP Semiconductors combines two powerful ARM Cortex cores in one microcontroller. The integrated Cortex-M4 and Cortex-M0 can run asymmetrically at up to 150MHz and have access to internal memory of up to 1MB Flash and 264k of RAM.<br />
A multilayer bus matrix with 4 separate RAM blocks ensures that both microcontrollers have independent, fast access to &#8220;their&#8221; memory, minimizing wait-states.<br />
Next to the &#8220;usual&#8221; LPCxxx peripherals the new devices also feature high-speed USB and an AES decryption engine for security.<br />
There are several applications that benefit from a dual core solution. If a lot of communication is required, like handling complex communication protocols with specific timing requirements, a dual-core solutions allows using one core as a communication co-processor, clearly separating communication and process handling.<br />
For more information, see <a href="http://ics.nxp.com/products/lpc4000/" target="_blank">NXP&#8217;s web pages</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esacademy.com/blog/2010/11/03/nxp-introduces-dual-core-arm-microcontroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MicroCANopen Plus 5.50 Available</title>
		<link>http://www.esacademy.com/blog/2010/10/02/microcanopen-plus-5-50-available/</link>
		<comments>http://www.esacademy.com/blog/2010/10/02/microcanopen-plus-5-50-available/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 14:15:41 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[CANopen]]></category>
		<category><![CDATA[Embedded Software Design]]></category>
		<category><![CDATA[Microcontrollers]]></category>

		<guid isPermaLink="false">http://www.esacademy.com/blog/?p=94</guid>
		<description><![CDATA[MicroCANopen                   Plus and MicroCANopen Plus Add-in Manager have         been updated. The highlights in the new version of the embedded CANopen stack are:


More clarity and easier maintenance in   [...]]]></description>
			<content:encoded><![CDATA[<p><span><a href="http://www.canopenstore.com/pip/microcanopen-plus.html" target="_blank">MicroCANopen                   Plus and MicroCANopen Plus Add-in Manager</a> have         been updated. The highlights in the new version of the embedded CANopen stack are:<br />
</span></p>
<ul>
<li><span>More clarity and easier maintenance in           user-configurable files by dividing call back functions into multiple files</span></li>
<li><span>More flexibility by           adding many more data call backs for SDO accesses</span></li>
<li><span>Framework support to           guard Object Dictionary entries with auto-generated minimum           and maximum values from EDS/DCF file</span></li>
</ul>
<p><span style="color: #000000;">Customers with ongoing maintenance agreement with         us are entitled to a free upgrade. In this case, please download the new         version from</span></p>
<p><span><a href="http://www.canopenstore.com/support.php">CANopenStore.com/support.php</a> </span></p>
<p><span style="color: #000000;">using the activation code(s). For those projects using auto-generated code, also         update<strong> </strong></span><span><a href="http://www.canopenstore.com/pip/canopen-architect-eds.html" target="_blank">CANopen              Architect EDS</a> to the latest version.</span></p>
<p>The process to update embedded firmware libraries that become part of a bigger project can be complicated. For that reason, we have developed tools and to ease this on-time task.</p>
<p><a href="http://www.canopenstore.com/contactus.php" target="_blank">Contact us</a> if you are interested in obtaining or need assistance in performing the update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esacademy.com/blog/2010/10/02/microcanopen-plus-5-50-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CiA 447 Car Add-on Devices Gateway Simulation Software Available</title>
		<link>http://www.esacademy.com/blog/2010/07/21/cia-447-car-add-on-devices-gateway-simulation-software-available/</link>
		<comments>http://www.esacademy.com/blog/2010/07/21/cia-447-car-add-on-devices-gateway-simulation-software-available/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 18:35:10 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[CANopen]]></category>
		<category><![CDATA[CiA447]]></category>

		<guid isPermaLink="false">http://www.esacademy.com/blog/?p=88</guid>
		<description><![CDATA[The number of product developments supporting the automotive standard for &#8216;add-on devices&#8217; CiA447 is on the rise.
The standard supports electronic devices used in taxis, emergency response vehicles and other governmental service vehicles. Typical components include roof bars (light &#38; sound), radios, control units, taximeters, printers and similar devices.
Using a CiA447 gateway, automotive manufacturers like Daimler [...]]]></description>
			<content:encoded><![CDATA[<p>The number of product developments supporting the automotive standard for &#8216;add-on devices&#8217; CiA447 is on the rise.</p>
<p>The standard supports electronic devices used in taxis, emergency response vehicles and other governmental service vehicles. Typical components include roof bars (light &amp; sound), radios, control units, taximeters, printers and similar devices.</p>
<p>Using a CiA447 gateway, automotive manufacturers like Daimler already provide access to the vehicles internal data today. The standard allows sharing some of the car&#8217;s resources like switches and displays with CiA447 devices. A steering wheel button can be used as the PTT (push to talk) button for a radio, which in return can use the car&#8217;s display to show channel numbers, volume settings or such.<span id="more-88"></span></p>
<p>ESAcademy now provides a CiA447 gateway simulation software, which greatly eases the development of CiA447 compatible devices. Engineers no longer need the car or a physical mock-up of the gateway to work on their developments. The gateway simulation is based on the same software that is used in the gateways of various automotive manufacturers. It allows CiA447 compatible devices to access the cars&#8217; data, like dashboard components (buttons, displays).</p>
<p>The simulation can also &#8216;re-play&#8217; tours, which are simulations of drives along a specific route. The tour data visible on the network includes engine and location (GPS) data.</p>
<p>The software is available at <a href="http://www.canopenstore.eu/CiA447GatewaySim" target="_blank">http://www.canopenstore.eu/CiA447GatewaySim</a> (European Union) and <a href="http://www.canopenstore.com/pip/cia-447-gateway-simulation.html" target="_blank">http://www.canopenstore.com/pip/cia-447-gateway-simulation.html</a> (rest of the world).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esacademy.com/blog/2010/07/21/cia-447-car-add-on-devices-gateway-simulation-software-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSP430 LaunchPad from Texas Instruments</title>
		<link>http://www.esacademy.com/blog/2010/07/21/msp430-launchpad-from-texas-instruments/</link>
		<comments>http://www.esacademy.com/blog/2010/07/21/msp430-launchpad-from-texas-instruments/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 18:22:10 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[MSP430]]></category>

		<guid isPermaLink="false">http://www.esacademy.com/blog/?p=86</guid>
		<description><![CDATA[Texas Instruments have released a lost cost evaluation board for their MSP430 microcontroller family and Value Line series. Utilizing free code-limited compilers, the board with cables costs $4.30 direct from Texas Instruments, with free shipping. This represents a very low-cost way to get started with this microcontroller family.
Visit the Texas Instruments site MSP430 LaunchPad (MSP-EXP430G2) [...]]]></description>
			<content:encoded><![CDATA[<p>Texas Instruments have released a lost cost evaluation board for their MSP430 microcontroller family and Value Line series. Utilizing free code-limited compilers, the board with cables costs $4.30 direct from Texas Instruments, with free shipping. This represents a very low-cost way to get started with this microcontroller family.</p>
<p>Visit the Texas Instruments site <a href="http://processors.wiki.ti.com/index.php/MSP430_LaunchPad_%28MSP-EXP430G2%29" target="_blank">MSP430 LaunchPad (MSP-EXP430G2)</a> to learn more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esacademy.com/blog/2010/07/21/msp430-launchpad-from-texas-instruments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
