The latest development version of this page may be more current than this released 2.3.0 version.
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.

Defaults

  • 0x0

  • 0x0

  • 0x0

  • 0x0

Kconfig definitions

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:106

Included via Kconfig:8Kconfig.zephyr:25soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

config SRAM_BASE_ADDRESS
    hex
    default 0x0
    depends on DATA_DTCM && SOC_SERIES_IMX_RT

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:116

Included via Kconfig:8Kconfig.zephyr:25soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

config SRAM_BASE_ADDRESS
    hex
    default 0x0
    depends on DATA_SEMC && SOC_SERIES_IMX_RT

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:126

Included via Kconfig:8Kconfig.zephyr:25soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

config SRAM_BASE_ADDRESS
    hex
    default 0x0
    depends on DATA_OCRAM && SOC_SERIES_IMX_RT

At arch/Kconfig:128

Included via Kconfig:8Kconfig.zephyr:29

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.)