Results 1 to 12 of 12

Thread: 1227747 TBI Chip options currently available? AT28C64 anyone use them?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Fuel Injected! kilohertz's Avatar
    Join Date
    Feb 2021
    Location
    Slightly left of Vernon, BC
    Age
    60
    Posts
    74
    ok thx for the replies.

    As mentioned I don't want to use EPROMS as I will be making many changes...hence the eeprom or flash. Also as mentioned my programmer can't program the 27sf512...trying to work with what I have.

    cheers
    '49 Ford F-47 Flathead with GM TBI
    '66 Corvair planning a GM TBI
    '68 Firebird ragtop 7427 TBI going in
    And a bunch of other cars and bikes

  2. #2
    Super Moderator dave w's Avatar
    Join Date
    Feb 2011
    Posts
    6,345
    I posted this tread many years ago: http://gearhead-efi.com/Fuel-Injecti...sion-(27SF512) it's been helpful for several gearhead-efi members.

    dave w

  3. #3
    Fuel Injected! kilohertz's Avatar
    Join Date
    Feb 2021
    Location
    Slightly left of Vernon, BC
    Age
    60
    Posts
    74
    Quote Originally Posted by dave w View Post
    I posted this tread many years ago: http://gearhead-efi.com/Fuel-Injecti...sion-(27SF512) it's been helpful for several gearhead-efi members.

    dave w
    Thanks for the reply Dave, I appreciate it. I have read many of your threads/posts and want to thank you for all of your work to help people here. I have read the thread you mentioned and am in the process of picking a EEPROM to use, I found today a few posts on the 3rd Gen Camaro forum where they had used the AT28C64 with similar pin joining on 1,2 and 27,28 as the 27SF512. For whatever reason, my EMP-20 programmer requires a different module than the one for the 27XXX and 28XXX series chips. I think even the 29C040 can be programmed with the same module I have. I could go online and try and find it, but highly unlikely.

    I'll do some more research on the 28C64..they are only $8 so it's not a big deal to try one.

    Cheers
    Last edited by kilohertz; 10-06-2021 at 07:15 AM.
    '49 Ford F-47 Flathead with GM TBI
    '66 Corvair planning a GM TBI
    '68 Firebird ragtop 7427 TBI going in
    And a bunch of other cars and bikes

  4. #4
    Fuel Injected!
    Join Date
    Feb 2014
    Location
    Upstate, NY
    Posts
    416
    Have you considered purchasing a burn 2 to program the 27SF512's?

  5. #5
    Super Moderator dave w's Avatar
    Join Date
    Feb 2011
    Posts
    6,345
    Quote Originally Posted by kilohertz View Post
    ok thx for the replies.

    As mentioned I don't want to use EPROMS as I will be making many changes...hence the eeprom or flash. Also as mentioned my programmer can't program the 27sf512...trying to work with what I have.

    cheers
    I'm very familiar with chip programming. I'm not familiar with the AT28C64 so I looked at Mouser for information: https://www.mouser.com/ProductDetail...3SuxMz5Q%3D%3D and then looked at the data sheet: https://www.mouser.com/datasheet/2/2...01-1180850.pdf

    The 1227747 uses a 4K chip. The AT28C64 is a 64K chip just like the 27SF512 is a 64k chip. After reading the AT28C64 data sheet, it appears to me the AT29C64 can be used in the 1227747 with "Offset Programming" because only the bottom 4K memory of a 64K memory chip is needed for the 1227747. Additional information about programming with offsets can be found on the Moates.net website:http://support.moates.net/programmin...using-offsets/



    Offsets for a 4k chip being programmed into a 64K chip
    Microchip AT28C64
    Buffer -> 000000 -> 000FFF or Hexadecimal for 4K chip memory size
    Address -> 00F000 -> 00FFFF or Hexadecimal addresses to program only the bottom 4K addresses of a 64K chip

    For example if you were going to program the AT28C64 for the second generation TBI computer 16197427 which uses a 64K chip no offset is needed.
    Buffer -> 000000 -> 00FFFF or Hexadecimal for 64K chip memory size
    Address -> 000000 -> 00FFFF or Hexadecimal addresses to program all addresses of a 64K chip

    dave w

  6. #6
    Fuel Injected! kilohertz's Avatar
    Join Date
    Feb 2021
    Location
    Slightly left of Vernon, BC
    Age
    60
    Posts
    74
    Awesome! Thanks Dave for the confirmation...4 chips on order and will be here before the weekend. This was supposed to be a winter project for me when there is no paid work... but I seemed to have jumped the gun...I can always clean the house next year.

    Cheers
    '49 Ford F-47 Flathead with GM TBI
    '66 Corvair planning a GM TBI
    '68 Firebird ragtop 7427 TBI going in
    And a bunch of other cars and bikes

  7. #7
    Fuel Injected! kilohertz's Avatar
    Join Date
    Feb 2021
    Location
    Slightly left of Vernon, BC
    Age
    60
    Posts
    74
    Quote Originally Posted by dave w View Post
    The 1227747 uses a 4K chip. The AT28C64 is a 64K chip just like the 27SF512 is a 64k chip.
    Correct me if I'm wrong, but the 1227747 uses a 2732 which is a 4Kx8 (32Kb) chip, the 28C64 is an 8Kx8 (64 Kb) chip, the SF512 is a 64 KB, being a 512Kb chip...I think. The big difference is the B vs the b, bits vs Bytes.

    Quote Originally Posted by dave w View Post
    Offsets for a 4k chip being programmed into a 64K chip
    Microchip AT28C64
    Buffer -> 000000 -> 000FFF or Hexadecimal for 4K chip memory size
    Address -> 00F000 -> 00FFFF or Hexadecimal addresses to program only the bottom 4K addresses of a 64K chip

    For example if you were going to program the AT28C64 for the second generation TBI computer 16197427 which uses a 64K chip no offset is needed.
    Buffer -> 000000 -> 00FFFF or Hexadecimal for 64K chip memory size
    Address -> 000000 -> 00FFFF or Hexadecimal addresses to program all addresses of a 64K chip

    dave w
    Today, after spending a few hours figuring out how to use my 30 year old Needhams EMP-20 programmer, I successfully programmed the AT28C64B with buffer offsets 1000-1FFF, which should be the last 4K of the 8Kx8 space, the first 4K being 0000, 0FFF...I think. It's been years since I have done this stuff. I confirmed data in the chip matches the data in the buffer, but just offset to the last 4K of the 28C64. I built the 28P ZIF mod socket and soldered it onto the 747 board today, I won't know for a while if it works, but it should.

    Thanks for the help.

    Cheers
    '49 Ford F-47 Flathead with GM TBI
    '66 Corvair planning a GM TBI
    '68 Firebird ragtop 7427 TBI going in
    And a bunch of other cars and bikes

  8. #8
    Super Moderator dave w's Avatar
    Join Date
    Feb 2011
    Posts
    6,345
    SST 27SF512 = 64K https://www.futurlec.com/Memory/SST27SF512.shtml

    Often a less confusing technical description for chip size is written 64K instead of 64K x 8 or 4K instead of 4K x 8.

    I have found the offsets shown on the Moates.net website (post 8) to be accurate.

    dave w

  9. #9
    Fuel Injected! kilohertz's Avatar
    Join Date
    Feb 2021
    Location
    Slightly left of Vernon, BC
    Age
    60
    Posts
    74
    It's been a few years but back in January 2022 I was able to get the Flathead Ford running perfectly with the 7747 using the AT28C64 chip. My programmer worked 100% and I ended up making 29 changes to the tables before getting it running nicely. I'm back working on the truck and making the final wiring harness.

    Wanted to update this thread in case anyone else is looking for a chip option for the 7747.

    Cheers
    '49 Ford F-47 Flathead with GM TBI
    '66 Corvair planning a GM TBI
    '68 Firebird ragtop 7427 TBI going in
    And a bunch of other cars and bikes

Similar Threads

  1. Stock 1227747 Computer with Chip Fits 1988-1993 Chevy C1500 $80 7747
    By jcheech in forum Buy - Sell - Trade - Wanted
    Replies: 0
    Last Post: 02-17-2021, 04:58 AM
  2. Replies: 2
    Last Post: 11-25-2017, 12:43 AM
  3. bin file for 1227747 with an AKAH chip
    By uncabob in forum Fuel Injection Writeups Articles and How to New and Old
    Replies: 8
    Last Post: 05-28-2016, 04:58 PM
  4. 1227747 ecm with ADUS chip
    By bobv in forum GM EFI Systems
    Replies: 2
    Last Post: 10-23-2013, 03:46 PM
  5. Can't read 1227747 chip in my AutoProm?
    By EagleMark in forum GM EFI Systems
    Replies: 3
    Last Post: 08-11-2011, 09:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •