Skip to content

Commit

Permalink
[nrf fromlist] 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.

Upstream PR #: 83122

Signed-off-by: Andrzej Puzdrowski <[email protected]>
  • Loading branch information
nvlsianpu committed Dec 18, 2024
1 parent 7d364d0 commit b2390ff
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 b2390ff

Please sign in to comment.