CONFIG_SOC_FLASH_NRF_PARTIAL_ERASE_MS

Partial erase timeout in MS

Type: int

Help

This is maximum time, in ms, that NVMC will use to erase part of Flash, before stopping to let CPU resume operation. Minimal timeout is 2ms maximum should not exceed half of FLASH_PAGE_ERASE_MAX_TIME_US im ms.

Direct dependencies

SOC_FLASH_NRF_PARTIAL_ERASE && SOC_FLASH_NRF && FLASH

(Includes any dependencies from ifs and menus.)

Default

  • 3

Kconfig definition

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

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 → Nordic nRFx flash driver partial erase

config SOC_FLASH_NRF_PARTIAL_ERASE_MS
    int "Partial erase timeout in MS"
    default 3
    depends on SOC_FLASH_NRF_PARTIAL_ERASE && SOC_FLASH_NRF && FLASH
    help
      This is maximum time, in ms, that NVMC will use to erase part
      of Flash, before stopping to let CPU resume operation.
      Minimal timeout is 2ms maximum should not exceed half of
      FLASH_PAGE_ERASE_MAX_TIME_US im ms.

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