bigbigmdm / IMSProg

IMSProg - software for CH341A-based programmers to work with I2C, SPI and MicroWire EEPROM/Flash chips
https://antenna-dvb-t2.ru/IMSProg.php
GNU General Public License v3.0
261 stars 43 forks source link

Added support MXIC 25L1606E #109

Closed GermanAizek closed 2 months ago

GermanAizek commented 2 months ago

Description

Datasheet: https://www.tme.eu/Document/90cf95a7114025302d33a68125e207ab/MX25L1606E.pdf

Usage tips

bigbigmdm commented 2 months ago

@GermanAizek , MX25L1606E and MX25L1605D chips have the same JEDEC ID - C2/20/15. They have the same read, erase, write operations for the programmer. Since IMSProg determines the chip by the JEDEC ID value, I do not add chips with the same JEDEC ID to the database on purpose. Otherwise the program will take data from the database of the first chip with such JEDEC ID value.