DavidGriffith / minipro-import-test

An open source program for controlling the MiniPRO TL866xx series of chip programmers
GNU General Public License v3.0
3 stars 0 forks source link

Possibly wrong chip ID in database #286

Open DavidGriffith opened 1 year ago

DavidGriffith commented 1 year ago

In GitLab by @mole99 on Mar 4, 2023, 11:09

When I tried to verify the ID of a W25Q128JVSIM SPI-Flash, I got a mismatch.

minipro -p W25Q128JV@SOIC8 -D

Found TL866II+ 04.2.132 (0x284)
Chip ID mismatch: expected 0xEF4018, got 0xEF7018 (unknown)

I made sure that all wires are properly connected.

I continued anyways with write/read operations by supplying -y and everything works correctly! I can write a file to the Flash, read it and the contents match.

I took a look at the datasheet and it seems 0xEF7018 is the correct ID.

grafik

Can anyone confirm this? Thanks!