-
Hi all!
In #57 an extension was proposed to add a `second write must be 0` ability.
However, the way this is done doesn't really help anyone who wants to abstract over the different write abilitie…
-
It would be really useful if the erase value of a flash was exposed on the `NorFlash` trait(s). Maybe with a default of 0xFF, something like:
```rust
trait NorFlash {
...
const ERASE_VAL…
-
https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp/blob/67ea926c6a62aa6e19efdc3b11cba3ea0b467e29/device/peripheral/flash/w25qxx/spi_flash_w25qxx.c#L267
Use the size to calculate the…
-
Dear,
I ported the littlefs on STM32F4. After running hours, everything is fine. However, I met some random errror to fail mount the file system during startup. So I wrote a small loop to write dat…
-
Hi, really excited to develop some apps for my GTR 3 Pro! I'm on macOS Monterey V 12.5.1
Following the instructions found here https://docs.zepp.com/docs/guides/tools/simulator/setup/#install, I do…
-
[SFUD]Find a Winbond W25X05CL flash chip. Size is 65536 bytes.
[SFUD](..\Modules\sfud\src\sfud.c:840) Flash device reset success.
[SFUD]norflash0 flash device is initialize success.
[FlashDB][kv][s…
-
使用记录bootcount的例子,norflash使用W25Q128JV,
主函数移植读取、写入。
读取基本不占事件。写入速度随分区大小变大越来越慢
如果fal的扇区大小设为8K,写一次大概需要2ms,
设置64KB,写一次大概需要10ms
设置4M,写一次大概需要500ms
修改`FDB_KV_CACHE_TABLE_SIZE`也只能提升前几次的写入速度
-
请问,目前linux下从系统起来到启动awtk应用完成要2~3s,而且这段时间显示白屏
1、有没有办法优化缩短这个时间。
2、能不能再这段时间不显示白屏,或者不刷新内核logo,继续显示内核logo
-
The `Storage` trait does not expose any alignment information, and one would thus assume that implementations of it would allow for unaligned reads, but `RmwNorFlashStorage` currently does not. As an …
-
The function `capacity` on the async `ReadNotFlash` trait is not async: https://github.com/rust-embedded-community/embedded-storage/blob/master/embedded-storage-async/src/nor_flash.rs#L18
I'm tryin…