Airbag crash data reset
After a collision and the airbags are deployed, the airbag controller stores information such as speed, RPM, seat belt, accelerometer, pre-tensioner that can be used for investigation. These crash data need to be replaced, if the vehicle is rebuilt. Otherwise the airbag light will stay solid and the vehicle might not perform correctly. The crash data is stores in the EEPROM chip, which can be read/write via a cheap programmer. A virgin data is copied from another vehicle's controller, which then will be used to replaced the crash data inside the EEPROM.
The closest datasheet to the L56R EEPROM I found was BR93L56F, the Microwire BUS 2Kbit(128x16bit) EEPROM.
The programmer is MiniPro TL866A from Aliexpress. Reading the EEPROM in circuit using SOP8 clip was not successful even the crystal was shorted out. So the EEPROM has to be removed from the board to be able to read/write with the SOP8 socket.
The virgin data is copied from the good EEPROM and replaced into the bad EEPROM.
Connect the programmer to a computer and open the software MiniPro Programmer. Select IC the click Read
Successfully reading the EEPROM from the good board.
Read several time to make sure the read data is correct. Insert the bad EEPROM to the programmer and click Program
Programming successful!! Read data back to verify the data is all correct. Install the EEPROM back to the board
After installing the controller back to the vehicle, the airbag light should now turned off.
Comments
Comments powered by Disqus