Contiki-NG

Files

file  ccfg-conf.h
 CCFG configuration for the cc26x0-cc13x0 CPU family.
 
file  ccfg-conf.c
 Configuration of CCFG.
 
#define SET_CCFG_CCFG_TI_OPTIONS_TI_FA_ENABLE   0xC5
 JTAG interface configuration. More...
 
#define SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE   0x00
 ROM bootloader configuration. More...
 

ROM Bootloader configuration

Enable/Disable the ROM bootloader in your image, if the board supports it.

Look in Board.h to choose the DIO and corresponding level that will cause the chip to enter bootloader mode.

#define CCFG_CONF_ROM_BOOTLOADER_ENABLE   0
 

Detailed Description

Macro Definition Documentation

◆ SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE

#define SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE   0x00

ROM bootloader configuration.

Those values are not meant to be modified by the user

Definition at line 99 of file ccfg-conf.h.

◆ SET_CCFG_CCFG_TI_OPTIONS_TI_FA_ENABLE

#define SET_CCFG_CCFG_TI_OPTIONS_TI_FA_ENABLE   0xC5

JTAG interface configuration.

Those values are not meant to be modified by the user

Definition at line 77 of file ccfg-conf.h.