Notices
ECU Flash

Legnum VR-4 Def File

Thread Tools
 
Search this Thread
 
Old Mar 19, 2009 | 01:38 AM
  #16  
BarryC's Avatar
Thread Starter
Evolving Member
iTrader: (3)
 
Joined: Aug 2006
Posts: 264
Likes: 0
From: Ireland
the boost limit table seems to be off tried looking around the surrounding area
to see if I could find it no luck
Reply
Old Mar 19, 2009 | 02:27 AM
  #17  
acamus's Avatar
Evolved Member
 
Joined: Mar 2008
Posts: 730
Likes: 3
From: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
Originally Posted by merlin.oz
Results so far. Anything with a * prefix is dodgy.

Change the .txt back to .xml after downloading.
Marlin you have it wrong in base it should look like this

Code:
	<table name="MUT Table" category="MUT" address="2fad0" type="3D" level="2" scaling="Hex16">
		<table name="X" elements="16">
			<data>0</data>
			<data>1</data>
			<data>2</data>
			<data>3</data>
			<data>4</data>
			<data>5</data>
			<data>6</data>
			<data>7</data>
			<data>8</data>
			<data>9</data>
			<data>A</data>
			<data>B</data>
			<data>C</data>
			<data>D</data>
			<data>E</data>
			<data>F</data>
		</table>
		<table name="Y" elements="16">
			<data>MUT0X</data>
			<data>MUT1X</data>
			<data>MUT2X</data>
			<data>MUT3X</data>
			<data>MUT4X</data>
			<data>MUT5X</data>
			<data>MUT6X</data>
			<data>MUT7X</data>
			<data>MUT8X</data>
			<data>MUT9X</data>
			<data>MUTAX</data>
			<data>MUTBX</data>
			<data>MUTCX</data>
			<data>MUTDX</data>
			<data>MUTEX</data>
			<data>MUTFX</data>
		</table>
	</table>
Reply
Old Mar 19, 2009 | 05:03 AM
  #18  
cossie1's Avatar
Evolved Member
 
Joined: Aug 2007
Posts: 569
Likes: 1
From: UK
Originally Posted by acamus
Periphery bits for H8/500 seem to be

Periphery 00: 0x262
Periphery 0: 0x272
Periphery 1: 0x282
Periphery 2: 0x292
Periphery 3: 0x2A2
Are these Ecuflash address's ?

As they don't work with Evo 5/6 roms if they are
Reply
Old Mar 19, 2009 | 05:09 AM
  #19  
acamus's Avatar
Evolved Member
 
Joined: Mar 2008
Posts: 730
Likes: 3
From: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
add 0x10000 loading offset, i.e. 0x10262
sorry for that I was writing whole thing as raw hex file,
all addresses above are raw without the offset.
correct xml input is then here

Last edited by acamus; Mar 19, 2009 at 05:14 AM.
Reply
Old Mar 19, 2009 | 08:11 AM
  #20  
cossie1's Avatar
Evolved Member
 
Joined: Aug 2007
Posts: 569
Likes: 1
From: UK
Nice work
Reply
Old Mar 27, 2009 | 01:29 AM
  #21  
kc427's Avatar
Newbie
 
Joined: Jan 2009
Posts: 16
Likes: 0
From: HK
Originally Posted by acamus
1FAD0 seems to be a mut table 16 bit values
(e.g. MUT_06(ignition) = 0xF243)

It seems same MUT table address is valid for all H8/5xx in my collection

23490007 EM2349 ?? EVO5 RS BC
21810022 EM2181 00 ECLIPSE GT MT FED
23500002 EM2350 99 Mirage
25680002 EM2568 00 Mirage
23810003 EM2428 99 Galant VR4
20030011 EM2005 98 Legnum VR4
20030013 EM2004 ?? Legnum VR4

ROMID @ 0x21a

I read my 98 Galant VR4 rom, and the ROMID @0x021A is:

20030011 EM2004 98 Galant VR4
Reply
Old Mar 27, 2009 | 08:04 AM
  #22  
Mattjin's Avatar
Evolved Member
 
Joined: Apr 2008
Posts: 604
Likes: 0
From: Sydney, Australia
Some maps to keep you busy. Add to the Base xml


<table name="Warmup Retard Control" category="Timing" address="11fae" type="2D" level="3" scaling="Percent255">
<table name="Engine Temp" address="2d0f4" type="X Axis" elements="8" scaling="Temp"/>
</table>

<table name="Timing Trim vs Engine Temp" category="Timing" address="11f7c" type="2D" level="2" scaling="Enrich">
<table name="Engine Temp" address="2d090" type="X Axis" elements="8" scaling="Temp"/>
</table>

<table name="Timing Trim vs Air Temp" category="Timing" address="11f88" type="2D" level="4" scaling="Enrich">
<table name="Air Temp" address="2d10a" type="X Axis" elements="7" scaling="Temp"/>
</table>

<table name="Target Idle RPM - Neutral" category="Idle" address="12004" type="2D" level="4" scaling="RPM8">
<table name="Engine Temp" address="2d090" type="X Axis" elements="8" scaling="Temp"/>
</table>

<table name="Target Idle RPM - Drive" category="Idle" address="12010" type="2D" level="4" scaling="RPM8">
<table name="Engine Temp" address="2d090" type="X Axis" elements="8" scaling="Temp"/>
</table>

<table name="ISCV Initial Steps #1" category="Idle" address="1201c" type="2D" level="4" scaling="ISCVSteps">
<table name="Engine Temp" address="2d090" type="X Axis" elements="8" scaling="Temp"/>
</table>

<table name="Decel Fuel Cut Resume RPM Offset" category="Fuel" address="1147a" type="2D" level="2" scaling="RPM8">
<table name="Engine Temp" address="2d090" type="X Axis" elements="8" scaling="Temp"/>
</table>

<table name="Fuel Primer Enrich" category="Fuel" address="1155c" type="2D" level="2" scaling="uint8">
<table name="Engine Temp" address="2d0a6" type="X Axis" elements="9" scaling="Temp"/>
</table>

<table name="Limp Mode Table" category="Fuel" address="1157b" type="3D" level="2" swapxy="true" scaling="uint8">
<table name="TPS" address="2d07c" type="X Axis" elements="7" scaling="Volts16"/>
<table name="Engine Speed" address="2d06c" type="Y Axis" elements="5" scaling="RPM"/>
</table>

Double check them. I just found them quickly and they are completely untested.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
richardjh
ECU Flash
25
Jul 28, 2017 03:49 PM
Hiboost
Evo X Engine Management / Tuning Forums
15
Jan 10, 2016 10:15 PM
mrfred
ECU Flash
242
Oct 2, 2015 12:41 AM
PPM
ECU Flash
7
Apr 2, 2015 09:35 AM
NOMIEZVR4
ECU Flash
3
Oct 26, 2009 10:36 PM




All times are GMT -7. The time now is 10:16 PM.