Added Zetta ZD25WQ16CSIGT

This commit is contained in:
kalata23 2024-03-28 14:20:08 +02:00
parent 061bf3945d
commit 206795c9c7
1 changed files with 14 additions and 0 deletions

View File

@ -434,6 +434,20 @@ static std::map <uint32_t, flash_t> flash_list = {
.bp_len = 3,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
},
{0xba6015, {
.manufacturer = "Zetta",
.model = "ZD25WQ16CSIGT",
.nr_sector = 32,
.sector_erase = true,
.subsector_erase = true,
.has_extended = false,
.tb_otp = false,
.tb_offset = (1 << 5),
.tb_register = STATR,
.bp_len = 3,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
},
};
#endif // SRC_SPIFLASHDB_HPP_