CONFIG_SRAM_BASE_ADDRESS
SRAM Base Address
Type: hex
Help
The SRAM base address. The default value comes from from
/chosen/zephyr,sram in devicetree. The user should generally avoid
changing it via menuconfig or in configuration files.
Default
0x0
Kconfig definitions
At <nRF>/subsys/partition_manager/Kconfig:31
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
config SRAM_BASE_ADDRESS
hex
depends on !PARTITION_MANAGER_ENABLED
At <Zephyr>/arch/Kconfig:174
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
Menu path: (Top) → General Architecture Options
config SRAM_BASE_ADDRESS
hex "SRAM Base Address"
default 0x0
help
The SRAM base address. The default value comes from from
/chosen/zephyr,sram in devicetree. The user should generally avoid
changing it via menuconfig or in configuration files.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)