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
226 stars 40 forks source link

Added support WINBOND W25Q16CV #108

Closed GermanAizek closed 1 month ago

GermanAizek commented 1 month ago

Description

@bigbigmdm, Datasheet: https://www.alldatasheet.com/datasheet-pdf/pdf/555256/WINBOND/W25Q16CVSSIG.html

Usage tips

There is already a similar chip, just edit it and added new.

image

bigbigmdm commented 1 month ago

@GermanAizek , these chips have the same JEDEC ID - EF/40/16. 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.