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.

CC2650: Software method as to go to bootloader mode.

Part Number: CC2650

Tool/software:

Hi there,

I want to go to the bootloader mode by software, now what i am doing is while TI cc2650 power on i am pressing the DIO13 then its going to bootloader mode but every time one cannot press the button in hardware right so any other way as to go to bootloader mode here i am thinking to use ROM bootloader address and after executing the project by function pointer i will be pointing to ROM bootloader address.

1. Is my approach correct as to enter to bootloader mode by software method without pressing any button in TI board.

2.I was unable to get the ROM bootloader address from TI reference manual can you help me to get the address of that?

in .ccfg file i have modified the below things

#ifndef SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE
//#define SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE 0x00 // Disable ROM boot loader
#define SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE 0xC5 // Enable ROM boot loader
#endif

#ifndef SET_CCFG_BL_CONFIG_BL_LEVEL
#define SET_CCFG_BL_CONFIG_BL_LEVEL 0x0 // Active low to open boot loader backdoor
//#define SET_CCFG_BL_CONFIG_BL_LEVEL 0x1 // Active high to open boot loader backdoor
#endif

#ifndef SET_CCFG_BL_CONFIG_BL_PIN_NUMBER
#define SET_CCFG_BL_CONFIG_BL_PIN_NUMBER 0x0D // DIO number for boot loader backdoor
#endif

#ifndef SET_CCFG_BL_CONFIG_BL_ENABLE
#define SET_CCFG_BL_CONFIG_BL_ENABLE 0xC5 // Enabled boot loader backdoor before generating the bin.

Thank you in advance and eagerly waiting for your reply. 

Regards,

Navya