MS45 Flasher Software for BWM
Tool to read and flash the MS45 DME. Can read/write full and partial binaries from the MS45.0 and MS45.1. It will automatically correct checksums and sign files that are flashed to the DME.
Prerequisites
This application uses .Net Framework 4.5.2Any INPA-compatible OBDII cable should work with this application. Make sure your cable latency is set to 1ms
You will need EdiabasLib.dll to compile and run this application. The application assumes you have an ediabas installation in the default directory along with E46, E60, E65, E83, or E85 daten files. If you don't have / want Ediabas installed, you will need to find a copy of MS450DS0.prg or 10MDS45.prg, and set the .config file to reflect the directory and filename of those files. Most of my testing has been with MS450DS0.prg, so I recommend using that.
Usage
Change the settings as necessary in the 'MS45 Flasher.exe.config' file. Default port is COM1, default sgbd directory is C:\Ediabas\ECU, and default sgbd is D_Motor.GRP (should automatically resolve to MS450DS0.prg if connected to an MS45 DME)Identify your DME
Start the application, connect your interface to your OBDII port, and click "Ident DME" If successful, the application should autopopulate some information from your DMEReading your DME
For the tune, simply click "Read DME".If you would like to backup your full flash, check the "full binary" checkbox before clicking "Read DME" A full backup will result in two files. The _Flash file is the external flash of your DME, and the _mpc file contains the data that's internal to the CPU. You need both of these
Save the file(s) whereever you like
Flashing your DME
It is highly recommended you make a full backup before you flash your DMETo flash a tune:
- Click "Load File"
- Open the tune you'd like to flash
- Click "Flash Tune".
To flash a full binary:
- Check the "Full Binary" checkbox
- Click "Load File" and open the file that contains the external flash you'd like to use
- Click "Load File 2 (MPC)" and open the file that contains the mpc flash you'd like to use
- Click "Flash Program"
- NOTE: If the files do not match, you can render your DME unbootable. The application does do some basic checking, but it may not be fool proof