evolutionm.net - Home of the Lancer Evolution
Home Features Community Marketplace Registry Garage

Go Back   evolutionm.net > Lancer Evolution 1-9 Forums > Evo Engine Management / Tuning Forums > EcuFlash
New! Use your Facebook, Google, AIM & Yahoo accounts to securely log into this site, click logo to login  

Welcome to EvolutionM.net!
Welcome to EvolutionM.net.

You are currently viewing our forum as a guest, which gives you limited access to view most discussions and access our other features. By joining our community, at no cost, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is free, fast and simple, so please join our community today!


Reply
 
Thread Tools
Old Sep 27, 2009, 02:39 PM   #1
EvoM Guru
Personal Sales Rating: (33)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA
Posts: 4,782

Drives: Evo IX MR

ECU ROM mod - double the "Fuel Cut Load Limit" range to 638

ECU ROM mod - Double the "Fuel Cut Load Limit" table range to 638 load

Updates

October 11, 2009 - Added 90550001 ROM.

September 27, 2009 - Fixed royal screwup on 94170015. If you applied the patch using the original definitions, but everything back the way it was, and recopy the xmls, and then you'll be good to go.

September 27, 2009 - Original Post


Overview

The ROM code contains an algorithm to cut fuel when load exceeds the value in the load limit table. Having a load limiter is a useful feature because it protects the engine when the boost control system fails. The factory range for this table is 0 to 318 load which is great for mildly tuned motors, but in recent years, its become more and more easy to get big HP numbers with relatively mild mods, and more people are using the factory ECU with big turbo applications as well. These people are easily pushing more than 318 load. The only way to prevent fuel cut is to set the fuel cut trigger delay time to 1 bizillion seconds which effectively disables the load limiter algorithm. Turns out that its dead simple to hack the ROM code to extend the load limit range to as high as 638 load which allows the load limit feature to be used in high HP motors. There are no downsides to performing this mod. However, it is important to remember that after the mod has been done, the original load limit table should not be used because the values in that original table will no longer be correct. With that said, here is the hack for the various ROMs. (I'll add the hack for more ROMs whenever I can find some free time.)


Instructions

USDM Evo 9 - 88590015

1) Add the items between the "-----" to your ROM xml file.
-----
<table name="EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" category="Turbo Mods" address="15cc4" type="1D" level="1" scaling="Hex16"/>

<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="1" storagetype="uint8" endian="big"/>
<table name="Fuel Cut Load X2" category="Turbo Mods" type="2D" level="1" address="3050" scaling="FuelCutLoadX2">
<table name="RPM" type="Y Axis" elements="9" address="76b0" scaling="RPM"/>
</table>

<table name="Fuel Cut Load Trigger Delay" category="Turbo Mods" type="1D" address="119a" level="1" scaling="Time"/>
-----

2) Save the ROM xml file, open ECUFlash, go to the "EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" table, and change the value from 6DDD to 4D00 (type it as 0x4D00).

3) Modify the "Fuel Cut Load X2" table per your needs. Don't forget to set an appropriate value for the delay time as well.

4) Probably would be a good idea to delete the original load limit tables just to be safe.


EDM Evo 8 - 96530006 (courtesy of logic)

1) Add the items between the "-----" to your ROM xml file.
-----
<table name="EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" category="Turbo Mods" address="12a70" type="1D" level="1" scaling="Hex16"/>

<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="1" storagetype="uint8" endian="big"/>
<table name="Fuel Cut Load X2" category="Turbo Mods" type="2D" level="1" address="3614" scaling="FuelCutLoadX2">
<table name="RPM" type="Y Axis" elements="9" address="702c" scaling="RPM"/>
</table>

<table name="Fuel Cut Load Trigger Delay" category="Turbo Mods" type="1D" address="159a" level="1" scaling="Time"/>
-----

2) Save the ROM xml file, open ECUFlash, go to the "EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" table, and change the value from 6DDD to 4D00 (type it as 0x4D00).

3) Modify the "Fuel Cut Load X2" table per your needs. Don't forget to set an appropriate value for the delay time as well.

4) Probably would be a good idea to delete the original load limit tables just to be safe.


USDM Evo 8 - 94170015

1) Add the items between the "-----" to your ROM xml file.
-----
<table name="EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" category="Turbo Mods" address="12cf8" type="1D" level="1" scaling="Hex16"/>

<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="1" storagetype="uint8" endian="big"/>
<table name="Fuel Cut Load X2" category="Turbo Mods" type="2D" level="1" address="3614" scaling="FuelCutLoadX2">
<table name="RPM" type="Y Axis" elements="9" address="6dd2" scaling="RPM"/>
</table>

<table name="Fuel Cut Load Trigger Delay" category="Turbo Mods" type="1D" address="159a" level="1" scaling="Time"/>
-----

2) Save the ROM xml file, open ECUFlash, go to the "EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" table, and change the value from 6DDD to 4D00 (type it as 0x4D00).

3) Modify the "Fuel Cut Load X2" table per your needs. Don't forget to set an appropriate value for the delay time as well.

4) Probably would be a good idea to delete the original load limit tables just to be safe.


EDM Evo 7 Ralliart - 90550001

1) Add the items between the "-----" to your ROM xml file.
-----
<table name="EXTU.W->SHLL (600D -> 4000) for Fuel Cut Load X2" category="Turbo Mods" address="11ac6" type="1D" level="1" scaling="Hex16"/>

<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="1" storagetype="uint8" endian="big"/>
<table name="Fuel Cut Load X2" category="Turbo Mods" type="2D" level="2" address="3814" scaling="FuelCutLoadX2">
<table name="RPM" type="Y Axis" elements="9" address="56b6" scaling="RPM"/>
</table>

<table name="Fuel Cut Load Trigger Delay" category="Turbo Mods" type="1D" address="159a" level="1" scaling="Time"/>
-----

2) Save the ROM xml file, open ECUFlash, go to the "EXTU.W->SHLL (600D -> 4000) for Fuel Cut Load X2" table, and change the value from 600D to 4000 (type it as 0x4000).

3) Modify the "Fuel Cut Load X2" table per your needs. Don't forget to set an appropriate value for the delay time as well.

4) Probably would be a good idea to delete the original load limit tables just to be safe.
__________________
Works drop-in :: AMS LICP :: English Racing ported EM and HS :: Titek v2 O2 :: Helix v2 DP :: MIL.SPEC 100 cps cat :: RRE Stealth Stainless :: Walbro :: FIC 1050s :: E85 :: self-tuned :: 26.5 psi :: 340wtq/375whp VDR 5.71 EvoM mode, 77°F

Last edited by mrfred; Oct 11, 2009 at 09:23 AM.
Online
 
Reply With Quote
Old Sep 27, 2009, 02:44 PM   #2
EvoM Moderator
Personal Sales Rating: (12)
 
MR Turco's Avatar
 
Join Date: May 2007
Location: Uxbridge, MA
Posts: 2,560

Drives: WW Evo IX w/ SSL/SE, 2000 Sentra SE w/ SR20

Very cool! Great work as always. Its a shame more people don't understand the importance of boost (load) limit.
__________________
-Mike

The Rules - love them

TephraMOD V7 - now serving 25x30 fuel and timing maps and Gear Dependent Boost Control

Quote:
Originally Posted by beavis820 View Post
turco is a damn fine mechanic without me
Offline
 
Reply With Quote
Old Sep 27, 2009, 02:46 PM   #3
Silver Sponsor
Personal Sales Rating: (4)
 
GST Motorsports's Avatar
 
Join Date: Sep 2007
Location: Hayward
Posts: 1,885

Drives: EVO, STI

Awesome! I have quite a few that could use this and would be very happy to know they have a working boost cut again.

- Bryan
__________________
GST Motorsports
2439 Industrial Pkwy. West Suite A
Hayward, CA 94545
510-264-9049

The original E85 Army

http://www.gstmotorsports.com
Offline
 
Reply With Quote
Old Sep 27, 2009, 03:46 PM   #4
Evolved Member
Personal Sales Rating: (0)
 
cossie1's Avatar
 
Join Date: Aug 2007
Location: UK
Posts: 529

Drives: Evo6 RSII

Nice work, any chance you can find it for 90550001 when you have the time ?
Offline
 
Reply With Quote
Old Sep 27, 2009, 03:48 PM   #5
Evolved Member
Personal Sales Rating: (16)
 
Jack_of_Trades's Avatar
 
Join Date: Jun 2007
Location: W. Warwick, Rhode Island
Posts: 2,998

Drives: '03 evo VIII BBY(sold!), '95 Talon ESI-Turbo'd, '90 Mirage 4g63

Sweet deal! Thanks Mrfred!
__________________
New VDR 5.71 Launched on 9/04/2009!! Now can be used for ANY vehicle, presets for all Evo 7,8,9,10 models!
CLICK HERE TO DOWNLOAD 'Virtual Dyno Room v5.71' !

'90 Mirage hatchback 4g63 and Evo8 ECU powered!
VDR 5.71 (EvoM Mode)=300whp/268wtq (thru stock 1.5" exhaust!)

'03 BBY Evo 8 (sold)
VDR 5.71 (EvoM Mode)=339whp/335wtq
Best 1/4 Mile: 12.2@113mph

'95 Eagle Talon non-turbo ATX......turbo'd
Best 1/4 Mile: 13.99@101mph
Offline
 
Reply With Quote
Old Sep 27, 2009, 07:57 PM   #6
Evolved Member
Personal Sales Rating: (2)
2005 Mitsubishi Lancer Evolution
My Garage
 
logic's Avatar
 
Join Date: Apr 2003
Location: Aurora, IL USA
Posts: 733

Drives: 96530006

Send a message via ICQ to logic Send a message via AIM to logic Send a message via MSN to logic Send a message via Yahoo to logic
For 94170015, should the EXTU.W be at 15cc2 instead? Also, "Fuel Cut Load X2" looks like it should be 3614, with the axis at 6dd2?

For 96530006:

1) Add the items below to your ROM xml file.
Code:
<table name="EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" category="Turbo Mods" address="12a70" type="1D" level="1" scaling="Hex16"/>

<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="1" storagetype="uint8" endian="big" />
<table name="Fuel Cut Load X2" category="Turbo Mods" type="2D" level="1" address="3614" scaling="FuelCutLoadX2">
<table name="RPM" type="Y Axis" elements="9" address="702c" scaling="RPM"/>
</table>

<table name="Fuel Cut Load Trigger Delay" category="Turbo Mods" type="1D" address="159a" level="1" scaling="Time"/>
2) Save the ROM xml file, open ECUFlash, go to the "EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" table, and change the value from 6DDD to 4D00 (type it as 0x4D00).

3) Modify the "Fuel Cut Load X2" table per your needs. Don't forget to set an appropriate value for the delay time as well.

4) Probably would be a good idea to delete the original load limit tables just to be safe.
__________________
-Ed
Felix qui potuit rerum cognoscere causas.
My cars: Evo, WRX wagon, 2g DSM, 1g DSM
Learning: Evo ECU Wiki

Last edited by logic; Sep 28, 2009 at 06:52 AM. Reason: Fix wrong address for EXTU.W->SHLL
Offline
 
Reply With Quote
Old Sep 27, 2009, 08:45 PM   #7
EvoM Guru
Personal Sales Rating: (33)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA
Posts: 4,782

Drives: Evo IX MR

Quote:
Originally Posted by cossie1 View Post
Nice work, any chance you can find it for 90550001 when you have the time ?
Post your xml file.
__________________
Works drop-in :: AMS LICP :: English Racing ported EM and HS :: Titek v2 O2 :: Helix v2 DP :: MIL.SPEC 100 cps cat :: RRE Stealth Stainless :: Walbro :: FIC 1050s :: E85 :: self-tuned :: 26.5 psi :: 340wtq/375whp VDR 5.71 EvoM mode, 77°F
Online
 
Reply With Quote
Old Sep 27, 2009, 08:58 PM   #8
Evolving Member
Personal Sales Rating: (7)
 
laramie_05MR's Avatar
 
Join Date: Jul 2006
Location: texas
Posts: 225

Drives: gg mr

Thanks mrfred and logic.
__________________
Quote:
Originally Posted by dan l View Post
Pretty soon its going to be like the engine room in star trek with ****ing lights, horns, and steam valves going off when **** hits the fan.
IX turbo
ETS FMIC, hard pipes and maf pipe
IX bov
FIC 1050s
TephraMOD 96530706
Machine work by Watt Bigham and built by ME.
Big THANKS to the guys at Evolution Dynamics
Offline
 
Reply With Quote
Old Sep 27, 2009, 08:58 PM   #9
EvoM Guru
Personal Sales Rating: (33)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA
Posts: 4,782

Drives: Evo IX MR

Quote:
Originally Posted by logic View Post
For 94170015, should the EXTU.W be at 15cc2 instead? (And 60DD, rather than 6DDD?) Also, "Fuel Cut Load X2" looks like it should be 3614, with the axis at 6dd2?

For 96530006:

...
logic, Thanks I royally screwed up the 94170015 post. Its now fixed. If you have a look at it again, you'll see that your interpretation for the 96530006 needs a little tweaking.
__________________
Works drop-in :: AMS LICP :: English Racing ported EM and HS :: Titek v2 O2 :: Helix v2 DP :: MIL.SPEC 100 cps cat :: RRE Stealth Stainless :: Walbro :: FIC 1050s :: E85 :: self-tuned :: 26.5 psi :: 340wtq/375whp VDR 5.71 EvoM mode, 77°F

Last edited by mrfred; Sep 28, 2009 at 07:35 AM.
Online
 
Reply With Quote
Old Sep 28, 2009, 01:16 AM   #10
Evolved Member
Personal Sales Rating: (0)
 
cossie1's Avatar
 
Join Date: Aug 2007
Location: UK
Posts: 529

Drives: Evo6 RSII

Quote:
Originally Posted by mrfred View Post
Post your xml file.

Attached
Attached Files
File Type: zip 90550001.zip (6.8 KB, 0 views)
Offline
 
Reply With Quote
Old Sep 28, 2009, 06:38 AM   #11
Evolving Member
Personal Sales Rating: (0)
2006 Mitsubishi Lancer Evolution
 
Danieln's Avatar
 
Join Date: Apr 2008
Location: EUROPE
Posts: 364

Drives: Evo 9 GSR

Hi mrfred,

Do you think that it can be done also for this?

Thanks a lot
Attached Files
File Type: zip 88840017.zip (2.5 KB, 0 views)
Offline
 
Reply With Quote
Old Sep 28, 2009, 06:56 AM   #12
Evolved Member
Personal Sales Rating: (2)
2005 Mitsubishi Lancer Evolution
My Garage
 
logic's Avatar
 
Join Date: Apr 2003
Location: Aurora, IL USA
Posts: 733

Drives: 96530006

Send a message via ICQ to logic Send a message via AIM to logic Send a message via MSN to logic Send a message via Yahoo to logic
Quote:
Originally Posted by mrfred View Post
If you have a look at it again, you'll see that your interpretation for the 96530006 needs a little tweaking.
Ah, you're right, I completely screwed up on the location of the extu.w. :P I've fixed the original post, thanks!
__________________
-Ed
Felix qui potuit rerum cognoscere causas.
My cars: Evo, WRX wagon, 2g DSM, 1g DSM
Learning: Evo ECU Wiki
Offline
 
Reply With Quote
Old Sep 28, 2009, 07:53 AM   #13
EvoM Guru
Personal Sales Rating: (33)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA
Posts: 4,782

Drives: Evo IX MR

Quote:
Originally Posted by logic View Post
Ah, you're right, I completely screwed up on the location of the extu.w. :P I've fixed the original post, thanks!
NP. I added your 96530006 items to the first post.
__________________
Works drop-in :: AMS LICP :: English Racing ported EM and HS :: Titek v2 O2 :: Helix v2 DP :: MIL.SPEC 100 cps cat :: RRE Stealth Stainless :: Walbro :: FIC 1050s :: E85 :: self-tuned :: 26.5 psi :: 340wtq/375whp VDR 5.71 EvoM mode, 77°F
Online
 
Reply With Quote
Old Sep 28, 2009, 07:54 AM   #14
EvoM Guru
Personal Sales Rating: (33)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA
Posts: 4,782

Drives: Evo IX MR

Quote:
Originally Posted by cossie1 View Post
Attached
Thanks. I'll see if I can take care of it today.
__________________
Works drop-in :: AMS LICP :: English Racing ported EM and HS :: Titek v2 O2 :: Helix v2 DP :: MIL.SPEC 100 cps cat :: RRE Stealth Stainless :: Walbro :: FIC 1050s :: E85 :: self-tuned :: 26.5 psi :: 340wtq/375whp VDR 5.71 EvoM mode, 77°F
Online
 
Reply With Quote
Old Sep 28, 2009, 11:12 AM   #15
Evolved Member
Personal Sales Rating: (0)
 
cossie1's Avatar
 
Join Date: Aug 2007
Location: UK
Posts: 529

Drives: Evo6 RSII

Quote:
Originally Posted by mrfred View Post
Thanks. I'll see if I can take care of it today.
Offline
 
Reply With Quote
Reply

Tags
04, add, ecu, ecuflash, evo, jcbanks, load, mappings, mdx, mod, moding, rom, stock, timing, values

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off

 



All times are GMT -7. The time now is 11:20 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0