TI Chip, 56k USDM offset/order

All hardware related, disassembly / programming and code discussions belong here.
rusty_lawrence
Posts: 115
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

Unread post by rusty_lawrence »

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: 361
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

Unread post by jsa »

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.

Code: Select all

EEC ROM Bank     Hex editor File Address
0                0x02000-0x0ffff
1                0x12000-0x1ffff
8                0x22000-0x2ffff
9                0x32000-0x3ffff
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.
rusty_lawrence
Posts: 115
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

Unread post by rusty_lawrence »

Thank you! I’ll give this a try!
Post Reply