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

(No prompt – not directly user assignable.)

Type: hex

Direct dependencies

SOC_SERIES_RISCV32_MIV || SOC_SERIES_RISCV32_SIFIVE_FREEDOM

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

Defaults

Kconfig definitions

At soc/riscv32/riscv-privilege/miv/Kconfig.defconfig.series:41

Included via Kconfig:10Kconfig.zephyr:23soc/riscv32/riscv-privilege/Kconfig.defconfig:7

Menu path: (top menu)

config RISCV_RAM_BASE_ADDR
    hex
    default 0x80040000 if SOC_SERIES_RISCV32_MIV
    depends on SOC_SERIES_RISCV32_MIV

At soc/riscv32/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:41

Included via Kconfig:10Kconfig.zephyr:23soc/riscv32/riscv-privilege/Kconfig.defconfig:7

Menu path: (top menu)

config RISCV_RAM_BASE_ADDR
    hex
    default 0x80000000 if SOC_SERIES_RISCV32_SIFIVE_FREEDOM
    depends on SOC_SERIES_RISCV32_SIFIVE_FREEDOM

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