CONFIG_SRAM_VECTOR_TABLE

Place the vector table in SRAM instead of flash

Type: bool

Help

The option specifies that the vector table should be placed at the
start of SRAM instead of the start of flash.

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.series:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (Top)

config SRAM_VECTOR_TABLE
    bool
    default y
    depends on SOC_SERIES_STM32F0X

At <Zephyr>/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.series:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (Top)

config SRAM_VECTOR_TABLE
    bool
    default y
    depends on SOC_SERIES_STM32F0X

At <Zephyr>/Kconfig.zephyr:167

Included via <Zephyr>/Kconfig:8

Menu path: (Top) → Build and Link Features → Linker Options

config SRAM_VECTOR_TABLE
    bool "Place the vector table in SRAM instead of flash"
    help
      The option specifies that the vector table should be placed at the
      start of SRAM instead of the start of flash.

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