spiFlashdb.hpp: Detect N25Q256A.

This commit is contained in:
Uwe Bonnes 2023-03-23 12:50:16 +01:00
parent 21c2264382
commit 645471a16c
1 changed files with 13 additions and 0 deletions

View File

@ -195,6 +195,19 @@ static std::map <uint32_t, flash_t> flash_list = {
.bp_len = 4,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 6)}}
},
{0x0020bb19, {
.manufacturer = "micron",
.model = "N25Q256A",
.nr_sector = 512,
.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)}}
},
{0x0020bb21, {
.manufacturer = "micron",
.model = "MT25QU01G",