Difference between revisions of "96530006"

From EvoEcu
Jump to navigation Jump to search
m (ROMs:96530006 moved to 96530006 over redirect)
(Add note about broken injector latency table in ecuflash.)
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
==Download==
 
==Download==
 
[[Image:96530006.HEX]]
 
[[Image:96530006.HEX]]
 +
 +
[[Image:Def file 96530006+tephra510+new tables.zip]]
 +
 +
==EcuFlash Definition Errors==
 +
 +
Injector Battery Voltage Latency Compensation is incorrect in the <tt>96539996.xml</tt> file. Replace it with:
 +
 +
&lt;table name="Injector Battery Voltage Latency Compensation" address="37c0"&gt;
 +
    &lt;table name="Battery Voltage" address="67f0" elements="7"/&gt;
 +
&lt;/table&gt;
  
 
==Addresses==
 
==Addresses==
Line 9: Line 19:
 
:<tt>36200</tt>
 
:<tt>36200</tt>
  
;2-byte load
+
;2-byte load (no temp compensated)
 +
:<tt>MUT00</tt> = <tt>8984</tt>
 +
:<tt>MUT01</tt> = <tt>8985</tt>
 +
 
 +
;OR
 +
 
 +
;2-byte load  temp compensated
 
:<tt>MUT00</tt> = <tt>898A</tt>
 
:<tt>MUT00</tt> = <tt>898A</tt>
 
:<tt>MUT01</tt> = <tt>898B</tt>
 
:<tt>MUT01</tt> = <tt>898B</tt>

Revision as of 21:57, 15 October 2008

96530006 is a 2005 EDM Evo ROM, commonly used to replace the 96940011 USDM ROM.

Download

File:96530006.HEX

File:Def file 96530006+tephra510+new tables.zip

EcuFlash Definition Errors

Injector Battery Voltage Latency Compensation is incorrect in the 96539996.xml file. Replace it with:

<table name="Injector Battery Voltage Latency Compensation" address="37c0">
    <table name="Battery Voltage" address="67f0" elements="7"/>
</table>

Addresses

MUT Table
36200
2-byte load (no temp compensated)
MUT00 = 8984
MUT01 = 8985
OR
2-byte load temp compensated
MUT00 = 898A
MUT01 = 898B
2-byte RPM
MUT02 = 8962
MUT03 = 8963
2-byte AirFlow
MUT04 = 89E2
MUT05 = 89E3