SFUD icon indicating copy to clipboard operation
SFUD copied to clipboard

An using JEDEC's SFDP standard serial (SPI) flash universal driver library | 一款使用 JEDEC SFDP 标准的串行 (SPI) Flash 通用驱动库

Results 29 SFUD issues
Sort by recently updated
recently updated
newest added

https://github.com/RT-Thread/rt-thread/pull/6269 强迫症PR 都按照从小到大的顺序定义的 唯独这个放在了最下面

添加4字节模式指令 修复大容量Flash下Instruction+1的问题

## Background | 背景 Some editors automatically chose the "UTF-8" encoding when opening the "sfud/src/sfud_sfdp.c" file. In VS Code, we can see the following on line 226 of this file:...

你好,你的工具设计很不错,我尝试了下,修改def为winbod W25Q64BV,运行后发现在 “sfud_erase”中执行write enable报错,但我用其它驱动读写都没问题,说明板子是可以write enable的,看你的代码中有lock spi 然后unlock spi这个动作,不太明白为什么需要,也不清楚为什么Status Register的WEL位没有置1,请问可以帮我看看么,谢谢! *SFUD](..\..\..\sfud\src\sfud.c:861) The flash device manufacturer ID is 0xEF, memory type ID is 0x40, capacity ID is 0x17. [SFUD](..\..\..\sfud\src\sfud_sfdp.c:122) Error: Check SFDP...

chroe: according to https://www.jedec.org/system/files/docs/JEP106BD.pdf, ISSI's manufacturer id is 0x9D

产品使用大容量flash,使用这个库,是否要考虑切die的问题,就能操作flash全部区域?

在对 sfud_spi_port_init 完成调用,返回成功候,应该锁定SPI再进行信息状态的读操作

移植 SFUD 模块,用着很舒服。 最近考虑低功耗,需要把 flash 进入到低功耗模式,代码增加起来也很简单,但一直没想好是应该放到主 sfud 模块中,还是 port m模块中,亦或者单独增加个 misc 或 utility 模块。 毕竟 power down 不属于 sfud 核心功能。 有结果了我就提交 pull request.

请问如果使用STM32H7系列芯片 SPI FLASH连接的是QSPI 而不是SPI1 该如何在port.c文件里针对性的修改呢?有没有相关的示例呢

Hello, I'm using S25FL127S which does not support uniform 4k erase. Library correctly reports via SFDP that flash chip does not supports uniform 4k erase, but it sets `erase_gran` and...