support Winbond flash

This commit is contained in:
Ralph Metzler 2019-01-10 17:48:00 +01:00
parent e11c70c118
commit a783a02679
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ int main(int argc, char **argv)
break;
case SPANSION_S25FL116K:
case SPANSION_S25FL164K:
case WINBOND_W25Q16JV:
err = FlashWritePageMode(ddb,FlashOffset,buffer,BufferSize,0x1C);
break;
}