Hello, first of all excellent bit of software.
However it hasn't been so sucessful for me (yet) so i started off and after a few failed atempts i manged to read the eeprom on the bench with a generic kkl cable in boot mode, then had every error known trying to write or read again, eventually it suddenly let me read again and write so i uploaded the immo off file and all went ok, although the ecu now appears to do minimal when connected to the car and vcds won't find it either.
here's a few sections from the command prompt, cheers
C:\Users\jorda>C:\Users\jorda\Downloads\ME7EEPROM.exe --bootmode 95040 --CSpin P4.7 -b 9600 -r -p 2 95040.bin
ME7_EEPROM v1.40
COM: 2, Baud Rate: 9600
Memory type: 95040, size: 512
Chip Select pin: P4.7
Opening COM2 ... OK
Starting Boot_mode ... uC ID response 0xC5: C167CR ... OK
Sending Loader + MonitorCore ... MonitorCore successfully launched
Initializing registers ... OK
Sending EEPROM driver ... OK
Configuring SPI Interface ... OK
Checking EEPROM Status Register ... 0x00F0
Reading EEPROM ... OK
File saved
Closing COM2
C:\Users\jorda>C:\Users\jorda\Downloads\ME7EEPROM.exe --bootmode 95040 --CSpin P4.7 -b 9600 -w -p 2 95040.bin
ME7_EEPROM v1.40
COM: 2, Baud Rate: 9600
Memory type: 95040, size: 512
Chip Select pin: P4.7
Opening COM2 ... OK
Starting Boot_mode ... uC ID response 0xC5: C167CR ... OK
Sending Loader + MonitorCore ... MonitorCore successfully launched
Initializing registers ... OK
Sending EEPROM driver ... OK
Configuring SPI Interface ... OK
Checking EEPROM Status Register ... 0x00F0
Writing EEPROM ................OK
Closing COM2
This is all it gives me now since uploading the data
C:\Users\jorda>C:\Users\jorda\Downloads\ME7EEPROM.exe --bootmode 95040 --CSpin P4.7 -b 9600 -w -p 2 95040.bin
ME7_EEPROM v1.40
COM: 2, Baud Rate: 9600
Memory type: 95040, size: 512
Chip Select pin: P4.7
Opening COM2 ... OK
Starting Boot_mode ... uC ID response 0xC5: C167CR ... OK
Sending Loader + MonitorCore ... MonitorCore successfully launched
Initializing registers ... FAIL. (error=0x20F07)
Closing COM2
And here's some of the other random errors, i could try it 3 times in a row and get 3 different errors
C:\Users\jorda>C:\Users\jorda\Downloads\ME7EEPROM.exe --bootmode 95040 --CSpin P4.7 -r -p 2 95040.bin
ME7_EEPROM v1.40
COM: 2, Baud Rate: 10400
Memory type: 95040, size: 512
Chip Select pin: P4.7
Opening COM2 ... OK
Starting Boot_mode ... uC ID response 0xC5: C167CR ... OK
Sending Loader + MonitorCore ... MonitorCore successfully launched
Initializing registers ... OK
Sending EEPROM driver ... FAIL. (error=0x40B01)
Closing COM2
C:\Users\jorda>C:\Users\jorda\Downloads\me7_95040_v1.31\me7_95040.exe --bootmode -b 9600 -r -p 2 95040.bin
Ver: 1.31
Com Port: 2
Baud Rate: 9600
Opening COM2 ... OK
Starting Boot_mode ... uC identification response = 0xC5 (C167 derivatives) ... OK
Sending Loader + MonitorCore ... MonitorCore successfully launched
Initializing registers ... ... OK
Sending EEPROM driver ... OK
Searching Chip_Select pin ... FAIL. (error=0x01)
Closing COM2
C:\Users\jorda>C:\Users\jorda\Downloads\me7_95040_v1.31\me7_95040.exe --bootmode -r -p 2 95040.bin
Ver: 1.31
Com Port: 2
Baud Rate: 10400
Opening COM2 ... OK
Starting Boot_mode ... uC identification response = 0xC5 (C167 derivatives) ... OK
Sending Loader + MonitorCore ... MonitorCore successfully launched
Initializing registers ... ... OK
Sending EEPROM driver ... FAIL. (error=0x01)
Closing COM2
Thanks, not really sure where to go from here as i've got a long list of things i've tried and the errors just chop and change randomly