Jump to content

Programming my own EEPROM


digitaloutsider

Recommended Posts

Okay guys, really simply, what do I need to be able to flash my Cutlass' EEPROM with my own code? What software is required? What chip burner do I need? I have no idea where to start really, so I'm just looking for a few pointers. Thanks!

Link to comment
Share on other sites

Just curious, are you just wanting to tune the car for the 96 intake? If so I'm sure Ben can add some fuel to it. He's tuned a couple cars with the 96 intake now and can probably get close to where you need it. And he can probably do it cheap because it's his chip.

 

But if you're set on buring your own (I really can't blame you, I wanted to do it to the cutlass myself). I'd download Tuner Pro RT, and then go to Moates.net and get either the prom burner or the prom burner/emulator. And buy another EEPROM to program with (just incase you make a mistake and you need it to run now).

 

Then I'd go to Thirdgen.org and read some of the information there. They also have some good links there for more information.

Link to comment
Share on other sites

It has nothing to do with the 96+ intakes, really. I just want to try my hand at fine-tuning some stuff myself. So, you had the chip before you put on the intakes?

Link to comment
Share on other sites

lol, yeah. I got the chip before the intake swap. Infact it was the 1st mod I did to the car. mostly because the car had an AUTO chip in it when I got it.

Link to comment
Share on other sites

Get ahold of a 29C256 if you can. They program FAST and erase FAST.

A 27C256 EPROM takes 20-minutes+ to erase and they also take several minutes to program. Plus, the UV eraser for them is around $30-40 itself.

 

 

Link to comment
Share on other sites

Ah, cool, thanks for the info. I bought some 29C256's years ago. I didn't know about the 512mbit chips. You could actually probably program 2 chips into one of those and switch between them by simply flipping a switch. I'm sure someone's figured that out already though.

 

I have actually seriously considered selling my EPROM programmer because I want to get a programmer that can handle 16-bit flash for non car related projects.

 

Link to comment
Share on other sites

Ah, so the 3100/3800's got a REAL bastardized thing? Is it like the OBD-II PCM without any removable chip?

 

Yep. Thats why Ben can still tune the 94 and 95 3.4's, but not anything else.

Link to comment
Share on other sites

94-95's 3800 PCM's still have a removable chip. It's smaller too.

memcaltop.jpg

 

Shaun, you really wouldn't want a 94-95 3100 PCM for programming. They're only programmable by flashing the EEPROM. In theory it a much better way. The 94-95 3800 PCM is the same way, it just has the removable EEPROM though. There's a problem though. There's not an aftermarket program for our PCM's to re-flash them. There is a program for the 94-95 LT1's to reflash. But I read that the makers do not intend on expanding the program for other engines. So in reality you're best off with what you have.

Link to comment
Share on other sites

lol, I KNOW I don't WANT OBD-1.5, I just wanted to toy with it, and see if there was any way at all possible to make chips for the poor bastardized guys.

 

You couldn't pay me enough to swap to OBD-1.5. I'm not a moron :lol:

Link to comment
Share on other sites

lol, I KNOW I don't WANT OBD-1.5, I just wanted to toy with it, and see if there was any way at all possible to make chips for the poor bastardized guys.

 

It's possible, but you'd have to want to do it really really badly.

It would involve pulling the chip (desoldering probably required) and sticking it in an EPROM programmer.

Reading the code.

Now you've got the code, you need to map out the tables... BUT you probably won't know what the tables mean unless you disassemble the program code.

Disassembling the program code means running it through a program that turns all the hex values into assembly language. Now that you have disassembled source code, you'd have to go through it line by line trying to figure out what it does.

The disassembler program is also specific to the CPU, so you'd have to find out exactly what the CPU chip is.

 

Once you've mapped out the chip, you can probably also figure out what's required to flash new code into it via the OBD connector without having to pull the chip.

 

Link to comment
Share on other sites

You could actually probably program 2 chips into one of those and switch between them by simply flipping a switch. I'm sure someone's figured that out already though.

 

 

There are chips like that available for Grand Nationals/T-Types.

Link to comment
Share on other sites

Looked at that chip and the specific one you want is SST27FSF256-70-3I-PG.

 

I've also seen chips that with various programs like a valet mode etc.. It would limit RPM, SPEED and RUNTIME. It would be nice if you were dropping a car off for some tires or something unrelated.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...