CONFIG_CC13X2_CC26X2_BOOTLOADER_BACKDOOR_PIN¶
ROM bootloader backdoor pin
ROM bootloader backdoor pin
Type: int
Help¶
Set the pin that is level checked if the bootloader backdoor is
enabled.
Help¶
Set the pin that is level checked if the bootloader backdoor is
enabled.
Direct dependencies¶
(CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE && SOC_SERIES_CC13X2_CC26X2 && SOC_FAMILY_TISIMPLELINK) || (CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE && SOC_SERIES_CC13X2_CC26X2 && SOC_FAMILY_TISIMPLELINK)
(Includes any dependencies from ifs and menus.)
Defaults¶
- 255 
- 255 
Kconfig definitions¶
At <Zephyr SoC>/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc:34
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:2 → <Zephyr SoC>/arm/ti_simplelink/Kconfig:14
Menu path: (Top) → Hardware Configuration → Customer Configuration (CCFG) → ROM bootloader → ROM bootloader backdoor
config CC13X2_CC26X2_BOOTLOADER_BACKDOOR_PIN
    int "ROM bootloader backdoor pin"
    range 0 255
    default 255
    depends on CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE && SOC_SERIES_CC13X2_CC26X2 && SOC_FAMILY_TISIMPLELINK
    help
      Set the pin that is level checked if the bootloader backdoor is
      enabled.
At <Zephyr SoC>/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc:34
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:18 → <Zephyr SoC>/arm/ti_simplelink/Kconfig:14
Menu path: (Top) → Hardware Configuration → Customer Configuration (CCFG) → ROM bootloader → ROM bootloader backdoor
config CC13X2_CC26X2_BOOTLOADER_BACKDOOR_PIN
    int "ROM bootloader backdoor pin"
    range 0 255
    default 255
    depends on CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE && SOC_SERIES_CC13X2_CC26X2 && SOC_FAMILY_TISIMPLELINK
    help
      Set the pin that is level checked if the bootloader backdoor is
      enabled.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)