Skip to content

Commit 3a33d4f

Browse files
nvlsianpude-nordic
authored andcommitted
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]>
1 parent f5454f1 commit 3a33d4f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

boot/zephyr/boards/nrf54l15dk_nrf54l05_cpuapp.conf

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ CONFIG_SPI_NOR=n
1010
CONFIG_FPROTECT=y
1111

1212
CONFIG_BOOT_WATCHDOG_FEED=n
13+
14+
# Ensure the fastest RRAM write operations
15+
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

boot/zephyr/boards/nrf54l15dk_nrf54l10_cpuapp.conf

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ CONFIG_SPI_NOR=n
1010
CONFIG_FPROTECT=y
1111

1212
CONFIG_BOOT_WATCHDOG_FEED=n
13+
14+
# Ensure the fastest RRAM write operations
15+
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp.conf

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256
88
CONFIG_SPI_NOR=n
99

1010
CONFIG_BOOT_WATCHDOG_FEED=n
11+
12+
# Ensure the fastest RRAM write operations
13+
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

0 commit comments

Comments
 (0)