CONFIG_SLAVE_BOOT_ADDRESS_MCUX

Address the slave core will boot at

Type: hex

Help

This is the address the slave core will boot from. Additionally this address is where we will copy the SLAVE_IMAGE to. We default this to the base of SRAM1

Direct dependencies

SLAVE_CORE_MCUX && SOC_SERIES_LPC54XXX && SOC_FAMILY_LPC && ARM

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

Defaults

Kconfig definition

At arch/arm/soc/nxp_lpc/lpc54xxx/Kconfig.soc:51

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23arch/arm/soc/nxp_lpc/Kconfig:17

Menu path: (top menu) → ARM Options → SoC Configuration

config SLAVE_BOOT_ADDRESS_MCUX
    hex
    prompt "Address the slave core will boot at" if SLAVE_CORE_MCUX && SOC_SERIES_LPC54XXX && SOC_FAMILY_LPC && ARM
    default 0x20010000 if SLAVE_CORE_MCUX && SOC_SERIES_LPC54XXX && SOC_FAMILY_LPC && ARM
    depends on SLAVE_CORE_MCUX && SOC_SERIES_LPC54XXX && SOC_FAMILY_LPC && ARM
    help
      This is the address the slave core will boot from.  Additionally this
      address is where we will copy the SLAVE_IMAGE to.  We default this to
      the base of SRAM1

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