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.
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.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.Can anyone confirm this? Thanks!