spiFlashdb: Macronix MX25L12833

This commit is contained in:
Gwenhael Goavec-Merou 2023-03-05 16:02:22 +01:00
parent 0675cadfe7
commit 8c7b110766
1 changed files with 14 additions and 0 deletions

View File

@ -269,6 +269,20 @@ static std::map <uint32_t, flash_t> flash_list = {
.bp_len = 4,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)}}
},
{0xc22018, {
/* https://www.macronix.com/Lists/Datasheet/Attachments/8934/MX25L12833F,%203V,%20128Mb,%20v1.0.pdf */
.manufacturer = "Macronix",
.model = "MX25L12833",
.nr_sector = 256,
.sector_erase = true,
.subsector_erase = true,
.has_extended = false,
.tb_otp = true,
.tb_offset = (1 << 3),
.tb_register = CONFR,
.bp_len = 5,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)}}
},
{0xef4015, {
.manufacturer = "Winbond",
.model = "W25Q16",