CONFIG_RPMSG_NRF53_SRAM_SIZE

RPMsg shared memory size

Type: hex

Help

This option specifies size of the memory region to be used
for the RPMsg shared memory

Direct dependencies

RPMSG_SERVICE && SOC_NRF5340_CPUAPP && PARTITION_MANAGER_ENABLED

(Includes any dependencies from ifs and menus.)

Default

  • “0x0”

Kconfig definition

At <nRF>/subsys/partition_manager/Kconfig:39

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:42

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Partition Manager → Zephyr subsystem configurations

config RPMSG_NRF53_SRAM_SIZE
    hex "RPMsg shared memory size"
    default "0x0"
    depends on RPMSG_SERVICE && SOC_NRF5340_CPUAPP && PARTITION_MANAGER_ENABLED
    help
      This option specifies size of the memory region to be used
      for the RPMsg shared memory

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)