CONFIG_ESB_PPI_BUGFIX1

PPI channel used on nRF52832 to work around radio erratas.

Type: int

Help

PPI channel used on nRF52832 to work around radio erratas. Note that this value can not overlap with PPI channels used by other subsystems. Only change this if you have an understanding of the other nRF5 specific submodules your implementation is currently using.

Direct dependencies

ESB

(Includes any dependencies from ifs and menus.)

Default

  • 11

Kconfig definition

At <nRF>/subsys/esb/Kconfig:86

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:14

Menu path: (Top) → Modules → Nordic nRF Connect → Enhanced ShockBurst → Hardware selection (alter with care)

config ESB_PPI_BUGFIX1
    int "PPI channel used on nRF52832 to work around radio erratas."
    range 0 19
    default 11
    depends on ESB
    help
      PPI channel used on nRF52832 to work around radio erratas. Note that
      this value can not overlap with PPI channels used by other subsystems.
      Only change this if you have an understanding of the other nRF5
      specific submodules your implementation is currently using.

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