TI Chip, 56k USDM offset/order
-
rusty_lawrence
- Posts: 119
- Joined: 2021 Jun 03, 14:46
- Location: New Orleans
- Vehicle Information: 1994 F150 Lightning
WAY1 / SMD-221 / AHAC2
408w / AFR heads / Ported GT40
Novi 2000 intercooled S/C
wbo2_aem_uego
Re: TI Chip, 56k USDM offset/order
i'm not following this. I just ordered a TI chip and programmer to try on my marine ecu. How do I convert/pad a 56k bin file to work on the TI?
-
jsa
- Posts: 440
- Joined: 2021 Feb 16, 15:46
- Location: Australia
- Vehicle Information: 95 Escort RS Cosworth
2.0 YBP
CARD / QUIK / COSY / ANTI
GHAJ0
SMD-190 / SMD-490 EEC-IV
Binary Editor
ForDiag
Re: TI Chip, 56k USDM offset/order
Add 136kB of 0xff in front of your 56kB bin and add 64kB to the back. You will end up with a 256kB bin. Your original 56kB will be at file address 0x22000-0x22fff.
You want your 56k bin at the file address the EEC expects for Bank 8. The TP chip is a multibank chip so it wants all the banks in the file. It will serve the default bank 8 to an 8061 EEC.
Go to the TI website and download any of their 8061 bins, open it in a hex editor to see the layout as an example.
Code: Select all
EEC ROM Bank Hex editor File Address
0 0x02000-0x0ffff
1 0x12000-0x1ffff
8 0x22000-0x2ffff
9 0x32000-0x3ffff
Go to the TI website and download any of their 8061 bins, open it in a hex editor to see the layout as an example.
-
rusty_lawrence
- Posts: 119
- Joined: 2021 Jun 03, 14:46
- Location: New Orleans
- Vehicle Information: 1994 F150 Lightning
WAY1 / SMD-221 / AHAC2
408w / AFR heads / Ported GT40
Novi 2000 intercooled S/C
wbo2_aem_uego
Re: TI Chip, 56k USDM offset/order
Thank you! I’ll give this a try!
-
wwhite
- Posts: 410
- Joined: 2021 Feb 16, 15:53
- Location: Victoria, BC, Canada
- Vehicle Information: 1994 Flarside, XLT, 351w E4OD
SD48b, Quarter Horse, Burn2
Re: TI Chip, 56k USDM offset/order
This is driving me nuts!
Not sure what I'm doing wrong.
Burn2, TI J3, have padded bin 0189 order, 256k file.
Can someone give me some guidance?
I purchased these TI J3s a while ago, cannot get a single byte of data written to them. Not working 256k Working, small amount of memory, 0xFF written: Bank 0 and 1 working
Not sure what I'm doing wrong.
Burn2, TI J3, have padded bin 0189 order, 256k file.
Can someone give me some guidance?
I purchased these TI J3s a while ago, cannot get a single byte of data written to them. Not working 256k Working, small amount of memory, 0xFF written: Bank 0 and 1 working
-
jsa
- Posts: 440
- Joined: 2021 Feb 16, 15:46
- Location: Australia
- Vehicle Information: 95 Escort RS Cosworth
2.0 YBP
CARD / QUIK / COSY / ANTI
GHAJ0
SMD-190 / SMD-490 EEC-IV
Binary Editor
ForDiag
Re: TI Chip, 56k USDM offset/order
Try 00000 - 3FFFF
-
034v
- Posts: 114
- Joined: 2021 Feb 22, 09:00
- Location: Denton TX
- Vehicle Information: 1996 Lincoln Mark VIII LSC - Custom Turbocharged
1989 Lincoln Mark VII LSC - Custom Turbocharged --- SOLD
2013 Ford F150 FX2 - 3.5L Ecoboost
2019 Explorer Sport - 3.5L Ecoboost
Re: TI Chip, 56k USDM offset/order
FWIW I had to convert the D9S binary to 40000 bin size and subtract 20000 on offset for it to work right.
-
wwhite
- Posts: 410
- Joined: 2021 Feb 16, 15:53
- Location: Victoria, BC, Canada
- Vehicle Information: 1994 Flarside, XLT, 351w E4OD
SD48b, Quarter Horse, Burn2
-
wwhite
- Posts: 410
- Joined: 2021 Feb 16, 15:53
- Location: Victoria, BC, Canada
- Vehicle Information: 1994 Flarside, XLT, 351w E4OD
SD48b, Quarter Horse, Burn2
-
034v
- Posts: 114
- Joined: 2021 Feb 22, 09:00
- Location: Denton TX
- Vehicle Information: 1996 Lincoln Mark VIII LSC - Custom Turbocharged
1989 Lincoln Mark VII LSC - Custom Turbocharged --- SOLD
2013 Ford F150 FX2 - 3.5L Ecoboost
2019 Explorer Sport - 3.5L Ecoboost
Re: TI Chip, 56k USDM offset/order
You can try that. I did it to my XDF for it to work.
-
034v
- Posts: 114
- Joined: 2021 Feb 22, 09:00
- Location: Denton TX
- Vehicle Information: 1996 Lincoln Mark VIII LSC - Custom Turbocharged
1989 Lincoln Mark VII LSC - Custom Turbocharged --- SOLD
2013 Ford F150 FX2 - 3.5L Ecoboost
2019 Explorer Sport - 3.5L Ecoboost
Re: TI Chip, 56k USDM offset/order
NEVERMIND...
Just checked my D9S, 40000, 22000 offset NOT SUBTRACTED.