Pages: [1] 2 3 ... 5
Author Topic: Can't read 07 Vw rabbit EEPROM  (Read 34803 times)
ktm733
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 660



« on: March 28, 2016, 08:57:33 AM »

 EmbarrassedHow do you know what chip you have in your ecu?
I'm trying to read an 07 jetta eeprom but I dont know what chip is in there.
The tool shows 95040, 95080, 95160,and 95p08
I could go off of what people state about my ecu as it's 95p08 but I want to verify.

what I'm working with
http://nefariousmotorsports.com/forum/index.php?topic=3762.0

program is attached below

this is what I'm doing with no success
me714.exe --bootmode 95P08 --CSpin P6.3 -rp3 -b19200 95p08



07k 906 032t
Me7.1.1
2.5l rabbit 5 speed
« Last Edit: March 28, 2016, 12:42:10 PM by ktm733 » Logged
ddillenger
Moderator
Hero Member
*****

Karma: +639/-21
Offline Offline

Posts: 5640


« Reply #1 on: March 28, 2016, 01:34:00 PM »

Look at the eeprom. The manufacturer and model are etched into it.
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
ktm733
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 660



« Reply #2 on: April 04, 2016, 11:04:28 PM »

WHAT AM I DOING WRONG! I'm going insane trying to read this immo!
07k906032t
me7.1.1
07 rabbit
I've tried to search the chip that's in it but that has lead to no where http://search.datasheetcatalog.net/key/AM29F800BB-55

so I got desperate and tried every signle layout. yup I'm that desperate.
ME7EEPROM.exe --bootmode 95080 --CSpin P4.7 -rp3 -b 10400 95080.bin

ME7EEPROM.exe --bootmode 95080 --CSpin P6.3 -rp3 -b 10400 95080.bin

ME7EEPROM.exe --bootmode 95080 --CSpin P8.2 -rp3 -b 10400 95080.bin

ME7EEPROM.exe --bootmode 95080 --CSpin P2.3 -rp3 -b 10400 95080.bin

ME7EEPROM.exe --bootmode 95080 --CSpin P4.7 -rp3 -b 10400 95080.bin



ME7EEPROM.exe --bootmode 95160 --CSpin P4.7 -rp3 -b 10400 95160.bin

ME7EEPROM.exe --bootmode 95080 --CSpin P6.3 -rp3 -b 10400 95160.bin

ME7EEPROM.exe --bootmode 95160 --CSpin P8.2 -rp3 -b 10400 95160.bin

ME7EEPROM.exe --bootmode 95160 --CSpin P2.3 -rp3 -b 10400 95160.bin


ME7EEPROM.exe --bootmode 95P08 --CSpin P4.7 -rp3 -b 10400 95P08.bin

ME7EEPROM.exe --bootmode 95P08 --CSpin P6.3 -rp3 -b 10400 95P08.bin

ME7EEPROM.exe --bootmode 95P08 --CSpin P8.2 -rp3 -b 10400 95P08.bin

ME7EEPROM.exe --bootmode 95P08 --CSpin P2.3 -rp3 -b 10400 95P08.bin

How it it possible that every one states this
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Troy>ME7EEPROM.exe --bootmode 95080 --CSpin P4.7 -rp3 -b 10400 95080.bi
n
'ME7EEPROM.exe' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Troy>C:\Users\Troy\Desktop\ME7EEPROM.exe
ME7_EEPROM v1.40

Allows to program ME7 ECU's EEPROM.
This software needs a dumb serial to k-line cable for connection with the ecu.

Usage: me7EEPROM [-p <comport>] [-b <baudrate>] [--OBD | --bootmode <mem_type>]
[--CSpin Px.x] [-r | -w | -s] [<file name>]
 -p, --comport  COMPORT    Set COMPORT.
 -b, --baudrate BAUDRATE   Set BAUDRATE, default: 10400.
                           Allowed baud rates: 9600, 10400, 19200, 57600.
     --OBD                 Use this option to read the EEPROM over OBD port.
                           Currently, only read is supported in OBD mode.
     --bootmode MEM_TYPE   Use this option to program the EEPROM in boot mode.
                           Allowed memory types: [95040 | 95080 | 95160 | 95P08]
.
 -r, --read                Read EEPROM contents and save it to file.
 -w, --write               Write a file to EEPROM.
 -s, --screen              Displays EEPROM contents on the screen.
     --CSpin               Set the CPU chip select (CS) output. eg: P4.7
                           The following table shows all available ports with
                           its corresponding physical address.
                              Port   PortReg   DirControlReg
                              P2     0xFFC0    0xFFC2
                              P3     0xFFC4    0xFFC6
                              P4     0xFFC8    0xFFCA
                              P6     0xFFCC    0xFFCE
                              P7     0xFFD0    0xFFD2
                              P8     0xFFD4    0xFFD6
     --help                Display this help and exit.

Usage example:
   Read EEPROM over OBD port:         $ ME7_EEPROM --OBD -r -p 1 95040.bin
   Print EEPROM contents to srcreen:  $ ME7_EEPROM --OBD -p1 --screen
   Write file to EEPROM in bootmode:  $ ME7_EEPROM --bootmode 95040 -wp1 95040.b
in

It's free for hobby use.
This software is provided "as is", with NO WARRANTY.
email: agv.tuning@gmail.com

C:\Users\Troy>C:\Users\Troy\Desktop\ME7EEPROM.exe --bootmode 95080 --CSpin P4.7
-rp3 -b 10400 95080.bin
ME7_EEPROM v1.40
COM: 3, Baud Rate: 10400
Memory type: 95080, size: 1024
Chip Select pin: P4.7
Opening COM3 ... OK
Starting Boot_mode ... uC ID response 0xD5 ... OK
Sending Loader + MonitorCore ... MonitorCore successfully launched
Reading IDCHIP ... 0x1143. Not supported
FAIL. (error=0x11001)
Closing COM3

C:\Users\Troy>
Logged
ktm733
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 660



« Reply #3 on: April 04, 2016, 11:05:31 PM »

WHAT AM I DOING WRONG! I'm going insane trying to read this immo!
I've tried to search the chip that's in it but that has lead to no where http://search.datasheetcatalog.net/key/AM29F800BB-55

so I got desperate and tried every signle layout. yup I'm that desperate.
ME7EEPROM.exe --bootmode 95080 --CSpin P4.7 -rp3 -b 10400 95080.bin

ME7EEPROM.exe --bootmode 95080 --CSpin P6.3 -rp3 -b 10400 95080.bin

ME7EEPROM.exe --bootmode 95080 --CSpin P8.2 -rp3 -b 10400 95080.bin

ME7EEPROM.exe --bootmode 95080 --CSpin P2.3 -rp3 -b 10400 95080.bin

ME7EEPROM.exe --bootmode 95080 --CSpin P4.7 -rp3 -b 10400 95080.bin



ME7EEPROM.exe --bootmode 95160 --CSpin P4.7 -rp3 -b 10400 95160.bin

ME7EEPROM.exe --bootmode 95080 --CSpin P6.3 -rp3 -b 10400 95160.bin

ME7EEPROM.exe --bootmode 95160 --CSpin P8.2 -rp3 -b 10400 95160.bin

ME7EEPROM.exe --bootmode 95160 --CSpin P2.3 -rp3 -b 10400 95160.bin


ME7EEPROM.exe --bootmode 95P08 --CSpin P4.7 -rp3 -b 10400 95P08.bin

ME7EEPROM.exe --bootmode 95P08 --CSpin P6.3 -rp3 -b 10400 95P08.bin

ME7EEPROM.exe --bootmode 95P08 --CSpin P8.2 -rp3 -b 10400 95P08.bin

ME7EEPROM.exe --bootmode 95P08 --CSpin P2.3 -rp3 -b 10400 95P08.bin

How it it possible that every one states this
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Troy>ME7EEPROM.exe --bootmode 95080 --CSpin P4.7 -rp3 -b 10400 95080.bi
n
'ME7EEPROM.exe' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Troy>C:\Users\Troy\Desktop\ME7EEPROM.exe
ME7_EEPROM v1.40

Allows to program ME7 ECU's EEPROM.
This software needs a dumb serial to k-line cable for connection with the ecu.

Usage: me7EEPROM [-p <comport>] [-b <baudrate>] [--OBD | --bootmode <mem_type>]
[--CSpin Px.x] [-r | -w | -s] [<file name>]
 -p, --comport  COMPORT    Set COMPORT.
 -b, --baudrate BAUDRATE   Set BAUDRATE, default: 10400.
                           Allowed baud rates: 9600, 10400, 19200, 57600.
     --OBD                 Use this option to read the EEPROM over OBD port.
                           Currently, only read is supported in OBD mode.
     --bootmode MEM_TYPE   Use this option to program the EEPROM in boot mode.
                           Allowed memory types: [95040 | 95080 | 95160 | 95P08]
.
 -r, --read                Read EEPROM contents and save it to file.
 -w, --write               Write a file to EEPROM.
 -s, --screen              Displays EEPROM contents on the screen.
     --CSpin               Set the CPU chip select (CS) output. eg: P4.7
                           The following table shows all available ports with
                           its corresponding physical address.
                              Port   PortReg   DirControlReg
                              P2     0xFFC0    0xFFC2
                              P3     0xFFC4    0xFFC6
                              P4     0xFFC8    0xFFCA
                              P6     0xFFCC    0xFFCE
                              P7     0xFFD0    0xFFD2
                              P8     0xFFD4    0xFFD6
     --help                Display this help and exit.

Usage example:
   Read EEPROM over OBD port:         $ ME7_EEPROM --OBD -r -p 1 95040.bin
   Print EEPROM contents to srcreen:  $ ME7_EEPROM --OBD -p1 --screen
   Write file to EEPROM in bootmode:  $ ME7_EEPROM --bootmode 95040 -wp1 95040.b
in

It's free for hobby use.
This software is provided "as is", with NO WARRANTY.
email: agv.tuning@gmail.com

C:\Users\Troy>C:\Users\Troy\Desktop\ME7EEPROM.exe --bootmode 95080 --CSpin P4.7
-rp3 -b 10400 95080.bin
ME7_EEPROM v1.40
COM: 3, Baud Rate: 10400
Memory type: 95080, size: 1024
Chip Select pin: P4.7
Opening COM3 ... OK
Starting Boot_mode ... uC ID response 0xD5 ... OK
Sending Loader + MonitorCore ... MonitorCore successfully launched
Reading IDCHIP ... 0x1143. Not supported
FAIL. (error=0x11001)
Closing COM3

C:\Users\Troy>
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12234


WWW
« Reply #4 on: April 04, 2016, 11:15:35 PM »

0x1143 is 95160 iirc
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12234


WWW
« Reply #5 on: April 04, 2016, 11:16:14 PM »

I've tried to search the chip that's in it but that has lead to no where http://search.datasheetcatalog.net/key/AM29F800BB-55

That is not the EEPROM, that is the flash.
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
ktm733
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 660



« Reply #6 on: April 04, 2016, 11:24:06 PM »

I've tried that layout yet it fails?

Wait... So unsupported because obviously it's not supported. Great! chasing my tale again.
« Last Edit: April 04, 2016, 11:30:00 PM by ktm733 » Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12234


WWW
« Reply #7 on: April 04, 2016, 11:38:20 PM »

I've tried that layout yet it fails?

What? Layout has nothing to do with EEPROM. That is the flash.

Quote
Wait... So unsupported because obviously it's not supported. Great! chasing my tale again.

No. 95160 is supported just fine. You just have to specify it on the cmd line, not 95080
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12234


WWW
« Reply #8 on: April 04, 2016, 11:40:33 PM »

imo the utility really should use the chip id to decide on what kind of chip it is... sorta the whole point of a chip id.

Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12234


WWW
« Reply #9 on: April 04, 2016, 11:41:46 PM »

0x1143 is not 95080.

The program really should use chipid to determine which eeprom to use, but sadly it does not.
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
ktm733
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 660



« Reply #10 on: April 05, 2016, 06:58:10 AM »

It tried 95160 in every port and says the same thing. Unsupported?
Logged
ktm733
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 660



« Reply #11 on: April 05, 2016, 07:00:25 AM »

I tried every combination and no go? Even with 95160 and trying different ports. It's going into bootmode fine. What am I doing wrong?
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12234


WWW
« Reply #12 on: April 05, 2016, 11:15:25 AM »

C:\Users\Troy\Desktop\ME7EEPROM.exe --bootmode 95080 --CSpin P4.7
-rp3 -b 10400 95080.bin
ME7_EEPROM v1.40
COM: 3, Baud Rate: 10400
Memory type: 95080, size: 1024
Chip Select pin: P4.7
Opening COM3 ... OK
Starting Boot_mode ... uC ID response 0xD5 ... OK
Sending Loader + MonitorCore ... MonitorCore successfully launched
Reading IDCHIP ... 0x1143. Not supported
FAIL. (error=0x11001)
Closing COM3

C:\Users\Troy>


This one seemed to connect.
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
ddillenger
Moderator
Hero Member
*****

Karma: +639/-21
Offline Offline

Posts: 5640


« Reply #13 on: April 05, 2016, 11:18:01 AM »


This one seemed to connect.

I remember a spyker and a long day of this a couple years back Tongue
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12234


WWW
« Reply #14 on: April 05, 2016, 11:23:10 AM »

I remember a spyker and a long day of this a couple years back Tongue

Yep. I really wish the program was more user friendly... if I had time i'd make it a bit more smrts..

1) have it determine eeprom from id
2) add an option to try all (known) cs pins, possibly exhaustively, possibly with only known good chipid/cspin combinations.
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
Pages: [1] 2 3 ... 5
  Print  
 
Jump to:  

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