Bosch ME7.1: Difference between revisions

From S4wiki
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
=ME7 Revisions:=
=ME7 Revisions:=
These are different hardware revisions that function with the same general logic flow.
These are different hardware revisions that function with the same general logic flow.
There is also 512kb and 1mb versions.
:-Consult relevant (available) FR.
:-Consult relevant (available) FR.
==7.1.1==
==7.1.1==
Line 24: Line 25:
Wideband - Usually turbo 4-cyl
Wideband - Usually turbo 4-cyl


=Cross-flash Checklist=
:1. Compare with a hex editor. The beginning of the files should be the same.
:2. Compare with me7check. They MUST be the same versions.




Line 33: Line 37:
* [http://nyet.org/cars/files/c167cr_ds_v3.3_2005_02.pdf B59233-FA (aka SAK-C167CR-4RM) Datasheet]
* [http://nyet.org/cars/files/c167cr_ds_v3.3_2005_02.pdf B59233-FA (aka SAK-C167CR-4RM) Datasheet]
* [http://andywhittaker.com/ECU/BoschMotronicME71/tabid/68/Default.aspx Andy Whittaker's site]
* [http://andywhittaker.com/ECU/BoschMotronicME71/tabid/68/Default.aspx Andy Whittaker's site]
* [http://nefariousmotorsports.com/forum/index.php?topic=6805.msg63084#msg63084 ddillenger]


[[Category:Tuning]]
[[Category:Tuning]]

Revision as of 01:33, 7 December 2022

The Bosch ME7.1 Engine Control Unit (ECU) appears to use two 16bit Infineon B59233-FA (aka SAK-C167CR-4RM) CPUs. Non-volatile code/data is stored on a single 16bit Am29F800BB 44 pin PSOP flash device.

ME7 is a load based engine management system.

ME7 continuously calculates the "nominal charging moment" (requested torque) that the user seems to be requesting. This, in turn generates a "requested load" (nominal charge), which is capped by "specified corrected load" (a function of RPM, IAT and other limiting parameters, such as knock control, etc.). This requested load determines the throttle plate angle and requested pressure. As long as lambda control stays closed loop, the ECU will adjust the fuel mixture via feedback loop using the narrow-band O2 sensors.

Once the ECU decides the load is large enough for enough time, or the requested AFR is no longer lambda=1, its fueling control system goes open loop. In the ME7.1 asynchronous path, this means that injector on-time calculations are going to be dependent on mass air flow sensor readings. Those MAF readings also go into the fueling maps as a "engine load" and are used to generate injector on times independent of O2 sensor readings.

In the ME7.1 synchronous path, the timing maps determine the timing at every cycle of every cylinder, and should the knock sensor for a given cylinder reach a certain threshold, the timing will be cut down for the next cycle for that cylinder. If the knock sensor activity subsides, the timing will be restored, one step at a time, until another knock event occurs on that cylinder.

Block diagram of the torque (load) based system's control flow:

ME7.1 torque oriented.png


ME7 Revisions:

These are different hardware revisions that function with the same general logic flow. There is also 512kb and 1mb versions.

-Consult relevant (available) FR.

7.1.1

Updated 7.1 for NA vehicles and TT V6-8

7.5

Wideband - Usually turbo 4-cyl

Cross-flash Checklist

1. Compare with a hex editor. The beginning of the files should be the same.
2. Compare with me7check. They MUST be the same versions.


References