some generic devices has other sizes of flash

This commit is contained in:
iceman1001 2023-02-18 22:02:20 +01:00
commit 475bbe183d
2 changed files with 22 additions and 9 deletions

View file

@ -54,8 +54,11 @@
// Flash busy timeout: 20ms is the strict minimum when writing 256kb
#define BUSY_TIMEOUT 200000L
#define WINBOND_MANID 0xEF
#define WINBOND_DEVID 0x11
#define WINBOND_MANID 0xEF
#define WINBOND_2MB_DEVID 0x11
#define WINBOND_1MB_DEVID 0x10
#define WINBOND_512KB_DEVID 0x05
#define PAGESIZE 0x100
#define WINBOND_WRITE_DELAY 0x02