The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_FLASH_BASE_ADDRESS

Flash Base Address

Type: hex

Help

This option specifies the base address of the flash on the board. It is normally set by the board’s defconfig file and the user should generally avoid modifying it via the menu configuration.

Direct dependencies

(!XIP && BOARD_COLIBRI_IMX7D_M4) || (!XIP && BOARD_WARP7_M4) || (CODE_ITCM && SOC_SERIES_IMX_RT) || (CODE_FLEXSPI && SOC_SERIES_IMX_RT) || (CODE_FLEXSPI2 && SOC_SERIES_IMX_RT) || (!XIP && SOC_CC3220SF && SOC_SERIES_CC32XX) || ARC || ARM || NIOS2 || X86

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At boards/arm/colibri_imx7d_m4/Kconfig.defconfig:71

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config FLASH_BASE_ADDRESS
    hex
    default 0 if !XIP && BOARD_COLIBRI_IMX7D_M4
    depends on !XIP && BOARD_COLIBRI_IMX7D_M4

At boards/arm/warp7_m4/Kconfig.defconfig:54

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config FLASH_BASE_ADDRESS
    hex
    default 0 if !XIP && BOARD_WARP7_M4
    depends on !XIP && BOARD_WARP7_M4

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

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config FLASH_BASE_ADDRESS
    hex
    default 0x0 if CODE_ITCM && SOC_SERIES_IMX_RT
    depends on CODE_ITCM && SOC_SERIES_IMX_RT

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

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config FLASH_BASE_ADDRESS
    hex
    default 0x0 if CODE_FLEXSPI && SOC_SERIES_IMX_RT
    depends on CODE_FLEXSPI && SOC_SERIES_IMX_RT

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

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config FLASH_BASE_ADDRESS
    hex
    default 0x0 if CODE_FLEXSPI2 && SOC_SERIES_IMX_RT
    depends on CODE_FLEXSPI2 && SOC_SERIES_IMX_RT

At soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf:52

Included via Kconfig:10Kconfig.zephyr:23soc/arm/ti_simplelink/Kconfig.defconfig:3soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.series:8

Menu path: (top menu)

config FLASH_BASE_ADDRESS
    hex
    default 0 if !XIP && SOC_CC3220SF && SOC_SERIES_CC32XX
    depends on !XIP && SOC_CC3220SF && SOC_SERIES_CC32XX

At arch/Kconfig:112

Included via Kconfig:10Kconfig.zephyr:29

Menu path: (top menu) → General Architecture Options

config FLASH_BASE_ADDRESS
    hex
    prompt "Flash Base Address" if ARC || ARM || NIOS2 || X86
    default 0x0 if ((XIP && ARM) || !ARM) && (ARC || ARM || NIOS2 || X86)
    depends on ARC || ARM || NIOS2 || X86
    help
      This option specifies the base address of the flash on the board. It is
      normally set by the board's defconfig file and the user should generally
      avoid modifying it via the menu configuration.

(Definitions include propagated dependencies, including from if’s and menus.)