From b3a3d683848bd183df441f362252ade3ecdfd637 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sun, 31 May 2026 18:20:11 +0200 Subject: [PATCH] spiFlashdb: PUYA P25Q32H --- src/spiFlashdb.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/spiFlashdb.hpp b/src/spiFlashdb.hpp index a5e84d0..3fe21d7 100644 --- a/src/spiFlashdb.hpp +++ b/src/spiFlashdb.hpp @@ -370,6 +370,22 @@ static std::map flash_list = { .quad_mask = 0, .global_lock = false, }}, + {0x856016, { + .manufacturer = "PUYA", + .model = "P25Q32H", + .nr_sector = 64, + .sector_erase = true, + .subsector_erase = true, + .has_extended = false, + .tb_otp = true, + .tb_offset = 0, // unused + .tb_register = NONER, + .bp_len = 4, + .bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)}, + .quad_register = NONER, + .quad_mask = 0, + .global_lock = false, + }}, {0x9d6016, { .manufacturer = "ISSI", .model = "IS25LP032",