DELCO ECU Daewoo Lanos

European GM ECUs and PCMs
Post Reply
szamanowyludz
Posts: 1
Joined: Tue Apr 30, 2019 3:12 am
cars: Daewoo Lanos 1,5

DELCO ECU Daewoo Lanos

Post by szamanowyludz »

Hello

I have a problem because I installed a turbocharger for the car and needs to change the MAP SENSOR scales in the fuel maps.
Needs X / Y scales to 29 psi.
How does the MC68HC11 processor read the fuel and ignition map from the EPROM memory?
Thank
58978286_2534334849918170_8151314711913168896_n.jpg
58978286_2534334849918170_8151314711913168896_n.jpg (110.33 KiB) Viewed 5899 times
User avatar
antus
Site Admin
Posts: 8237
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: DELCO ECU Daewoo Lanos

Post by antus »

This looks very similar to the delco hc11 based systems from the 90s. The code and maps will be in the eprom. The reset vectors are at the end of the file. You'll need to read the memcal (eprom) and find a product that can tune the bin so you can observe the changes, or disassemble the code yourself, or identify maps by eye and shape. There is also likely a checksum you'll need to find and calculate correctly or disable. It may be possible to disable it by setting the program id which may be at byte 8 to AA the same as you can on the older generations, or it may have changed. Look to replace the memcal ic with an eeprom and make up an adaptor so you can plug it straight in to a programmer. You'll likely need to do that quite a number of times to figure it out.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
Post Reply