Attention is currently required from: Nico Huber, Angel Pons.
4 comments:
Patchset:
Removed incorrect macros, corrected block erase comment and added case for 0x53 opcode.
File spi.h:
Block Erase 0x53 is only supported by Spansion/Cypress S25FL-L chips. […]
Done
File spi25.c:
Patch Set #4, Line 491: /* This usually takes 100-4000ms, so wait in 100ms steps. */
Datasheet for S25FL064L says typical is 300 ms, and maximum is 600 ms.
Datasheet for S25FL256L says typical is 190 ms, and maximum is 363 ms.Without checking any other datasheets, I'd say the 4000 ms in the comment could be lowered to 1000 ms.
Not a problem. Just out of curiosity, how do you best calculate the step size based on typical and max time?
Patch Set #4, Line 621: return &spi_block_erase_52;
Add an entry here too?
Done
To view, visit change 52310. To unsubscribe, or for help writing mail filters, visit settings.