Skip to content

Commit 514a007

Browse files
nvlsianpurlubos
authored andcommitted
[nrf noup] boot/zephyr/boards: configure fastest RRAM operations
Configured CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32 Which ensure the fastest bulk RRAM write operations. Signed-off-by: Andrzej Puzdrowski <[email protected]> (cherry picked from commit 9916ecd)
1 parent e041019 commit 514a007

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ CONFIG_NORDIC_QSPI_NOR=n
1313
CONFIG_FPROTECT=n
1414

1515
CONFIG_BOOT_WATCHDOG_FEED=n
16+
17+
# Ensure the fastest RRAM write operations
18+
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

0 commit comments

Comments
 (0)