spiFlashdb: Windbond w25q80bv

This commit is contained in:
Gwenhael Goavec-Merou 2023-04-03 23:26:03 +02:00
parent ccdcc49cb0
commit a43f94fcf5
1 changed files with 14 additions and 0 deletions

View File

@ -283,6 +283,20 @@ static std::map <uint32_t, flash_t> flash_list = {
.bp_len = 5,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)}}
},
{0xef4014, {
/* https://cdn-shop.adafruit.com/datasheets/W25Q80BV.pdf */
.manufacturer = "Winbond",
.model = "W25Q80BV",
.nr_sector = 16,
.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}}
},
{0xef4015, {
.manufacturer = "Winbond",
.model = "W25Q16",