-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Hello,
I was going to submit a PR for the Spansion S25FL127S,
device info ('hybrid' mode - this chip also has a 'uniform' mode)
{ "S25FL127S", 0x01, 0x20184D01, 64 * 1024, 256, 0 },
However it is the same as
{ "S25FL129P", 0x01, 0x20184D01, 64 * 1024, 256, 0 },
Also if I place the line in sorted order it works, but if I do not then SNANder will use
{ "S25FL128P", 0x01, 0x20180301, 64 * 1024, 256, 0 },
, which is incorrect and fails verification. See output below:
SNANDer - Serial Nor/nAND/Eeprom programmeR v.1.7.8 by McMCC <[email protected]>
Found programmer device: WinChipHead (WCH) - CH341A
Device revision is 3.0.4
spi device id: 1 20 18 4d 1 (20184d01)
Detected SPI NOR Flash: S25FL128P, Flash Size: 16 MB
Any advice on this please?
Metadata
Metadata
Assignees
Labels
No labels