<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2060</id>
	<title>Nabble - MPC500</title>
	<updated>2009-11-15T12:01:19Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/MPC500-f2060.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC500-f2060.html" />
	<subtitle type="html">Discussions about Motorola Microcontrollers.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26362687</id>
	<title>External Pull-ups required for MPC5554 JTAG debug connector?</title>
	<published>2009-11-15T12:01:19Z</published>
	<updated>2009-11-15T12:01:19Z</updated>
	<author>
		<name>murphynetuk</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I'm wondering if external pull-up resistors are required for any of the the JTAG debug signals TDI, TDO, TCK, TMS, RDY or JCOMP on MPC5554?
&lt;br&gt;&lt;br&gt;We use a 14pin 0.1&amp;quot; header for the P&amp;E USB interface. RESET has a pull-up of course.
&lt;br&gt;&lt;br&gt;Thanks, Ian
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/External-Pull-ups-required-for-MPC5554-JTAG-debug-connector--tp26362687p26362687.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341697</id>
	<title>RE: Re: MPC5566 SRAM ECC</title>
	<published>2009-11-13T11:01:00Z</published>
	<updated>2009-11-13T11:01:00Z</updated>
	<author>
		<name>StevenASchroeder</name>
	</author>
	<content type="html">The reason we cannot write SRAM, other then at power up, is to retain a
&lt;br&gt;few pieces of data through a spurious reset, such as the watchdog. &amp;nbsp;It
&lt;br&gt;looks like the combination of PORS and a magic number is my answer, as
&lt;br&gt;long as I manage the potential ECC error.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341697&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341697&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;] On Behalf
&lt;br&gt;Of allandobbin2000
&lt;br&gt;Sent: Friday, November 13, 2009 10:39 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341697&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;Subject: [MPC500] Re: MPC5566 SRAM ECC
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;While its true the SRAM contents don't change after a RESET and
&lt;br&gt;therefore there is no need to re-init the ECC, it is NOT true that the
&lt;br&gt;ECC has been initialised if PORS if zero. For instance you could have a
&lt;br&gt;power cycle immediately followed by a RESET and the ECC may not yet be
&lt;br&gt;initialised.
&lt;br&gt;&lt;br&gt;A safer method is to use a few words in SRAM and store a constant after
&lt;br&gt;the ECC has been initialised. Then after subsequent resets, you verify
&lt;br&gt;the PORS flag and the constant in SRAM - if PORS is set, OR if the
&lt;br&gt;constant data isn't valid then you init the ECC.
&lt;br&gt;&lt;br&gt;There are still dangers with this i.e. make sure you don't use standy
&lt;br&gt;RAM for storing the constant. Also, if the ECC isn't intact, you may
&lt;br&gt;generate an ECC related error when reading your constant.
&lt;br&gt;&lt;br&gt;Make sure you ask yourself what possible RESET sources you expect and
&lt;br&gt;what start-up time you have to meet - if you don't really expect a reset
&lt;br&gt;other than a POR, just init the ECC every time as its safer.
&lt;br&gt;&lt;br&gt;- Allan
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341697&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt; ,
&lt;br&gt;&amp;lt;StevenASchroeder@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it correct that I only need to initialize the SRAM ECC after a
&lt;br&gt;&amp;gt; power-on reset? That is, if SIU_RSR[PORS] is zero I can skip the SRAM
&lt;br&gt;&amp;gt; ECC initialization.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Steve
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [Non-text portions of this message have been removed]
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5566-SRAM-ECC-tp26303323p26341697.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26338552</id>
	<title>Re: MPC5566 SRAM ECC</title>
	<published>2009-11-13T07:38:54Z</published>
	<updated>2009-11-13T07:38:54Z</updated>
	<author>
		<name>Dobbin Allan-r11834</name>
	</author>
	<content type="html">While its true the SRAM contents don't change after a RESET and therefore there is no need to re-init the ECC, it is NOT true that the ECC has been initialised if PORS if zero. For instance you could have a power cycle immediately followed by a RESET and the ECC may not yet be initialised.
&lt;br&gt;&lt;br&gt;A safer method is to use a few words in SRAM and store a constant after the ECC has been initialised. &amp;nbsp;Then after subsequent resets, you verify the PORS flag and the constant in SRAM - if PORS is set, OR if the constant data isn't valid then you init the ECC.
&lt;br&gt;&lt;br&gt;There are still dangers with this i.e. make sure you don't use standy RAM for storing the constant. &amp;nbsp;Also, if the ECC isn't intact, you may generate an ECC related error when reading your constant.
&lt;br&gt;&lt;br&gt;Make sure you ask yourself what possible RESET sources you expect and what start-up time you have to meet - if you don't really expect a reset other than a POR, just init the ECC every time as its safer.
&lt;br&gt;&lt;br&gt;- Allan
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338552&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;, &amp;lt;StevenASchroeder@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it correct that I only need to initialize the SRAM ECC after a
&lt;br&gt;&amp;gt; power-on reset? &amp;nbsp;That is, if SIU_RSR[PORS] is zero I can skip the SRAM
&lt;br&gt;&amp;gt; ECC initialization.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Steve
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [Non-text portions of this message have been removed]
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5566-SRAM-ECC-tp26303323p26338552.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26303323</id>
	<title>MPC5566 SRAM ECC</title>
	<published>2009-11-11T07:34:00Z</published>
	<updated>2009-11-11T07:34:00Z</updated>
	<author>
		<name>StevenASchroeder</name>
	</author>
	<content type="html">Is it correct that I only need to initialize the SRAM ECC after a
&lt;br&gt;power-on reset? &amp;nbsp;That is, if SIU_RSR[PORS] is zero I can skip the SRAM
&lt;br&gt;ECC initialization.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5566-SRAM-ECC-tp26303323p26303323.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25687133</id>
	<title>RE: MPC5566 Time Base</title>
	<published>2009-09-30T12:14:18Z</published>
	<updated>2009-09-30T12:14:18Z</updated>
	<author>
		<name>Dees Randy-rsaf30</name>
	</author>
	<content type="html">The p_tbclk input is connected to ground, therefore it has no function.
&lt;br&gt;There is no alternate clock for the time base.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;regards
&lt;br&gt;randy
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25687133&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25687133&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;] On Behalf
&lt;br&gt;Of &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25687133&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StevenASchroeder@...&lt;/a&gt;
&lt;br&gt;Sent: Wednesday, September 30, 2009 1:51 PM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25687133&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;Subject: [MPC500] MPC5566 Time Base
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;The e200z6 reference identifies the HID0[SEL_TBCLK] bit to select the
&lt;br&gt;time base from either the processor clock or the p_tbclk input. I
&lt;br&gt;cannot find in that reference or the MPC5566 reference any mention of
&lt;br&gt;where the p_tbclk input comes from. Anyone know what it is?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;&lt;br&gt;.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;sgId=4018/stime=1254336699/nc1=1/nc2=2/nc3=3&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5566-Time-Base-tp25686782p25687133.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25686782</id>
	<title>MPC5566 Time Base</title>
	<published>2009-09-30T11:51:18Z</published>
	<updated>2009-09-30T11:51:18Z</updated>
	<author>
		<name>StevenASchroeder</name>
	</author>
	<content type="html">The e200z6 reference identifies the HID0[SEL_TBCLK] bit to select the
&lt;br&gt;time base from either the processor clock or the p_tbclk input. &amp;nbsp;I
&lt;br&gt;cannot find in that reference or the MPC5566 reference any mention of
&lt;br&gt;where the p_tbclk input comes from. &amp;nbsp;Anyone know what it is?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5566-Time-Base-tp25686782p25686782.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25386897</id>
	<title>Re: MPC5500 eMIOS functions</title>
	<published>2009-09-10T09:43:51Z</published>
	<updated>2009-09-10T09:43:51Z</updated>
	<author>
		<name>trailrunner23</name>
	</author>
	<content type="html">With the Input Pulse Mode (IPM), you can capture both edges, rising and falling, either single-shot or continuously. Depending on the &amp;quot;polarity&amp;quot; setting, the clock at rising edge will be captured in register A and the clock at falling edge in register B, or vice-versa. You can configure for an interrupt on each rising or falling edge, and your ISR can compute both pulse width (A-B) and the period (A2-A1) on every rising or falling edge. Will that do it?
&lt;br&gt;&lt;br&gt;Joe
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25386897&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;, &amp;quot;Dobbin Allan-R11834&amp;quot; &amp;lt;Allan.Dobbin@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm not certain but I don't think routing the pin to two emios channels
&lt;br&gt;&amp;gt; is possible. &amp;nbsp;If an ETPU function doesn't exist, you could certainly
&lt;br&gt;&amp;gt; write one to do this.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; The easy work-around is to tie two EMIOS pins together externally and
&lt;br&gt;&amp;gt; use one channel for each function, but I presume you are trying to
&lt;br&gt;&amp;gt; preserve resources.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; - Allan
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25386897&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25386897&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;] On Behalf
&lt;br&gt;&amp;gt; Of StevenASchroeder@...
&lt;br&gt;&amp;gt; Sent: Wednesday, September 09, 2009 1:57 PM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25386897&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: RE: [MPC500] MPC5500 eMIOS functions
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can a connection to a single eMIOS pin be internally routed to two eMIOS
&lt;br&gt;&amp;gt; channels? I remember the MPC563 could do a little of that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Or, is there an eTPU function available that will provide frequency and
&lt;br&gt;&amp;gt; pulse width/duty cycle at the same time?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Steve
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25386897&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt;
&lt;br&gt;&amp;gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25386897&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt; ] On
&lt;br&gt;&amp;gt; Behalf
&lt;br&gt;&amp;gt; Of Dees Randy-RSAF30
&lt;br&gt;&amp;gt; Sent: Thursday, August 27, 2009 12:47 PM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25386897&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt; 
&lt;br&gt;&amp;gt; Subject: RE: [MPC500] MPC5500 eMIOS functions
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The eMIOS is designed to handle 2 edges. To measure both period and
&lt;br&gt;&amp;gt; pulse width you need to capture 3 edges.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; randy
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25386897&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt;
&lt;br&gt;&amp;gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25386897&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt; ] On
&lt;br&gt;&amp;gt; Behalf
&lt;br&gt;&amp;gt; Of StevenASchroeder@... &amp;lt;mailto:StevenASchroeder%40eaton.com&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;mailto:StevenASchroeder%40eaton.com&amp;gt; 
&lt;br&gt;&amp;gt; Sent: Thursday, August 27, 2009 10:03 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25386897&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpc500@...&lt;/a&gt; &amp;lt;mailto:mpc500%40yahoogroups.com&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;mailto:mpc500%40yahoogroups.com&amp;gt; 
&lt;br&gt;&amp;gt; Subject: [MPC500] MPC5500 eMIOS functions
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have an input to a single eMIOS pin on an MPC5566. I need to measure
&lt;br&gt;&amp;gt; both period and pulse width. I cannot find a function that combines
&lt;br&gt;&amp;gt; these two measurements. Any suggestions?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Steve
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; .
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; sgId=4012/stime=1251385450/nc1=1/nc2=2/nc3=3&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [Non-text portions of this message have been removed]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [Non-text portions of this message have been removed]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [Non-text portions of this message have been removed]
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5500-eMIOS-functions-tp25174101p25386897.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25371604</id>
	<title>RE: MPC5500 eMIOS functions</title>
	<published>2009-09-09T12:17:03Z</published>
	<updated>2009-09-09T12:17:03Z</updated>
	<author>
		<name>Dobbin Allan-r11834</name>
	</author>
	<content type="html">I'm not certain but I don't think routing the pin to two emios channels
&lt;br&gt;is possible. &amp;nbsp;If an ETPU function doesn't exist, you could certainly
&lt;br&gt;write one to do this.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;The easy work-around is to tie two EMIOS pins together externally and
&lt;br&gt;use one channel for each function, but I presume you are trying to
&lt;br&gt;preserve resources.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- Allan
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;] On Behalf
&lt;br&gt;Of &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StevenASchroeder@...&lt;/a&gt;
&lt;br&gt;Sent: Wednesday, September 09, 2009 1:57 PM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;Subject: RE: [MPC500] MPC5500 eMIOS functions
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;Can a connection to a single eMIOS pin be internally routed to two eMIOS
&lt;br&gt;channels? I remember the MPC563 could do a little of that.
&lt;br&gt;&lt;br&gt;Or, is there an eTPU function available that will provide frequency and
&lt;br&gt;pulse width/duty cycle at the same time?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt; ] On
&lt;br&gt;Behalf
&lt;br&gt;Of Dees Randy-RSAF30
&lt;br&gt;Sent: Thursday, August 27, 2009 12:47 PM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt; 
&lt;br&gt;Subject: RE: [MPC500] MPC5500 eMIOS functions
&lt;br&gt;&lt;br&gt;The eMIOS is designed to handle 2 edges. To measure both period and
&lt;br&gt;pulse width you need to capture 3 edges.
&lt;br&gt;&lt;br&gt;randy
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt;
&lt;br&gt;&amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt;
&lt;br&gt;&amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt; ] On
&lt;br&gt;Behalf
&lt;br&gt;Of &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StevenASchroeder@...&lt;/a&gt; &amp;lt;mailto:StevenASchroeder%40eaton.com&amp;gt;
&lt;br&gt;&amp;lt;mailto:StevenASchroeder%40eaton.com&amp;gt; 
&lt;br&gt;Sent: Thursday, August 27, 2009 10:03 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371604&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpc500@...&lt;/a&gt; &amp;lt;mailto:mpc500%40yahoogroups.com&amp;gt;
&lt;br&gt;&amp;lt;mailto:mpc500%40yahoogroups.com&amp;gt; 
&lt;br&gt;Subject: [MPC500] MPC5500 eMIOS functions
&lt;br&gt;&lt;br&gt;I have an input to a single eMIOS pin on an MPC5566. I need to measure
&lt;br&gt;both period and pulse width. I cannot find a function that combines
&lt;br&gt;these two measurements. Any suggestions?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;.
&lt;br&gt;&lt;br&gt;&amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;&amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;&amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;sgId=4012/stime=1251385450/nc1=1/nc2=2/nc3=3&amp;gt; 
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5500-eMIOS-functions-tp25174101p25371604.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25371285</id>
	<title>RE: MPC5500 eMIOS functions</title>
	<published>2009-09-09T11:56:33Z</published>
	<updated>2009-09-09T11:56:33Z</updated>
	<author>
		<name>StevenASchroeder</name>
	</author>
	<content type="html">Can a connection to a single eMIOS pin be internally routed to two eMIOS
&lt;br&gt;channels? &amp;nbsp;I remember the MPC563 could do a little of that.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Or, is there an eTPU function available that will provide frequency and
&lt;br&gt;pulse width/duty cycle at the same time?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371285&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371285&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;] On Behalf
&lt;br&gt;Of Dees Randy-RSAF30
&lt;br&gt;Sent: Thursday, August 27, 2009 12:47 PM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371285&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;Subject: RE: [MPC500] MPC5500 eMIOS functions
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;The eMIOS is designed to handle 2 edges. To measure both period and
&lt;br&gt;pulse width you need to capture 3 edges.
&lt;br&gt;&lt;br&gt;randy
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371285&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371285&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt; ] On
&lt;br&gt;Behalf
&lt;br&gt;Of &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371285&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StevenASchroeder@...&lt;/a&gt; &amp;lt;mailto:StevenASchroeder%40eaton.com&amp;gt; 
&lt;br&gt;Sent: Thursday, August 27, 2009 10:03 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25371285&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpc500@...&lt;/a&gt; &amp;lt;mailto:mpc500%40yahoogroups.com&amp;gt; 
&lt;br&gt;Subject: [MPC500] MPC5500 eMIOS functions
&lt;br&gt;&lt;br&gt;I have an input to a single eMIOS pin on an MPC5566. I need to measure
&lt;br&gt;both period and pulse width. I cannot find a function that combines
&lt;br&gt;these two measurements. Any suggestions?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;.
&lt;br&gt;&lt;br&gt;&amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;&amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;sgId=4012/stime=1251385450/nc1=1/nc2=2/nc3=3&amp;gt; 
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5500-eMIOS-functions-tp25174101p25371285.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25175819</id>
	<title>RE: MPC5500 eMIOS functions</title>
	<published>2009-08-27T09:47:19Z</published>
	<updated>2009-08-27T09:47:19Z</updated>
	<author>
		<name>Dees Randy-rsaf30</name>
	</author>
	<content type="html">The eMIOS is designed to handle 2 edges. To measure both period and
&lt;br&gt;pulse width you need to capture 3 edges.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;randy
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25175819&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25175819&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;] On Behalf
&lt;br&gt;Of &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25175819&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StevenASchroeder@...&lt;/a&gt;
&lt;br&gt;Sent: Thursday, August 27, 2009 10:03 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25175819&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpc500@...&lt;/a&gt;
&lt;br&gt;Subject: [MPC500] MPC5500 eMIOS functions
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;I have an input to a single eMIOS pin on an MPC5566. I need to measure
&lt;br&gt;both period and pulse width. I cannot find a function that combines
&lt;br&gt;these two measurements. Any suggestions?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;sgId=4012/stime=1251385450/nc1=1/nc2=2/nc3=3&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5500-eMIOS-functions-tp25174101p25175819.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25175367</id>
	<title>RE: MPC5500 eMIOS functions</title>
	<published>2009-08-27T09:19:08Z</published>
	<updated>2009-08-27T09:19:08Z</updated>
	<author>
		<name>Jean-Christophe MATHAE</name>
	</author>
	<content type="html">Steve,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;If you do not need a measurement on every period, you could reprogram the eMIOS module to the other function after every measurement...
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Jean-Christophe
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;De : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25175367&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25175367&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;] De la part de &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25175367&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StevenASchroeder@...&lt;/a&gt;
&lt;br&gt;Envoyé : jeudi 27 août 2009 17:16
&lt;br&gt;À : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25175367&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpc500@...&lt;/a&gt;
&lt;br&gt;Objet : [MPC500] MPC5500 eMIOS functions
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;I have an input to a single eMIOS pin on an MPC5566. I need to measure
&lt;br&gt;both period and pulse width. I cannot find a function that combines
&lt;br&gt;these two measurements. Any suggestions?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5500-eMIOS-functions-tp25174101p25175367.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25174101</id>
	<title>MPC5500 eMIOS functions</title>
	<published>2009-08-27T08:02:48Z</published>
	<updated>2009-08-27T08:02:48Z</updated>
	<author>
		<name>StevenASchroeder</name>
	</author>
	<content type="html">I have an input to a single eMIOS pin on an MPC5566. &amp;nbsp;I need to measure
&lt;br&gt;both period and pulse width. &amp;nbsp;I cannot find a function that combines
&lt;br&gt;these two measurements. &amp;nbsp;Any suggestions?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5500-eMIOS-functions-tp25174101p25174101.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25138530</id>
	<title>Fast Ethernet Controller on MPC5553</title>
	<published>2009-08-25T10:15:19Z</published>
	<updated>2009-08-25T10:15:19Z</updated>
	<author>
		<name>murphynetuk</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Are there any application notes or example code for the Fast Ethernet Controller on the MPC5553?
&lt;br&gt;&lt;br&gt;Initially at least the physical connection would be as the MPC5553EVB as this is our preferred evaluation platform.
&lt;br&gt;&lt;br&gt;Regards, Ian
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fast-Ethernet-Controller-on-MPC5553-tp25138530p25138530.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24465635</id>
	<title>MPC5500 Quickstart tool error</title>
	<published>2009-07-13T10:10:13Z</published>
	<updated>2009-07-13T10:10:13Z</updated>
	<author>
		<name>murphynetuk</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;When using the CodeWarrior stationary supplied with the MPC5500 Quickstart tool, I get a compile error:
&lt;br&gt;&lt;br&gt;'Use of '*' in statement level assembler is not allowed'
&lt;br&gt;&lt;br&gt;It appears to relate to a line in 'arch.h' which is written as:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;#define ARCH_STOP_INSTRUCTION_C &amp;nbsp; &amp;nbsp; &amp;nbsp;asm (&amp;quot; &amp;nbsp;b *+0&amp;quot;)
&lt;br&gt;&lt;br&gt;Does anyone have a suggested fix for this?
&lt;br&gt;&lt;br&gt;Thanks, Ian
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC5500-Quickstart-tool-error-tp24465635p24465635.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24394749</id>
	<title>Re: BDM Dependency</title>
	<published>2009-07-08T09:24:37Z</published>
	<updated>2009-07-08T09:24:37Z</updated>
	<author>
		<name>Judith M. Perreault</name>
	</author>
	<content type="html">First, I would look carefully at your reset circuitry.
&lt;br&gt;&lt;br&gt;Second, make sure you setup or turn off the watchdog time early enoug in 
&lt;br&gt;your code.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Dave
&lt;br&gt;&lt;br&gt;Jeff Clarke wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Within a new batch of 565 boards, I occasionally come across a board that
&lt;br&gt;&amp;gt; will only run with the BDM connected. With it connected, the board starts
&lt;br&gt;&amp;gt; and runs fine, without it, the board comes out of reset and appears to
&lt;br&gt;&amp;gt; hang. I am thinking there must be a marginal situation with the board
&lt;br&gt;&amp;gt; design, any thoughts on where to look?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jeff Clarke
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----------------------------------------
&lt;br&gt;&amp;gt; Notice: This e-mail is intended solely for use of the individual
&lt;br&gt;&amp;gt; or entity to which it is addressed and may contain information that
&lt;br&gt;&amp;gt; is proprietary, privileged and exempt from disclosure under
&lt;br&gt;&amp;gt; applicable law. If the reader is not the intended recipient or
&lt;br&gt;&amp;gt; agent responsible for delivering the message to the intended
&lt;br&gt;&amp;gt; recipient, you are hereby notified that any dissemination,
&lt;br&gt;&amp;gt; distribution or copying of this communication is strictly
&lt;br&gt;&amp;gt; prohibited. This communication may also contain data subject to
&lt;br&gt;&amp;gt; U.S. export laws. If so, that data subject to the International
&lt;br&gt;&amp;gt; Traffic in Arms Regulation cannot be disseminated, distributed or
&lt;br&gt;&amp;gt; copied to foreign nationals, residing in the U.S. or abroad, absent
&lt;br&gt;&amp;gt; the express prior approval of the U.S. Department of State. If
&lt;br&gt;&amp;gt; you have received this communication in error, please notify the
&lt;br&gt;&amp;gt; sender by reply e-mail and destroy the e-mail message and any
&lt;br&gt;&amp;gt; physical copies made of the communication. Thank you.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BDM-Dependency-tp24380554p24394749.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24380554</id>
	<title>BDM Dependency</title>
	<published>2009-07-07T13:15:06Z</published>
	<updated>2009-07-07T13:15:06Z</updated>
	<author>
		<name>Jeff Clarke</name>
	</author>
	<content type="html">&lt;br&gt;Within a new batch of 565 boards, I occasionally come across a board that
&lt;br&gt;will only run with the BDM connected. With it connected, the board starts
&lt;br&gt;and runs fine, without it, the board comes out of reset and appears to
&lt;br&gt;hang. &amp;nbsp;I am thinking there must be a marginal situation with the board
&lt;br&gt;design, any thoughts on where to look?
&lt;br&gt;&lt;br&gt;Jeff Clarke
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----------------------------------------
&lt;br&gt;Notice: &amp;nbsp;This e-mail is intended solely for use of the individual
&lt;br&gt;or entity to which it is addressed and may contain information that
&lt;br&gt;is proprietary, privileged and exempt from disclosure under
&lt;br&gt;applicable law. &amp;nbsp;If the reader is not the intended recipient or
&lt;br&gt;agent responsible for delivering the message to the intended
&lt;br&gt;recipient, you are hereby notified that any dissemination,
&lt;br&gt;distribution or copying of this communication is strictly
&lt;br&gt;prohibited. &amp;nbsp;This communication may also contain data subject to
&lt;br&gt;U.S. export laws. &amp;nbsp;If so, that data subject to the International
&lt;br&gt;Traffic in Arms Regulation cannot be disseminated, distributed or
&lt;br&gt;copied to foreign nationals, residing in the U.S. or abroad, absent
&lt;br&gt;the express prior approval of the U.S. Department of State. &amp;nbsp; If
&lt;br&gt;you have received this communication in error, please notify the
&lt;br&gt;sender by reply e-mail and destroy the e-mail message and any
&lt;br&gt;physical copies made of the communication. &amp;nbsp;Thank you.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BDM-Dependency-tp24380554p24380554.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24373829</id>
	<title>RE: MPC555 Flash programming</title>
	<published>2009-07-07T06:57:38Z</published>
	<updated>2009-07-07T06:57:38Z</updated>
	<author>
		<name>Jean-Christophe MATHAE</name>
	</author>
	<content type="html">Allan,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thank you for your help!
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I know that the problem comes from our design...
&lt;br&gt;I was just wondering if it has &amp;nbsp;been shared but someone else, someone who has already found the solution ;-)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;About EPE, on some of our PCBs EPEE is directly connected to 3.3V, and VPP to 5V (with a Schottky from 3.3V)...
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Jean-Christophe
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;De : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24373829&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24373829&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;] De la part de Dobbin Allan-R11834
&lt;br&gt;Envoyé : jeudi 2 juillet 2009 17:30
&lt;br&gt;À : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24373829&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;Objet : RE: [MPC500] MPC555 Flash programming
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Flash programming is tested over temperature in the factory. Could it be related to weak pull-up on one of the prog enable pins like EPEE? 
&lt;br&gt;&lt;br&gt;- Allan
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24373829&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt; &amp;nbsp;on behalf of Jean-Christophe MATHAE
&lt;br&gt;Sent: Thu 7/2/2009 12:58 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24373829&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; &amp;lt;mailto:MPC500%40yahoogroups.com&amp;gt; 
&lt;br&gt;Subject: [MPC500] MPC555 Flash programming
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;We have for many years a problem when programmming the MPC555 internal Flash module : it seems to be quiet sensitive to ambient temperature...
&lt;br&gt;&lt;br&gt;Not all our boards are sensitive alike, but all are plagued by this problem. Some would require heating the chip, some would require cooling it.
&lt;br&gt;&lt;br&gt;We are using Macraigor's Flash Programmer software with a Wiggler or Raven.
&lt;br&gt;&lt;br&gt;As anyone also encoutered this type of problem?
&lt;br&gt;As anyone an idea what the cause of the problem is, and how to solve it?
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;&lt;br&gt;Best regards.
&lt;br&gt;&lt;br&gt;Jean-Christophe MATHAE
&lt;br&gt;&lt;br&gt;CIRTEM
&lt;br&gt;&lt;a href=&quot;http://www.cirtem.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cirtem.com&lt;/a&gt;&amp;nbsp;&amp;lt;&lt;a href=&quot;http://www.cirtem.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cirtem.com&lt;/a&gt;&amp;gt; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://www.cirtem.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cirtem.com/&lt;/a&gt;&amp;nbsp;&amp;lt;&lt;a href=&quot;http://www.cirtem.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cirtem.com/&lt;/a&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&lt;br&gt;bâtiment Pointe Bleue
&lt;br&gt;20, voie l'Occitane
&lt;br&gt;BP661
&lt;br&gt;31319 LABEGE cedex
&lt;br&gt;France
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC555-Flash-programming-tp24302763p24373829.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24308699</id>
	<title>RE: MPC555 Flash programming</title>
	<published>2009-07-02T08:11:08Z</published>
	<updated>2009-07-02T08:11:08Z</updated>
	<author>
		<name>Dobbin Allan-r11834</name>
	</author>
	<content type="html">Flash programming is tested over temperature in the factory. &amp;nbsp;Could it be related to weak pull-up on one of the prog enable pins like EPEE? &amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- Allan
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24308699&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; on behalf of Jean-Christophe MATHAE
&lt;br&gt;Sent: Thu 7/2/2009 12:58 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24308699&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;Subject: [MPC500] MPC555 Flash programming
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;We have for many years a problem when programmming the MPC555 internal Flash module : it seems to be quiet sensitive to ambient temperature...
&lt;br&gt;&lt;br&gt;Not all our boards are sensitive alike, but all are plagued by this problem. Some would require heating the chip, some would require cooling it.
&lt;br&gt;&lt;br&gt;We are using Macraigor's Flash Programmer software with a Wiggler or Raven.
&lt;br&gt;&lt;br&gt;As anyone also encoutered this type of problem?
&lt;br&gt;As anyone an idea what the cause of the problem is, and how to solve it?
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;&lt;br&gt;Best regards.
&lt;br&gt;&lt;br&gt;Jean-Christophe MATHAE
&lt;br&gt;&lt;br&gt;CIRTEM
&lt;br&gt;&lt;a href=&quot;http://www.cirtem.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cirtem.com&lt;/a&gt;&amp;nbsp;&amp;lt;&lt;a href=&quot;http://www.cirtem.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cirtem.com/&lt;/a&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;bâtiment Pointe Bleue
&lt;br&gt;20, voie l'Occitane
&lt;br&gt;BP661
&lt;br&gt;31319 LABEGE cedex
&lt;br&gt;France
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC555-Flash-programming-tp24302763p24308699.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24302763</id>
	<title>MPC555 Flash programming</title>
	<published>2009-07-02T00:58:23Z</published>
	<updated>2009-07-02T00:58:23Z</updated>
	<author>
		<name>Jean-Christophe MATHAE</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;&lt;br&gt;We have for many years a problem when programmming the MPC555 internal Flash module : it seems to be quiet sensitive to ambient temperature...
&lt;br&gt;&lt;br&gt;Not all our boards are sensitive alike, but all are plagued by this problem. Some would require heating the chip, some would require cooling it.
&lt;br&gt;&lt;br&gt;We are using Macraigor's Flash Programmer software with a Wiggler or Raven.
&lt;br&gt;&lt;br&gt;&lt;br&gt;As anyone also encoutered this type of problem?
&lt;br&gt;As anyone an idea what the cause of the problem is, and how to solve it?
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;&lt;br&gt;Best regards.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Jean-Christophe MATHAE
&lt;br&gt;&lt;br&gt;CIRTEM
&lt;br&gt;&lt;a href=&quot;http://www.cirtem.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cirtem.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;bâtiment Pointe Bleue
&lt;br&gt;20, voie l'Occitane
&lt;br&gt;BP661
&lt;br&gt;31319 LABEGE cedex
&lt;br&gt;France
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC555-Flash-programming-tp24302763p24302763.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24028021</id>
	<title>RE: New RoHS compliant part numbers and mask sets for MPC555</title>
	<published>2009-06-14T19:32:57Z</published>
	<updated>2009-06-14T19:32:57Z</updated>
	<author>
		<name>Dees Randy-rsaf30</name>
	</author>
	<content type="html">all are revision M. that is the only mask set of the MPC555 that is in
&lt;br&gt;production.
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24028021&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24028021&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;] On Behalf
&lt;br&gt;Of murphynetuk
&lt;br&gt;Sent: Saturday, June 13, 2009 5:00 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24028021&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;Subject: [MPC500] New RoHS compliant part numbers and mask sets for
&lt;br&gt;MPC555
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi, maybe I didn't search hard enough but I couldn't find the details of
&lt;br&gt;the mask sets of the new RoHS MPC555 part numbers on the Freescale site:
&lt;br&gt;&lt;br&gt;MPC555LFAVR40
&lt;br&gt;MPC555LFCVR40
&lt;br&gt;MPC555LFMVR40
&lt;br&gt;&lt;br&gt;Anyone have this info please?
&lt;br&gt;&lt;br&gt;Thanks, Ian
&lt;br&gt;&lt;br&gt;.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geo.yahoo.com/serv?s=97359714/grpId=6276387/grpspId=1706554205/m&lt;/a&gt;&lt;br&gt;sgId=4000/stime=1244887208/nc1=3848621/nc2=4507179/nc3=4025321&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-RoHS-compliant-part-numbers-and-mask-sets-for-MPC555-tp24010948p24028021.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24028032</id>
	<title>RE: Re: Sourcing Older MPC555 CPUs</title>
	<published>2009-06-14T19:30:24Z</published>
	<updated>2009-06-14T19:30:24Z</updated>
	<author>
		<name>Dees Randy-rsaf30</name>
	</author>
	<content type="html">A properly designed system can use either the K3 or the M revisions of
&lt;br&gt;the MPC555 without any issues.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;however, there are errata fixes between the two mask sets that must be
&lt;br&gt;accounted for in system designs. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;of particular note: On the K3 mask set there were internal pull up
&lt;br&gt;devices on some pins that could never be disabled. When software wrote
&lt;br&gt;to the SPRDS bit in the PDMCR to disable these pull ups, they would not
&lt;br&gt;be disabled. In revision M, they will be disabled. This affects the
&lt;br&gt;following pins: &amp;nbsp;BI/STS, BURST, BDIP, TA, TS, TSIZ1, TSIZ0, TEA,
&lt;br&gt;RD/WR,BR/VF1/IWP2, BG/VF0/IWP0, BB/VF2/IWP3. Depending on the
&lt;br&gt;functionality enabled on the pin, this may or may not cause issues if
&lt;br&gt;there is no external pull up. If the bus control pins (BB, BG, BR)
&lt;br&gt;functions are enabled without pull ups, the bus will hang. for other
&lt;br&gt;pins there are other conditions that could cause system failures. TEA
&lt;br&gt;always requires an external resistor.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;It should be noted that the internal weak devices are not specified to
&lt;br&gt;guarantee correct operation if the external resistors are not designed
&lt;br&gt;into the system. These external resistors are required per the MPC555
&lt;br&gt;Reference Manual). K3 devices without these external resistors will work
&lt;br&gt;properly in most cases, but will not be robust and could fail under some
&lt;br&gt;conditions - like temperature or voltage extremes (within the normal
&lt;br&gt;operating specifications of the device).
&lt;br&gt;&amp;nbsp;
&lt;br&gt;randy
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24028032&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24028032&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;] On Behalf
&lt;br&gt;Of murphynetuk
&lt;br&gt;Sent: Sunday, June 14, 2009 4:02 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24028032&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;Subject: [MPC500] Re: Sourcing Older MPC555 CPUs 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I'm afraid I can't help you with sourcing K3 chips, but I'm curious as
&lt;br&gt;to the board layout differences required for the M mask chips? 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I did a board design a few years ago which used the K3 chip, and if I
&lt;br&gt;need to change it I'd like to understand why...
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sourcing-Older-MPC555-CPUs-tp23201329p24028032.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24019760</id>
	<title>Re: Sourcing Older MPC555 CPUs</title>
	<published>2009-06-14T02:01:34Z</published>
	<updated>2009-06-14T02:01:34Z</updated>
	<author>
		<name>murphynetuk</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm afraid I can't help you with sourcing K3 chips, but I'm curious as to the board layout differences required for the M mask chips?
&lt;br&gt;&lt;br&gt;I did a board design a few years ago which used the K3 chip, and if I need to change it I'd like to understand why...
&lt;br&gt;&lt;br&gt;Thanks, Ian
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24019760&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;, &amp;quot;cam13831&amp;quot; &amp;lt;cam13831@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Good Morning,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We are trying to source older MPC555 chips. &amp;nbsp;Specifically we are looking
&lt;br&gt;&amp;gt; for MPC555LFMZP40 with the K3 mask (Mask Set 6K02A, 1K83H, 3K83H,
&lt;br&gt;&amp;gt; 5K83H). &amp;nbsp;We have tried several places and have had no luck and
&lt;br&gt;&amp;gt; unfortunately our current board layout does not allow us to do
&lt;br&gt;&amp;gt; modifications at this time to use the later M mask.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So I guess we were wondering if anyone would have any recommendations as
&lt;br&gt;&amp;gt; to where we might be able to find someone that would have a supply of
&lt;br&gt;&amp;gt; older stock (we are only looking for around 10 chips).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks and have a great day.
&lt;br&gt;&amp;gt; Craig
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sourcing-Older-MPC555-CPUs-tp23201329p24019760.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24013302</id>
	<title>AUTO: Duncan Perrett is out of the office (returning 22/06/2009)</title>
	<published>2009-06-13T08:00:18Z</published>
	<updated>2009-06-13T08:00:18Z</updated>
	<author>
		<name>Duncan.Perrett</name>
	</author>
	<content type="html">&lt;br&gt;I am out of the office until 22/06/2009.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Note: This is an automated response to your message &amp;nbsp;&amp;quot;[MPC500] New RoHS
&lt;br&gt;compliant part numbers and mask sets for MPC555&amp;quot; sent on 13/06/2009
&lt;br&gt;11:00:02.
&lt;br&gt;&lt;br&gt;This is the only notification you will receive while this person is away.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AUTO%3A-Duncan-Perrett-is-out-of-the-office-%28returning-22-06-2009%29-tp24013302p24013302.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24010948</id>
	<title>New RoHS compliant part numbers and mask sets for MPC555</title>
	<published>2009-06-13T03:00:02Z</published>
	<updated>2009-06-13T03:00:02Z</updated>
	<author>
		<name>murphynetuk</name>
	</author>
	<content type="html">Hi, maybe I didn't search hard enough but I couldn't find the details of the mask sets of the new RoHS MPC555 part numbers on the Freescale site:
&lt;br&gt;&lt;br&gt;MPC555LFAVR40
&lt;br&gt;MPC555LFCVR40
&lt;br&gt;MPC555LFMVR40
&lt;br&gt;&lt;br&gt;Anyone have this info please?
&lt;br&gt;&lt;br&gt;Thanks, Ian
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-RoHS-compliant-part-numbers-and-mask-sets-for-MPC555-tp24010948p24010948.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23201329</id>
	<title>Sourcing Older MPC555 CPUs</title>
	<published>2009-04-23T08:52:29Z</published>
	<updated>2009-04-23T08:52:29Z</updated>
	<author>
		<name>cam13831</name>
	</author>
	<content type="html">&lt;br&gt;Good Morning,
&lt;br&gt;&lt;br&gt;We are trying to source older MPC555 chips. &amp;nbsp;Specifically we are looking
&lt;br&gt;for MPC555LFMZP40 with the K3 mask (Mask Set 6K02A, 1K83H, 3K83H,
&lt;br&gt;5K83H). &amp;nbsp;We have tried several places and have had no luck and
&lt;br&gt;unfortunately our current board layout does not allow us to do
&lt;br&gt;modifications at this time to use the later M mask.
&lt;br&gt;&lt;br&gt;So I guess we were wondering if anyone would have any recommendations as
&lt;br&gt;to where we might be able to find someone that would have a supply of
&lt;br&gt;older stock (we are only looking for around 10 chips).
&lt;br&gt;&lt;br&gt;Thanks and have a great day.
&lt;br&gt;Craig
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sourcing-Older-MPC555-CPUs-tp23201329p23201329.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22815514</id>
	<title>AEMS Files</title>
	<published>2009-03-31T14:46:16Z</published>
	<updated>2009-03-31T14:46:16Z</updated>
	<author>
		<name>k.stanley97</name>
	</author>
	<content type="html">Hi I'm new to this group,but been reading online for a while.Does anyone have the files for AEMS(aircraft engine management system)project that were on the web a few years ago. I had them but my laptop was lost.
&lt;br&gt;&lt;br&gt;Thanks,Kevin
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AEMS-Files-tp22815514p22815514.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22778884</id>
	<title>MPC565 and GCC</title>
	<published>2009-03-30T02:02:53Z</published>
	<updated>2009-03-30T02:02:53Z</updated>
	<author>
		<name>jeremie.beyer-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I try to start working with a mpc565 (PhyCore mpc565 module).
&lt;br&gt;I'm looking for a simple example or a bootcode running with GCC. 
&lt;br&gt;&lt;br&gt;All examples provided by freescale or Phytec for the mpc565 work only with Coderarior and I have huge difficulties to transform it for GCC.
&lt;br&gt;&lt;br&gt;Can somebody help me?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;&lt;br&gt;Jeremie
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC565-and-GCC-tp22778884p22778884.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22653842</id>
	<title>Questions about MPC566 PIT interrupts</title>
	<published>2009-03-22T20:29:09Z</published>
	<updated>2009-03-22T20:29:09Z</updated>
	<author>
		<name>illtll801021</name>
	</author>
	<content type="html">Hello everyone
&lt;br&gt;&lt;br&gt;I have designed a control system using MPC566, the design of hardware referred to the MPC566EVB, and used Codewarrior and MPC500 Quick Start 4.0, including the Configuration tool,to develop the software. There are many tasks running in PIT interrupts. The system has been used for a long time, it usually can run correctly, but it occasionally presents a phenomenon that the main task can run normally while the PIT interrupts can not execute, when the system is powered up. Why? Have you found the phenomenon? Are there any questions on hardware? Please help me.
&lt;br&gt;&lt;br&gt;Thanks a lot!
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Questions-about-MPC566-PIT-interrupts-tp22653842p22653842.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22289430</id>
	<title>Re: How to get size of ELF file</title>
	<published>2009-03-02T06:45:17Z</published>
	<updated>2009-03-02T06:45:17Z</updated>
	<author>
		<name>cbladow</name>
	</author>
	<content type="html">GNU Binutils includes a utility called readelf. &amp;nbsp;In windows this can 
&lt;br&gt;be installed via Cygwin or MinGW.
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22289430&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;, Mu Chunyang &amp;lt;cc_mcy@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I give you a URL about ELF file format sepc.:
&lt;br&gt;&amp;gt;  &lt;a href=&quot;http://www.skyfree.org/linux/references/ELF_Format.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.skyfree.org/linux/references/ELF_Format.pdf&lt;/a&gt;&lt;br&gt;&amp;gt; I think you can find what you want.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt; From: Mu Chunyang &amp;lt;cc_mcy@...&amp;gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22289430&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc: prashgn &amp;lt;prashgn@...&amp;gt;
&lt;br&gt;&amp;gt; Sent: Saturday, February 28, 2009 8:20:12 AM
&lt;br&gt;&amp;gt; Subject: Re: [MPC500] How to get size of ELF file
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; hi, you could find file size infomation in your .map file, which 
&lt;/div&gt;is created by your compiler!
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;  
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ____________ _________ _________ __
&lt;br&gt;&amp;gt; From: prashgn &amp;lt;prashgn@yahoo. com&amp;gt;
&lt;br&gt;&amp;gt; To: MPC500@yahoogroups. com
&lt;br&gt;&amp;gt; Sent: Thursday, February 26, 2009 5:06:48 PM
&lt;br&gt;&amp;gt; Subject: [MPC500] How to get size of ELF file
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; hi
&lt;br&gt;&amp;gt; can any body tell me whether ELF file format hold the file size
&lt;/div&gt;(entire 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; file size) or not and if not then how to validate it 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [Non-text portions of this message have been removed]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [Non-text portions of this message have been removed]
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-size-of-ELF-file-tp22220218p22289430.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22268841</id>
	<title>Re: How to get size of ELF file</title>
	<published>2009-02-28T17:04:58Z</published>
	<updated>2009-02-28T17:04:58Z</updated>
	<author>
		<name>Mu Amdrew</name>
	</author>
	<content type="html">I give you a URL about ELF file format sepc.:
&lt;br&gt; &lt;a href=&quot;http://www.skyfree.org/linux/references/ELF_Format.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.skyfree.org/linux/references/ELF_Format.pdf&lt;/a&gt;&lt;br&gt;I think you can find what you want.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;From: Mu Chunyang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22268841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cc_mcy@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22268841&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;Cc: prashgn &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22268841&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;prashgn@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Saturday, February 28, 2009 8:20:12 AM
&lt;br&gt;Subject: Re: [MPC500] How to get size of ELF file
&lt;br&gt;&lt;br&gt;&lt;br&gt;hi, you could find file size infomation in your .map file, which is created by your compiler!
&lt;br&gt;&lt;br&gt; 
&lt;br&gt;&lt;br&gt;____________ _________ _________ __
&lt;br&gt;From: prashgn &amp;lt;prashgn@yahoo. com&amp;gt;
&lt;br&gt;To: MPC500@yahoogroups. com
&lt;br&gt;Sent: Thursday, February 26, 2009 5:06:48 PM
&lt;br&gt;Subject: [MPC500] How to get size of ELF file
&lt;br&gt;&lt;br&gt;hi
&lt;br&gt;can any body tell me whether ELF file format hold the file size(entire 
&lt;br&gt;file size) or not and if not then how to validate it 
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-size-of-ELF-file-tp22220218p22268841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22256966</id>
	<title>Re: How to get size of ELF file</title>
	<published>2009-02-27T16:20:12Z</published>
	<updated>2009-02-27T16:20:12Z</updated>
	<author>
		<name>Mu Amdrew</name>
	</author>
	<content type="html">hi, you could find file size infomation in your .map file, which is created by your compiler!
&lt;br&gt;&lt;br&gt;&lt;br&gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;From: prashgn &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22256966&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;prashgn@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22256966&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MPC500@...&lt;/a&gt;
&lt;br&gt;Sent: Thursday, February 26, 2009 5:06:48 PM
&lt;br&gt;Subject: [MPC500] How to get size of ELF file
&lt;br&gt;&lt;br&gt;&lt;br&gt;hi
&lt;br&gt;can any body tell me whether ELF file format hold the file size(entire 
&lt;br&gt;file size) or not and if not then how to validate it 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-size-of-ELF-file-tp22220218p22256966.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22220253</id>
	<title>MPC 555 Greenhills compiler..........PROB</title>
	<published>2009-02-26T01:09:22Z</published>
	<updated>2009-02-26T01:09:22Z</updated>
	<author>
		<name>Prashant G</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I am using a Grennhills compiler which gives .elf format file is there 
&lt;br&gt;any possibility to include .elf files checksum in it
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MPC-555-Greenhills-compiler..........PROB-tp22220253p22220253.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22220218</id>
	<title>How to get size of ELF file</title>
	<published>2009-02-26T01:06:48Z</published>
	<updated>2009-02-26T01:06:48Z</updated>
	<author>
		<name>Prashant G</name>
	</author>
	<content type="html">hi
&lt;br&gt;can any body tell me whether ELF file format hold the file size(entire 
&lt;br&gt;file size) or not and if not then how to validate it 
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-size-of-ELF-file-tp22220218p22220218.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21624423</id>
	<title>RE: How to change program flow in MPC 555</title>
	<published>2009-01-23T05:26:53Z</published>
	<updated>2009-01-23T05:26:53Z</updated>
	<author>
		<name>Jean-Christophe MATHAE</name>
	</author>
	<content type="html">Hello Prashant,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;A and B Flash arrays are at two different address ranges, so all you need is a jump...
&lt;br&gt;&lt;br&gt;But perhaps there is more in your question than this?
&lt;br&gt;&lt;br&gt;Jean-Christophe MATHAE
&lt;br&gt;&lt;br&gt;CIRTEM
&lt;br&gt;&lt;a href=&quot;http://www.cirtem.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cirtem.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;bâtiment Pointe Bleue
&lt;br&gt;20, voie l'Occitane
&lt;br&gt;BP661
&lt;br&gt;31319 LABEGE cedex
&lt;br&gt;France
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;Hi All,
&lt;br&gt;I need to know how to change the flow of execution from Flash 'A' to 
&lt;br&gt;Flash 'B' when some condition is meet
&lt;br&gt;&lt;br&gt;Can any body guide me 
&lt;br&gt;&lt;br&gt;Thanks in Advance
&lt;br&gt;Prashant
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RE%3A-How-to-change-program-flow-in-MPC-555-tp21624423p21624423.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21569486</id>
	<title>RE: TB on MPC5500</title>
	<published>2009-01-20T11:05:14Z</published>
	<updated>2009-01-20T11:05:14Z</updated>
	<author>
		<name>Randall Young</name>
	</author>
	<content type="html">&amp;gt; To properly read TBL and TPU to form a 64-bit result, is there a magic
&lt;br&gt;&amp;gt; sequence to catch TBL rolling over between the maser's? &amp;nbsp;Or is it done
&lt;br&gt;&amp;gt; the old-fashioned way?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Possibly this is the &amp;quot;old-fashioned way&amp;quot;, but it's the best I know :
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; mftbu &amp;nbsp; r5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# load upper word of time base
&lt;br&gt;&amp;nbsp; &amp;nbsp; mftb &amp;nbsp; &amp;nbsp;r4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# load lower word of time base
&lt;br&gt;&amp;nbsp; &amp;nbsp; mftbu &amp;nbsp; r3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# re-read upper word
&lt;br&gt;&amp;nbsp; &amp;nbsp; cmpw &amp;nbsp; &amp;nbsp;r3,r5 &amp;nbsp; &amp;nbsp; &amp;nbsp; # check that upper word didnt change
&lt;br&gt;&amp;nbsp; &amp;nbsp; beq &amp;nbsp; &amp;nbsp; got_time &amp;nbsp; &amp;nbsp;# If not, branch
&lt;br&gt;&amp;nbsp; &amp;nbsp; mftb &amp;nbsp; &amp;nbsp;r4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# It changed, have to get new LSW to match
&lt;br&gt;got_time: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # (result in r3:r4)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[None] made the following annotations
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;CONFIDENTIALITY. This electronic mail and any files transmitted with it may contain information proprietary to NavCom Technology, Inc., or one of its affiliates, and are intended solely for the use of the individual or entity to whom they are addressed, shall be maintained in confidence and not disclosed to third parties without the written consent of the sender. If you are not the intended recipient or the person responsible for delivering the electronic mail to the intended recipient, be advised that you have received this electronic mail in error and that any use, dissemination, forwarding, printing, or copying of this electronic mail is strictly prohibited. If you have received this electronic mail in error, please immediately notify the sender by return mail.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TB-on-MPC5500-tp21551374p21569486.html" />
</entry>

</feed>
