Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nrf fromlist] drivers/flash/Kconfig.nrf_rram: bufferd write by default #2400

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nvlsianpu
Copy link
Contributor

@nvlsianpu nvlsianpu commented Dec 17, 2024

Enable buffered write for nRF54l RRAM flash driver by default. CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=1 means that write will be buffered by 16 B buffer (native RRAM write-bock-size).
This allows optimal life-endurance of RRAM memory.

For reference" DTS declares 16 write-block-size alredy.

Upstream PR #: 83122
zephyrproject-rtos/zephyr#83122

Enable buffered write for nRF54l RRAM flash driver by default.
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=1 means that write will be buffered
by 16 B buffer (native RRAM write-bock-size).
This allows optimal life-endurance of RRAM memory.

For reference" DTS declares 16 write-block-size already.

Signed-off-by: Andrzej Puzdrowski <[email protected]>
(cherry picked from commit 2cea407afb8c0b92c13afe267e88e1514c6fc03b)
@nvlsianpu nvlsianpu force-pushed the d_nrf54l/rram-buffered branch from b2390ff to e6f0827 Compare December 22, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants