From 24a0548c3e09045159eb5528e4e2371da1d8d5c6 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sun, 22 Sep 2024 08:53:26 +0200 Subject: [PATCH] spiFlashdb: added quad support for S125FL --- src/spiFlashdb.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spiFlashdb.hpp b/src/spiFlashdb.hpp index 889164409..9d4db6082 100644 --- a/src/spiFlashdb.hpp +++ b/src/spiFlashdb.hpp @@ -95,8 +95,8 @@ static std::map flash_list = { .tb_register = CONFR, .bp_len = 3, .bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}, - .quad_register = NONER, - .quad_mask = 0, + .quad_register = CONFR, + .quad_mask = (1 << 1), }}, {0x016018, { /* https://www.infineon.com/dgdl/Infineon-S25FL128L_S25FL256L_128_Mb_16_MB_256_Mb_32_MB_FL-L_flash_SPI_multi-I_O_3-DataSheet-v13_00-EN.pdf?fileId=8ac78c8c7d0d8da4017d0ed40e335224 */