Notices
ECU Flash

Evo IX 2-byte Load & Lean Spool for Dummies

Thread Tools
 
Search this Thread
 
Old Aug 21, 2007, 09:19 AM
  #121  
Evolved Member
 
burgers22's Avatar
 
Join Date: Jan 2006
Location: Oxfordshire
Posts: 953
Received 2 Likes on 2 Posts
Hi

These are the lean spool address I've taken from my xml, seems to work OK but as ever make sure you check your AFRs out with a wideband

<table name="Lean Spool Start RPM" category="Misc" address="1680" type="1D" level="1" scaling="RPMStatLimit"/>

<table name="Lean Spool Stop RPM" category="Misc" address="1684" type="1D" level="1" scaling="RPMStatLimit"/>

MB
Old Aug 21, 2007, 01:30 PM
  #122  
EvoM Guru
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by al\lupo
I have uploaded on ActiveMatrix, waiting for publishing...
If you agree I can email you the 88840016 stock.
EDIT: This is now correct.

Add these two entries to your 88840016.xml ROM file:

----- (don't include the "-----")
<table name="MUT00 2-byte load MSB" category="MUT" address="377fa" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>
-----

Then launch ECUFlash, open your ROM, and scroll down to the entries:

Change MUT00 from 6A09 to 6B22 (you'll have to enter it as 0x6B22).

Change MUT01 from 6A08 to 6B23 (use 0x.... again).

Save the ROM, and you're ready to upload it to your ECU.

Last edited by mrfred; Aug 24, 2007 at 12:22 PM.
Old Aug 21, 2007, 02:52 PM
  #123  
Evolved Member
iTrader: (6)
 
SWOLN's Avatar
 
Join Date: Sep 2005
Location: In the Florida Swamps
Posts: 1,791
Received 13 Likes on 13 Posts
Originally Posted by burgers22
Hi

These are the lean spool address I've taken from my xml, seems to work OK but as ever make sure you check your AFRs out with a wideband

<table name="Lean Spool Start RPM" category="Misc" address="1680" type="1D" level="1" scaling="RPMStatLimit"/>

<table name="Lean Spool Stop RPM" category="Misc" address="1684" type="1D" level="1" scaling="RPMStatLimit"/>

MB
I got the 2-byte set up properly. Thank you.

If I "Enableleanspool" I'll need to recalibrate my AFR's? Is this correct?
Old Aug 21, 2007, 10:27 PM
  #124  
Evolved Member
iTrader: (22)
 
codgi's Avatar
 
Join Date: Aug 2004
Location: Seattle, WA
Posts: 2,491
Received 41 Likes on 37 Posts
Originally Posted by SWOLN
I got the 2-byte set up properly. Thank you.

If I "Enableleanspool" I'll need to recalibrate my AFR's? Is this correct?
It comes on from the factory. You made this mod so you could disable it (by setting the start and stop to be the same RPM). If you disable it, then yes you will have to adjust the fuel map to get your AFRs back up (they will be too rich).

Last edited by codgi; Aug 21, 2007 at 11:43 PM.
Old Aug 21, 2007, 10:48 PM
  #125  
Evolved Member
iTrader: (7)
 
Whoop_ass's Avatar
 
Join Date: Dec 2006
Location: on earth
Posts: 943
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by mrfred
Add these two entries to your 8840016.xml ROM file:

----- (don't include the "-----")
<table name="MUT00 2-byte load MSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="37802" type="1D" level="1" scaling="Hex16"/>
-----

Then launch ECUFlash, open your ROM, and scroll down to the entries:

Change MUT00 from 6A08 to 6B22 (you'll have to enter it as 0x6B22).

Change MUT01 from 6A11 to 6B23 (use 0x.... again).

Save the ROM, and you're ready to upload it to your ECU.

Thanks mrfred
I will try this to the EDM rom
Old Aug 21, 2007, 10:50 PM
  #126  
Evolving Member
 
al\lupo's Avatar
 
Join Date: May 2007
Location: Italy
Posts: 178
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by mrfred
Add these two entries to your 8840016.xml ROM file:

----- (don't include the "-----")
<table name="MUT00 2-byte load MSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="37802" type="1D" level="1" scaling="Hex16"/>
-----

Then launch ECUFlash, open your ROM, and scroll down to the entries:

Change MUT00 from 6A08 to 6B22 (you'll have to enter it as 0x6B22).

Change MUT01 from 6A11 to 6B23 (use 0x.... again).

Save the ROM, and you're ready to upload it to your ECU.
Thank you, I will try ASAP
Old Aug 22, 2007, 12:09 AM
  #127  
Evolving Member
 
al\lupo's Avatar
 
Join Date: May 2007
Location: Italy
Posts: 178
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by mrfred
Add these two entries to your 8840016.xml ROM file:

----- (don't include the "-----")
<table name="MUT00 2-byte load MSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="37802" type="1D" level="1" scaling="Hex16"/>
-----

Then launch ECUFlash, open your ROM, and scroll down to the entries:

Change MUT00 from 6A08 to 6B22 (you'll have to enter it as 0x6B22).

Change MUT01 from 6A11 to 6B23 (use 0x.... again).

Save the ROM, and you're ready to upload it to your ECU.
It seems that you are hitting MUT01 and MUT02 instead of 00 and 01...
It works with following:

<table name="MUT00 2-byte load MSB" category="MUT" address="377fa" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>

Values:

MUT00 from 6A09 to 6B22 (hex)
MUT01 from 6A08 to 6B23 (hex)

Tried at idle, cannot move the car for today...
Old Aug 22, 2007, 01:52 AM
  #128  
Evolving Member
 
al\lupo's Avatar
 
Join Date: May 2007
Location: Italy
Posts: 178
Likes: 0
Received 0 Likes on 0 Posts
2-bytes RPM

For 88840016 owners, I have updated the 2-bytes RPM thread for our ECU identifier.
Old Aug 22, 2007, 04:07 AM
  #129  
Evolved Member
iTrader: (7)
 
Whoop_ass's Avatar
 
Join Date: Dec 2006
Location: on earth
Posts: 943
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by al\lupo
It seems that you are hitting MUT01 and MUT02 instead of 00 and 01...
It works with following:

<table name="MUT00 2-byte load MSB" category="MUT" address="377fa" type="1D" level="1" scaling="Hex16"/>

<table name="MUT01 2-byte load LSB" category="MUT" address="377fe" type="1D" level="1" scaling="Hex16"/>

Values:

MUT00 from 6A09 to 6B22 (hex)
MUT01 from 6A08 to 6B23 (hex)

Tried at idle, cannot move the car for today...
thanks i will yours must i input the same values as mrfred said as i tried his way and sort of borked my flash and car wouldnt start.

reflashed my previous rom and thank god car started.
I will give yours a bash and check

thank you
Old Aug 22, 2007, 08:57 AM
  #130  
EvoM Guru
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by al\lupo
It seems that you are hitting MUT01 and MUT02 instead of 00 and 01...
Yep, you're right. I overlooked the first MUT entry. Fixed my original post.
Old Aug 24, 2007, 11:36 AM
  #131  
Newbie
 
fil78's Avatar
 
Join Date: Nov 2006
Location: France
Posts: 65
Likes: 0
Received 0 Likes on 0 Posts
many thanks guys
now we can log correct ECU load on our EDM Evo ix
Old Aug 26, 2007, 05:15 AM
  #132  
Newbie
 
NineWorks's Avatar
 
Join Date: Aug 2007
Location: South !
Posts: 45
Likes: 0
Received 0 Likes on 0 Posts
Exclamation

Stoopid question... maybe

Anybody knows if the lean spool function has anything to do with the solenoid placed in between the manifold and the FPR ?

I have noticed this set-up on every Evo (V up to IX) without finding any info about it ?

Last edited by NineWorks; Aug 26, 2007 at 05:17 AM.
Old Aug 26, 2007, 10:02 AM
  #133  
Evolved Member
iTrader: (22)
 
codgi's Avatar
 
Join Date: Aug 2004
Location: Seattle, WA
Posts: 2,491
Received 41 Likes on 37 Posts
Originally Posted by NineWorks
Stoopid question... maybe

Anybody knows if the lean spool function has anything to do with the solenoid placed in between the manifold and the FPR ?

I have noticed this set-up on every Evo (V up to IX) without finding any info about it ?
But you can disable the lean spool functionality without changing anything with the physical car...so whats your angle here? .
Old Aug 26, 2007, 12:07 PM
  #134  
Newbie
 
NineWorks's Avatar
 
Join Date: Aug 2007
Location: South !
Posts: 45
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by codgi
But you can disable the lean spool functionality without changing anything with the physical car...so whats your angle here? .
My IX is not lean spooling for a while...

But as this solenoid is still there, not to my likee, I'm still wondering what this thing could be here for...?
Old Aug 31, 2007, 08:34 PM
  #135  
Newbie
 
hotredevo's Avatar
 
Join Date: Mar 2007
Posts: 9
Likes: 0
Received 0 Likes on 0 Posts
Help

Hi I added:

<table name="2 byte load high bit" category="Misc" type="1D" address="3EE86" level="1" scaling="uint16"/>

<table name="2 byte load low bit" category="Misc" type="1D" address="3EE8A" level="1" scaling="uint16"/>


Right above the </rom> saved it. I opened ecuflash made sure developer mode was selected under the options menu and the new tables did not show under misc or any other category. I seem to be the first with this problem. I added other idle definitions a while back and those tables show up and work, so I know I put the code in the right place. Here is the xml so you can check it out for yourself. just re-save it as a xml, i changed it to txt to upload. Thanks


EDIT: Ok I fixed it. Last resort so I uninstalled ecuflash and deleted the entire folder, and reinstalled ecuflash and add the code into the xml and it worked. Weird glitch I guess, but figured I would post to help anyone else who may have this problem.
Attached Files
File Type: txt
88590015.txt (10.4 KB, 22 views)

Last edited by hotredevo; Aug 31, 2007 at 09:04 PM. Reason: FIXED


Quick Reply: Evo IX 2-byte Load & Lean Spool for Dummies



All times are GMT -7. The time now is 01:50 PM.