CONFIG_SPI_NOR_IDLE_IN_DPD

Use Deep Power-Down mode when flash is not being accessed.

Type: bool

Help

Where supported deep power-down mode can reduce current draw to as little as 0.1% of standby current. However it takes some milliseconds to enter and exit from this mode.

Select this option for applications where device power management is not enabled, the flash remains inactive for long periods, and when used the impact of waiting for mode enter and exit delays is acceptable.

Direct dependencies

SPI_NOR && FLASH

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/flash/Kconfig.nor:64

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

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

config SPI_NOR_IDLE_IN_DPD
    bool "Use Deep Power-Down mode when flash is not being accessed."
    depends on SPI_NOR && FLASH
    help
      Where supported deep power-down mode can reduce current draw
      to as little as 0.1% of standby current.  However it takes
      some milliseconds to enter and exit from this mode.

      Select this option for applications where device power
      management is not enabled, the flash remains inactive for
      long periods, and when used the impact of waiting for mode
      enter and exit delays is acceptable.

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