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¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/flash/Kconfig.nrf:74
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:62
→ drivers/flash/Kconfig:69
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.)