2011 GSR Brake Boosting
Try full boost, which in my case is 27psi and hold it for several seconds...
Well I turned off the AYC Brake by holding the button for 3 seconds and gave it 2 attempts to see what happened and both times the car still fell on its face. So this looks to be more involved.
I am running rom 56890010 so the question to the 2011 owner that says he can do this, which ROM version are you running? Are you using a MBC or EBC? I am using a 3-port so maybe its the boost sytem getting turned off and not the throttle plate closing...
I am running rom 56890010 so the question to the 2011 owner that says he can do this, which ROM version are you running? Are you using a MBC or EBC? I am using a 3-port so maybe its the boost sytem getting turned off and not the throttle plate closing...
Well I turned off the AYC Brake by holding the button for 3 seconds and gave it 2 attempts to see what happened and both times the car still fell on its face. So this looks to be more involved.
I am running rom 56890010 so the question to the 2011 owner that says he can do this, which ROM version are you running? Are you using a MBC or EBC? I am using a 3-port so maybe its the boost sytem getting turned off and not the throttle plate closing...
I am running rom 56890010 so the question to the 2011 owner that says he can do this, which ROM version are you running? Are you using a MBC or EBC? I am using a 3-port so maybe its the boost sytem getting turned off and not the throttle plate closing...
For ROM 56890010, does someone have logging addresses for
- Accel Pedal Position
- Throttle Position Sensor
- edit - also, BWGDC - in case it's the bcs being nerfed
Cheers,
Rich
Last edited by richardjh; Sep 16, 2011 at 05:01 PM.
I'll go a-digging in the ROM for this. Someone more experienced at disassembly will probably beat me to the finish line, but it'll be fun anyway.
For ROM 56890010, does someone have logging addresses for
Cheers,
Rich
For ROM 56890010, does someone have logging addresses for
- Accel Pedal Position
- Throttle Position Sensor
- edit - also, BWGDC - in case it's the bcs being nerfed
Cheers,
Rich
I'm using these for logging:
Accel - 23809631
Throttle - 2380873D
AWGDC - 23808B9D
I doubt it has anything to do with the boost solenoid since I did this while staying in vacuum to rule that out but then again maybe it does both...
I've made some small progress looking at the ROM. In case anyone's interested on the story so far...
On 56890010 (2011 ROM), here are three "Brake Pedal" bitflag addresses...
0x808646 - bit #4 (00001000) means pedal down
0x80864a - bit #4 (00001000) means pedal down
0x80973b - bit #1 (01000000) means pedal down lightly, bit #0 (10000000) means pedal down harder.
There are also three other Brake Pedal bitflag addresses that seem to get copied directly from the first two... all located within a few bytes of the originals.
Cool, eh? I love bitflags.
In my 2009 RA, I can happily use the brake to hold revs steady at WOT. Mine obviously pre-dates the Toyota-style nerfing that Mitsubishi put into the later ROMs.
Consequently, I'm keeping an eye out for coding differences between my ROM a 2011 ROM. In 56890010 (2011 ROM), there is indeed new code referencing the 0x80864a Brake Pedal bitflag. If anyone is keen to check it out, it lives between address 0x1aad8 and (around) 0x1ac4c. There is no equivalent code in my RA ROM.
I haven't yet tied it to anything that mucks around with throttle closure. But these bitflags are a good lead to work from. Who knows what they will lead to?
...and they will be great to log when doing track driving and such.
Rich
On 56890010 (2011 ROM), here are three "Brake Pedal" bitflag addresses...
0x808646 - bit #4 (00001000) means pedal down
0x80864a - bit #4 (00001000) means pedal down
0x80973b - bit #1 (01000000) means pedal down lightly, bit #0 (10000000) means pedal down harder.
There are also three other Brake Pedal bitflag addresses that seem to get copied directly from the first two... all located within a few bytes of the originals.
Cool, eh? I love bitflags.

In my 2009 RA, I can happily use the brake to hold revs steady at WOT. Mine obviously pre-dates the Toyota-style nerfing that Mitsubishi put into the later ROMs.

Consequently, I'm keeping an eye out for coding differences between my ROM a 2011 ROM. In 56890010 (2011 ROM), there is indeed new code referencing the 0x80864a Brake Pedal bitflag. If anyone is keen to check it out, it lives between address 0x1aad8 and (around) 0x1ac4c. There is no equivalent code in my RA ROM.
I haven't yet tied it to anything that mucks around with throttle closure. But these bitflags are a good lead to work from. Who knows what they will lead to?

...and they will be great to log when doing track driving and such.
Rich
Last edited by richardjh; Sep 19, 2011 at 04:56 PM. Reason: Clarity.




