Skip to content

Commit

Permalink
[nrf fromtree] drivers/flash/Kconfig.nrf_rram: bufferd write by default
Browse files Browse the repository at this point in the history
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 <andrzej.puzdrowski@nordicsemi.no>
(cherry picked from commit 2cea407)
  • Loading branch information
nvlsianpu committed Jan 9, 2025
1 parent 1e841e3 commit 0dc172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/flash/Kconfig.nrf_rram
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if SOC_FLASH_NRF_RRAM
config NRF_RRAM_WRITE_BUFFER_SIZE
int "Internal write-buffer size"
default 32 if !SOC_FLASH_NRF_RADIO_SYNC_NONE
default 0
default 1
range 0 32
help
Number of 128-bit words.
Expand Down

0 comments on commit 0dc172c

Please sign in to comment.