TC-SST ROM maps
Hi guys. The last few months I have been disassembling the TC-SST firmware. Here's what I found:
S-Sport enable on Ralliart
Gears ratio
Shifting tables
REV limiter
Disable cold engine long shifts
Shifts depends on vehicle tilt angle (only for normal mode) and coolant temperature (cold shift request). As example, we're on Normal mode and tilt angle is 0 degrees => 4th shift row will be used.
TC-SST has 3 independent calibration areas (for DOM/EU/NAS destination). It can be changed by variant coding of TC-SST.
Also, the TC-SST flasher was developed for reading and writing ROM.
Here is example of one table:
<scaling name="Acc Pedal Pos %" units="%" toexpr="x" frexpr="x" format="%.0f" min="0" max="100" inc="1" storagetype="uint8" endian="little"/>
<scaling name="Shift Row" units="row" toexpr="x/16" frexpr="x*16" format="%.0f" min="0" max="8" inc="1" storagetype="uint8" endian="little"/>
<scaling name="Speed" units="km/h" toexpr="x/64" frexpr="x*64" format="%.0f" min="0" max="300" inc="1" storagetype="uint16" endian="little"/>
<table name="DOM - Shifting 1st to 2nd" category="Shifting" address="24c84" type="3D" level="1" swapxy="true" scaling="Speed">
<table name="Accelerator Pedal Position" address="252d8" type="X Axis" elements="10" scaling="Acc Pedal Pos %"/>
<table name="Shift Row" address="2539c" type="Y Axis" elements="8" scaling="Shift Row"/>
</table>
S-Sport enable on Ralliart
Gears ratio
Shifting tables
REV limiter
Disable cold engine long shifts
Shifts depends on vehicle tilt angle (only for normal mode) and coolant temperature (cold shift request). As example, we're on Normal mode and tilt angle is 0 degrees => 4th shift row will be used.
TC-SST has 3 independent calibration areas (for DOM/EU/NAS destination). It can be changed by variant coding of TC-SST.
Also, the TC-SST flasher was developed for reading and writing ROM.
Here is example of one table:
<scaling name="Acc Pedal Pos %" units="%" toexpr="x" frexpr="x" format="%.0f" min="0" max="100" inc="1" storagetype="uint8" endian="little"/>
<scaling name="Shift Row" units="row" toexpr="x/16" frexpr="x*16" format="%.0f" min="0" max="8" inc="1" storagetype="uint8" endian="little"/>
<scaling name="Speed" units="km/h" toexpr="x/64" frexpr="x*64" format="%.0f" min="0" max="300" inc="1" storagetype="uint16" endian="little"/>
<table name="DOM - Shifting 1st to 2nd" category="Shifting" address="24c84" type="3D" level="1" swapxy="true" scaling="Speed">
<table name="Accelerator Pedal Position" address="252d8" type="X Axis" elements="10" scaling="Acc Pedal Pos %"/>
<table name="Shift Row" address="2539c" type="Y Axis" elements="8" scaling="Shift Row"/>
</table>
Spoiler
About tq limit i have found only one table for a while.
Below 2 tables what i talking about. Tq subtractor from SST and torque data from engine ECU.
Very cool, finally someone cracks this. Only took over a decade lol.
How about shift speed? That is another thing that really changes how the transmission feels. I’ve been tuning that a lot with my dsg and it’s a science to get right. Lots of road testing and logging
How about shift speed? That is another thing that really changes how the transmission feels. I’ve been tuning that a lot with my dsg and it’s a science to get right. Lots of road testing and logging
Trending Topics
TC-SST flasher and xml defs available
iam@kolyandex.su
iam@kolyandex.su
I did it on my Evo X MR!
I changed S-Sport delay and minimum speed, and the "Shifting Row" for Sport and S-Sport (shifting speed points in auto mode)
Flashing process was very smooth, fast, no worries at all.
Nice work Kolyandex
!
I changed S-Sport delay and minimum speed, and the "Shifting Row" for Sport and S-Sport (shifting speed points in auto mode)
Flashing process was very smooth, fast, no worries at all.
Nice work Kolyandex
Thread
Thread Starter
Forum
Replies
Last Post
1999VR-4EVO
09+ Lancer Ralliart General
0
Nov 11, 2016 07:48 AM










