Serial Flash erase and write speed

Status
Not open for further replies.

JotaEfe13

Well-known member
I am using a W25Q128 soldered to the Audio Board with my Teensy 3.6. As the erase() and write() tasks are very slow, I was thinking if the Teensy 4 helps at all in that matter. I think that the low speed is due to the own nature of the flash memory and depends only on the chip and probably the aswer is "no", but justo to corrobarate it.

Are there any compatible chips that are known to perform at higher speeds?

Thank you.
 
and probably the aswer is "no", but justo to corrobarate it.

Confirmed, those serial flash chips have slow erase times, which won't change between Teensy 3.6 & 4.0.

Writing in chunks of 256 bytes gives the best write speed. But the time required to actually write depends on the flash chip. Switching from Teensy 3.6 to 4.0 won't change that.

However, some of those flash chips are faster than others. With Winbond, the newer "JV" chips erase & write almost twice as fast as the older "FV" parts.
 
Thank you Paul, well to know. Currently I am using a Winbond 25Q128FVSG, so I might try the new ones.
 
Status
Not open for further replies.
Back
Top