01-21-2013, 06:12 AM
|
#3
|
  |
|
Re: chip burning for dummies
|
|
Level 1 Supporter
Join Date: Feb 2003
Location: Whitmore Lake, Michigan
My Ride: Daytona C/S
Engine: 2.5L T1
Induct: Turbo
1/4: 13.540
|
It depends on the size of the .bin file.
Going from a '256 chip (32k) to a '512 (64k), with a 32k file, you need to use an offset of 0x8000. A 32k bin will not fit on a '128 chip (only 16k, half as big as needed).
If it's a 16k bin (a T2 cal for example), going from a '256 chip to a '512, the offset should be 0xC000. If you go down to a '128 chip, you don't need an offset (the bin fills the chip).
|
|
|