CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS

8-bit write block size emulation

Type: bool

Help

When this option is enabled writing chunks less than minimal write block size parameter (imposed by manufacturer) is possible but operation is more complex and requires basic user knowledge about NVMC controller.

Direct dependencies

SOC_FLASH_NRF && FLASH

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/flash/Kconfig.nrf:73

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:60<Zephyr>/drivers/flash/Kconfig:63

Menu path: (Top) → Device Drivers → Flash hardware support → Nordic Semiconductor nRF flash driver

config SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS
    bool "8-bit write block size emulation"
    depends on SOC_FLASH_NRF && FLASH
    help
      When this option is enabled writing chunks less than minimal write
      block size parameter (imposed by manufacturer) is possible but operation
      is more complex and requires basic user knowledge about NVMC controller.

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