This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC26X2R1: Bootloader backdoor enable pin

Part Number: LAUNCHXL-CC26X2R1

Hi

In swra466b document, it mentions that the bootloader backdoor enable pin is assigned to DIO 11.

But in ti_devices_config.c, it is assigned to DIO 13.

Could you help us to clarify this question?

//#####################################
// Bootloader settings
//#####################################

// Enable ROM boot loader
#define SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE            0xC5

// Enabled boot loader backdoor
#define SET_CCFG_BL_CONFIG_BL_ENABLE                    0xC5

// DIO number for boot loader backdoor
#define SET_CCFG_BL_CONFIG_BL_PIN_NUMBER                0xd

// Active low to open boot loader backdoor
#define SET_CCFG_BL_CONFIG_BL_LEVEL                     0x0

Thanks.

BR

Trevor