Skip to content

Commit

Permalink
Merge pull request #450 from kalata23/master
Browse files Browse the repository at this point in the history
Added Zetta ZD25WQ16CSIGT
  • Loading branch information
trabucayre committed Mar 28, 2024
2 parents 559aaa6 + 206795c commit 62f818c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/spiFlashdb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_

0 comments on commit 62f818c

Please sign in to comment.