Skip to content

Commit

Permalink
[nrf noup] 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 <[email protected]>
  • Loading branch information
nvlsianpu committed Dec 17, 2024
1 parent 474c1bd commit 5ac99eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ CONFIG_NORDIC_QSPI_NOR=n
CONFIG_FPROTECT=n

CONFIG_BOOT_WATCHDOG_FEED=n

# Ensure the fastest RRAM write operations
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

0 comments on commit 5ac99eb

Please sign in to comment.