:orphan: .. title:: FLASH_MCUX_FLEXSPI_NOR_WRITE_BUFFER .. option:: CONFIG_FLASH_MCUX_FLEXSPI_NOR_WRITE_BUFFER *MCUX FlexSPI NOR write RAM buffer* Type: ``bool`` Help ==== .. code-block:: none Copy the data to a RAM buffer before writing it to the flash. This prevents faults when the data to write would be located on the flash itself. Direct dependencies =================== (\ :option:`FLASH_MCUX_FLEXSPI_NOR ` || \ :option:`FLASH_MCUX_FLEXSPI_MX25UM51345G `) && \ :option:`HAS_MCUX_FLEXSPI ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/flash/Kconfig.mcux:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` → ``/flash/Kconfig:69`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_NOR_WRITE_BUFFER bool "MCUX FlexSPI NOR write RAM buffer" default y depends on (FLASH_MCUX_FLEXSPI_NOR || FLASH_MCUX_FLEXSPI_MX25UM51345G) && HAS_MCUX_FLEXSPI && FLASH help Copy the data to a RAM buffer before writing it to the flash. This prevents faults when the data to write would be located on the flash itself. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*