BUSY_TIMEOUT for mem wipe was too short, thanks @cjbrigato
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
#define RESUME 0x7A
|
#define RESUME 0x7A
|
||||||
|
|
||||||
// Flash busy timeout: 20ms is the strict minimum when writing 256kb
|
// Flash busy timeout: 20ms is the strict minimum when writing 256kb
|
||||||
#define BUSY_TIMEOUT 50000L
|
#define BUSY_TIMEOUT 200000L
|
||||||
|
|
||||||
#define WINBOND_MANID 0xEF
|
#define WINBOND_MANID 0xEF
|
||||||
#define WINBOND_DEVID 0x11
|
#define WINBOND_DEVID 0x11
|
||||||
|
|||||||
Reference in New Issue
Block a user