The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_SOC_FLASH_LPC

LPC flash shim driver

Type: bool

Help

Enables the LPC IAP flash shim driver. WARNING: This driver will disable the system interrupts for the duration of the flash erase/write operations. This will have an impact on the overall system performance - whether this is acceptable or not will depend on the use case.

Direct dependencies

(FLASH && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX) || (HAS_MCUX_IAP_LEGACY && FLASH)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:23

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arm/nxp_lpc/Kconfig.defconfig:4soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15

Menu path: (Top)

config SOC_FLASH_LPC
    bool
    default y
    depends on FLASH && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX

At drivers/flash/Kconfig.lpc:4

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:60drivers/flash/Kconfig:65

Menu path: (Top) → Device Drivers → Flash hardware support

config SOC_FLASH_LPC
    bool "LPC flash shim driver"
    select FLASH_HAS_PAGE_LAYOUT
    select FLASH_HAS_DRIVER_ENABLED
    depends on HAS_MCUX_IAP_LEGACY && FLASH
    help
      Enables the LPC IAP flash shim driver.
      WARNING: This driver will disable the system interrupts for
      the duration of the flash erase/write operations. This will
      have an impact on the overall system performance - whether
      this is acceptable or not will depend on the use case.

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