-
CONFIG_ESB_PPI_BUGFIX2
¶
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.
Default¶
10
Kconfig definition¶
At <nRF>/subsys/esb/Kconfig:96
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_BUGFIX2
int "PPI channel used on nRF52832 to work around radio erratas."
range 0 19
default 10
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.)