support bigger Winbond flashs.

This commit is contained in:
internal 2022-03-22 15:22:43 +01:00
parent 0892a225d2
commit ffe8764c01
1 changed files with 1 additions and 0 deletions

View File

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