CONFIG_NRF53_RAM_FLASH_SIZE¶
(No prompt – not directly user assignable.)
Type: hex
Help¶
When performing a multi image update on the nRF53 the net core data
is read from external flash, and buffered in RAM. This option is used
to define forward the size of this RAM region to the partition manager
configuration.
Default¶
0x0
Kconfig definition¶
At <nRF>/modules/Kconfig.mcuboot:71
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:55
→ <nRF>/modules/Kconfig:7
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Support updating app core and net core in a single operation
config NRF53_RAM_FLASH_SIZE
hex
default 0x0
depends on NRF53_MULTI_IMAGE_UPDATE
help
When performing a multi image update on the nRF53 the net core data
is read from external flash, and buffered in RAM. This option is used
to define forward the size of this RAM region to the partition manager
configuration.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)