Skip to content

Commit b2390ff

Browse files
committed
[nrf fromlist] drivers/flash/Kconfig.nrf_rram: bufferd write by default
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]>
1 parent 7d364d0 commit b2390ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/Kconfig.nrf_rram

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if SOC_FLASH_NRF_RRAM
2424
config NRF_RRAM_WRITE_BUFFER_SIZE
2525
int "Internal write-buffer size"
2626
default 32 if !SOC_FLASH_NRF_RADIO_SYNC_NONE
27-
default 0
27+
default 1
2828
range 0 32
2929
help
3030
Number of 128-bit words.

0 commit comments

Comments
 (0)