1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Add support for S25FL064L

untested
copied S25FL128L descriptor, corrected jedecID, guessed correct sector count from W25Q64 (should be an equivalent device)
This commit is contained in:
crteensy 2021-03-25 22:11:58 +01:00 committed by GitHub
parent dc76125e69
commit dea5710b7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,9 @@ struct {
// Winbond W25Q256
// Datasheet: https://www.winbond.com/resource-files/w25q256jv%20spi%20revb%2009202016.pdf
{ 0xEF4019, 133, 50, 512, 256 },
// Cypress S25FL064L
// Datasheet: https://www.cypress.com/file/316661/download
{ 0x016017, 133, 50, 128, 256 },
// Cypress S25FL128L
// Datasheet: https://www.cypress.com/file/316171/download
{ 0x016018, 133, 50, 256, 256 },