diff --git a/src/spiFlashdb.hpp b/src/spiFlashdb.hpp index e4b2c21..ba6d806 100644 --- a/src/spiFlashdb.hpp +++ b/src/spiFlashdb.hpp @@ -99,6 +99,19 @@ static std::map flash_list = { .bp_len = 3, .bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}} }, + {0x0020ba17, { + .manufacturer = "micron", + .model = "N25Q64", + .nr_sector = 128, + .sector_erase = true, + .subsector_erase = true, + .has_extended = true, + .tb_otp = false, + .tb_offset = (1 << 5), + .tb_register = STATR, + .bp_len = 4, + .bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 6)}} + }, {0x0020ba18, { .manufacturer = "micron", .model = "N25Q128",