Skip to content

Commit

Permalink
boot/zephyr/boards: configure fastest RRAM operations
Browse files Browse the repository at this point in the history
Configured CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32
Which ensure the fastest bulk RRAM write operations.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
  • Loading branch information
nvlsianpu authored and de-nordic committed Dec 19, 2024
1 parent f5454f1 commit 3a33d4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boot/zephyr/boards/nrf54l15dk_nrf54l05_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ CONFIG_SPI_NOR=n
CONFIG_FPROTECT=y

CONFIG_BOOT_WATCHDOG_FEED=n

# Ensure the fastest RRAM write operations
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32
3 changes: 3 additions & 0 deletions boot/zephyr/boards/nrf54l15dk_nrf54l10_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ CONFIG_SPI_NOR=n
CONFIG_FPROTECT=y

CONFIG_BOOT_WATCHDOG_FEED=n

# Ensure the fastest RRAM write operations
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32
3 changes: 3 additions & 0 deletions boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256
CONFIG_SPI_NOR=n

CONFIG_BOOT_WATCHDOG_FEED=n

# Ensure the fastest RRAM write operations
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

0 comments on commit 3a33d4f

Please sign in to comment.