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

(Includes any dependencies from ifs and menus.)

Default

  • 0x20010000

Kconfig definition

At <Zephyr>/soc/arm/nxp_lpc/lpc54xxx/Kconfig.soc:53

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:11<BuildDir>/Kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/nxp_lpc/Kconfig:14

Menu path: (Top) → Hardware Configuration → Enable LPC54114 Cortex-M0 slave core

config SLAVE_BOOT_ADDRESS_MCUX
    hex "Address the slave core will boot at"
    default 0x20010000
    depends on SLAVE_CORE_MCUX && SOC_SERIES_LPC54XXX && SOC_FAMILY_LPC
    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

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