Title: Problem Reading EEPROM with ME7 EEPROM tool. Post by: unicorn89 on May 20, 2024, 02:52:00 PM I have a 2002 1.8T ECU ME7.5. I put it into bootmode and when i try to read the eeprom using the ME7 EEPROM tool i am getting this error.
Command: ME7EEPROM_st10 --bootmode 95080 -r -p3 --CSpin P4.7 dump.bin Code: ME7_EEPROM v1.40 Title: Re: Problem Reading EEPROM with ME7 EEPROM tool. Post by: _nameless on May 20, 2024, 04:02:29 PM I have a 2002 1.8T ECU ME7.5. I put it into bootmode and when i try to read the eeprom using the ME7 EEPROM tool i am getting this error. Your ecu has a 95040 eeprom to start, that would be the ID issue.Command: ME7EEPROM_st10 --bootmode 95080 -r -p3 --CSpin P4.7 dump.bin Code: ME7_EEPROM v1.40 Title: Re: Problem Reading EEPROM with ME7 EEPROM tool. Post by: unicorn89 on May 20, 2024, 07:42:50 PM Your ecu has a 95040 eeprom to start, that would be the ID issue. I tried that as well and it did not work Title: Re: Problem Reading EEPROM with ME7 EEPROM tool. Post by: ecuprog7 on May 21, 2024, 12:01:23 AM Hi, you are getting no Processor ID, can be anything from connection until ecu is not in boot mode. Are you grounding the boot pin on power on ?
Title: Re: Problem Reading EEPROM with ME7 EEPROM tool. Post by: unicorn89 on May 21, 2024, 04:36:53 AM Hi, you are getting no Processor ID, can be anything from connection until ecu is not in boot mode. Are you grounding the boot pin on power on ? Yes, I know that it's for sure tripping into bootmode. Title: Re: Problem Reading EEPROM with ME7 EEPROM tool. Post by: ecuprog7 on May 21, 2024, 05:03:35 AM I would try to verify connection in trying to connect without boot mode, just use vcds lite, nefmoto in obd mode or any other diagnose tool you have to hand and connect to the ecu.
Title: Re: Problem Reading EEPROM with ME7 EEPROM tool. Post by: unicorn89 on May 21, 2024, 05:42:40 AM I would try to verify connection in trying to connect without boot mode, just use vcds lite, nefmoto in obd mode or any other diagnose tool you have to hand and connect to the ecu. It's connects fine using those methods. Title: Re: Problem Reading EEPROM with ME7 EEPROM tool. Post by: ecuprog7 on May 21, 2024, 05:52:01 AM you can try the open source tool and post full screen output:
http://nefariousmotorsports.com/forum/index.php?topic=18686.msg164642#msg164642 (http://nefariousmotorsports.com/forum/index.php?topic=18686.msg164642#msg164642) ME7BootEeprom 9600 -read -SSC 1 Port4 Pin7 512 eeprom.ori ME7BootEeprom 9600 -write -SSC 1 Port4 Pin7 modified.bin on read you can use decimal 512 or 0x100 as size indicator Title: Re: Problem Reading EEPROM with ME7 EEPROM tool. Post by: unicorn89 on May 22, 2024, 07:20:29 AM you can try the open source tool and post full screen output: http://nefariousmotorsports.com/forum/index.php?topic=18686.msg164642#msg164642 (http://nefariousmotorsports.com/forum/index.php?topic=18686.msg164642#msg164642) ME7BootEeprom 9600 -read -SSC 1 Port4 Pin7 512 eeprom.ori ME7BootEeprom 9600 -write -SSC 1 Port4 Pin7 modified.bin on read you can use decimal 512 or 0x100 as size indicator Thanks this worked without fail. |