diff --git a/src/spiFlashdb.hpp b/src/spiFlashdb.hpp index ba6d806..23b32aa 100644 --- a/src/spiFlashdb.hpp +++ b/src/spiFlashdb.hpp @@ -60,6 +60,19 @@ static std::map flash_list = { .bp_len = 3, .bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}} }, + {0x010220, { + .manufacturer = "spansion", + .model = "S25FL512S", + .nr_sector = 1024, + .sector_erase = true, + .subsector_erase = false, + .has_extended = true, + .tb_otp = true, + .tb_offset = (1 << 5), + .tb_register = CONFR, + .bp_len = 3, + .bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}} + }, {0x012018, { .manufacturer = "spansion", .model = "S25FL128S",