Editing ROM
Thread Starter
Evolved Member
iTrader: (13)
Joined: Apr 2008
Posts: 807
Likes: 0
From: Lincoln, Nebraska
Editing ROM
when editing your ROM in EcuFlash...do you need to type in all the values with "0x"?? on the Rev Limit, 2-Step, and Speed Limit and could get the values where i wanted them using "0x" so i just typed what i wanted but i did copy and paste for the speed limit, i guess i should of done that for rev lim and 2 step but i was already to far to restart....just wondering if i need to change the values so theres a "0x" in it when i type it in or not
sorry, i don't know if mut table is in your definitions.
when you look at at "init code" you see the headline ist "hex" that means you have to type it as 0x... But dont't change that value. :-)
with Rev Limit headline is "RPM" typing 0x2000 will set the rev limit to 8188 rpm, typing 7606 without the 0x, will set it to7606 rpm.
you can type as you like, there is no need for using 0x??. All values will be saved in hex (0x) but you can enter them normal in decimal.
0xF is the same as typing 16.
when you look at at "init code" you see the headline ist "hex" that means you have to type it as 0x... But dont't change that value. :-)
with Rev Limit headline is "RPM" typing 0x2000 will set the rev limit to 8188 rpm, typing 7606 without the 0x, will set it to7606 rpm.
you can type as you like, there is no need for using 0x??. All values will be saved in hex (0x) but you can enter them normal in decimal.
0xF is the same as typing 16.


