-
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¶
- 0x20010000 if
SLAVE_CORE_MCUX
&&SOC_SERIES_LPC54XXX
&&SOC_FAMILY_LPC
&&ARM
Kconfig definition¶
At arch/arm/soc/nxp_lpc/lpc54xxx/Kconfig.soc:51
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
→ arch/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" ifSLAVE_CORE_MCUX
&&SOC_SERIES_LPC54XXX
&&SOC_FAMILY_LPC
&&ARM
default 0x20010000 ifSLAVE_CORE_MCUX
&&SOC_SERIES_LPC54XXX
&&SOC_FAMILY_LPC
&&ARM
depends onSLAVE_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.)