[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4756: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4758: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4759: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4760: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
ducatipaso.org • View topic - 907 EPROM
It is currently Mon Sep 29, 2025 2:35 am

All times are UTC





Post new topic Reply to topic  [ 112 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Author Message
 Post subject: Re: 907 EPROM
PostPosted: Wed Nov 11, 2009 3:19 am 
Offline
paso grand pooh-bah
User avatar

Joined: Tue Jul 29, 2008 9:50 pm
Posts: 3259
Location: Hilltown,Pennsylvania
model: 906 Paso
year: 1990
I am by no means an expert myself,Yet. From what I understand the hard part is to disassemble the code into something understandable to work with a "map" of what bit gets read and what it does.
The program by the author does just that for one type of motorola chip. If you download the program he has there and look it over it will begin to make more sense His program maps the chip by intercepting the
function map with a device called a romulator. Sort of a live file system on top of the chip that allows you to read and write one bit at a time in real time. Romulator's in the past cost several hundred or in some cases
thousands of dollars but now can be had for under 100. His device setup and program is for a sister family of motorola chips MC6803. We need a similar setup for the MC68703 family. The device I am looking into
currently sells for 39US and is said to be able to read the MC68703 family. Once we have the map or disassembly instruction set for our family of chips we will be able to read any chip that can be installed in a DIgiplex
ECU Any difference between the motorola instruction set and any other chip that works in the digiplex will be"special instructions to prevent tampering" and will need to be sorted out. Since most of these special chip makers are out of biz there really should not be any legal entanglements to reverse engineering their work or better yet just leaving it out when writing a new chip without those "special instructions"

One other thing to note..Having the ability to read and write to a chip by no means makes anyone an expert on doing such things and I would not recommend blindly changing bits at random and expect anything other than bad things to happen to anyones bike that would attempt to do so.
That being said I think one thing we can do here is take eeproms known to work for certain setups and compare them to what is out there and very slowly and carefully come up with a general set of instructions
for say someone that wants to change their exhaust from stock to aftermarket. Better yet come up with a simple solution for all those 907's out there with flat spots and surging issues. Sort of a list of options based on what setup you have and what is known to work. There are a lot of groups doing just this sort of thing all the time for their much more complicated twin turbo variable cam timing cars. Hell when I worked for BMW we had one guy in the shop that did just that all day everyday for our racing customers, remapped ECU,s based on their data collection from their last run. No expensive dyno time, besides dyno based improvements tend to blow up on the track.
Small incremental changes based on data collection from their last track day.
These days there a many affordable data collection systems. If you have a PC or laptop you can buy an 8 dollar data cable for your car,download a free program and be ready to learn or buy a bin file from a firm thats sell such special purpose files or free from a special interests forum for your make vehicle. On an older bike like ours it is only slightly more complicated to set up but much simpler to figure out technology wise. The LM-1 I use for the weber project was under 400 and has much more capability than I can currently use on the 906. It would easily monitor
all that goes on with a 907 and even most of what my Nissan Frontier tracks with its variable cam timing 4l multi fuel whiz bang engine. JM2c.

_________________
Ducati,making mechanics out of riders since 1946
There's no problem so bad that a little fixing can't make it worse! : )
If it ain't broke keep fixin it till it is
88 750
90 906
92 907ie


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Wed Nov 11, 2009 9:32 pm 
Offline
paso grand pooh-bah
User avatar

Joined: Wed Apr 09, 2008 9:57 pm
Posts: 1097
Location: Manchester, England.
model: 907 I.E.
year: 1992
This is what is in my box of tricks numbers read 4304077240 there is also a distinct pink/purple dot on the bottom right of the label attached it is almost fluorescent but is not so distinct in the photo.




The box itself has a sticker attached with a bar code from Maneti Marelli with the following DUCATI888SPO EU P8/P07_16 which makes me think my 907 has a box from an Ducati 888 Sport Production Omologato !!!!!!!! :smoke: From 1 of 400 sold between 1991 and 1993 Now that would be intersting as I have standard pipes on at the momment?

_________________
DUCATI 907ie
STIMSON SCORCHER 3 WHEELER
CZ 175 Sport.


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Wed Nov 11, 2009 10:47 pm 
Offline
paso grand pooh-bah
User avatar

Joined: Tue Jul 29, 2008 9:50 pm
Posts: 3259
Location: Hilltown,Pennsylvania
model: 906 Paso
year: 1990
This kind of box was very popular on early fuel injection setups,both cars and bikes.Bosch and Marelli used very similar setups I as yet have not collected a lot of info on them but will add this to my files for future reference.
If you have the chance send me a picture of the entire outside of the ecu with its markings. It will help sort through the variations. ST is a very big name in after market eeproms. As far as I now they did not come from Ducati at all.

_________________
Ducati,making mechanics out of riders since 1946
There's no problem so bad that a little fixing can't make it worse! : )
If it ain't broke keep fixin it till it is
88 750
90 906
92 907ie


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Wed Nov 11, 2009 11:28 pm 
Offline
paso grand pooh-bah
User avatar

Joined: Wed Apr 09, 2008 9:57 pm
Posts: 1097
Location: Manchester, England.
model: 907 I.E.
year: 1992
I assume this what you mean?






_________________
DUCATI 907ie
STIMSON SCORCHER 3 WHEELER
CZ 175 Sport.


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Thu Nov 12, 2009 11:09 am 
Offline
paso grand pooh-bah
User avatar

Joined: Tue Jul 29, 2008 9:50 pm
Posts: 3259
Location: Hilltown,Pennsylvania
model: 906 Paso
year: 1990
Yes exactly,the more documentation I have the more variations I can cover while I dig up info on chip types and exactly what equipment is needed to read and write. I would prefer to have one device to cover the lot if possible

_________________
Ducati,making mechanics out of riders since 1946
There's no problem so bad that a little fixing can't make it worse! : )
If it ain't broke keep fixin it till it is
88 750
90 906
92 907ie


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Tue Jan 12, 2010 3:25 pm 
Just fit a power commander!!!


Top
  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Tue Jan 12, 2010 7:46 pm 
Offline
paso grand pooh-bah
User avatar

Joined: Sun Jul 18, 2004 12:00 am
Posts: 5494
Location: southern Germany
model: 750 Paso
year: 1987
smart comment from someone with a 95 907ie :cool:


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Tue Jan 12, 2010 11:25 pm 
Offline
paso grand pooh-bah
User avatar

Joined: Tue Dec 06, 2005 12:00 am
Posts: 3312
Location: Roma, Italia
model: 907 I.E.
year: 1992
:lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol:
Ciao :thumbup: :thumbup: :thumbup: :thumbup:

_________________
Francesco
Ducati 907IE 1992 Rosso
Ducati 907IE 1993 Nero
Moto Guzzi Galletto 1960 Sabbia
BMW R Nine t 2019


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Tue Jan 12, 2010 11:37 pm 
Offline
paso grand pooh-bah
User avatar

Joined: Tue Jul 29, 2008 9:50 pm
Posts: 3259
Location: Hilltown,Pennsylvania
model: 906 Paso
year: 1990
anyone have .bin files they can pm to me? 907 or 906 or 750 for that matter

_________________
Ducati,making mechanics out of riders since 1946
There's no problem so bad that a little fixing can't make it worse! : )
If it ain't broke keep fixin it till it is
88 750
90 906
92 907ie


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Wed Jan 13, 2010 12:07 am 
Offline
paso grand pooh-bah

Joined: Thu Jun 21, 2007 12:00 am
Posts: 1501
Location: Gothenburg, SWEDEN
model: 907 I.E.
year: 1991
Would intel hex maps do?

_________________
Gert

907 I.E. -91
M900 -97
MTS 1100s -07


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Wed Jan 13, 2010 1:34 am 
Offline
paso grand pooh-bah
User avatar

Joined: Tue Jul 29, 2008 9:50 pm
Posts: 3259
Location: Hilltown,Pennsylvania
model: 906 Paso
year: 1990
sure

_________________
Ducati,making mechanics out of riders since 1946
There's no problem so bad that a little fixing can't make it worse! : )
If it ain't broke keep fixin it till it is
88 750
90 906
92 907ie


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Wed Jan 13, 2010 1:52 am 
Offline
paso grand pooh-bah

Joined: Thu Jun 21, 2007 12:00 am
Posts: 1501
Location: Gothenburg, SWEDEN
model: 907 I.E.
year: 1991
PM your mail.

_________________
Gert

907 I.E. -91
M900 -97
MTS 1100s -07


Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Wed Jan 13, 2010 10:23 am 
Some Paso's didn't sell so quick back in the day, year of registration and all that


Top
  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Thu Jan 14, 2010 1:08 am 
Offline
User avatar

Joined: Fri Jul 08, 2005 12:00 am
Posts: 336
Location: Winston-Salem, N.C. USA
model: 907 I.E.
year: 1992
I have a couple of bin files that I had chips made from. I'm using one of the maps in my 907 now. I got them from someone in the UK. I needed a richer overall mixture after adjusting my TPS and balancing the throttle bodies. It works well. Below is the dyno graph with this chip, cobra F1s pipes, K&N filter.



Top
 Profile  
Reply with quote  
 Post subject: Re: 907 EPROM
PostPosted: Thu Jan 14, 2010 2:51 am 
Offline
User avatar

Joined: Fri Jul 08, 2005 12:00 am
Posts: 336
Location: Winston-Salem, N.C. USA
model: 907 I.E.
year: 1992
Here are a couple of pictures of my ECU with my customized chip.


Next picture is the inside of the ECU


Label side of the ECU


Other side of ECU (Notice the "907 I.E. USA") written on this side. Don't know who did this (factory?)


Close up of the ECU label with the "European" Chip that was in it when I got it.


The ECU originally came with the USA chip "023U" but was changed to the "023" chip you see in the photo above.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 112 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: