Pages: 1 ... 6 7 [8] 9 10 ... 63
Author Topic: ME7 EEPROM programmer  (Read 859449 times)
fletchUK
Jr. Member
**

Karma: +4/-5
Offline Offline

Posts: 27


Stop Touching Meee!


WWW
« Reply #105 on: April 19, 2012, 09:00:29 AM »

bench/boot mode read works great but still no go over obd

error 0x50101

im doing this to get the pin code to login the cluster to add a new key/transponder to the car (remote locking has been coded and works) is the 95040 pin and cluster pin supposed to be the same? becasue no matter what i do i cant login to the cluster with vagcom but i can login to the ecu with pin i got from ArgDub's software?


Col
Logged
ArgDub
Full Member
***

Karma: +60/-1
Offline Offline

Posts: 202


« Reply #106 on: April 19, 2012, 09:14:57 AM »

Is your cluster matched to the ecu? once matched the SKC code should be the same. I'll check the error 0x50101 when I get home.
Logged
fletchUK
Jr. Member
**

Karma: +4/-5
Offline Offline

Posts: 27


Stop Touching Meee!


WWW
« Reply #107 on: April 19, 2012, 10:39:46 AM »

im not sure if its matched how do i check?

ill have a google and research it a little.

Thanks
Logged
fletchUK
Jr. Member
**

Karma: +4/-5
Offline Offline

Posts: 27


Stop Touching Meee!


WWW
« Reply #108 on: April 19, 2012, 11:33:09 AM »

i dont think the cluster is matched to the ecu, ive just noticed a crazy looking VIN in the cluster, its partly correct but the last few digits are wrong.

ill try correct this then hopefully the pin will work and your software may work.

Thanks
Logged
fletchUK
Jr. Member
**

Karma: +4/-5
Offline Offline

Posts: 27


Stop Touching Meee!


WWW
« Reply #109 on: April 19, 2012, 12:08:03 PM »

reading through ross tech website i need the cluster pin before i can correct the incorrect cluster VIN.. this is a nitemare.

I have Vag-Can/VagTacho and read the cluster eeprom with programmer and they keep showing diffrent pins which none of them work, VagTacho dosnt actually work just says 'Unkown immo' when trying to read pin.

nevermind thanks anyway for your help.

Logged
fletchUK
Jr. Member
**

Karma: +4/-5
Offline Offline

Posts: 27


Stop Touching Meee!


WWW
« Reply #110 on: April 26, 2012, 07:33:55 AM »

ok managed to correct the VIN in cluster, i edited the dump with 'HexEdit' and flashed it back to the cluster and all is good:)

I could then login to the cluster with vagcom and add my new IMMO3 Key.

also been having lots of trouble with nefmoto software connecting to this car and just found out what the problem was, latency on the com port was set to 1 so i changed it to 16 which is default and the software works perfect no problems at all:)

But the main reason i origianlly posted in here was for ArgDubs software which i still cant get working over OBD?

Thanks
Col
« Last Edit: April 26, 2012, 08:39:39 AM by fletchUK » Logged
rkam
Full Member
***

Karma: +4/-0
Offline Offline

Posts: 55


« Reply #111 on: May 18, 2012, 12:29:33 PM »

Can this be made to work with ME7 using P8_1 as Chip Select pin?
Logged
ArgDub
Full Member
***

Karma: +60/-1
Offline Offline

Posts: 202


« Reply #112 on: May 18, 2012, 06:00:40 PM »

Can this be made to work with ME7 using P8_1 as Chip Select pin?

the EEPROM driver seeks the correct chip select pin before attempt any read/write operation. In case it fails to identify the CS pin, it will show a error msg and quit.
Logged
rkam
Full Member
***

Karma: +4/-0
Offline Offline

Posts: 55


« Reply #113 on: May 19, 2012, 01:30:34 AM »

I traced the CS pin to P4_7 on the older ME7, and also found P4_7 hardcoded in the eeprom driver, so I thought that the searching was not really happening. My newer ME7 has CS connected to P8_2. (Edit: P8_1 was wrong.)
But it is also a 0xD5 CPU, so I had to change 0xC5 to 0xD5 in the code to test it.
That might also be a problem I guess.

The eeprom driver returns 7E E4 on an old ME7, but 00 00 on the newer. It should have been 1E EA. (05 command)

The Main? CPU is SAK-C167CS-L40M, the other is ST10C167-Q3/A6
« Last Edit: May 20, 2012, 03:26:11 AM by rkam » Logged
ArgDub
Full Member
***

Karma: +60/-1
Offline Offline

Posts: 202


« Reply #114 on: May 19, 2012, 03:00:13 PM »

In fact CS pin is not hardcoded, the 0xE47E or BSET P4.7 you see in the driver is relapsed for the right instruction by the CS search function.. you can see in a previous post that it detects CS at P6.3.

What's your ecu #? to make it work we have to find a function that changes the CS state and modify the search function in the driver.
« Last Edit: May 20, 2012, 04:46:35 AM by ArgDub » Logged
rkam
Full Member
***

Karma: +4/-0
Offline Offline

Posts: 55


« Reply #115 on: May 20, 2012, 01:58:42 AM »

My ECU is ME7.0.1 0261207712 Part number 08675760A Serial Number 110440. (Volvo)

In the file around 33300 there are some possible eeprom stuff.
After a closer look it turns out that the CS pin was connected to pin11 on the CPU P8_2.
« Last Edit: May 20, 2012, 03:24:51 AM by rkam » Logged
RS4boost
Full Member
***

Karma: +46/-0
Offline Offline

Posts: 125


« Reply #116 on: May 22, 2012, 01:55:24 PM »

Hi,

great tool.

Works with a AVG4000 cable in transparent mode, on a RS4 B5 with 8D0907551K ECU without hints.

Thanks for share this.

Tom
Logged

hon423
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


« Reply #117 on: May 23, 2012, 06:04:41 PM »

any one know if this works with ross-tech hex+can cable?
Logged
ArgDub
Full Member
***

Karma: +60/-1
Offline Offline

Posts: 202


« Reply #118 on: May 23, 2012, 07:25:04 PM »

any one know if this works with ross-tech hex+can cable?

my tool works with a dumb kkl interface, you can try with ross-tech cable in transparent mode


Logged
hon423
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


« Reply #119 on: May 23, 2012, 07:57:29 PM »

transparent mode? is it in vag-com setting?
Logged
Pages: 1 ... 6 7 [8] 9 10 ... 63
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.02 seconds with 16 queries. (Pretty URLs adds 0s, 0q)