Part Number:SIMPLELINK-CC2640R2-SDK
Tool/software: Code Composer Studio
simplelink_cc2640r2_sdk_2_30_00_28, in this sdk, either ResetISR or resetISR is defined and used inconsistently, which cause the error:
undefined first referenced
symbol in file
--------- ----------------
ResetISR
error #10234-D: unresolved symbols remain
warning #10062-D: entry-point symbol "ResetISR" undefined
investigate further with the following command, and reveals the inconsistent mixed use of ResetISR or resetISR
============================================================
find . -type f |while read l;do if grep -i ResetISR $l; then echo $l;fi;done
--entry_point ResetISR
./cc26x0r2f.cmd
00003d4c 00000014 nortos_cc26x0r2.aem3 : startup_cc13xx_cc26xx_ccs.oem3 (.text:resetISR)
UNDEFED ResetISR
00003d4d resetISR
00003d4d resetISR
UNDEFED ResetISR
./Release/i_nortos_ccs.map
<name>.text:resetISR</name>
<name>resetISR</name>
<name>ResetISR</name>
./Release/i_nortos_ccs_linkInfo.xml
=========================================================
# find ~/ti/*28 -type f |while read l;do if grep -i ResetISR $l; then echo $l;fi;done
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/easylink/rfEasyLinkRx/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/easylink/rfEasyLinkNp/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/easylink/rfWsnConcentrator/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/easylink/rfWsnNode/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/easylink/rfEasyLinkTx/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/demos/portableNative/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/demos/portable/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
void ResetISR( void );
ResetISR, // 1 The reset handler
ResetISR(void)
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/blestack/secure_fw/src/startup_ccs.c
void ResetISR( void );
ResetISR, // 1 The reset handler
ResetISR(void)
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/blestack/secure_fw/src/startup_iar.c
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/spislave/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/rfPacketRx/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/rfCarrierWave/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/rfSynchronizedPacketTx/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/spiffsinternal/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/sdraw/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/uartecho/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/empty/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/nvsexternal/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/pinStandby/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/rfPacketTx/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/adcbufcontinuous/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/pinShutdown/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/nvsinternal/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/display/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/i2ctmp007/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/rfPacketErrorRate/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/gpiointerrupt/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/spimaster/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/rfSynchronizedPacketRx/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/pwmled2/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/watchdog/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/pinInterrupt/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/adcsinglechannel/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/drivers/spiffsexternal/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/sysbios/mutex/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/sysbios/memory/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/sysbios/bigtime/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/sysbios/clock/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/sysbios/error/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/sysbios/hello/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/sysbios/benchloop/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/sysbios/swi/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/rtos/CC2640R2_LAUNCHXL/sysbios/mailbox/tirtos/ccs/CC2640R2_LAUNCHXL_TIRTOS.cmd
linkerBuildOptions=" -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/display/lib -l:display.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/grlib/lib/gcc/m3 -l:grlib.a -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/rf/lib -l:rf_multiMode_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/lib -l:drivers_cc26x0r2.am3g -eresetISR -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/kernel/nortos/lib -l:nortos_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/devices/cc26x0r2/driverlib/bin/gcc -l:driverlib.lib -march=armv7-m -mthumb -nostartfiles -static -Wl,--gc-sections -L${CG_TOOL_ROOT}/arm-none-eabi/lib/thumb/v7-m -L${CG_TOOL_ROOT}/arm-none-eabi/lib -lgcc -lc -lm -lnosys --specs=nano.specs"
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/easylink/rfEasyLinkRx/gcc/rfEasyLinkRx_CC2640R2_LAUNCHXL_nortos_gcc.projectspec
-eresetISR \
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/easylink/rfEasyLinkRx/gcc/makefile
--entry_point resetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/easylink/rfEasyLinkRx/ccs/CC2640R2_LAUNCHXL_NoRTOS.cmd
linkerBuildOptions=" -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/display/lib -l:display.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/grlib/lib/gcc/m3 -l:grlib.a -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/rf/lib -l:rf_multiMode_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/lib -l:drivers_cc26x0r2.am3g -eresetISR -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/kernel/nortos/lib -l:nortos_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/devices/cc26x0r2/driverlib/bin/gcc -l:driverlib.lib -march=armv7-m -mthumb -nostartfiles -static -Wl,--gc-sections -L${CG_TOOL_ROOT}/arm-none-eabi/lib/thumb/v7-m -L${CG_TOOL_ROOT}/arm-none-eabi/lib -lgcc -lc -lm -lnosys --specs=nano.specs"
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/easylink/rfEasyLinkTx/gcc/rfEasyLinkTx_CC2640R2_LAUNCHXL_nortos_gcc.projectspec
-eresetISR \
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/easylink/rfEasyLinkTx/gcc/makefile
--entry_point resetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/easylink/rfEasyLinkTx/ccs/CC2640R2_LAUNCHXL_NoRTOS.cmd
linkerBuildOptions=" -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/display/lib -l:display.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/grlib/lib/gcc/m3 -l:grlib.a -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/rf/lib -l:rf_multiMode_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/lib -l:drivers_cc26x0r2.am3g -eresetISR -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/kernel/nortos/lib -l:nortos_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/devices/cc26x0r2/driverlib/bin/gcc -l:driverlib.lib -march=armv7-m -mthumb -nostartfiles -static -Wl,--gc-sections -L${CG_TOOL_ROOT}/arm-none-eabi/lib/thumb/v7-m -L${CG_TOOL_ROOT}/arm-none-eabi/lib -lgcc -lc -lm -lnosys --specs=nano.specs"
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfPacketRx/gcc/rfPacketRx_CC2640R2_LAUNCHXL_nortos_gcc.projectspec
-eresetISR \
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfPacketRx/gcc/makefile
--entry_point resetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfPacketRx/ccs/CC2640R2_LAUNCHXL_NoRTOS.cmd
linkerBuildOptions=" -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/display/lib -l:display.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/grlib/lib/gcc/m3 -l:grlib.a -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/rf/lib -l:rf_multiMode_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/lib -l:drivers_cc26x0r2.am3g -eresetISR -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/kernel/nortos/lib -l:nortos_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/devices/cc26x0r2/driverlib/bin/gcc -l:driverlib.lib -march=armv7-m -mthumb -nostartfiles -static -Wl,--gc-sections -L${CG_TOOL_ROOT}/arm-none-eabi/lib/thumb/v7-m -L${CG_TOOL_ROOT}/arm-none-eabi/lib -lgcc -lc -lm -lnosys --specs=nano.specs"
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfCarrierWave/gcc/rfCarrierWave_CC2640R2_LAUNCHXL_nortos_gcc.projectspec
-eresetISR \
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfCarrierWave/gcc/makefile
--entry_point resetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfCarrierWave/ccs/CC2640R2_LAUNCHXL_NoRTOS.cmd
linkerBuildOptions=" -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/display/lib -l:display.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/grlib/lib/gcc/m3 -l:grlib.a -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/rf/lib -l:rf_multiMode_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/lib -l:drivers_cc26x0r2.am3g -eresetISR -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/kernel/nortos/lib -l:nortos_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/devices/cc26x0r2/driverlib/bin/gcc -l:driverlib.lib -march=armv7-m -mthumb -nostartfiles -static -Wl,--gc-sections -L${CG_TOOL_ROOT}/arm-none-eabi/lib/thumb/v7-m -L${CG_TOOL_ROOT}/arm-none-eabi/lib -lgcc -lc -lm -lnosys --specs=nano.specs"
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfSynchronizedPacketTx/gcc/rfSynchronizedPacketTx_CC2640R2_LAUNCHXL_nortos_gcc.projectspec
-eresetISR \
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfSynchronizedPacketTx/gcc/makefile
--entry_point resetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfSynchronizedPacketTx/ccs/CC2640R2_LAUNCHXL_NoRTOS.cmd
-eresetISR \
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfPacketTx/gcc/makefile
linkerBuildOptions=" -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/display/lib -l:display.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/grlib/lib/gcc/m3 -l:grlib.a -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/rf/lib -l:rf_multiMode_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/lib -l:drivers_cc26x0r2.am3g -eresetISR -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/kernel/nortos/lib -l:nortos_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/devices/cc26x0r2/driverlib/bin/gcc -l:driverlib.lib -march=armv7-m -mthumb -nostartfiles -static -Wl,--gc-sections -L${CG_TOOL_ROOT}/arm-none-eabi/lib/thumb/v7-m -L${CG_TOOL_ROOT}/arm-none-eabi/lib -lgcc -lc -lm -lnosys --specs=nano.specs"
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfPacketTx/gcc/rfPacketTx_CC2640R2_LAUNCHXL_nortos_gcc.projectspec
--entry_point resetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfPacketTx/ccs/CC2640R2_LAUNCHXL_NoRTOS.cmd
-eresetISR \
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfPacketErrorRate/gcc/makefile
linkerBuildOptions=" -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/display/lib -l:display.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/grlib/lib/gcc/m3 -l:grlib.a -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/rf/lib -l:rf_multiMode_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/lib -l:drivers_cc26x0r2.am3g -eresetISR -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/kernel/nortos/lib -l:nortos_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/devices/cc26x0r2/driverlib/bin/gcc -l:driverlib.lib -march=armv7-m -mthumb -nostartfiles -static -Wl,--gc-sections -L${CG_TOOL_ROOT}/arm-none-eabi/lib/thumb/v7-m -L${CG_TOOL_ROOT}/arm-none-eabi/lib -lgcc -lc -lm -lnosys --specs=nano.specs"
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfPacketErrorRate/gcc/rfPacketErrorRate_CC2640R2_LAUNCHXL_nortos_gcc.projectspec
--entry_point resetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfPacketErrorRate/ccs/CC2640R2_LAUNCHXL_NoRTOS.cmd
linkerBuildOptions=" -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/display/lib -l:display.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/grlib/lib/gcc/m3 -l:grlib.a -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/rf/lib -l:rf_multiMode_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/drivers/lib -l:drivers_cc26x0r2.am3g -eresetISR -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/kernel/nortos/lib -l:nortos_cc26x0r2.am3g -L${COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR}/source/ti/devices/cc26x0r2/driverlib/bin/gcc -l:driverlib.lib -march=armv7-m -mthumb -nostartfiles -static -Wl,--gc-sections -L${CG_TOOL_ROOT}/arm-none-eabi/lib/thumb/v7-m -L${CG_TOOL_ROOT}/arm-none-eabi/lib -lgcc -lc -lm -lnosys --specs=nano.specs"
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfSynchronizedPacketRx/gcc/rfSynchronizedPacketRx_CC2640R2_LAUNCHXL_nortos_gcc.projectspec
-eresetISR \
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfSynchronizedPacketRx/gcc/makefile
--entry_point resetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/examples/nortos/CC2640R2_LAUNCHXL/drivers/rfSynchronizedPacketRx/ccs/CC2640R2_LAUNCHXL_NoRTOS.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/devices/cc26x0r2/linker_files/cc26x0r2f.cmd
ENTRY( ResetISR )
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/devices/cc26x0r2/linker_files/cc26x0r2f.lds
DCD ResetISR ; 1 Reset Handler
ResetISR PROC
EXPORT ResetISR [WEAK]
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/devices/cc26x0r2/startup_files/startup_keil.s
void ResetISR( void );
ResetISR, // 1 The reset handler
ResetISR(void)
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/devices/cc26x0r2/startup_files/startup_ccs.c
void ResetISR( void );
ResetISR, // 1 The reset handler
ResetISR(void)
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/devices/cc26x0r2/startup_files/startup_iar.c
void ResetISR( void );
ResetISR, // 1 The reset handler
ResetISR(void)
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/devices/cc26x0r2/startup_files/startup_gcc.c
Binary file /root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/devices/cc26x0r2/rom/driverlib.elf matches
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/devices/cc26x0r2/rom/driverlib.elf
//! All entries, except ResetISR, are declared as \c extern with weak assignment to a default
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/devices/cc26x0r2/driverlib/interrupt_doc.h
//--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_stack.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/blestack/common/cc26xx/ccs/cc26xx_app_oad.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/blestack/common/cc26xx/ccs/cc26xx_bim_r2.cmd
//--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/blestack/common/cc26xx/ccs/cc26xx_stack.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/blestack/common/cc26xx/ccs/cc26xx_secure_fw.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/blestack/common/cc26xx/ccs/cc26xx_app_secure_fw.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/blestack/common/cc26xx/ccs/cc26xx_app.cmd
//--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/blestack/common/cc26xx/ccs/cc26xx_stack_oad.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/boards/CC2640R2_LAUNCHXL/CC2640R2_LAUNCHXL_TIRTOS.cmd
--entry_point resetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/boards/CC2640R2_LAUNCHXL/CC2640R2_LAUNCHXL_NoRTOS.cmd
<p>Static registration of interrupt handlers is accomplished by editing the interrupt handler table in the startup code of the application. Texas Instruments provides startup files for each supported compiler ( <code>startup_<compiler>.c</code> ) and these startup files include a default static interrupt vector table. All entries, except ResetISR, are declared as <code>extern</code> with weak assignment to a default interrupt handler. This allows the user to declare and define a function (in the user's code) with the same name as an entry in the vector table. At compile time, the linker then replaces the pointer to the default interrupt handler in the vector table with the pointer to the interrupt handler defined by the user.</p>
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/docs/driverlib_cc13xx_cc26xx/cc26x0r2/driverlib/group__interrupt__api.html
<p>Static registration of interrupt handlers is accomplished by editing the interrupt handler table in the startup code of the application. Texas Instruments provides startup files for each supported compiler ( <code>startup_<compiler>.c</code> ) and these startup files include a default static interrupt vector table. All entries, except ResetISR, are declared as <code>extern</code> with weak assignment to a default interrupt handler. This allows the user to declare and define a function (in the user's code) with the same name as an entry in the vector table. At compile time, the linker then replaces the pointer to the default interrupt handler in the vector table with the pointer to the interrupt handler defined by the user.</p>
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/docs/driverlib_cc13xx_cc26xx/cc13x2_cc26x2_v2/driverlib/group__interrupt__api.html
<p>Static registration of interrupt handlers is accomplished by editing the interrupt handler table in the startup code of the application. Texas Instruments provides startup files for each supported compiler ( <code>startup_<compiler>.c</code> ) and these startup files include a default static interrupt vector table. All entries, except ResetISR, are declared as <code>extern</code> with weak assignment to a default interrupt handler. This allows the user to declare and define a function (in the user's code) with the same name as an entry in the vector table. At compile time, the linker then replaces the pointer to the default interrupt handler in the vector table with the pointer to the interrupt handler defined by the user.</p>
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/docs/driverlib_cc13xx_cc26xx/cc13x2_cc26x2_v1/driverlib/group__interrupt__api.html
<p>Static registration of interrupt handlers is accomplished by editing the interrupt handler table in the startup code of the application. Texas Instruments provides startup files for each supported compiler ( <code>startup_<compiler>.c</code> ) and these startup files include a default static interrupt vector table. All entries, except ResetISR, are declared as <code>extern</code> with weak assignment to a default interrupt handler. This allows the user to declare and define a function (in the user's code) with the same name as an entry in the vector table. At compile time, the linker then replaces the pointer to the default interrupt handler in the vector table with the pointer to the interrupt handler defined by the user.</p>
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/docs/driverlib_cc13xx_cc26xx/cc26x0/driverlib/group__interrupt__api.html
<p>Static registration of interrupt handlers is accomplished by editing the interrupt handler table in the startup code of the application. Texas Instruments provides startup files for each supported compiler ( <code>startup_<compiler>.c</code> ) and these startup files include a default static interrupt vector table. All entries, except ResetISR, are declared as <code>extern</code> with weak assignment to a default interrupt handler. This allows the user to declare and define a function (in the user's code) with the same name as an entry in the vector table. At compile time, the linker then replaces the pointer to the default interrupt handler in the vector table with the pointer to the interrupt handler defined by the user.</p>
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/docs/driverlib_cc13xx_cc26xx/cc13x0/driverlib/group__interrupt__api.html
Search.setIndex({docnames:["ble-stack-3.x-guide/api-reference","ble-stack-3.x-guide/blestack3.00.00-to-blestack3.00.01","ble-stack-3.x-guide/blestack3.00.01-to-blestack3.01.00","ble-stack-3.x-guide/blestack3.01.00-to-blestack3.01.01","ble-stack-3.x-guide/blestack3.01.01-to-blestack3.02.00","ble-stack-3.x-guide/blestack3.02.00-to-blestack3.02.01","ble-stack-3.x-guide/cc254x-to-cc2640","ble-stack-3.x-guide/cc2640-to-cc2640r2","ble-stack-3.x-guide/disclaimer","ble-stack-3.x-guide/get-started","ble-stack-3.x-guide/index","ble-stack-3.x-guide/migration","ble-stack-3.x-guide/reference","ble-stack-3.x/creating-a-bluetooth-low-energy-network-processor-application","ble-stack-3.x/creating-a-custom-bluetooth-low-energy-application","ble-stack-3.x/custom-hardware","ble-stack-3.x/gap","ble-stack-3.x/gapbondmngr","ble-stack-3.x/gaprole","ble-stack-3.x/gatt","ble-stack-3.x/hci","ble-stack-3.x/index","ble-stack-3.x/overview","ble-stack-3.x/privacy","ble-stack-3.x/stack-configuration","ble-stack-3.x/the-application","ble-stack-common/aux-as-ram","ble-stack-common/cache-as-ram","ble-stack-common/data-length-extensions","ble-stack-common/flash_memory_cc2640","ble-stack-common/l2cap","ble-stack-common/memory_management","ble-stack-common/memory_map","ble-stack-tirtos/clocks","ble-stack-tirtos/index","ble-stack-tirtos/queues","ble-stack-tirtos/tasks","ble3-stack-oad/add-ble-oad-to-proj","ble3-stack-oad/creating-a-production-image","ble3-stack-oad/index-ble3-cc2640","ble3-stack-oad/oad-application","ble3-stack-oad/oad-profile","ble3-stack-oad/performing-an-oad","ble3-stack-oad/setting-up-environment","cc2640/architecture","cc2640/developing_in_ccs","cc2640/developing_in_iar","cc2640/platform","debugging/ble-index","localization/index","oad-secure/bim","oad-secure/bim-offchip","oad-secure/bim-onchip-split-image","oad-secure/ext-flash-image-header","oad-secure/flash-layout-off-chip","oad-secure/flash-layout-on-chip-split-image","oad-secure/image-header","oad-secure/intro","oad-secure/oad-types","oad-secure/tools","secure-fw-3.x/index","sensor-controller/sensor-controller","tirtos/config","tirtos/power","tirtos/synchronization","tirtos/threading","u-stack/external-interface","u-stack/functional-description","u-stack/index","u-stack/overview","u-stack/system-architecture","voice/ble_voice","voice/voice","voice/voice_platform"],envversion:52,filenames:["ble-stack-3.x-guide/api-reference.rst","ble-stack-3.x-guide/blestack3.00.00-to-blestack3.00.01.rst","ble-stack-3.x-guide/blestack3.00.01-to-blestack3.01.00.rst","ble-stack-3.x-guide/blestack3.01.00-to-blestack3.01.01.rst","ble-stack-3.x-guide/blestack3.01.01-to-blestack3.02.00.rst","ble-stack-3.x-guide/blestack3.02.00-to-blestack3.02.01.rst","ble-stack-3.x-guide/cc254x-to-cc2640.rst","ble-stack-3.x-guide/cc2640-to-cc2640r2.rst","ble-stack-3.x-guide/disclaimer.rst","ble-stack-3.x-guide/get-started.rst","ble-stack-3.x-guide/index.rst","ble-stack-3.x-guide/migration.rst","ble-stack-3.x-guide/reference.rst","ble-stack-3.x/creating-a-bluetooth-low-energy-network-processor-application.rst","ble-stack-3.x/creating-a-custom-bluetooth-low-energy-application.rst","ble-stack-3.x/custom-hardware.rst","ble-stack-3.x/gap.rst","ble-stack-3.x/gapbondmngr.rst","ble-stack-3.x/gaprole.rst","ble-stack-3.x/gatt.rst","ble-stack-3.x/hci.rst","ble-stack-3.x/index.rst","ble-stack-3.x/overview.rst","ble-stack-3.x/privacy.rst","ble-stack-3.x/stack-configuration.rst","ble-stack-3.x/the-application.rst","ble-stack-common/aux-as-ram.rst","ble-stack-common/cache-as-ram.rst","ble-stack-common/data-length-extensions.rst","ble-stack-common/flash_memory_cc2640.rst","ble-stack-common/l2cap.rst","ble-stack-common/memory_management.rst","ble-stack-common/memory_map.rst","ble-stack-tirtos/clocks.rst","ble-stack-tirtos/index.rst","ble-stack-tirtos/queues.rst","ble-stack-tirtos/tasks.rst","ble3-stack-oad/add-ble-oad-to-proj.rst","ble3-stack-oad/creating-a-production-image.rst","ble3-stack-oad/index-ble3-cc2640.rst","ble3-stack-oad/oad-application.rst","ble3-stack-oad/oad-profile.rst","ble3-stack-oad/performing-an-oad.rst","ble3-stack-oad/setting-up-environment.rst","cc2640/architecture.rst","cc2640/developing_in_ccs.rst","cc2640/developing_in_iar.rst","cc2640/platform.rst","debugging/ble-index.rst","localization/index.rst","oad-secure/bim.rst","oad-secure/bim-offchip.rst","oad-secure/bim-onchip-split-image.rst","oad-secure/ext-flash-image-header.rst","oad-secure/flash-layout-off-chip.rst","oad-secure/flash-layout-on-chip-split-image.rst","oad-secure/image-header.rst","oad-secure/intro.rst","oad-secure/oad-types.rst","oad-secure/tools.rst","secure-fw-3.x/index.rst","sensor-controller/sensor-controller.rst","tirtos/config.rst","tirtos/power.rst","tirtos/synchronization.rst","tirtos/threading.rst","u-stack/external-interface.rst","u-stack/functional-description.rst","u-stack/index.rst","u-stack/overview.rst","u-stack/system-architecture.rst","voice/ble_voice.rst","voice/voice.rst","voice/voice_platform.rst"],objects:{},objnames:{},objtypes:{},terms:{"021mhz":73,"06eb12213144":48,"0x0":27,"0x00":[19,20,23,31,41,42,48,52,56,71],"0x0000":[19,20,42,60],"0x0000000":38,"0x00000000":[27,29,32],"0x00001000":60,"0x00002000":27,"0x00005000":27,"0x0001":[2,7,19,25],"0x00018063":27,"0x0001c000":27,"0x0001ff4c":60,"0x0001ff59":60,"0x0001ff8c":60,"0x0001ffa5":60,"0x0002":[2,7,19],"0x00020000":27,"0x0003":2,"0x0004":[7,30],"0x0008":7,"0x0010":4,"0x0013":48,"0x001c":19,"0x001d":19,"0x001e":19,"0x001f":19,"0x0020":19,"0x0024":42,"0x0028":19,"0x002c":19,"0x0040":30,"0x0070":60,"0x00c8":42,"0x00ff":42,"0x01":[19,23,31,41,48,52,56,60,71],"0x01d":19,"0x02":[19,23,29,31,41,48,56,60],"0x03":[23,29,41,48,56,60],"0x04":[19,29,41,42,56,60,71],"0x0451":48,"0x05":[29,41,56,60,71],"0x06":[29,41,56,60],"0x0607":42,"0x07":[41,56,60],"0x08":[19,41,71],"0x09":[41,71],"0x0a":[19,71],"0x0b":[42,71],"0x0c":71,"0x1":56,"0x10":[19,41,56],"0x10000000":[27,32],"0x1001xxxx":48,"0x11000000":27,"0x12":41,"0x13":41,"0x14":71,"0x1404":20,"0x15":[56,71],"0x198f":48,"0x1f":[29,56],"0x2":56,"0x20":[19,29,56,62],"0x2000":27,"0x20000000":[27,31,32,48],"0x20000100":32,"0x20001cc1":48,"0x20003a30":48,"0x20003f48":48,"0x20005000":48,"0x2287":48,"0x26":71,"0x2800":19,"0x2803":19,"0x2901":19,"0x2902":19,"0x3f":56,"0x40":[19,56],"0x400":31,"0x4000":25,"0x400e0000":26,"0x41":19,"0x42":48,"0x5f":29,"0x70":29,"0x708e":48,"0x75":71,"0x79":29,"0x80":[19,29,31],"0x800":26,"0x81":[31,71],"0x82":31,"0x85":71,"0x8f":29,"0x95":71,"0xa1":71,"0xb001":[48,71],"0xb002":71,"0xbe":48,"0xbef3":48,"0xc0":71,"0xfc":56,"0xfe":[51,56],"0xff":[14,17,41,49,51,56,71],"0xffc0":39,"0xffc1":39,"0xffc2":39,"0xffc5":39,"0xffd0":39,"0xffd1":39,"0xfff0":19,"0xfff1":19,"0xffff":[4,25,30],"0xffffffff":41,"10m":71,"128kb":54,"128u":49,"12m":[71,73],"160m":17,"165m":17,"16bit":71,"16khz":73,"1ffff":44,"1ghz":56,"1kb":49,"1mb":54,"20001cc1":48,"20003f48":48,"20kb":44,"20khz":73,"245khz":49,"250khz":49,"255khz":49,"256kbp":73,"27b":28,"2\u00b5s":49,"2kb":49,"2mbp":49,"2ms":71,"30kb":7,"33_core":3,"33kbp":71,"3ns":49,"4MS":49,"4\u00b5s":49,"4ghz":56,"4kb":[7,14],"4us":49,"4x4":15,"5x5":15,"64kb":30,"64kbp":73,"66670bp":71,"667kbp":73,"67kbp":[71,73],"67kpb":73,"70kpb":71,"7x7":15,"8khz":73,"8n1":[23,43],"\u03bcs":49,"\u03c9":48,"\u03d5":49,"\u215b":48,"\u215c":48,"\u215d":48,"\u215e":48,"abstract":[13,15,21,25,33,35,44,65,69],"break":[2,4,14,18,19,25,35,48,49,56],"byte":[13,14,17,18,19,20,24,28,29,30,32,36,40,41,42,48,51,52,53,56,60,71],"case":[2,4,6,7,9,14,15,16,17,18,19,20,23,25,26,27,28,30,35,36,40,43,46,48,49,50,51,56,60,63,64,65,69],"catch":[19,48],"char":[7,39],"class":[12,43],"const":[15,19,49],"default":[2,7,9,12,13,14,16,17,18,19,21,23,24,29,30,31,33,39,41,42,43,44,45,48,50,52,54,56,59,60,62,64,67,71,73],"enum":4,"export":31,"final":[14,15,20,42,49,50],"function":[1,2,4,5,6,9,10,12,14,15,16,17,18,20,21,22,23,27,29,30,31,34,40,41,43,44,46,49,50,52,55,58,63,64,65,66,68],"import":[9,13,15,16,17,19,23,28,38,43,44,47,49,50,60,65,69],"int":[14,25,36,48,49],"long":[12,17,23,30,32,33,41,48,52,71,73],"new":[4,5,6,7,9,14,15,16,17,23,25,26,28,29,38,39,40,41,44,45,46,48,50,57,58,60],"null":[2,5,14,15,19,23,25,26,27,35,36,48,49,62,71],"public":[12,17,38,42,56,58,59,60],"return":[2,4,5,14,16,17,18,19,20,25,27,29,30,35,39,48,49,62,64,65,69],"short":[15,33,35,41,62,65,71],"static":[2,4,5,7,12,14,17,19,20,25,27,29,31,33,35,44,48,49,70],"super":44,"switch":[2,6,14,16,19,20,31,35,36,39,41,42,67,69],"true":[0,15,17,18,20,23,25,27,31,44,48,60,62],"try":[4,5,15,16,17,19,25,46,48,49,51,52,56,71],"var":[31,40,48,52,62],"void":[2,4,5,7,14,17,18,19,25,27,29,33,35,36,48,49,64,70],"while":[6,9,13,14,15,17,19,22,23,25,27,28,35,36,41,42,48,49,55,56,57,58,60,64,65,70],AES:[12,60],Abs:71,Added:58,Adding:[10,13,14,24,39,40,59],And:4,Being:50,But:49,CBs:19,CCS:[9,10,12,14,15,17,26,27,29,31,44,46,47,50,60,62],Doing:46,E2E:9,For:[1,2,3,4,5,6,7,8,9,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,30,31,33,40,41,42,43,44,45,46,48,49,50,52,53,56,59,60,61,62,64,65,66,67,69,70,71],GGS:21,Has:14,IDE:[3,7,9,14,24,25,36,38,43,44,45,46,48,61],IDEs:[44,48],IDs:[7,29,64],IOs:[15,49],MPS:30,NOT:[7,46],NVS:[2,4],Not:[17,48,56],One:[16,25,27,29,36,44,58,67,71],SCS:[12,61],SYS:[25,29,34],Such:[25,48,64],That:[23,48],The:[1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,22,23,24,26,27,28,29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,49,50,51,52,53,54,55,56,57,58,59,60,61,62,64,65,66,67,69,70,71,73],Their:48,Then:[14,20,48,49,50,51,67],There:[3,13,15,16,17,19,20,23,25,28,31,40,44,48,49,50,58,60,64,67,69,71],These:[2,6,7,9,13,14,15,16,17,19,20,23,24,25,28,29,31,33,39,44,48,49,53,56,63,65,66,67,69,71],Use:[2,14,15,16,17,19,20,23,27,43,45,48,49,60],Used:[14,41,48],Using:[9,10,13,21,22,30,31,36,41,44,49],Will:58,With:[9,10,13,14,15,19,21,27,35,40,47,63,67],XDS:[45,50],Yes:17,__root:48,__stack:31,__stack_siz:31,__stack_top:31,_app:29,_app_and_stack:29,_cc2640r2lp_app:45,_cc2640r2lp_app_oad_offchip:45,_cc2640r2lp_app_oad_onchip:45,_cc2640r2lp_stack:45,_cc2640r2lp_stack_librari:45,_construct:62,_creat:62,_imghdr:56,_oad:[38,42,43,59],_pend:36,_post:[36,65],_processstackmsg:48,_r_f_8h:69,_size:32,_stack_librari:[32,45,46],_stacklibrari:[45,46],_unsecur:43,a6d1:48,abbrevi:40,abil:[7,16,20,23,48,54,58],abl:[14,15,20,31,44,48,50,56],abort:[10,14,15,25],about:[9,13,17,19,23,27,28,29,31,32,40,41,42,43,45,48,50,52,56,58,71],abov:[13,14,15,16,18,19,20,23,25,28,31,32,39,41,43,44,48,49,50,51,52,53,54,55,56,59,62,71],abs:49,absent:41,absolut:49,academi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],acceler:44,accept:[12,16,17,20,22,30,39,40,41,42,45,50,54,58,69],access:[6,12,14,15,17,19,21,22,25,26,28,29,31,36,44,47,49,50,58,65,67,69,70],accident:45,accomplish:[6,23,44,50,62,64],accord:[15,23,36,42,49,54,60,67],accordingli:[4,5,14,18,40,52],account:[13,14,15,28,58,67],accuraci:[15,49,69],achiev:[15,36,40,49],ack:49,acknowledg:[19,25,41],acquir:[25,49],acquisit:44,acronym:10,across:[7,15,25,31,39,49,56,64],act:[19,44],action:[12,16,19,25,48,56,59,60],activ:[9,14,23,27,28,29,31,41,42,45,46,48,49,50,52,54,55,67,69],actrl:48,actual:[9,15,16,17,18,19,24,25,30,36,39,41,48,49,56,58,64,67],adapt:[7,12,15,21,22],adc:[2,61],adccc26xx:1,add:[2,4,7,9,13,15,17,20,21,23,25,26,27,28,36,38,39,44,45,46,48,49,56,57,59,60],added:[1,2,4,7,9,14,17,19,23,27,35,41,43,48,49,50,53,56,60,64],adding:[14,19,23,36,41,48,49,57,60,71],addit:[1,2,4,5,9,13,15,16,17,21,24,25,30,31,33,36,39,43,44,47,48,49,50,56,62,65,67,70,72],addition:[19,28,31,38,39,40,44],addr:48,address:[6,12,14,16,17,18,21,25,27,28,29,31,32,38,39,42,43,48,49,52,53,60,67,69],addrmod:23,addrmode_private_nonresolv:23,addrmode_private_resolv:23,addrmode_publ:23,addrmode_stat:23,addrtyp:23,addrtype_publ:23,addrtype_public_id:23,addrtype_random:23,addrtype_random_id:23,addsect:48,addservic:19,adequ:39,adjust:[4,5,19,24,28,31,45,46],adopt:[15,71],adv:67,adv_nonconn_ind:67,advanc:[12,23,26,44,45,48,73],advantag:[4,5,13,23,44,48,49,58,64,71],advdelai:67,advertdata:18,advertis:[1,7,9,16,18,21,22,23,43,69,70],advertofftim:18,advint:16,adx:73,aes_cbc_mac:60,aesccm:4,affect:[16,17,19,27,48,49,50,58,65,67,73],aforement:15,after:[6,7,9,12,15,16,17,18,19,20,23,25,27,28,30,33,36,40,41,42,43,45,46,48,49,50,51,52,55,56,62,65,67,69,71],afterward:[33,45,46],again:[15,17,23,27,42,51,52,56,65],against:[23,29,48,69],aggreg:49,agre:49,agreement:45,ahead:[17,27],aid:[15,19,40],aim:[32,39,40,44,48,72],air:[10,17,19,23,25,40,42,44,49,54,56,57,58,59,71],algorithm:[12,17,39,50,51,52,56,58,69,73],align:[31,48,56,59],all:[1,2,3,4,5,7,9,12,13,14,15,17,18,19,20,23,25,27,28,29,30,31,33,36,39,40,43,44,45,46,48,49,52,54,56,58,59,63,65,67,70,71,73],allevi:17,alloc:[2,14,17,18,21,27,28,29,30,33,35,41,44,49,62,64],allow:[6,7,9,13,14,16,17,18,19,20,22,23,25,27,28,29,30,31,35,38,44,48,52,56,57,58,60,64,65,67,70,71],almost:48,alon:[7,61,67],along:[7,20,31,39,41,44,48,60,69],alongsid:[9,38,42],alreadi:[2,3,9,14,15,19,25,27,41,45,48,49,62,69,71],also:[1,4,6,7,8,9,12,14,15,17,18,19,20,23,24,25,26,27,28,29,30,33,36,40,42,44,45,48,49,52,54,56,57,59,60,63,65,70,71,72],alter:[26,48],altern:[6,27,43,48],although:[6,24,25,29,39],alwai:[7,14,18,23,24,25,30,31,36,41,44,45,46,48,50,58,65],among:[19,28,49],amount:[6,14,16,17,18,24,29,30,31,48,49,50,54],amplitud:49,analog:72,analysi:49,analyz:[12,36,48,49,50,63],andmask:25,android:[17,39],angl:[9,10],anglecomplexproductcomp:49,angleconst:49,ani:[1,2,4,5,6,7,9,12,13,14,15,16,17,18,19,20,22,23,25,28,31,33,36,38,39,41,44,45,46,48,49,50,57,58,64,65,67,69,72],anomali:48,anoth:[14,15,16,22,25,31,36,38,40,44,48,49,50,57,58,64,65,67,69],ansi:14,answer:9,ant1_sampl:49,ant2_sampl:49,ant_1:49,ant_2:49,ant_array1_config_boostxl_rev1v1:49,ant_array2_config_boostxl_rev1v1:49,antconfig:49,antenna:[15,24],antenna_versus_avg:49,antennapattern_a1:49,antresult:49,anyth:[48,56,67],anywher:48,aoa:[9,10],aoa_a1:49,aoa_a1_freqcomp:49,aoa_a1_sel:49,aoa_a2:49,aoa_a2_freqcomp:49,aoa_antennaconfig:49,aoa_antennapair:49,aoa_antennaresult:49,aoa_ax_ant1:49,aoa_ax_ant2:49,aoa_ax_ant3:49,aoa_getpairangl:49,aoa_getrxiq:49,aoa_iqsampl:49,aoa_num_samples_per_block:49,aoa_pattern:49,aoa_pin:49,aoa_receiv:[9,49],aoa_send:9,aoa_togglemak:49,aoareceiver_anta1result:49,aoareceiver_anta2result:49,aoareceiver_estimateangl:49,aoareceiver_init:49,api:[1,2,3,4,5,6,7,9,10,13,15,16,17,18,19,20,21,22,23,25,28,29,30,33,36,44,48,55,58,62,63,65,67,68,69],app:[4,13,14,15,17,19,24,25,26,27,31,35,40,41,42,43,44,45,48,50,52,54,55,56,58,59,70],app_nam:59,app_rx_pdu_s:28,app_rx_tim:28,app_tx_pdu_s:28,app_tx_tim:28,appar:49,appcallback:19,appear:[19,45,48,50],append:[42,73],appggscb:19,applcat:40,appli:[4,7,16,23,39,44,48,49,50,58,67,69],applic:[1,2,4,5,8,9,10,12,15,16,17,18,22,24,26,27,29,30,31,32,33,35,36,38,39,41,42,43,45,46,47,51,53,54,55,56,57,58,59,62,63,64,65,66,69,70,71,73],applicaion:15,applycompress:73,appmsgqueu:[25,35,70],approach:[1,2,3,4,5,49,52,54],appropri:[2,3,14,15,17,23,25,41,49,52,56,59,66],approxim:[48,64],arbitrari:48,architectur:[6,7,9,10,12,13,14,17,19,22,30,39,47,57,68],archiv:9,arctan:49,area:[12,17,26,27,29,31,48,72],aren:9,arg0:[36,48],arg1:[36,48],arg:[7,33,64],argument:[3,25,39,46,60],arm:[7,9,26,27,46,47,48],around:[23,28,30,31,48,49],arrai:[13,17,19,28,29,31,48,49,59,71],arriv:[6,9,10,36],arrow:46,articl:[12,26,27],ascii:[19,60],asid:6,ask:9,asleep:16,aspect:[17,23,41,58],assembl:48,assert:[10,14,25],asserthandl:[25,48],assertsen:62,assign:[14,19,36,56,65],assist:13,associ:[7,12,13,14,15,17,19,22,23,25,29,30,31,33,35,44,46,48,54,56,57,58,67,69,70],assum:[2,3,9,12,16,17,30,42,48,49,51,52,56,60],assumpt:10,asynchron:[13,16,17,18,19,25,35,65,71],att:[2,4,5,19,20,22,25,30,71],att_bt_uuid_s:19,att_err_insufficient_authen:19,att_err_insufficient_author:19,att_err_unlik:19,att_flow_ctrl_violated_ev:19,att_gatt:0,att_handle_value_ind:19,att_handle_value_noti:19,att_mtu:[24,30],att_mtu_updated_ev:[19,30],att_rsp:5,att_uuid_s:19,attach:[48,51],attack:[17,49,56],attattribute_t:19,attdevicenam:19,attempt:[9,14,15,17,18,19,23,28,42,51],atthandlevalueind_t:19,attrhandl:17,attribut:[17,21,22,30],attrsp_freeattrsp:5,attrsp_isattrsp:5,attrsp_sendattrsp:5,audibl:73,audio:[27,71,72,73],audio_profil:71,audioprofile_audio:71,audioprofile_start:71,authent:[12,17,39,41,50,58,60],author:17,auto:[23,24,27,31],autoheap:31,automat:[3,14,16,17,18,19,23,28,31,38,42,43,45,48,59,64],autonom:[17,28,44,61],autos:48,autosyncwhitelist:23,aux:[21,27],aux_as_ram:26,aux_ram:26,aux_ram_bas:26,aux_ram_end:26,aux_ram_s:26,aux_ram_start:26,auxdata:26,avail:[1,2,4,5,7,14,15,17,18,19,20,24,25,29,30,31,38,40,48,49,50,54,58,60,62,64,65,69,71],averag:49,avoid:5,awai:13,awak:63,awar:[7,14,16,25],axi:49,b000:71,b_addr_len:17,b_app_default_passcod:17,b_random_num_s:17,back:[14,19,25,29,41,43,46,48,49,67,72],backchannel:43,background:65,backup:[9,58],backward:41,bad:51,band:[17,22],bandwidth:72,bar:48,bare:50,barebon:14,base:[1,2,4,5,6,7,9,14,15,16,17,18,23,24,27,28,31,41,43,44,48,49,52,53,56,67,71,72,73],basi:[16,35,45,49],basic:[9,12,21,25,41,45,46,50,64,71],bat:42,batteri:[15,41,63],bcastdutyofftim:67,bcastdutyontim:67,bclk:73,bcomdef:[17,25,29],beacon:[9,15,69],becaus:[1,2,4,5,15,17,19,20,23,24,25,27,29,31,41,44,46,48,49,54,67,69,70,71,73],becom:[22,23,46,48],been:[2,3,6,7,17,19,20,23,31,35,40,41,42,44,48,51,52,56,62,64,67,69,71,73],befor:[9,12,14,16,17,19,23,24,25,26,27,31,36,38,41,42,45,46,48,49,50,52,55,56,58,59,60,62,64,65,67,71,73],beforehand:19,begin:[8,9,14,28,31,41,42,49,53,60,67,71],beginn:9,behav:[28,69],behavior:[7,17,21,23,24,25,30,48,52,55],being:[3,7,12,15,16,19,23,25,27,28,30,31,36,42,48,49,50,56,65,69,70,72],belong:31,below:[9,13,14,15,17,18,19,20,23,25,28,29,31,32,38,40,41,42,43,44,46,48,49,50,51,52,53,54,55,56,57,59,60,62,64,65,71,73],benefit:[6,13,25,31,50,58],benign:38,besid:[19,50],best:[51,52],better:49,between:[1,2,3,4,5,6,7,13,14,16,17,19,20,22,23,25,30,31,35,40,41,43,44,48,49,50,52,56,58,59,62,64,65,67,69,70,71],beyond:[17,19,45,46,49],bfar:48,bfarvalid:48,bia:[15,24],bias:15,bidirect:30,big:41,bill:15,bim:[7,10,12,39,40,41,42,43,53,54,55,57,58,59],bim_main:59,bim_onchip:59,bin:[38,42,43,44,59],binari:[7,20,38,41,42,47,56,59,64],bio:[25,29,34,36,62],bios_start:[25,36],bios_user_guid:48,bios_wait_forev:[64,70],bit:[4,7,12,25,28,33,41,44,48,49,56,60,64,71,73],bitamap:4,bitwis:49,bkpt:48,ble5:[23,27,32,48],ble5_simple_peripher:46,ble5stack:[27,44,45,46],ble:[6,8,11,12,15,16,17,18,19,20,21,22,24,26,27,28,29,30,31,32,33,34,35,36,38,39,40,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,72,73],ble_debug:31,ble_dispatch_jt:25,ble_exampl:72,ble_lru_bond_list:29,ble_nvid_addr_mod:29,ble_nvid_csrk:29,ble_nvid_cust_end:[17,29],ble_nvid_cust_start:[17,29],ble_nvid_gap_bond_end:[17,29],ble_nvid_gap_bond_start:[17,29],ble_nvid_gatt_cfg_end:[17,29],ble_nvid_gatt_cfg_start:[17,29],ble_nvid_irk:29,ble_nvid_random_addr:29,ble_releas:31,ble_stack:25,ble_user_cfg:24,ble_user_config:[4,5,15,24,27,30,48],ble_v41_featur:24,ble_v42_featur:24,blealreadyinrequestedmod:19,blelib:44,blememallocerror:19,blenoresourc:19,blenotconnect:5,blepend:[4,5,19,25],blestack:[4,14,15,42,60],bletimeout:19,bleusercfg_t:[24,48],blink:9,blob:30,block:[5,6,12,17,25,26,27,30,31,33,35,36,39,42,43,44,48,62,64,65,73],blue:[20,50],bluetooth:[0,1,2,3,4,5,6,7,8,9,10,11,13,15,16,17,18,19,20,23,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],bluez:71,bm_free:14,board:[4,5,9,10,14,24,26,35,44,45,46,48,49,73],board_:15,board_display_use_lcd:14,board_display_use_uart:14,board_display_use_uart_ansi:14,board_initgener:48,board_kei:15,board_nam:15,board_spi0:14,board_typ:[14,15],board_uart0:14,boardgpioinitt:[15,25],bodi:19,bom:15,bond:[2,12,14,19,21,23,25,29,39],bondmanager_callback:17,bool:64,boost:7,boostxl:49,boostxl_aoa_antennapattern_a1_init:49,boostxl_aoa_antennapattern_a2_init:49,boot:[10,12,29,31,32,38,39,40,41,42,43,48,56,57,62],bootload:[12,15,47,57],bootup:[29,50],both:[3,7,14,16,17,19,20,22,23,28,29,31,40,41,44,45,46,48,49,50,58,59,61,71],bottom:[42,46],bound:[19,48,49],boundari:[12,25,39,40,41,44,45,46],boundaryseg_t:56,box:[9,15,38,39,42,44,46,48,50,56,57,59,60,73],branch:[48,72],breakdown:[40,48],breakpoint:10,brepeat:49,breviti:71,brief:[2,4,5,14,17,27],bring:[21,25,27],broadcast:[12,13,15,18,23,44,66,69],broadcaster_cfg:24,broadcastercb:66,brows:[9,48],browser:[9,10],bss:[12,26,27,31,32,48],bstatus_t:[4,19],btool:[7,15,19,39,41,44],buf:[14,29],buf_len:29,buffer:[14,19,25,27,28,29,31,48,49,71],bug:[48,50],build:[3,6,9,10,14,15,20,21,22,23,24,25,26,27,29,31,38,40,42,43,47,48,56,59,62,64],build_config:[2,14,17,19,23,24],build_uint16:[14,20],built:[7,9,14,23,30,44,45,46,48,56,71],bulk:25,bundl:[59,73],burst:49,bus:[12,48],buse:48,busfault:48,busi:48,button:[9,14,17,23,35,43,45,46,48],bypass:[17,67],byte0:52,cabl:13,cach:[12,19,21,26],cache_as_ram:27,cacheasram:27,calcul:[16,40,49,51,52,56,59,71,73],calibr:15,calibratefxn:15,calibratercosc_hf:15,calibratercosc_lf:15,call:[2,4,6,7,13,14,15,16,17,19,20,23,25,26,27,28,29,30,31,33,36,40,41,44,48,49,50,52,56,59,62,64,65,67,69,70],callabl:20,callback:[2,4,6,14,17,18,20,21,35,40,48,49,67,68,70],caller:[25,48],callstack:[31,48],came:40,can:[2,4,6,7,9,12,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,40,41,43,44,45,46,48,49,50,52,53,54,56,57,58,59,60,61,62,63,64,65,67,69,70,71,72,73],cancel:39,candid:[41,52],cannot:[18,19,23,24,25,29,33,41,48,50,52,55,60,67],cap:54,capabl:[9,13,14,16,17,30,31,43,44,48,52,60,73],captur:[19,38,41,48,49,72,73],car:23,care:[4,5,23,48,49],carefulli:[29,69],carri:44,carrier:49,cartesian:49,cast:[20,48],categor:23,categori:[46,48],caught:48,caus:[4,14,19,25,27,28,41,42,46,49,50,64,71],cbc:[12,60],cc13x2:62,cc13xx:[7,12,45,48,64],cc2538:57,cc254x:[11,13,25],cc2564:13,cc2640:[11,15,20,25,60],cc2640_r2_csdk:60,cc2640r2:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],cc2640r2_launchxl:[14,15,44,46,48,60],cc2640r2dk_4x:15,cc2640r2dk_5xd:15,cc2640r2dk_7id:15,cc2640r2dk_cx:15,cc2640r2em:15,cc2640r2f:[4,5,9,11,15,25,48],cc2640r2lp:15,cc2640r2lp_board:15,cc2640r2rc:15,cc2650:15,cc2650em_5xd:15,cc2650em_7id:15,cc2650m5a:15,cc26x0flash:27,cc26x0r2:[27,48],cc26x0rom:27,cc26x2:62,cc26x2r1_launchxl:48,cc26xx:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],cc26xx_app:[26,27],cc26xx_app_secure_fw:60,cc26xx_r2:14,cc26xxware:44,cca:12,ccc:[17,19],cccd:[12,19,41,71],cccvalu:19,ccfg:[12,15,21,27,38,50],ccfg_app_bl:[15,27,29],ccfg_app_ble_rcosc:15,ccfg_t:29,ccs_7_3_0_00019:48,ccs_base:48,ccsv7:48,center:[44,46],central:[0,6,7,9,13,14,16,17,19,21,23,24,25,28,48],central_cfg:24,certain:[9,14,16,18,19,22,23,24,25,31,33,36,45,48,49,65],certel:60,certif:[9,20,39],certpayload:[59,60],cfg:[29,31,33,36,48,50,60,62,64],cfsr:48,cgt:48,chain:12,challeng:49,chanc:[36,56],chang:[1,2,3,4,6,7,9,14,15,16,17,19,20,23,24,25,26,27,28,29,31,39,41,42,45,46,48,49,50,52,54,55,56,58,60,62,67,73],channel:[14,16,19,21,22,23,24,28,33,43,49,67,69],chapter:[9,18,20,41,42,44,48,50,52,57,60],charact:19,character:30,characterist:[12,14,17,21,23,39,40,48,71],characteruuid:19,chart:40,charvalue4:19,check:[3,4,9,10,12,14,19,20,23,25,33,35,38,40,42,43,45,46,50,51,52,56,60,62,72],checkbox:42,checklist:15,chip:[7,9,10,20,29,39,40,41,42,43,44,48,50,56,58,59],chipset:14,choic:[48,60],choos:[1,2,4,5,7,17,27,28,45,46,48,49,58,61,63,71],chosen:[45,48,69,73],chunk:[43,71],cid:30,cipher:12,circl:49,circuitri:49,cjtag:[12,48],classic:[22,48],claus:48,clear:[28,64],click:[3,9,15,45,46,48],client:[9,12,14,17,21,23,25,30,41,67,71],client_characteristic_configur:19,clientcharcfguuid:19,clientisauthor:19,clock:[6,10,12,15,25,34,48,49,62,64,65,70,73],clock_construct:33,clock_struct:33,clock_tickperiod:64,close:[13,25,42,48,67],cloud:9,clr_feature_flag:28,cm0:44,cm3:44,cm_aoa:9,cmd:[20,26,27,29,31,39,60],cmd_id:41,cmd_prop_rx_adv:69,cmd_set_rat_cpt:49,cmd_set_rat_output:49,cmdopcod:20,cmdval:20,cmp:17,cmsi:48,coars:49,coc:21,cocoapod:39,code:[2,3,4,5,6,7,9,12,13,14,15,16,17,18,19,22,23,25,26,27,29,31,32,36,41,44,46,47,48,49,50,54,56,59,62,64,70],codec:[72,73],cohes:48,collater:9,collect:[9,14,19,23,71,73],collis:[28,56],column:[14,48],com:[9,23,44,46,48,49],com_ti_simplelink_cc2640r2_sdk_install_dir:[3,45],combin:[9,13,18,31,35,43,44,48,49,56],combinatoin:9,combo:24,come:[6,25,31,49,50,57,64,69],comma:59,command:[7,9,12,13,16,17,18,19,21,22,23,25,26,27,28,30,40,42,44,45,48,49,58,60,69,70,71],command_complet:20,commandno:49,commend:20,comment:[1,7,14,15,23,62],commerci:38,common:[3,9,10,15,25,31,36,39,44,49,56,60,64],commonli:[9,35,62,64,65],commun:[9,12,14,17,19,20,22,23,25,28,35,40,43,44,49,54,65,66,69],compact:[12,27,29,40],companion:44,compar:[1,2,4,7,15,28,33,45,46,48,49,56,69],compat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],compil:[12,13,21,23,27,47,48,59,61,62],complement:[45,46],complet:[6,7,8,9,13,15,17,18,19,20,23,25,28,38,39,41,42,44,45,46,48,49,50,65,66,67,69,70,71],complex:[19,44,49,58],complexconjug:49,complianc:19,compliant:[1,7],compon:[7,9,12,17,25,43,44,54,56,59,71,73],componenet:12,compos:[7,9,12,17,19,44,47,50,56,67,71],comprehens:9,compress:72,compris:[15,17],compromis:[58,71],comput:[17,40,48,60],concept:[14,23,43,57,60],conceptu:36,concurr:36,condit:[14,23,48,61,67,71],condition:44,config:[7,15,19,26,29,31,44,46,48,49,50],configur:[3,9,10,12,13,17,18,20,21,23,25,26,28,32,33,34,35,36,38,40,41,42,43,47,49,51,52,56,58,61,67,69,70,73],configuratiion:56,configuro:[60,62],confirm:[15,19,25],confus:[17,25,48],conj:49,conjug:49,conjunct:[9,14,67],conn_param_timeout_evt:64,connect:[2,4,5,7,9,12,13,14,15,18,19,20,21,22,23,24,25,28,33,39,40,41,42,49,50,54,56,57,66,67,71],connection_event_is_regist:4,connection_event_register_bit_remov:4,connection_event_register_bit_set:4,connection_event_registration_caus:[4,5],connection_monitor:9,connectionev:4,connectioneventregistercaus:4,connectioneventregistercause_u:4,connectioneventregistercausebitmap:4,connectionhandl:17,connhandl:[2,4,17,19,20,25,42],conninterv:42,connlat:42,conntimeout:42,consecut:[49,67],conserv:[14,24,25],consid:[9,13,16,17,19,20,23,25,44,48,49,51,52,56,60],consider:[15,19,21],consinder:71,consist:[6,7,17,18,19,22,23,25,41,44,60,69,70],consol:[43,48],constaint:27,constant:[23,31,48,49],constitut:49,constrain:15,constraint:[10,16,25,33,39,48,63,65,68],construct:[10,25,33,34,36,64],consult:[15,29,44,54,55],consum:[20,22,25,45,46,71],consumpt:[15,16,23,26,27,49,62,63,67],contact:[44,49],contain:[1,2,3,4,5,6,7,9,12,14,15,16,17,19,23,25,27,29,30,31,32,33,35,38,40,41,43,44,45,46,48,49,52,54,55,56,60,64,66,69,71,72,73],content:[9,10,21,23,25,29,31,40,47,50,51,52,54,59,60,68,71,72],context:[2,4,6,14,17,18,19,23,25,29,31,33,35,36,40,48,49,58,64,65,69,70],contigu:[39,44,60,71],continu:[15,17,18,20,23,25,40,41,42,49,50,51,52,56,62,65],contraint:63,contrari:27,contrast:71,control:[9,10,13,14,19,21,22,24,26,28,29,31,33,39,40,44,45,46,48,49,67,69,70,71],convei:67,conveni:15,convent:[15,45,48,50,54],convers:[44,59],convert:[7,15],coordin:49,copi:[4,5,9,14,15,19,25,27,29,42,45,48,49,50,51,52,53,55,56,59,64],copyright:48,core:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],corner:19,correct:[3,7,14,15,16,23,24,45,46,56,59,60],correctli:[14,15,25,38],correl:49,correspond:[16,20,23,25,28,29,30,43,44,48,50,58,67,71],corrupt:[5,23,46,48,56],cortex:[29,31,32,48],cortexm:48,cost:[7,15,31,44,48,49,50,71],could:[7,18,19,25,28,30,42,44,48,49,50,58,62,64],count:[33,39,40,48,49,64,71],counter:[17,20,25,48,53,60,64],coupl:[50,58],cover:[6,14,23,39,41,43,44,50,53,57,60,71],cpu:[10,12,15,31,45,46,49,61,62,65],cpu_sc:48,cpu_scs_actlr_disdefwbuf:48,cpu_scs_bas:48,cpu_scs_o_actlr:48,crc32:[40,51],crc:[12,38,39,40,41,43,49,50,51,52,58,59],creat:[4,7,8,9,10,12,18,19,22,23,24,25,26,30,31,33,34,35,36,39,44,45,46,48,49,50,60,64],creation:[31,32,33,36,48],criteria:41,critic:[29,40,48,65],crucial:69,cryptic:19,crypto:32,cryptographi:[0,12,17],crystal:[21,44],csrk:29,cstack:[31,32,48],ctl:49,ctrl:48,ctx:48,current:[4,7,13,14,15,19,23,25,27,29,31,36,41,42,44,48,49,52,56,60,61,67,69,72],currstat:49,curv:[0,12,13,17,50,58],custom:[1,2,3,4,5,6,8,9,10,12,14,17,18,19,20,24,32,38,44,46,48,49,50,55,56,57,58,59,60,63,71],custom_argvar:46,customiz:[19,41],cxnhandl:28,cycl:[23,29,49,67],cyclic:[12,56],dai:46,danger:48,dap:[15,48],data:[6,7,9,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,36,38,40,41,42,44,48,56,57,62,67,69,72,73],data_sect:26,databas:[14,19],datasheet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],date:67,dble_v41_featur:19,deactiv:48,deadlin:65,debug:[9,10,14,17,18,31,38,40,43,45,46,50,62,65],debugg:[9,42,45,50],decid:[14,17,44,52],decim:73,deciph:[10,17],declar:[2,14,24,25,41,71],decod:[41,71,73],decoupl:15,decreas:[7,27],decrement:64,decrypt:17,dedic:9,default_advertising_interv:16,default_conn_pause_peripher:16,default_desired_conn_timeout:[16,18],default_desired_max_conn_interv:[16,18],default_desired_min_conn_interv:[16,18],default_desired_slave_lat:[16,18],default_discoverable_mod:16,default_enable_update_request:[16,18],default_max_scan_r:18,defaultheapinst:31,defer:[35,65],defin:[1,2,4,6,7,12,13,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,41,45,46,48,49,52,53,54,55,56,62,63,64,66,67,70],definit:[2,4,10,15,17,21,25,26,27,29,30,46,48,55],definiton:54,degrad:15,degre:49,delai:[33,42,49,69],delet:[17,45,48],deliv:[25,48,56,67],deliveri:[25,71],demand:28,demo:[10,39,42,59],demodul:49,demonstr:[7,9,14,19,20],densiti:72,deoptim:48,depend:[15,16,17,19,23,27,29,31,32,40,41,44,48,49,50,54,55,56,60,66,67,69,70,73],depict:[23,40,54,64,70],depth:[23,48,73],dequeu:[2,25,35],derefer:48,dereferenc:48,derefernc:48,deriv:[22,33,49],descend:65,describ:[1,2,3,4,5,7,13,14,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,36,39,40,41,42,43,44,45,46,48,50,51,52,54,55,56,59,60,62,65,67,69,71,72],descript:[3,6,9,10,13,14,15,17,19,20,23,24,26,29,30,32,44,45,46,48,49,55,68,71,73],descriptor:[12,19],design:[7,9,13,14,15,17,19,20,25,30,31,41,44,49,50,56,67,69,70],desir:[7,14,15,16,17,19,20,25,27,30,38,44,45,59,67,69],desiredconntimeout:18,desiredmaxinterv:18,desiredmininterv:18,desiredslavelat:18,desktop:9,despit:58,dest:[7,25],destin:[25,49],detail:[2,6,7,8,9,14,15,16,17,19,20,23,24,25,26,28,29,30,31,36,37,40,41,42,44,45,48,49,50,56,58,59,60,61,64,71],detect:[7,12,48,49,50,56,67],determin:[9,12,14,17,19,23,31,33,36,41,43,45,49,50,51,52,53,54,56,60,67],determinist:49,dev:9,develop:[6,7,8,10,14,15,19,22,25,26,27,28,38,39,40,44,47,48,50,57,58,60,61,71,72],deviat:49,devic:[0,6,7,9,12,13,14,16,17,18,19,20,21,22,25,27,28,29,30,31,33,34,38,39,42,43,44,45,46,48,49,51,52,54,55,56,57,58,60,63,64,65,67,69,70,71,73],deviceaddr:[2,17],devicefamily_:56,devicefamily_cc26x0r2:14,devicenam:62,devinfoservic:26,dgap_bond_mgr:[17,23],dhci_tl_ful:14,dhci_tl_non:14,dhci_tl_ptm:14,diagnost:15,diagram:[16,17,18,19,25,35,38,39,41,43,44,49,51,52,70,71,73],didn:48,differ:[6,7,9,13,15,16,19,21,23,24,25,26,27,28,40,43,44,45,46,48,50,56,58,60,62,65,71],differenti:[15,73],diffi:17,difficult:48,digest:60,digit:[12,17,50,58,61,73],dimens:49,dio6:48,dio7:48,dio:[15,44,48],direct:[1,7,16,19,20,21,23,25,28,31,48,49,67],directli:[9,16,18,21,22,24,25,28,33,43,46,48,49,51,65,70,73],directori:[1,2,4,5,7,14,15,45,47],disabl:[2,5,14,15,16,19,21,23,25,27,29,39,48,50,62,65,67],disableprior:62,disadvantag:13,disassembl:48,discard:[49,71],disclaim:10,disconnect:[18,23,41],discov:[9,18,19,23,47],discover:[16,67],discoveri:[16,18,19,22],discret:23,discuss:[20,23,25,28,44,48,58,64],disdefwbuf:48,dispatch:[12,14,25,65],dispatcherautonestingsupport:62,disphandl:[17,26,29,48],displai:[2,4,7,14,17,19,23,26,41,42,43,44,46,48],display_disable_al:[14,15],display_handl:26,display_print0:48,display_print1:[17,29,48],display_write_str:17,display_write_string_valu:[17,19],displaydriv:7,disrupt:48,distanc:[9,49],distinct:[19,65,67],distinguish:64,distort:49,distribut:[22,49,59],distributor:[12,39,40,41,42,57],div:17,divid:[23,30,49],divis:23,dle:[21,30],dma:49,dma_chan_timer0_a:49,dmach14:49,dmach19:49,dmach9:49,doc:[44,48,69],document:[8,9,13,19,20,25,28,30,35,40,44,45,46,48,49,56,57,61,62,71,73],doe:[13,14,15,16,17,18,19,22,23,25,26,27,28,31,39,43,45,46,48,49,50,51,56,58,60,61],doesn:[23,27,31,41,48,67,69],doing:[17,48,49],domain:[25,44,49,50],don:[15,17,19],done:[2,6,14,15,17,19,20,25,27,28,36,40,43,49,50,52,55,56,60,64,67,70,72],doorbel:44,doubl:[48,49],douttgl31_0:49,down:[19,25,45,46,48,49,67],download:[7,9,10,13,38,40,41,42,44,47,50,53,54,56,57,58,61],doxygen:[20,48,56,69,73],dramat:[7,48],drastic:18,drift:49,drive:[13,50],driven:[25,41],driver:[1,2,4,5,7,9,10,13,14,15,25,27,33,34,44,47,48,57,60,62,63,65,67,69,70,71,72],driverlib:[27,32,44,48,49,50,60],drop:[18,19,45,46,48,71],drv_commun:48,dsa:12,dsp:48,dtm:20,dual:[7,13,25,44],due:[7,14,17,19,24,25,28,30,33,48,49,60],dump:42,duplic:[15,18],durat:[30,36,62,67,71,73],dure:[12,14,15,16,17,18,19,20,23,24,25,27,28,29,30,40,41,45,46,48,49,50,54,56,58,65,67,71],duti:67,dutyofftim:67,dv42_featur:2,dwt:48,dynam:[2,9,14,17,19,21,25,28,29,30,32,35,50,54],e2e:49,e754:17,each:[6,9,13,14,15,16,17,19,23,25,28,30,31,33,36,38,41,43,44,45,46,49,50,52,54,55,56,58,59,60,64,65,67,70,71,73],earlier:[14,25,41,48,67],easi:[13,42,56],easier:[9,44],easili:[13,48,72],ecc:[0,12,17,56,60],ecckei:59,eccsignature_t:56,ecdh:[4,17],ecdsa:[12,39,50,51,52,56,58,60],echo:27,ecosystem:[57,60],ecsda:50,eddyston:9,edg:49,edit:[27,45,46,48,60],editor:9,ediv:17,edr:[12,22],effect:[14,21,23,25,29,44,49,67],effici:[7,25,44],effort:7,eight:20,either:[9,16,17,19,22,25,28,29,32,33,36,41,43,45,46,48,49,50,52,69],elaps:67,electromagnet:49,element:[13,20,29,59,69],eleventh:20,elif:[15,48],elimin:71,ellipt:[0,12,17,50,58],els:[4,14,18,19,25,27,29,31,48,50,60,62,64,70],emb:48,embed:[3,7,9,13,14,20,38,39,42,44,46,48,50,51,56,57],empow:7,empti:[23,25,35,70],emptiv:44,emul:[12,48,50],enabl:[2,7,9,10,12,13,15,18,19,20,21,22,23,24,25,27,28,30,35,38,39,40,42,43,44,48,49,50,53,56,58,59,60,63,65,67,69,70,71,73],enableexcept:48,enablepolici:15,enableupdaterequest:18,encapsul:[22,25,40],encod:[19,73],encompass:67,encount:[15,48,52],encrypt:[12,17,19,23,28,29,71],encypt:12,end:[4,5,9,14,17,21,22,24,25,27,29,31,32,39,40,45,48,49,50,51,60,67,71],end_of_ram:31,endian:[41,60],endif:[1,7,14,15,19,25,26,27,48,70],endpoint:30,energi:[0,1,2,3,4,5,6,7,8,9,10,11,13,15,16,17,18,19,20,23,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],enforc:19,engin:48,enhanc:[7,10,12,14,22,37,44,48],enough:[36,48,49,54,64,65,71,73],enqueu:[2,4,6,14,17,19,25,35],enrol:25,ensur:[12,14,15,25,31,36,39,40,41,43,44,45,48,49,50,51,52,55,59,69,71,73],enter:[14,17,22,25,33,48,50,60,63,65,67],entir:[30,40,41,48,51,52,54,56,60],entiti:[14,24,25,30,48],entrant:6,entri:[6,12,14,23,25,29,31,39,41,44,48,49,50,53,54,60,62],entrust:58,enumer:48,environ:[6,9,10,18,25,34,39,41,42,44,45,65,71],eoad:39,equal:[16,25,30,36],equat:[54,56],equip:17,equival:[15,36,56],eras:[7,17,23,29,38,39,55,58,60],errat:[7,25],errno:7,erron:50,error:[7,10,12,14,17,18,19,20,23,25,38,41,43,44,45,46,49,56,62,70],error_insufficient_authen:19,essenti:[14,18,24,56],establish:[15,16,17,23,28,40,48],estim:49,etb:48,etc:[20,23,27,48,60,63],evalu:[9,13,15,38,42,46,48,49],even:[19,27,36,48,56],event:[2,4,5,9,12,13,14,16,17,18,21,22,23,24,28,30,33,34,35,39,40,41,42,48,49,63,65,66,67,70,71],event_bas:49,event_construct:64,event_flag:[4,25],event_handl:[25,64],event_id_00:[7,64],event_id_01:[7,64],event_id_02:[7,64],event_id_30:[7,25],event_id_31:7,event_id_non:[7,14,25,64,70],event_o_udmach14bsel:49,event_o_udmach9bsel:49,event_o_udmach9ssel:49,event_param:64,event_params_init:64,event_pend:[7,14,25,36,64,70],event_post:[7,25,33,64],event_struct:64,event_udmach14bsel_ev_rfc_in_ev4:49,event_udmach9bsel_ev_gpt0a_dmabreq:49,event_udmach9ssel_ev_gpt0a_dmabreq:49,eventcod:42,eventflag:25,eventmask:25,eventparam:64,eventu:20,ever:48,everi:[16,19,28,48,49,50,60,67,69,71],everyth:45,eww:[44,46],exact:[53,69],exagger:48,examin:[4,5],exampl:[1,2,3,4,5,6,7,14,15,16,18,19,20,21,22,24,26,27,28,29,31,34,36,45,46,48,49,52,54,56,57,59,60,61,62,64,65,69,71,72],example_ble_root:3,exccal:48,exce:[9,17,48],exceed:[48,52],except:[9,10,13,15,27,41,44,51,52,60,62,65,71],excerpt:31,exchandlerfunc:48,exchang:[7,12,16,17,22,24,25,28,30,41,49,57],exchookfunc:48,exclud:[14,15,19,24],exclus:[17,64],excpc:48,exe:[9,24,42,48],exechandlerhook:48,execut:[9,12,13,14,17,19,25,26,27,33,36,39,40,43,44,48,50,51,56,58,60,61,64,65,69,70],exercis:70,exhaust:28,exist:[3,6,7,10,13,15,16,17,18,19,23,25,27,31,33,36,38,39,40,44,45,46,48,51,56,57,59,60,62],exit:[10,16,63,67],exmapl:9,expand:[3,9,17,45,56],expans:56,expect:[14,15,17,23,28,30,41,48,67,71],experi:[7,9,50],experienc:[9,42,48],experiment:72,expir:[33,64,67],explain:[14,15,19,20,22,44,48,56,57,64,67],explan:[16,26,71],explicit:[15,44],explicitli:[21,52],explor:44,expos:[12,17,19,22,44,48,66],express:48,ext:51,ext_data_len_cfg:24,ext_flash_layout:[53,54],ext_hal_assert:[14,48],extend:[14,20,28,41,44,48],extens:[7,20,21,22,24,30,41,49,50,53,56],extern:[10,12,13,14,15,20,25,39,40,42,44,51,58,65,68,70,72,73],extflash:15,extimageinfo_t:53,extra:[27,48,49],extract:[20,49],f000b000:71,f000xxxx:71,facilit:[14,25,49],fact:[49,64],factor:49,factori:[12,23,38,51,54,56],fail:[16,18,28,29,41,46,48,51,52,56,60],failsaf:[12,50],failur:[5,14,19,25,29,41,48,69],fall:[48,65],fals:[4,17,19,33,35,48,60,62],famili:[27,48],familiar:[9,13,14,23],fashion:20,faster:[15,16,40,42,49],fault:[48,50],favor:38,fcc:13,featset:28,featur:[6,9,13,14,15,16,17,18,19,21,22,28,29,30,31,39,42,44,45,46,48,49,50,56,59,60,65,67,69,70],feature_oad:7,feature_oad_onchip:19,fetch:[27,31,48],few:[14,15,17,19,48,49],field:[16,19,23,28,29,30,39,40,41,42,48,50,52,56,60,69,71],fifo:[6,13,35,71],fifth:20,figur:[9,17,18,19,20,22,25,28,30,35,36,38,40,41,43,44,45,46,48,50,53,57,64,65,67,70,71,73],file:[1,2,3,4,5,7,9,10,13,14,17,19,20,21,22,24,25,26,27,29,31,33,36,38,42,43,45,46,47,50,54,55,59,60,62,64,67,73],fill:[18,20,31,48,49,56],filter:[12,18,23,49,67],find:[9,13,15,19,20,23,26,43,46,49,50,51,52,54,56,60,61,71],fine:45,finess:49,finish:[4,5,6,25,27,45,49,65],firm:14,firmwar:[9,10,19,20,39,41,44,48,50,56,57,58,72],first:[4,5,6,14,15,19,20,23,25,26,27,29,30,35,36,40,48,49,51,52,55,56,60,64],firstli:27,fit:[19,27,41,48,49,52,55,73],five:[22,30],fix:[19,23,30,31,44,49,50,56],flag:[7,17,25,48,56,60],flash:[7,9,10,12,14,15,17,20,21,23,24,25,27,31,32,38,39,41,42,45,46,47,50,51,52,56,57,58,60,62],flash_bas:27,flash_rom_build:14,flash_siz:27,flashopen:41,flashread:41,flashrom:[7,26,27,43,44,45,46],flashrom_librari:[7,44,45,46],flashrom_oad_imgb:[45,46],flashrom_oad_offchip:[44,45,46],flashrom_stacklibrari:[7,44,45,46],flashrom_stacklibrary_rcosc:[44,45,46],flashrom_unsecur:43,flat:49,flavor:43,flaw:48,fledg:39,flexibl:[9,16,31,44,49,56],flicker:48,flight:[9,10],flow:[9,14,17,19,25,48,51,52,57,71],flowchart:23,flowctrlevt:19,focu:[9,49],folder:[2,4,7,13,14,15,24,25,26,27,29,38,42,43,45,48,50,59,62,67,71],follow:[1,2,3,4,5,6,7,9,13,14,15,16,17,18,19,20,22,23,25,26,27,28,29,30,31,33,36,38,39,40,41,42,43,44,45,46,48,49,50,51,52,53,54,55,56,57,58,59,60,61,64,67,69,70,71,72,73],footprint:[14,44,62],for_aoa_scan:4,for_aoa_send:4,for_att_rsp:[4,5],for_tof_send:4,forc:[7,19,23,48],forced_align:31,forens:48,forev:[27,36],form:[13,16,17,19,20,23,28,30,41,44,45,46,49,57,59],format:[10,12,13,20,23,25,29,31,41,52,56,60,71,73],former:67,formula:16,forth:[14,15,16,25,44,48,49,63],forum:9,forward:[2,18,19,21,23],found:[9,12,13,14,15,16,18,19,20,25,27,29,35,37,44,45,46,48,49,50,51,52,54,58,59,60,62,63,65,71,73],four:[16,17,18,19,48,65],fourth:20,fpb:48,fragment:[19,30,43,57,71],frame:[14,49,72,73],framework:[6,14,22,25,44,45,46],free:[5,13,14,19,25,27,31,35,44,46,48,49,54,70],freed:[19,27,48],freeli:44,freesiz:48,freq:49,frequenc:[12,15,16,22,49],frequent:31,from:[1,2,3,4,5,6,9,12,13,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,33,35,36,38,39,40,41,42,43,44,45,46,48,49,50,51,52,56,57,58,60,61,62,63,64,65,67,70,71,73],front:[14,21,24,48],frontend:15,frontier:7,full:[9,13,14,17,18,19,20,23,24,27,39,42,44,46,48,53,64,69,71],fulli:[44,48,50],func:40,function_opt:48,fundament:[6,9,14,49,62],further:[14,19,20,23,36,44,53,56,65],furthermor:[28,48],furthest:48,futur:[7,17,23,48,49,52,56,60],fxn:48,g_initialperiod:49,gain:[36,44,49],gap:[0,2,6,9,12,13,14,18,20,21,22,24,25,29,30,44,48,68,69,70],gap_addr_modes_t:29,gap_adtype_flags_limit:16,gap_bond_manag:14,gap_bonded_state_flag:17,gap_bondings_max:17,gap_cb_regist:4,gap_cb_unregist:4,gap_char_cfg_max:17,gap_configdeviceaddr:23,gap_conneventrpt_t:[4,5],gap_device_discovery_ev:18,gap_device_info_ev:18,gap_device_init_done_ev:23,gap_device_name_len:19,gap_deviceinit:[23,29],gap_event_sign_counter_chang:25,gap_getparamvalu:[16,25],gap_link_terminated_ev:18,gap_linkparamupd:42,gap_param_private_addr_int:23,gap_registerconneventcb:4,gap_registerformsg:20,gap_setparamvalu:[16,23],gapadv:23,gapadv_en:23,gapbond_auto_sync_wl:23,gapbond_bonding_en:[17,23],gapbond_ecc_kei:17,gapbond_ecckey_regen_polici:17,gapbond_eras:23,gapbond_io_cap:[17,23],gapbond_io_cap_display_yes_no:17,gapbond_io_cap_no_input_no_output:23,gapbond_local_oob_sc_en:17,gapbond_lru_bond_replac:17,gapbond_mitm_protect:17,gapbond_pairing_mod:[17,23],gapbond_pairing_mode_initi:[17,23],gapbond_pairing_mode_no_pair:17,gapbond_pairing_mode_wait_for_req:17,gapbond_pairing_state_bond:17,gapbond_pairing_state_bond_sav:17,gapbond_pairing_state_complet:17,gapbond_pairing_state_start:17,gapbond_secure_connect:[2,17],gapbond_secure_connection_non:[2,17],gapbond_secure_connection_onli:17,gapbondcbs_t:[2,17],gapbondcharcfg_t:17,gapbondltk_t:17,gapbondmgr:[0,1,2,7,14,19,21,25],gapbondmgr_passcodersp:[2,17],gapbondmgr_regist:17,gapbondmgr_setparamet:[2,17,23],gapbondrec_t:17,gapbondsecur:[2,17],gapbongmgr:17,gapcentralrole_max_scan_r:18,gapcentralrole_setparamet:18,gapcentralrole_startdevic:18,gapcentralrole_startdiscoveri:18,gapcentralrole_updatelink:16,gapgattserv:[19,25],gappasskeyneededevent_t:17,gaprol:[7,9,16,17,21,24,25,48],gaprole_advert_data:18,gaprole_advert_en:18,gaprole_advert_off_tim:18,gaprole_advertising_nonconn:18,gaprole_advnonconnen:18,gaprole_connhandl:28,gaprole_createtask:25,gaprole_getparamet:28,gaprole_link_param_update_initiate_both_param:16,gaprole_link_param_update_wait_remote_param:16,gaprole_max_conn_interv:18,gaprole_min_conn_interv:18,gaprole_param_update_en:18,gaprole_processgapmsg:23,gaprole_scan_rsp_data:18,gaprole_sendupdateparam:16,gaprole_setev:18,gaprole_setparamet:18,gaprole_slave_lat:18,gaprole_st:[18,23],gaprole_start:23,gaprole_startdevic:[18,25],gaprole_states_t:25,gaprole_terminateconnect:18,gaprole_timeout_multipli:18,gaprole_wait:18,gaprole_waiting_after_timeout:18,gapscan:23,gate:[31,62],gatehwi:31,gatemutex:[31,62],gatewai:[15,44],gather:[19,49],gatt:[0,1,2,4,5,6,7,9,13,17,21,22,23,25,29,30,40,41,44,45,46,72],gatt_all_servic:19,gatt_bm_alloc:19,gatt_bm_fre:19,gatt_character_uuid:19,gatt_client:41,gatt_client_cfg_ind:19,gatt_client_cfg_notifi:19,gatt_clientinit:41,gatt_exchangemtu:30,gatt_ind:19,gatt_local_read:19,gatt_max_encrypt_key_s:19,gatt_max_mtu:19,gatt_msg_ev:19,gatt_no_cli:[1,7,14,23],gatt_notif:[19,71],gatt_num_attr:19,gatt_param_num_prepare_writ:19,gatt_permit_authen_read:19,gatt_permit_authen_writ:19,gatt_permit_author_read:19,gatt_permit_author_writ:19,gatt_permit_encrypt_read:19,gatt_permit_encrypt_writ:19,gatt_permit_read:19,gatt_permit_writ:19,gatt_primary_service_uuid:19,gatt_prop_notifi:71,gatt_prop_read:[19,71],gatt_prop_writ:19,gatt_registerforind:19,gatt_registerformsg:19,gatt_uuid:19,gattattribute_t:19,gattattrtype_t:19,gattcharcfg_t:19,gattmsg_t:19,gattmsgevent_t:[5,25],gattservapp:[0,16,21],gattservapp_addservic:19,gattservapp_initcharcfg:19,gattservapp_processcharcfg:19,gattservapp_registerservic:19,gattservapp_sendnotiind:19,gattservapp_setparamet:19,gattservapp_util:19,gattserverapp:2,gattservicecbs_t:19,gaussian:[12,22],gbm_gatt_no_cli:[1,7,14],gcc:48,gener:[0,3,4,5,6,7,9,10,13,14,15,17,21,22,25,27,28,35,36,38,39,44,45,46,48,49,50,56,58,60,65,67,69,70,71,73],get:[4,10,13,14,16,21,27,31,35,36,39,40,42,43,45,46,48,49,69],getmemoryimageinst:48,getmoduleconfig:48,getsect:48,getsymbolvalu:48,getter:40,gfsk:[12,22],ggs_addservic:19,ggs_device_name_att:19,ggs_registerappcb:19,ggs_setparamet:19,ghz:[22,44],github:[9,27,71,72],give:[7,8,15,16,27,44,48,49,69],given:[7,12,13,14,16,19,23,25,26,28,32,36,48,49,56,59,62,64,67],global:[5,7,19,25,26,29,31,36,46,48,67],goe:[25,48,67],going:[1,2,4,5,7,13,23,45,48,61],golden:[12,48],gone:[19,42,48],good:[31,48,49,54],gpdata:27,gpio:[14,15,48,49,54,65,73],gpio_bas:49,gpio_o_douttgl31_0:49,gpiotgl:49,gpram:[12,21],gpram_bas:27,gpram_buff:27,gpram_end:27,gpram_siz:27,gpram_start:27,gpt0:49,gpt0_base:49,gpt:49,gpt_ctl_taen_bitn:49,gpt_dmaev_tamdmaen_bitn:49,gpt_dmaev_tatodmaen_bitn:49,gpt_o_ctl:49,gpt_o_dmaev:49,gpt_o_tav:49,gptimer:49,gptn:49,grai:41,granular:48,graphic:[44,50,57],grasp:14,great:48,greater:[16,30,52,60],greatli:[9,23],green:[20,40,48],grlib:44,group:[12,16,19,27,48,49,64],grow:[18,48],guarante:[39,50],guess:49,guid:[1,2,3,4,5,9,13,15,20,22,23,25,26,27,33,35,36,43,45,46,48,50,57,60,62,64],guidanc:[14,15],guidelin:64,hal:[10,44],hal_assert:48,hal_assert_cause_hardware_error:48,hal_assert_cause_icall_abort:48,hal_assert_cause_icall_timeout:48,hal_assert_cause_internal_error:48,hal_assert_cause_out_of_memori:48,hal_assert_cause_rf_driver_error:48,hal_assert_cause_unexpected_error:48,hal_assert_legacy_mode_dis:48,hal_assert_light:48,hal_assert_reset:48,hal_assert_set_subcaus:48,hal_assert_spin:48,hal_system_reset:48,halasserthandl:48,halasserthandlerext:48,halassertinit:48,halassertspinlock:48,halt:[12,39,41,42,43,48],hand:[13,15,19,23],handl:[2,4,5,6,10,12,13,14,16,17,18,19,20,22,23,25,26,36,40,41,44,49,60,62,63,64,65,66,69,70,71],handler:[25,40,48],handshak:[12,14],happen:[2,4,23,27,48,50,67],hard:[42,45,46,48,50,52,65],hardcod:48,hardwar:[7,9,10,12,19,21,22,24,25,33,34,43,47,50,73],hardwarecod:48,has:[2,3,6,7,9,12,14,15,16,17,18,19,20,23,25,28,29,30,31,36,38,40,41,42,43,44,46,48,49,50,51,52,56,58,60,62,64,67,69,71,73],hash:[12,56,60],have:[1,2,4,5,6,7,9,14,15,16,18,19,20,23,25,26,27,30,35,36,38,40,41,42,44,45,46,48,49,50,52,54,55,56,58,60,61,62,64,65,67,69,70,71],hci:[0,2,9,10,12,13,19,21,22,23,24,25,28,30,69],hci_acl_data_packet:14,hci_ble_hardware_error_event_cod:48,hci_command_complete_event_cod:20,hci_ctrl_to_host_ev:14,hci_data_min_length:14,hci_event_min_length:14,hci_event_packet:14,hci_ext_conneventnoticecmd:[4,19,25],hci_ext_enableptmcmd:14,hci_ext_p:20,hci_ext_packeterrorratecmd:20,hci_ext_per_read:20,hci_ext_scaneventnoticecmd:7,hci_ext_scanreqrptcmd:7,hci_ext_setlocalsupportedfeaturescmd:28,hci_ext_setmaxdatalencmd:28,hci_ext_setscacmd:15,hci_function_map:20,hci_gap_event_ev:[20,48],hci_le_extev:42,hci_le_readmaxdatalencmd:28,hci_le_readsuggesteddefaultdatalencmd:28,hci_le_setdatalencmd:28,hci_le_writesuggesteddefaultdatalencmd:28,hci_read_rssi:20,hci_readrssicmd:20,hci_resetcmd:14,hci_sco_data_packet:14,hci_seteventmaskcmd:48,hci_tl:20,hci_tl_commandstatuscb_t:14,hci_tl_getcmdresponderid:14,hci_tl_init:14,hci_tl_sendtostack:14,hci_tl_xxxx:24,hci_ve_event_cod:20,hcievt_cmdcomplete_t:20,hcievt_hardwareerror_t:48,hcievt_vscmdcomplete_t:20,hcipacket_t:14,hdr:[2,5,14,19,20,25,35,48],head:3,header:[1,2,4,7,10,12,14,16,19,20,25,27,30,39,40,41,42,44,50,51,52,54,57,58,59,60,71],heap:[2,10,14,17,18,24,27,28,29,32,44,62,69],heap_end:31,heapcallback:31,heapend:[27,31,48],heapmem:48,heapmem_allocunprotect:31,heapmemcfg:48,heapmemparam:31,heapmgr:[19,31,44,48],heapmgr_config:[31,48],heapmgr_malloc:48,heapmgr_metr:[14,48],heapmgr_siz:[14,24,25,31,48],heapmgrblkcnt:48,heapmgrblkfre:48,heapmgrblkmax:48,heapmgrmemalo:48,heapmgrmemfail:48,heapmgrmemmax:48,heapmgrmemub:48,heapsiz:[31,48],heapstart:[27,31,48],heaptrack:[31,48],heart:19,heavili:56,hellman:17,help:[9,17,36,38,39,44,45,46,48,61,64],henc:60,here:[9,17,19,20,26,27,33,35,36,40,44,46,48,49,56,59,62,71],hex2bin:44,hex:[38,42,43,47,56,59],hex_merg:44,hexfil:[43,59],hexmerg:44,hib:[12,39,42,43],hid:72,hid_adv_remot:71,hid_rpt_id_voice_data_in:71,hid_rpt_id_voice_start_in:71,hidservic:71,hierarchi:[16,19,36],high:[15,27,28,33,35,36,39,40,48,50,64,65,69,73],higher:[12,14,15,19,27,30,33,36,44,48,64,65,69],highest:[22,25,36,44,65],highlight:[7,15,31,41,45,49],highlit:48,hit:[43,48],hoadq:7,hogp:71,hold:[5,19,23,25,29,31,49,67],hook:[48,62],hop:[16,22,49,67],host:[9,12,14,21,22,24,28,30,43,44,48,56,57,69,71],host_config:24,host_test:[9,13,15,20,39],host_test_:43,hosttest:13,how:[1,2,4,5,6,7,9,13,14,15,16,17,18,19,20,22,23,25,27,28,29,31,32,35,38,39,40,41,42,43,44,45,46,48,49,50,57,58,59,60,62,64,66,67,69,70,73],howev:[14,15,17,20,23,26,38,40,41,42,44,48,49,50,59,64,65,67],html:[23,44,60,69],http:[9,49],human:71,hundr:49,hung:48,hw_cpu_sc:48,hw_memmap:27,hwi:[12,15,27,29,31,32,34,35,36,48,62],hwi_dis:[27,31],hwi_exccontext:48,hwi_exceptionhookfuncptr:48,hwi_restor:[27,31],hwikei:[27,31],hwistackbas:48,hwistackpeak:48,hwistacks:48,hwreg:[48,49],hwregbitw:49,i2c:63,iOS:[17,39],iar:[7,9,10,12,14,15,26,27,29,31,44,45,47,50,60,62],iatan2sc:49,ibuserr:48,icach:27,ical:[0,10,21,24,26,28,31,32,35,44,69],icall_abort:[25,48],icall_allocmsg:14,icall_api:[2,7,25],icall_api_lit:25,icall_apimsg:2,icall_ble_api:[2,25],icall_createremotetask:[14,25],icall_enrollservic:25,icall_entityid:[7,25],icall_errno:7,icall_errno_success:[7,25],icall_ev:14,icall_fetchservicemsg:[6,25],icall_fre:[4,5,14,25,31,35,48,70],icall_freemsg:[4,5,14,25],icall_getheapmgrgetmetr:48,icall_getheapmgrsanitycheck:48,icall_getheapstat:48,icall_getlocalmsgentityid:14,icall_hci_tl:14,icall_hciextevt:25,icall_hdr:[4,14,20,25,48],icall_heapfre:31,icall_heapgetstat:31,icall_heapmalloc:31,icall_heaprealloc:31,icall_heapstats_t:48,icall_init:25,icall_jt:14,icall_lit:14,icall_lite_transl:25,icall_litetransl:25,icall_malloc:[2,17,19,31,35,48],icall_max_num_ent:[14,24],icall_max_num_task:[14,24],icall_msg_event_id:7,icall_primsettim:48,icall_registerapp:[14,25],icall_semaphor:7,icall_service_class_bl:[14,25],icall_service_class_ble_msg:14,icall_serviceenum:[7,25],icall_settim:48,icall_sign:7,icall_stack0_addr:[14,39],icall_stack_ev:25,icall_synchandl:7,icall_taskentri:48,icall_timeout_forev:[7,14,25,70],icall_timeout_predefin:48,icall_wait:[6,7],icallbl:[14,24],icallbleapi:6,icf:[26,27,29,31,60],icon:48,idea:31,ideal:[14,71],ident:[1,2,4,5,9,12,17,40,49],identif:[19,23,39,41,51,52],identifi:[12,15,19,25,30,39,40,42,44,56,58,60],idl:[12,16,25,31,34,36,48],ieee:[12,56],ifdef:[1,2,7,14,15,26,27,70],ifndef:[1,7,14,19,25,27],ignor:[38,41,69],illeg:48,illustr:[17,19,28,35,49,51,53,56,57,65,67,70,71],imag:[6,9,10,12,14,15,20,25,29,39,45,46,48,49,51,54,57,58],image_valid_conf:50,imaginari:49,imgendaddr:56,imgfixedhdr_t:56,imgid:56,imgpayloadseg_t:56,imgstaddr:56,immedi:[25,33,48,49,50],impact:[14,18,28,33,41],imper:58,imperson:17,imple_gatt_profil:19,implement:[4,6,7,9,10,12,13,14,17,18,20,21,22,23,25,30,31,39,40,41,44,45,46,48,50,52,54,55,56,57,58,60,67,71,72,73],implic:14,imposs:[7,40,48],impreciserr:48,improv:[12,44,49,60,72],inabl:15,inact:[36,40,48],inc:[27,44,48],incid:49,includ:[1,2,4,5,6,7,9,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,31,32,36,39,40,44,45,46,48,49,56,57,58,59,60,62,63,65,66,71,72,73],incom:[2,23,49,54,56,57],incorpor:[6,48],incorrect:48,incorrectli:15,increas:[7,14,16,24,26,27,28,30,41,42,48,49,52,62,71],increment:[29,52,64,67],independ:[6,19,25,36,44,50,58,61,67],index:[17,19,29,48,73],indic:[14,15,17,18,19,25,30,40,41,42,48,50,52,56,60,67,71],indirect:[6,25,44],indirectli:[67,70],individu:[18,19,26,41,44,48,49,67],industri:[12,22],infinit:[6,25,48],influenc:28,info:[15,17,19,40,43,48,56,59,60,73],inform:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],inher:49,inherit:48,inhibit:23,init:[14,48],initi:[6,7,14,16,17,18,19,20,21,22,23,24,27,28,29,30,31,34,40,41,42,43,44,45,46,48,50,60,62,65,66,69,70],initialadverten:18,initialpattern:49,initialz:73,initst:49,inject:48,inlin:48,innov:7,input:[17,25,42,71,73],inputmod:49,inputsrc:49,insert:[7,49],insid:[5,16,40,43,45,48,54,65],insight:48,inspect:48,instal:[3,10,38,42,43,44,47,50,58,59,61,63],instanc:[9,25,33,48,49,62,64],instanti:[25,36,48],instead:[4,5,14,18,23,25,39,40,48,49,50,69,70,71],instruct:[12,26,27,37,40,43,44,48],instrument:[12,46,48,57,60,62],insuffici:17,int16_t:[27,49,73],int32_t:49,int8_t:73,intact:20,integr:[9,10,12,39,44,46,48,56,69,70,73],intel:44,intelhex:44,intend:[9,17,19,23,27,39,44,48,49,50,56,59,60,69],intens:[19,27,48],intent:[23,41,48,49],intention:48,inter:[4,20,25,65],interact:[17,19,22,23,25,28,40,41,44,58],intercept:14,interchang:19,interest:49,interf:65,interfac:[6,9,10,12,14,19,21,22,25,26,43,44,54,57,67,68,69,70,71,73],interfer:49,interleav:[9,10],intermedi:15,intermitt:42,intern:[6,7,15,19,25,29,33,39,40,41,47,48,49,50,51,52,53,58,69,70],interoper:21,interpret:[23,40,56],interprocess:25,interrupt:[12,14,25,29,31,32,34,35,36,50,56,62],intersect:49,intertask:[6,21],interv:[15,19,21,23,25,40,49,67,69,71],intial:31,intratask:25,introduc:[5,8,23,44],introduct:[2,9,10,19,21,39,43],introductori:9,invalid:[23,29,40,41,48,49,50,51,52,56,60],invalid_conhandl:19,invalid_task_id:19,invoc:59,invok:[19,33,50,59,65,70],involv:[14,15,18,19,25,43,57],invpc:48,invstat:48,ioc:[15,48],ioc_iomode_norm:48,ioc_port_rfc_gpo0:48,ioc_port_rfc_gpo1:48,ioc_port_rfc_gpo3:48,iocap:17,iocportconfigureset:48,ioid:[15,48],ioid_10:15,ioid_13:15,ioid_14:15,ioid_27:49,ioid_28:49,ioid_29:49,ioid_30:[15,49],ioid_6:48,ioid_7:48,ioid_9:15,ioid_x:49,ios:39,iot:13,irk:[12,17,23,29],irrevers:45,isdefinedsymbol:[26,27],isload:48,ism:[12,22],isn:[14,23,48],isr:[6,50,65],issu:[9,10,14,15,23,28,31,41,42,50,69],issuccess:64,item:[3,7,14,15,17,29,35,48,56,60],iter:[52,53],itm:48,its:[6,7,12,13,14,17,19,22,23,24,25,28,30,31,35,36,40,41,42,44,45,48,50,54,56,58,60,64,65,67],itself:[14,17,19,25,36,39,41,44,64,71],java:48,jet:48,jitter:49,job:67,joint:12,jtag:[12,15,48,50],jtag_debug:38,jump:[9,12,14,27,40,41,42,50,51,52,55],jumper:48,jumptabl:14,just:[6,9,19,26,27,39,40,45,48,49,64],justwork:[2,23],keep:[4,18,25,27,35,38,48,56,64],kei:[6,12,17,22,23,29,35,39,50,56,58],kept:[33,65],kernal:48,kernel:[1,2,4,5,6,7,9,10,12,15,25,29,31,32,33,35,36,44,48,50,60,64,65,71],key_gener:59,key_info:59,key_right:17,keylen:17,keypair:[42,59],keysiz:17,keyword:4,khz:[21,44,49],kick:25,kickstart:46,kit:[7,8,9,15,44,45,46,57,60],kit_typ:15,knl:[7,33,36],know:[6,16,30,40,48,49,73],knowledg:14,known:[6,12,16,20,23,25,40,42,49,52,54],l1100017:48,l11000en:48,l2cap:[0,2,12,16,19,21,22,24,71],l2cap_coc_cfg:[19,24],l2cap_num_co_channel:24,l2cap_num_psm:24,l2cap_registerflowctrltask:25,lab:[9,13,49],lack:[19,44],larg:[23,29,36,49,54],larger:[16,17,21,24,28,48],largest:[28,41],largestfrees:48,last:[25,27,29,41,48,54,56,60,71,73],lastli:[2,4,14],latenc:[12,16,65,72],later:[9,16,28,40,48,49,56,71],latest:[3,9,45,48,50],latter:60,launch:[3,33],launchpad:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],layer:[6,9,12,13,15,17,18,20,21,22,23,24,25,28,38,39,40,44,48,57,68,69,70,73],layout:[10,15,24,39,44,45,46,53,57,60],lcd:[14,19,25],lcd_page4:17,lcd_page5:[17,19],lead:[26,45,48],leak:48,learn:[10,13,71],least:[17,18,29,49,50],leav:[49,50,67],led:[9,48],left:[19,46,48,49,50],legaci:[17,21,25,31,34,48],legend:49,len:[14,19,29,41,49,56,59],length:[7,9,12,14,19,20,21,22,24,26,27,29,30,31,39,40,41,42,49,60,71,73],lengthi:70,lesc:39,less:[21,22,29,30,44,58,65],let:[4,5,6,16,19,25,29,48,49,61,67,73],level:[9,17,19,21,25,30,36,39,40,44,45,46,48,50,58,65,69],leverag:[9,13],lib:44,lib_search:24,librari:[3,9,13,14,16,19,22,23,24,25,27,29,31,32,39,45,46,48,60,62,65],licens:45,lie:64,life:[17,41,63,67],lifecycl:23,lifetim:[19,48],lift:67,light:[13,49],lightweight:[13,55],like:[12,15,17,19,36,41,43,48,65,70],likewis:[20,58],limit:[7,15,19,21,24,28,30,41,44,46,48,58,60,62,67,71],line:[14,15,19,20,31,48,49,59,72],linear:[49,71],link:[3,4,5,7,9,12,13,14,15,16,17,18,21,22,23,25,28,31,44,45,46,48,50,56,61,68,69,70,71],linkag:7,linkdb:[0,2,23],linkdb_connhandle_al:4,linkdb_getinfo:23,linkdbinfo_t:23,linkdbnumconn:19,linker:[7,15,26,27,29,31,44,47,48,50,54,55,60],lint:17,linux:[59,71],list:[7,12,14,15,16,17,18,19,22,24,25,26,27,29,32,36,41,43,44,45,46,48,49,57,62,64,65,66,67],listen:49,lite:7,liter:48,littl:[41,48,49,60],live:48,ll_:27,ll_ae:27,ll_bss:27,ll_common:48,ll_feature_data_packet_length_extens:28,ll_length_req:28,ll_length_rsp:28,ll_supervision_timeout_term:18,lna:48,load:[10,17,39,40,42,43,45,46,49,50,51,53,56],load_end:27,load_start:27,loader:7,local:[7,10,12,17,23,28,29,30,36,40,45,48,60,64,67],locat:[7,9,14,15,19,25,26,29,31,39,41,44,45,48,49,51,52,54,55,56,60],lock:[7,12,31,48,60],log:[14,15,17,42,43,48,60],logger:48,logic:[12,14,19,21,22,48,71],logo:45,logsen:62,longer:[16,20,23,27,48,50,58,71],longest:30,look:[17,20,48,51,52,70],loop:[6,7,14,25,27,29,36,48,65,70],lose:48,loss:[29,50,57],lost:[50,55,58,73],lot:13,low:[0,1,2,3,4,5,6,7,8,9,10,11,13,15,16,17,18,19,20,23,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],lower:[14,15,25,30,35,36,39,44,48,64,65],lowest:[25,36,44,56,65],lsb:19,ltk:[12,17],m3hwi:[29,31,48],mac:[12,59,60],machin:39,macro:[4,48],macrocel:48,made:[6,7,9,14,15,26,27,56,62],mai:[6,7,9,14,15,16,17,19,23,24,25,26,27,28,29,31,32,38,41,42,43,44,45,46,48,50,54,55,56,57,62,64,65,67,73],mailbox:65,main:[1,2,4,6,7,9,14,17,21,24,27,28,29,31,36,44,48,49,50,56,58,60,61,62,63,65,67,71],mainli:[67,70],maintain:[6,7,12,15,16,25,67,70],mainten:55,major:[6,7,59],make:[2,4,6,9,14,15,16,17,19,20,26,27,39,40,42,43,44,46,48,49,52,56,71],makeup:56,malici:17,malloc:[31,48],man:[17,39],manag:[2,6,9,10,12,13,14,19,22,29,31,34,39,40,44,48,57,65,69,70],mandatori:[2,17,56],mani:[6,16,18,19,41,45,46,48,49,67,71,73],manifest:28,manner:[13,17,60,64,71],manual:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],manufactur:[19,48],map:[9,10,14,15,17,20,21,26,27,31,49,54,71],margin:71,mark:[14,48,51,53,60],market:7,mask:[4,25,48,64],mass:38,master:[14,16,18,22,28,30,44,49],match:[7,14,15,16,17,19,20,23,24,29,40,41,42,48,49,51,54,56,60,62],materi:[9,15],math:49,matter:22,max:[15,17,24,28,52,54],max_num_ble_conn:[14,24],max_num_pdu:24,max_pdu_s:[17,24,30],maxim:[14,29,44,54],maximum:[7,9,14,16,17,18,19,21,24,25,28,29,48,58,64,71],mbp:22,mcu:[8,9,12,13,15,20,44,45,49,57],mean:[14,16,17,19,23,28,44,48,49,50,52,56,58,67,69,71,72,73],meaning:15,meaningfulli:49,meant:[7,9],meanwhil:[25,49],measur:[16,19,27,39,48,49,51,52,63],mechan:[5,6,9,12,14,17,20,23,25,39,48,50,58,60,64,65,71],medic:[12,22],meet:[16,28,31,48],mehcan:58,mem:[26,27],mem_alloc_assert:48,memcpi:[14,17,19],memfail:48,memori:[2,5,10,12,17,20,22,24,25,26,27,28,29,30,35,36,39,41,44,45,46,53,62,64,69,70],memoryimag:48,memread:48,mention:[19,23,25,27,28,41,48,49,53,71],menu:[14,45,46,48],mere:49,merg:[1,2,4,5,38,44,50,56,58,59],messag:[2,4,5,6,7,12,14,17,18,19,20,21,23,30,35,39,40,42,44,45,46,48,65,70],met:14,metadata:[54,71],metal:50,meter:49,method:[6,16,19,21,22,27,36,41,46,49,50,54,55,57,58,60,72],metric:[14,31,48],mhz:49,mic:[72,73],micro:[10,12,66,69,70],micro_eddystone_beacon:9,microcod:61,microcontrol:[13,48],microeddystonebeacon_enqueuemsg:70,microeddystonebeacon_init:70,microeddystonebeacon_processappmsg:70,microeddystonebeacon_taskfxn:70,microphon:[72,73],microrfi:70,microsecond:[24,28,64],microstack:9,middl:[16,17,39],middlewar:[21,44,57],might:[4,5,16,23,48,49,64,70],migrat:[1,2,3,4,5,7,10,15,25],millisecond:[25,33,49,64],mind:4,minim:[14,15,19,25,29,48,49,65,69],minimum:[14,16,17,30,33,36,41,71],minimum_pdm_buffer_queue_depth:71,minor:7,minut:23,miscellan:[10,44],misconfigur:[15,48],mismatch:41,miss:[43,69],mitm:[17,39],mobil:[39,43,57],mode:[9,13,16,17,20,21,22,23,25,27,36,44,48,49,51,52,60,63,67],model:[14,17,48],modem:20,modern:71,modif:[7,14,15,17,45,46],modifi:[1,2,3,4,5,7,9,15,16,17,19,21,23,28,39,40,44,45,46,48,50,56,59,60,71,73],modifii:72,modul:[5,9,10,12,15,17,18,21,29,31,33,34,35,36,37,39,44,48,49,50,58,60,62,64,69,72,73],moment:69,monitor:[7,9,17,49,66],monitorcb:66,more:[1,4,6,7,8,9,12,13,14,15,16,17,19,23,24,25,26,27,28,29,30,31,32,33,36,38,40,41,42,43,44,45,46,48,49,50,52,54,55,56,58,59,60,61,63,64,65,67,69,71,73],most:[6,9,12,13,14,15,16,17,18,19,22,25,31,36,41,44,48,49,52,62,67],mostli:[16,17,48],move:[1,2,4,5,6,7,14,23,26,27,29,48,51,60],msb:19,msbc:72,msg:19,msp432:13,msp432p4:13,msp:13,mtu:[19,21,24,28,41],mtuevt:19,much:[27,41,48,49],multi:[0,6,34,44,69],multi_rol:[9,16,27,45,48],multi_role_app:45,multimod:69,multipl:[9,13,14,15,18,19,21,30,31,36,41,44,48,56,58,64,71],multiplex:[24,30],multipli:[41,49],multirol:[7,19,24],multithread:[25,44],must:[6,7,13,14,15,16,17,18,19,22,23,24,25,27,28,29,30,31,33,36,40,41,42,43,44,45,46,48,49,50,52,54,55,56,58,59,60,62,65,67,71],mutex:31,mutual:[17,64],my_sect:26,myboard:15,mycallback:49,myfunct:48,myptr:48,myvar:48,naiv:58,name:[4,9,13,14,15,16,19,26,29,41,42,43,44,45,48,49,55,59,60,62,71],namepath:9,nativ:[48,71],natur:[7,17,49,71],navig:[3,42,43,45],nearli:[1,2,4,5],necessari:[1,2,4,5,7,9,14,15,17,19,23,35,38,45,46,48,49,54,56,64,65,67],need:[2,3,5,7,9,12,13,14,15,16,17,19,23,25,27,31,40,41,42,43,44,45,46,48,49,50,51,52,56,59,60,64,65,69,70,71],neg:48,negoti:[28,41],nest:[36,65],net:[14,29],network:[9,10,12,14,20,21,43,44,48,56],never:[18,28,36,48,67],newer:[1,2,4,5,9,50],newli:[29,40,41,45,50],newstat:25,next:[4,5,9,14,17,19,20,25,40,41,42,45,48,49,50,51,67,69,73],nfc:17,nice:49,ninth:20,no_ble_secur:14,no_copi:38,no_osal_snv:[14,29],node:[9,49],nois:50,noisi:[41,71],non:[7,9,12,13,17,18,24,32,41,44,48,49,67,71],none:[2,14,17,24,27,41,48,49,60],nonexist:48,nonretenvar:27,nonsecur:60,nonvolatil:[17,29],normal:[6,19,23,27,36,40,48,49,50,51],not_regist:4,note:[3,7,9,14,15,17,18,19,25,26,31,38,40,41,43,44,45,46,48,49,56,57,60,67,69,70,73],noth:2,noti:19,notic:[5,48],notif:[7,9,14,19,25,30,40,41,67,71],notifi:[14,17,18,19,25,35,40,41,49,64,67,70],notificationtask_init:14,notificationtask_taskfxn:14,notori:48,now:[4,5,7,14,15,17,20,23,35,42,44,46,48,50,71,73],npi:[21,44,48],npi_bl:14,npi_flow_ctrl:14,npi_frame_hci:14,npi_rxbuf:14,npi_task:14,npi_tl:14,npi_tl_spi:14,npi_tl_uart:14,npi_use_uart:14,npimsg_msg_t:14,npipkt_t:14,npitask_createtask:14,npitask_prior:14,npitask_processrxq:14,npitask_registerincomingrxeventappcb:14,npitask_sendtohost:14,nuanc:73,num:[17,29,48,60],numadvev:67,numant:49,number:[0,7,9,14,15,16,18,19,20,24,28,29,31,33,36,41,42,44,49,52,54,56,60,62,64,65,67,71,73],numburstsampl:49,numcomparison:17,numcrcerr:20,numer:36,numev:20,numfreq:49,numhcicmdpkt:20,nummissedev:20,numok:49,numpair:49,numpattern:49,numpkt:20,numprior:36,nv_oper_fail:29,oad:[2,9,10,44,45,50,60],oad_already_start:41,oad_auth_fail:41,oad_block_s:41,oad_buffer_ofl:41,oad_cccd_not_en:41,oad_crc_err:41,oad_dl_complet:[40,41],oad_dl_not_complet:41,oad_ext_not_support:41,oad_flash_err:41,oad_image_head:[42,56],oad_image_too_big:41,oad_image_tool:[38,39,42,43,56,59],oad_img_id_timeout:41,oad_img_id_v:56,oad_incompatible_fil:41,oad_incompatible_imag:41,oad_invalid_fil:41,oad_no_resourc:41,oad_not_start:41,oad_success:41,oadq:7,obj:26,object:[6,7,10,12,14,15,22,25,26,27,33,36,45,46,49,64,65],observ:[7,18,42,48],observer_cfg:24,obtain:[19,25,30,49,71,73],occupi:[27,44,53,56],occur:[6,7,14,17,18,19,22,23,25,35,40,41,43,48,50,64,65,69],octet:[19,28,30],off:[9,10,13,16,20,23,25,29,39,40,41,43,44,48,52,56,58,59],offchip:50,offer:[13,31,48,50,71,72],offici:67,offload:[17,18],offset:[38,41,48,49],often:[14,36,44,48,64,72],old:17,older:28,omit:[15,44],onc:[3,12,14,16,17,19,20,25,28,29,35,40,41,42,45,49,50,53,54,56,67,69],one:[4,9,12,14,15,16,17,18,19,20,22,23,25,27,28,29,31,33,36,41,43,44,45,46,48,49,50,51,52,53,54,56,58,60,64,65,67,71],ones:59,onli:[2,3,4,6,7,9,12,13,14,15,16,17,18,19,20,23,25,26,27,28,29,30,31,32,36,39,40,41,42,43,44,45,46,48,49,50,52,55,56,58,59,63,64,65,66,67,69,70,71],onlin:[9,48],onto:[7,36,41,43,48],oob:17,opcod:[19,20],open:[3,14,23,26,42,43,44,45,47,48,67],oper:[6,7,9,10,12,14,15,17,18,22,23,25,27,30,31,34,35,40,44,48,50,57,60,65,67,69,70,71],oppos:49,opt:[2,14,17,19,23,24],opt_level:48,optim:[2,7,9,10,15,16,21,22,24,41,44,50,62,71],option:[9,15,16,17,19,21,22,23,24,25,26,27,29,41,44,45,46,48,50,55,56,59,60,62,64,69,71],orang:20,order:[3,4,6,14,15,18,20,23,25,26,27,29,31,36,38,41,42,43,45,46,48,49,50,51,52,54,55,56,59,60,65,70],organ:19,orient:[19,21,22,24],origin:[25,26,27,46,70],ormask:25,osal:[17,25,29,31,44],osal_cbtimer_num_task:14,osal_event_hdr_t:20,osal_icall_bl:25,osal_max_num_proxy_task:[14,24,48],osal_mem_alloc:6,osal_memcmp:6,osal_memcpi:6,osal_msg_rec:6,osal_set_ev:6,osal_snv:[14,17,32],osal_snv_read:29,osal_snv_uint16_id:29,osal_snv_writ:29,osal_start_timerex:6,osal_svn:27,osalsnvid_t:29,osalsnvlen_t:29,oscil:15,other:[6,7,9,12,13,14,15,16,17,19,22,23,25,27,28,29,31,35,36,43,44,45,48,49,54,56,65,67,69,72],other_numb:48,otherwis:[41,48,61,64,67,69,70],our:[14,49],out:[1,7,9,14,15,16,17,20,23,25,27,35,38,39,41,42,44,48,49,56,57,59,60,62,64,73],outgo:49,outlin:28,output:[7,10,15,17,38,42,44,46,59],outputmod:49,outputsel:49,outset:27,outsid:43,over:[1,2,4,5,7,10,13,17,19,20,23,25,26,30,40,42,43,44,49,54,56,57,58,59,60,61,67,72],overal:[41,69],overcom:49,overflow:[29,41],overhead:[28,30,41,48,69,71],overlap:[17,44],overload:17,overrid:[27,48,59],overridden:25,overrun:48,oversampl:49,overview:[1,2,4,5,6,7,8,9,10,19,21,23,25,39,40,41,44,46,48,68],overwrit:48,overwritten:48,own:[6,9,17,19,23,25,28,31,35,36,48,49,50,65],p256:[50,58],paa_rel:49,pab_rel:49,pack:[13,56,71],packag:[7,20,21,33,36,44,48,50,59],packet:[9,10,13,14,16,20,22,23,28,30,41,57,67,71],packetid:49,pad:[56,59],page:[7,9,12,13,14,17,27,29,32,44,50,52,53,54,55,56,60,71,72],pair:[2,18,19,21,22,23,42,48,49,58,60],pair_a1:49,pairangl:49,pairmod:17,pane:48,paradigm:71,parallel:36,param:[2,4,5,14,19,27],paramet:[2,7,14,17,18,19,20,21,22,25,28,29,30,31,39,42,45,46,48,49,69,70,73],paramid:23,paramount:69,paramt:20,parent:[25,44],parrai:31,pars:[6,20,25,56,60],part:[9,14,17,19,20,23,25,27,28,29,30,39,40,44,45,48,49,50,53,54,56,58,60],parti:58,partial:[48,69],particip:49,particular:[3,14,19,58,67],partion:54,partit:54,pass:[6,14,16,17,18,19,20,23,25,30,33,35,36,40,42,48,49,60,64,66,67,69],passcod:[2,23],passiv:49,passkei:17,password:17,past:[27,45,59],pasttrig:69,patch:[44,48,49],path:[2,3,4,7,9,14,44,45,49,59,60,67],patten:49,pattern:[49,65],patternsetupdmatransf:49,pattr:19,pattrsp:[5,19,25],payload:[14,19,28,30,31,39,41,49,60,66],pblkcnt:48,pblkfree:48,pblkmax:48,pbuf:[14,29],pcm:73,pdata:[2,4,14,17,35],pdm:[10,71,72],pdmcc26xx:7,pdmcc26xx_hwattr:73,pdmcc26xx_i2s_open:73,pdmcc26xx_metadata:73,pdmcc26xx_param:73,pdmcc26xx_util:7,pdu:[14,17,23,24,28,30,49,67],peak:[36,48,49],pedia:12,peer:[7,12,15,16,17,21,23,30,39,40,49,52,71],pem:[42,59,60],pend:[4,5,14,19,25,34,52,67],per:[12,14,16,18,19,20,25,28,30,41,43,49,51,53,67,71,73],perfect:49,perfectli:14,perform:[2,7,10,12,13,14,15,16,17,18,19,20,25,28,29,30,31,33,39,40,41,43,44,45,46,48,49,50,52,54,55,56,57,58,59,60,62,65,67,69,70,73],period:[6,7,16,23,25,33,49,64,67,69],periodicclock:[7,33],peripher:[0,7,9,12,13,14,15,16,17,19,21,24,27,28,44,45,46,48,61,63,65],peripheral_cfg:24,perman:[27,50,52,55],permiss:19,permit:[19,29,30,48,62],persist:[19,29,40,41,43,48,52,55,56],perspect:[17,28,49],peventparam:20,pevt:[4,25],pfnpasscodecb_t:[2,17],pfnreadattrcb:19,pfnsimpleprofilechang:19,pfntofapplicationcb:49,phase:[12,15,17,23,49,55],phone:[9,15,19],phy:[12,13,22,28,44,49,67,69],physic:[12,22,44],pictur:[48,54,55],pid:48,piec:[22,48],piecewis:49,pin:[12,15,35,44,48,49,50,54,73],pin_config:15,pin_init:[25,48],pin_termin:15,pincc26xx:7,ping:[7,22,24,49],pink:20,pip:59,pktlen:14,place:[6,7,14,19,20,25,26,27,29,31,33,35,38,42,48,49,50,53,54,55],placehold:[19,38,59],placement:[26,27,31,48],plai:16,plan:7,platform:[7,10,15,25,32,48,50,59,60],pleas:[1,2,4,5,7,13,14,19,23,26,27,29,31,40,42,44,45,48,49,50],plen:19,plug:[31,40,43,48],plugin:[12,13],pm_startup_margin:24,pmemalo:48,pmemmax:48,pmemub:48,pmsg:[2,4,5,14,19,20,25,31,35,48,70],pnpipkt:14,point:[3,4,5,7,9,14,17,18,19,23,25,29,31,39,40,42,44,45,48,49,50,53,56,60,62,70],pointer:[4,5,14,18,19,29,31,32,35,36,48,49,51,54,56],polar:49,polici:[12,22,23,48,65,67],policydefault:48,policyfxn:[15,48],policyinitfxn:15,poll:61,pong:49,poor:41,pop:[25,45],pop_opt:48,popul:[43,56,57],port:[1,2,4,5,6,9,12,13,14,15,17,25,43,44,48],port_from_above_step:43,portabl:[9,15],portion:[7,25,44,56,58,69],pos:59,posit:[60,71],possibl:[7,16,17,19,20,25,26,28,29,31,35,41,43,48,49,50,56,60,64,71],post:[6,7,14,25,33,34,35,40,42,49,56,59,65,67,70],potenti:[5,7,18,42,48,50,56,58],pout:15,power:[9,10,14,15,16,19,22,23,25,26,27,29,31,34,44,48,49,50,51,52,57,58,60,65,67,73],power_releaseconstraint:27,power_sav:[14,25,63],power_setconstraint:[25,27],powercc26xx:27,powercc26xx_calibr:15,powercc26xx_config:15,powercc26xx_idle_pd_disallow:25,powercc26xx_need_flash_in_idl:27,powercc26xx_sb_disallow:25,powercc26xx_sb_vims_cache_retain:27,powercc26xx_standbypolici:15,powerdown:25,ppkt:18,ppm:15,practic:48,pragma:[26,48],pre:[14,21,27,29,44,49,62,67,70],preambl:28,prebuilt:44,precis:48,preciserr:48,preclud:65,precompil:24,predefin:[14,15,23,26,27,36,44,45],predetermin:6,predict:73,preempt:[36,65],preemption:[36,65],preemptiv:34,prefer:[19,71],prefil:48,prematur:10,prepar:[19,39,59],prepend:59,preport:[4,5],preprocess:[26,45],preprocessor:[7,15,16,17,24,25,29,30,47,48,63],prerequisit:39,presenc:40,present:[9,14,23,31,44,48,49,50,51,56,59],preserv:[6,65],press:[6,9,17,26,35,43,45,48,61],presum:48,preturnparam:20,preturnparmam:20,prevent:[12,14,17,23,27,28,31,43,44,49,56,63,64,65],previou:[3,7,9,10,14,17,31,41,42,44,46,48,49,60,73],previous:[7,17,19,28,29,48,50,64],primari:[19,41,45,46,50,71],primarili:[13,19,70],primaryheap:48,primaryheapbaseaddr:48,primaryheapendaddr:48,primaryserviceuuid:19,prime:6,primer:[26,27],primit:[14,62,64,65],principl:[44,49,57,60],print:48,prior:[3,7,20,23,28,29,39,60,67],prioriti:[6,12,14,15,22,25,33,35,36,44,48,62,64,65,67],privaci:[7,14,17,19,21,22,24,67,69],privacy_1_2_cfg:24,privat:[12,14,17,21,42,58,59,60],privileg:69,probabl:27,probe:45,problem:[9,10,50,58],proce:[18,33,35],procedur:[3,6,13,14,16,21,22,23,30,39,40,41,42,45,46,48,51,52,57,58,60],procee:45,proceed:[23,45],process:[2,4,5,12,13,14,15,16,17,18,19,20,23,24,27,29,30,33,35,36,38,39,41,42,44,45,48,49,50,51,52,54,56,57,58,59,60,64,65,67,70,71,73],processor:[6,9,10,12,14,20,21,25,29,31,36,43,44,45,48,50,56,61],procur:15,produc:[14,43,44,45,46,48,50,73],product:[3,4,5,7,9,10,17,19,20,21,22,39,42,43,44,47,48,50,56,59],profici:23,profil:[2,6,7,9,10,13,14,18,21,22,25,36,39,40,44,48,52,55,58,67,69,70,72],program:[9,12,14,15,17,25,26,27,31,36,39,41,46,47,48,50,60,62],programm:[9,14,44,48,50,60],programmat:65,progress:41,prohibit:65,project:[1,2,4,5,6,7,10,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,33,34,35,36,38,39,40,42,43,47,50,56,57,59,62],project_init:15,project_zero:9,prompt:48,proof:7,propag:49,proper:[12,14,15,19,23,25,40,42,43,55,59,70],properli:[19,25,28,42,43,48],properti:[3,4,5,19,26,27,31,44,45,48,49,60,71],proport:49,propos:41,proprietari:[22,44,71],protect:[15,17,29,31,39,48,56,57,58],protocol:[6,9,12,13,16,17,18,19,20,21,28,29,31,33,36,39,47,48,50,52,54,55,56,57,59,65,69,71,72,73],prototyp:[4,25],proven:7,provid:[6,9,13,14,17,19,21,22,23,25,30,35,36,38,40,41,43,44,46,48,49,50,55,56,57,59,60,62,64,65,67,71,72,73],proxi:48,pseudo:67,pseudocod:25,psm:24,psyncword:49,pt1rssibuf:49,ptm:[20,21,22,24],ptm_enable_flag:14,pub:59,pubkeyi:59,pubkeyx:59,publicaddr:17,publicaddrtyp:17,pull:[14,15,44],puls:[49,72],purchas:46,pure:20,purpl:[20,41],purpos:[8,12,14,17,19,23,25,27,31,41,44,49,56,58,67],push:[2,4,48],push_opt:48,put:[14,35,49,51,52,67],pvalu:19,pwmtimercc26xx:7,python27:44,python:[44,59,60,72],qfn:15,qualifi:73,qualiti:[71,72,73],queri:[14,23],question:[9,49],queu:[7,13,14,21,40,70,71],queue:[7,10,14,19,25,34,48,64,65,69,70],queue_empti:[25,70],queue_handl:7,queue_struct:7,quick:[13,23,42,43,56],quickli:[9,13,49],radar:49,radio:[14,22,27,49,69,70,72],rais:[25,48,60],raisehook:48,ram:[10,12,14,21,29,32,36,39,40,44,45,46,49,71],ram_bas:27,ram_end:31,ram_end_addr:39,ram_siz:27,ram_start_addr:39,ramvec_s:32,ran:50,rand:17,random:[0,12,17,29,49,67,69],randomli:[17,48],rang:[15,16,17,24,28,29,30,36,41,44,48,49,67],rapid:[7,42],rapidli:7,rare:23,rat:49,rat_gpo4:49,ratch7val:49,ratch:49,rate:[12,19,20,22,28,49,56,71,73],rather:[16,17,46,65],raw:[13,49,56,60,73],rcfg:12,rcosc:[15,44],rcosc_calibr:15,rcosc_calibration_period:15,rcosc_enablecalibr:15,rcosc_lf:15,rcosclf:15,reach:[49,51,67,71],read:[7,9,12,14,20,21,23,27,28,29,30,31,40,42,44,48,51,52,60,64,73],readabl:19,readi:[7,9,14,25,36,38,53,56,64],readm:[23,43,44,49,60],real:[9,12,17,33,34,44,49,65],realiti:[36,49],realiz:[7,25],realli:48,reason:[4,16,18,23,25,38,41,49,50,60],reassembl:30,reboot:[40,50],rebuild:[26,27,42,45,46],rebuilt:[14,45,46],recal:[71,73],recalcul:56,receipt:49,receiv:[4,6,7,9,13,16,17,18,21,23,25,27,28,30,40,41,48,49,56,57,67,69,70,71,72,73],recent:[17,29,50],recept:[49,69],reciev:[4,9],recipi:25,recogn:[23,26],recognit:73,recombin:30,recommend:[1,2,3,4,5,9,15,19,23,24,25,28,29,33,36,38,39,41,42,45,46,50,56,59],recompil:71,reconfigur:[33,64],reconnect:[17,19],reconnectaddr:17,record:[17,23,41,49,67],recoveri:60,recycl:17,red:[19,20,41,42,48,50],redefin:[25,45],redefinit:25,redesign:7,rediscov:23,reduc:[7,12,14,15,16,20,23,27,30,31,36,41,48,56],redund:[12,38,56,69],ref:[4,17,19,29],refer:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],referenc:[19,48,67],reflash:46,reflect:[3,49],reflector:49,refresh:[3,23],regard:[7,15,19,49,62,69],regardless:[27,31,69],regener:23,region:[26,27,29,32,44,48,51,54,56],regist:[4,10,14,17,18,20,21,25,29,30,31,35,41,44,49,65,66,67],registerassertcback:[25,48],registercaus:4,registr:[4,6,14],regular:14,regulatori:[13,19],reject:[16,17,19,40,41,50,69],rel:[9,44,49,69],relai:[19,56],relat:[6,7,9,13,15,16,18,19,22,25,28,29,36,40,44,48,56],relationship:[19,30,57],releas:[1,2,3,4,5,7,9,27,39,43,44,45,46,48,49],relev:[9,19,25,27,44,48,70],reli:[7,15,23,48,56],reliabl:[13,41,60],reloc:[7,29],remain:[1,4,5,7,14,19,23,25,29,40,48,64],remap:25,rememb:27,remot:[9,13,14,28,71],remov:[2,4,5,6,7,14,15,23,24,27,28,38,46,48,49,50,69],renam:[15,45],reorganized_into_auxram:26,repair:23,repeat:[45,56],repetit:[23,49],replac:[2,5,6,7,15,23,59,60],replai:49,repli:49,replug:[42,50],repo:72,report:[4,5,16,18,23,27,41,48,71,72],repres:[3,4,6,16,19,25,28,48,50],represent:[48,50],req:[39,49],request:[7,14,16,17,21,22,23,24,28,30,40,41,43,67,69],requestedpdus:28,requestedtxtim:28,requir:[7,9,12,13,14,15,16,17,19,20,23,24,25,27,29,30,31,39,41,42,43,44,45,46,48,50,52,56,57,58,60,62,63,65,68,70,72],rerun:62,reschedul:[36,69],reserv:[19,25,29,31,32,39,41,48,52,54,60,69],reset:[14,16,19,23,27,29,31,39,42,43,47,48,50,51,52,55,58,60],resetisr:50,resetvectoraddress:29,resid:[7,12,13,20,29,50,52,55,56,60],resiz:31,resolut:[14,23,33,49,73],resolv:[12,14,17,21],resourc:[3,9,10,14,24,25,44,45,64,65,69],respect:[6,9,15,19,20,24,25,28,35,41,44,46,48,58,69],respond:[16,17,19,22,25,28,30,40,41,48],respons:[4,5,12,16,17,18,19,21,25,28,30,40,41,43,44,48,49,50,52,54,55,57,65,66,67,70,73],rest:[9,28,44,49],restart:[18,33,45],restor:31,restrict:[30,41,46,58],result:[7,14,15,25,29,30,36,45,46,48,56,62,64],resum:[48,52,67],ret:19,retain:[27,52],retent:52,retransmiss:[5,19,25,30],retransmit:[4,5,19,25],retri:[41,69],retriev:[23,40,48],reus:[13,48],reusabl:[12,48],revers:[19,60],revert:[50,51,54],review:[1,2,4,5,7,14,19,23,31,43],revis:[13,56],rf4ce:56,rf_cmdsetratcpt:49,rf_cmdsetratoutput:49,rf_eventclientchang:69,rf_eventcmdabort:69,rf_eventcmdcancel:69,rf_eventcmdstop:69,rf_eventlastcmddon:69,rf_eventpreempt:69,rf_eventradioavail:69,rf_fe_differenti:15,rf_fe_int_bia:15,rf_fe_mode_and_bia:[15,24],rf_getcurrenttim:49,rf_open:67,rf_pri_high:69,rf_pri_norm:69,rf_priorityhigh:69,rf_priorityhighest:69,rf_prioritynorm:69,rf_schedulecmd:69,rf_schedulecmdparam:69,rf_singlemod:14,rf_time_crit:69,rf_time_relax:69,rfc_cmd_set_rat_cpt_t:49,rfc_cmd_set_rat_output_t:49,rfc_gpo0:48,rfc_gpo1:48,rfc_gpo3:48,rfc_in_ev4:49,rfi:70,rfprioriti:69,rftimecrit:[67,69],rfu2:56,rfu:56,rich:9,right:[9,13,23,31,48,49],rise:49,risk:[38,48,56],road:9,robust:7,role:[6,9,12,13,14,15,16,17,19,21,24,25,41,44,45,46,49,52,55,66,69,70],rollback:60,rom:[10,12,14,15,17,32,47,50,57,60,62],rom_bas:27,rom_jt:14,rom_siz:[27,32],romnam:62,room:[17,27],root:[7,45,48,60],round:[49,54],rout:[12,15,25,49],routin:[6,17,33,50,65],rov2:48,rov:12,royalti:44,rpa:12,rsp:39,rsptxretri:5,rssi:[20,49],rtc:[12,33],rtl:49,rto:[1,2,4,5,6,9,10,14,15,24,29,32,33,35,36,44,45,46,60,62,63,64,65,69,70],rtos_heapmem:31,rtos_heapos:31,rtos_heaptrack:31,rtos_rom:48,rtosram_s:[31,32],rtsc:[12,62],rudimentari:64,rule:[17,36,39],run:[6,7,9,10,12,14,15,18,20,25,27,28,29,33,35,36,39,41,42,43,44,45,48,50,51,52,55,56,57,58,60,64,65,67,70],run_btool:42,runtim:[6,7,10,12,14,21,24,25,27,31,36,50,58,62],runtimecreatesen:62,rwx:[26,27],rxadd:23,safe:[19,31,35,44,52,64,65],safeguard:38,safest:71,safeti:25,safetodealloc:[4,14,20,25],sai:[45,49],same:[1,2,3,4,5,6,13,14,15,17,19,20,24,27,36,42,43,48,49,51,52,56,58,59,64,69],sampl:[1,2,4,5,7,9,13,14,15,19,23,30,39,40,42,43,44,45,46,48,49,56,57,59,60,61,63,64,71,72],sample1:49,sample_:49,sample_n:49,sane:48,saniti:[48,60],sap:[13,44],satisfi:45,satur:18,save:[3,14,16,23,31,36,44,46,48,61,62,65,67,69,70],sbc_passcode_needed_evt:17,sbcevt_t:35,sbctaskstack:36,sbl:[57,60],sbp:25,sbp_all_ev:[7,14,25],sbp_char_change_evt:[2,7],sbp_conn_evt:4,sbp_conn_evt_end_evt:[7,19,25],sbp_handlenpirxinterceptev:14,sbp_hci_conn_evt_end_evt:[4,25],sbp_icall_evt:7,sbp_passcode_needed_evt:2,sbp_periodic_evt:7,sbp_queue_evt:[7,25],sbp_sendtonpi:14,sbp_state_change_evt:[2,7,25],sbp_task_stack_s:7,sbpevt_t:[2,25],sbptask:7,sbptaskstack:7,sc_host_debug:17,sc_key_change_evt:35,sc_queue_evt:35,sca:15,scalabl:54,scale:49,scan:[7,12,16,18,22,23,43,67,69],scannabl:7,scanner:[9,16,22,23],scanr:18,scanrspdata:18,scenario:[17,18,28,49,65],scevt_t:35,schedul:[25,33,34,36,44,49,65,67,70],scheme:[16,17,49],scientif:[12,22],scmode:17,scope:[19,36,43,45,46,48,73],screen:[7,38,42,46,48],screenshot:[41,43,48],script:[42,44,59,71,72],sdk:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],sdk_install_dir:[9,15,46,48],sdu:30,search:[14,15,40,49,50,51,52],season:9,sec:15,sec_passcode_needed_evt:17,second:[16,19,20,25,49,54,55,64,71,73],secondari:38,secondli:27,section:[1,2,3,4,5,6,7,9,12,14,15,16,17,19,20,22,23,25,26,27,28,29,30,31,32,33,36,39,40,41,42,43,44,45,46,48,49,50,52,54,55,56,58,60,64,65,67,69,72],sector:[29,54],secur:[2,9,10,13,14,16,21,22,24,30,39,40,41,43,44,49,51,52,54,55],secure_cert_length:59,secure_cert_opt:59,secure_conns_cfg:24,secure_fw:[9,60],secure_fw_config:60,secure_fw_erase_flash:60,secure_fw_fw_rollback:60,secure_fw_img:60,secure_fw_lock:60,secure_fw_self_check:60,secure_fw_sfw_magic_word:60,secure_fw_sign_typ:60,secure_fw_verify_alwai:60,secure_fw_verifyimage_ecc:60,secure_sign_typ:59,securityinfoseg_t:56,see:[1,2,3,4,5,6,7,8,9,12,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,40,41,42,43,44,45,46,48,49,50,53,54,56,57,59,60,62,63,64,65,66,67,69,71,73],seek:48,seen:[19,23,25,28,32,35,41,48,49],segement:56,segger:48,segment:[30,39,41,48,58],select:[3,4,5,7,9,14,15,16,19,21,22,24,25,28,31,41,43,44,45,46,48,49,51,52,53,56,62,69,71,73],self:60,selfent:[4,14,19,20,25],sem:[6,7,62,64],semaphor:[25,34,36,62,65],semaphore_construct:62,semaphore_cr:62,semaphore_handl:62,semaphore_param:62,semaphore_params_init:62,semaphore_pend:[36,64],semaphore_post:[6,7,36,64],semaphore_struct:62,sempahore_pend:36,semparam:62,send:[2,4,5,6,7,9,13,16,17,18,19,21,23,25,27,28,30,40,41,42,43,48,49,56,57,67,71,73],sender:[25,49],sens:[48,64],sensit:[15,48],sensor:[10,26,31,33,44],sent:[2,6,13,14,16,17,19,20,23,25,28,30,39,40,41,42,44,48,49,54,67,70,71],sentinel:48,separ:[18,22,28,44,45,46,50,52,56,65,69,70,71],sequenc:[17,35,39,40,48,49,51,52,60,71,73],sequenti:[19,56],seri:[44,48,49],serial:[9,12,14,15,17,21,40,43,54,57],seriou:48,serv:[9,13,19,22,25,41,56,57,60],servapp_num_attr_support:19,server:[1,4,5,7,9,21,23,25,30,41,45,46],servic:[9,13,14,16,21,22,23,24,30,33,39,40,44,45,46,52,55,58,65,69,70,71],session:[41,43,48,67],set:[2,4,6,9,10,14,15,16,17,18,20,21,24,25,27,28,29,30,31,33,35,36,38,39,40,42,44,45,46,48,49,50,51,52,56,60,62,63,64,67,69,70,71,73],set_ccfg_size_and_dis_flags_dis_gpram:27,setparamet:19,setter:40,setup:[13,16,18,39,42,48,49,50,67],seventh:20,sever:[15,16,25,32,48,49,64,65],sfb:[12,60],sfi:[12,60],sfw:10,sha2:[56,60],sha2cc26xx:60,sha:12,shadow:48,shall:[19,40,41,67],shaper:49,share:[7,13,23,24,25,29,31,36,44,48,49,52,58,60,64],shell:19,shift:[12,22,48,49],shorten:71,shortli:17,shot:[7,33,42,48],should:[2,4,6,7,9,13,14,15,16,17,18,19,20,23,24,25,27,28,33,38,39,40,41,42,43,44,45,46,48,49,50,52,54,56,59,60,65,66,67,69,71],show:[9,13,15,16,18,19,20,22,25,28,29,30,31,32,33,35,36,40,41,42,44,45,46,48,56,57,59,64,73],showcas:48,shown:[3,6,7,14,15,17,18,20,22,23,29,33,35,38,41,42,43,44,45,46,48,49,54,56,60,62,64,65],shut:[25,48],side:[12,14,16,17,19,20,24,25,28,30,41,46,48,49,69],sig:19,sign:[17,25,42,49,50,52,56,58,59],signal:[7,14,25,27,35,36,40,48,49,64,73],signatur:[4,12,25,38,39,40,41,43,48,50,51,56,58,60],signel:60,signer:[41,56,59,60],signerinfo:[59,60],signifi:23,signific:[6,49],significantli:[22,26,49],signpayload:60,similar:[6,13,15,19,20,44,45,46,64,65,67,71,72],similarli:[6,49],simpl:[6,9,10,12,14,17,19,21,27,32,41,44,48,49],simple_:[1,7,9],simple_broadcast:[9,14,15],simple_centr:[9,14,18,19,35],simple_central_audio_receiv:72,simple_gatt_profil:[1,2,4,7,19,26],simple_np:[9,13,15,44],simple_observ:[9,14],simple_peripehr:14,simple_peripher:[1,2,3,4,5,6,7,9,14,15,16,19,20,23,25,26,33,36,43,44,45,46,48],simple_peripheral_cc2640r2lp:44,simple_peripheral_cc2640r2lp_app:44,simple_peripheral_cc2640r2lp_app_oad_offchip:44,simple_peripheral_cc2640r2lp_merg:44,simple_peripheral_cc2640r2lp_stack:44,simple_peripheral_cc2650r2lp_app:48,simple_peripheral_clockhandl:6,simple_peripheral_enqueuemsg:6,simple_peripheral_init:[6,16,18,19,25],simple_peripheral_oad_offchip:[9,43],simple_peripheral_oad_onchip:[9,43],simple_peripheral_processgattmsg:19,simple_peripheral_secure_fw:[9,60],simple_peripheral_taskfxn:6,simple_periphr:7,simpleblecentral_bondcb:17,simpleblecentral_enqueuemsg:17,simpleblecentral_init:18,simpleblecentral_pairstatecb:17,simpleblecentral_passcodecb:17,simpleblecentral_processpasscod:17,simpleblecentral_rolecb:18,simplebleperipheral_bondmgrcb:2,simplebleperipheral_charvaluechangecb:19,simplebleperipheral_clockhandl:7,simplebleperipheral_createtask:[4,25],simplebleperipheral_enqueuemsg:[2,25],simplebleperipheral_freeattrsp:[19,25],simplebleperipheral_gaprolecb:[18,25],simplebleperipheral_init:[7,14,25,29],simplebleperipheral_pairstatecb:2,simplebleperipheral_passcodecb:2,simplebleperipheral_performperiodictask:7,simplebleperipheral_processappmsg:[2,4,25],simplebleperipheral_processgattmsg:25,simplebleperipheral_processstackmsg:[4,14,20,25],simplebleperipheral_processstatechangeevt:25,simplebleperipheral_sendattrsp:[4,25],simplebleperipheral_simpleprofilecb:19,simplebleperipheral_statechangecb:25,simplebleperipheral_taskfxn:[4,7,25],simplecentral_enqueuemsg:35,simplecentral_handlekei:35,simplecentral_keychangehandl:35,simplecentral_processappmsg:35,simplegattprofil:19,simplelink:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],simplelink_cc13xx_cc26xx_sdk:46,simplelink_cc2640r2_sdk_1_00_00_2:1,simplelink_cc2640r2_sdk_1_30_00_25:2,simplelink_cc2640r2_sdk_1_50_00_58:4,simplelink_cc2640r2_sdk_install_dir:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],simplelink_cc2640r2_sdk_m_mm_pp_bb:9,simplelink_cc2640r2_sdk_x_xx_xx_xx:44,simplelink_cc2640r2_src_sdk:3,simplelink_core_sdk_install_dir:3,simplelink_sdk:72,simplelinkacademi:44,simplenp:13,simpleperipheral_clockhandl:33,simpleperipheral_connevtcb:[4,5],simpleperipheral_createtask:4,simpleperipheral_disablecach:27,simpleperipheral_enablecach:27,simpleperipheral_enqueuemsg:4,simpleperipheral_freeattrsp:5,simpleperipheral_performperiodictask:33,simpleperipheral_processconnevt:[4,5],simpleperipheral_processgattmsg:[4,5],simpleperipheral_processstackmsg:4,simpleperipheral_registerttoallconnectionev:4,simpleperipheral_sendattrsp:[4,5],simpleperipheral_taskfxn:29,simpleperipheral_unregisterttoallconnectionev:[4,5],simpleprofile_addservic:19,simpleprofile_appcb:19,simpleprofile_authorizationcb:19,simpleprofile_char1:19,simpleprofile_char2:19,simpleprofile_char3:19,simpleprofile_char4:19,simpleprofile_char5:19,simpleprofile_char5_len:19,simpleprofile_char5_uuid:19,simpleprofile_readattrcb:19,simpleprofile_registerappcb:19,simpleprofile_setparamet:19,simpleprofile_writeattrcb:19,simpleprofileattrtbl:19,simpleprofilecb:19,simpleprofilecbs_t:19,simpleprofilechacteristic4:19,simpleprofilechange_t:19,simpleprofilechar1:19,simpleprofilechar1prop:19,simpleprofilechar1uuid:19,simpleprofilechar3:19,simpleprofilechar4:19,simpleprofilechar4config:19,simpleprofilechar5:19,simpleprofilechar5uuid:19,simpleprofilecharacteristic1:19,simpleprofilecharacteristic4:19,simpleprofileservic:19,simpleprofileservuuid:19,simplest:44,simpli:[14,15,25,42,48,49,50,64],simplifi:[9,15,23,44,49,71],simplist:54,simultan:[14,16,18,24,46,48],sinc:[2,3,4,13,15,17,23,31,40,41,44,49,58,60,67,69,71],sine:49,singl:[2,6,9,15,18,22,29,30,31,36,41,44,49,50,56,58,59,64],sit:[22,30,44,67,70],site:48,situat:[23,48],six:16,sixth:20,size:[7,14,15,17,18,19,23,24,25,26,27,28,30,31,32,36,39,40,45,46,49,53,54,55,56,58,60,71],sizeof:[2,14,17,18,19,23,29,31,35,48],skip:[16,17,48],slave:[7,9,14,16,17,18,22,24,28,30,49],sleep:[15,25,27,52,63],slightli:[27,48,49],slope:49,slot:49,slow:42,slower:[16,26],small:[14,22,27,49,50,55],smaller:15,smart:[9,15,16,19,63],smartphon:17,smartrf:[44,60],sniff:49,sniffer:[17,19,23,41],snippet:[9,17,18,19,25,31,48,49,59,64],snp:[0,12,13,44],snv:[12,14,21,23,27,29,32,44],snv_id_app:29,soc:[13,44],soft:52,softwar:[6,8,9,12,13,17,19,22,25,34,35,39,40,43,45,47,48,49,71,73],software_v:42,solut:[13,14,38,39,40,41,46,47,48,49,58,72,73],some:[9,13,14,16,17,18,19,20,23,24,25,27,31,32,40,42,44,48,49,60,62,65,67],somehow:49,someon:48,someth:[19,49],sometim:[19,27,48,49],somewhat:26,somewher:[20,48],sound:72,sourc:[6,7,9,13,14,15,17,19,22,25,39,46,48,49,58,60,67],sp_periodic_evt:33,sp_periodic_evt_period:33,space:[2,14,15,17,18,19,25,27,29,31,35,48,49,54,60,65,70],spatial:49,special:[9,49],specif:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,21,22,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],specifi:[15,16,19,22,23,30,45,46,48,59,60,64,67],spectrum:73,speed:[27,48,49],spend:[27,36,65],spi:[13,14,15,20,22,25,44,48,54,57,61,63],spin:[7,48],spinlock:48,split:[10,19,29,30,39,45,46,48,56,59],sram:[26,27,44],src:[7,14,25],src_ble_dir:3,srk:17,stabil:15,stabl:50,stack:[8,9,11,12,13,15,16,17,18,19,20,26,27,28,29,30,32,33,34,35,36,37,38,39,40,42,43,47,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,69,70,71,72,73],stack_end:31,stack_librari:[14,44,45,48,56],stack_siz:31,stack_start:31,stack_top:31,stackbas:48,stackheap:31,stacklibrari:31,stackpeak:48,stacksiz:[36,48],stage:46,stai:[16,63,67],stamp:48,stand:[40,61,67],standalon:[13,49],standard:[0,12,13,21,22,23,36,46,49,56,65,71],standbi:[16,22,25,27,31,60,69],standpoint:19,start:[1,2,4,5,6,7,10,12,13,14,15,16,17,18,19,20,23,24,25,27,29,32,33,36,38,39,40,42,43,44,45,46,48,49,50,52,60,67,69,71],start_advertising_evt:[18,64],start_conn_update_evt:64,start_device_evt:6,starttrigg:69,startup:[6,12,15,29,50,51,52,56,57,60,65],startup_fil:27,starv:48,stat:[23,48],state:[2,14,16,17,18,19,20,22,25,28,31,33,35,36,39,45,46,50,51,64,69,70,71],stateflag:17,statement:[14,23,25,48],statist:49,statu:[4,5,14,18,19,20,25,29,39,40,42,48,49,51,52,60,66],std:36,stead:27,steadi:51,step:[7,9,14,15,17,18,19,20,26,27,28,30,33,35,37,38,39,40,42,43,44,45,46,48,50,52,56,58,59,62,63,73],still:[3,9,17,23,27,44,48,49,50,56],stimulu:[25,48],stop:[27,33,48,49,60,67,71],storag:[10,12,14,17,21,27,32,39,54],store:[6,7,14,17,19,20,23,26,27,29,31,36,38,41,48,49,52,54,56,58,60,62,64],str:48,straight:[14,38,43,49],strcture:56,stream:[27,48,71,72,73],strength:17,stress:48,strictli:69,string:[9,19],struct:[17,19,20,23,48,49,56,69],structev:64,structsem:62,structur:[1,2,4,5,6,7,13,15,17,19,24,25,39,40,45,46,47,48,53,56,59,62,65,66,70],studio:[7,9,12,44,47,50,61],style:59,sub:[9,22,56],subcas:48,subcaus:48,subcompon:70,subdirectori:44,subexpress:48,subject:65,subroutin:36,subsect:15,subsequ:[17,19,23,25,30,40,43,50],subset:20,substanti:15,substitut:8,substr:48,subsystem:13,subtract:49,subtyp:23,subview:48,succe:[17,19],succeed:[41,51,52],success:[2,4,5,16,17,19,20,23,25,29,40,41,42,45,50,51,56,60,69],successful:42,successfulli:[18,19,29,30,40,41,42,48,60,69,71],suffici:[41,55,73],suggest:[9,15,23,28,49,50,65],suit:[48,58],suitabl:[12,54,56,58],sum:48,summar:[9,17],summari:[16,18,40,44,48,50,52],supervis:[16,17],suppli:[1,2,4,5,7,15,24,25,48,64,67],support:[10,12,13,14,15,17,18,19,20,22,24,28,30,31,32,36,40,43,44,47,52,56,57,58,59,60,65,67,69,71,72],supportsprior:62,suppport:31,supress:27,sure:[2,4,5,13,14,15,20,26,27,38,42,43,48,49,52,59],suspect:48,suspend:36,suspens:67,svc:40,sw0:49,sw1:49,sw2:49,sw2n:49,swd:48,swi:[12,15,29,31,33,34,35,36,48,62,64,70],swienabl:62,swifxn:64,swra466:57,swra478:[16,27,63],swra499:15,swra530:20,symbol:[10,12,15,16,17,23,24,25,26,27,29,30,31,44,47,60,63],symmetr:[12,60],symptom:50,sync:[13,23,43,49],syncev:[7,14,25,35,70],synchandl:25,synchron:[6,7,10,14,34,44,48,49,65],syncron:49,syncword:49,syntax:[27,59],sysbio:[7,27,31,33,36,44,48,62],sysmem:27,system:[6,8,9,10,12,13,14,18,21,22,24,25,29,30,32,33,34,36,38,39,40,49,50,52,54,55,56,58,59,62,63,64,65,68,69,71],system_abort:[23,62],system_printf:[62,64],tab:[3,23,42,46],tabl:[9,12,13,14,15,17,20,21,24,32,41,44,45,46,47,48,50,53,54,56,60,68,72],tailor:34,take:[2,4,5,9,12,14,17,19,23,25,28,30,35,39,48,49,50,51,52,54,57,58,67,71],taken:[15,19,23,28,33,35,42,48,59],talk:58,tap:12,target:[1,2,4,5,12,15,24,25,39,40,41,42,44,46,48,49,50,53,54,55,56,57,58],task0:36,task:[1,2,4,6,7,9,10,12,13,16,17,19,20,21,22,24,29,30,31,33,34,35,40,62,64,67,69,70],task_construct:36,task_param:36,task_params_init:36,task_prior:36,task_sleep:36,task_stack_s:36,task_struct:[7,36,48],tasken:62,taskev:25,taskfunct:36,taskfxn:[48,64],taskid:19,taskparam:36,tbm_active_items_onli:14,tck:50,teach:9,teal:41,tech:[41,56],technic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],techniqu:[9,44,49],technolog:[13,22,39,72],tell:[14,56],temperatur:15,tempor:49,temporari:[27,29,50],temporarili:[27,31,65],tend:[48,69],tenth:20,term:[10,17,19,23,30,36,39,40,52,57,65],termin:[18,19,21,23,28,36,38,42,43,48],terminolog:[21,28],test:[9,12,19,20,21,22,43,48,67],tester:[13,14],texa:[12,46,48,57,60],text:[9,43,48,51,52],tgap_filter_adv_report:18,tgap_gen_disc_adv_int_max:16,tgap_gen_disc_adv_int_min:16,tgap_lim_disc_adv_int_max:16,tgap_lim_disc_adv_int_min:16,tgap_private_addr_int:23,tgl:49,than:[4,14,15,16,17,19,22,23,25,26,29,30,36,41,45,46,48,49,50,52,56,60,65,69,73],thank:48,thei:[2,6,13,14,17,19,22,23,25,26,33,43,44,48,56,57,59,60,63,64,65,67,69,71],them:[6,13,14,15,25,40,41,44,48,49,57,59,65,66],themselv:64,theori:[10,57,60],therefor:[5,9,17,18,20,35,40,48,49,64,65],thi:[1,2,3,4,5,6,7,8,9,12,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,39,40,41,42,43,44,45,46,48,49,50,51,52,54,55,56,57,59,60,61,62,64,65,67,69,71,72,73],thin:20,thing:[27,49],third:[17,20],thorough:23,thoroughli:[31,58],those:[1,2,4,5,7,20,25,65,67],though:[19,30,48,60],thoughput:71,thought:19,thread:[7,10,12,14,34,35,36,40,44,48,50,56,70],three:[15,18,19,31,41,48,49,73],through:[6,9,12,13,14,16,17,18,19,20,22,24,25,40,43,44,48,50,51,53,56,65,67,69,70],throughout:[9,17,23,41,64,65],throughput:[16,27,28,41,72],thu:[17,19,20,28,48,49,56,71],tick:[33,49,62,64],tickperiod:[33,64],ticksourc:62,ticksource_tim:62,tickvari:49,tidesign:9,tidriv:69,tied:14,tightli:50,time:[4,6,7,9,10,12,13,14,15,16,17,21,22,23,25,27,28,29,31,33,34,36,41,44,50,53,56,58,61,62,64,65,67,71],timeapp:14,timeout:[17,23,25,41,49,64],timeoutintick:64,timer:[33,40,48,49,63,67,70],timerenableword:49,timestamp:[39,41,49,53,60],tip:[14,15,31,40,48],tirto:[46,48],tlv:[12,60],tmp:31,tnen:49,tof:9,tof_burststat:49,tof_handl:49,tof_ininti:49,tof_initi:9,tof_max_num_freq:49,tof_pass:9,tof_respond:9,tof_run:49,tof_struct:49,tofburstresult:49,tofcc26xx_getburststat:49,tofcc26xx_open:49,tofcc26xx_run:49,tofendtim:49,tofhandl:49,tofparam:49,tofrol:49,tofstruct:49,togeth:[9,19,56,69],toggl:[14,48,49,50],told:27,toler:50,tone:49,too:[6,23,41,48],took:48,tool:[3,7,9,10,14,15,17,24,34,36,38,39,42,43,44,45,46,48,50,56,57,58,60,61,62],toolbar:[3,48],toolbox:10,toolchain:[44,45,46,48,50,56],tools_ble_dir:3,toolset:12,top:[6,15,22,30,31,46,48,49],topic:[6,23],topolog:[22,36,39,43],total:[15,25,48,56,67,71],totalfrees:48,totals:48,toward:48,tpiu:48,trace:48,track:[9,23,48,49,56,64],trade:[13,16,29,58],tradeoff:[31,48,71],traffic:17,train:[9,47,48],transact:[19,30,49],transceiv:44,transfer:[1,2,4,5,7,12,14,17,19,30,39,41,49,50,56,57,59,71],transit:[28,40,49,64,67],translat:[14,25,44,49,69],transmiss:[14,19,21,28,49,71],transmit:[14,16,19,22,25,28,30,41,48,49,71,72],transmitt:[49,71],transpar:[6,30],transport:[12,20,21,24,30,44,48,54,56,57,58,71],trap:[25,48],travel:49,treat:[6,19,58,69],tree:[3,23],tri:[19,41,50],triangul:49,trig:48,trigger:[33,40,42,49,50,64,65,66,71],trigonometri:49,trilater:49,trim:[38,39],trip:49,trng:[0,15],troubleshoot:[9,15],truncat:30,trust:[23,39,40,52,58],tune:[15,50],turn:[48,49],tweak:71,twelfth:20,twice:[17,45],two:[1,2,4,5,6,7,13,14,16,17,19,20,22,23,25,27,28,29,30,32,41,44,45,48,49,52,54,55,56,57,58,62,64,67,69,71],txadd:23,txpowert:15,txpwrval_t:15,txt:59,type:[7,12,17,19,20,21,29,39,40,42,44,45,46,48,49,50,52,54,58,60,67,73],typedef:[4,17,19,20,48,49],typic:[14,19,23,36,48,49,62,64,67,71,73],uarg:[7,14,25,29,33,36,64,70],uart:[13,14,20,22,27,43,44,48,57,63],uart_read:27,uart_writ:27,uartcc26xx:7,ub_:2,ub_bcast_state_wait:67,ub_getparamet:67,ub_param_dflt_advchanmap:67,ub_param_dflt_advinterv:67,ub_param_dflt_monitor_access_addr:67,ub_param_dflt_monitor_chan:67,ub_param_dflt_monitor_dur:67,ub_param_dflt_monitor_handl:67,ub_param_dflt_monitor_start_tim:67,ub_param_dflt_timetoadv:67,ub_setparamet:67,ub_uble_setparam:69,ubbdaddr:67,ubl:[0,2,67],uble_:2,ublestack_eventproxi:70,ubparam:67,ubs_evt_adv_prepar:67,udma0_bas:49,udma_arb_1:49,udma_chan_dma_prog:49,udma_chan_timer0_a:49,udma_dst_inc_non:49,udma_mode_bas:49,udma_pri_select:49,udma_size_32:49,udma_src_inc_32:49,udma_src_inc_non:49,udmacc26xx_open:49,udmachannelcontrolset:49,udmachannelen:49,udmachanneltransferset:49,udmahandl:49,ueb_all_ev:70,ueb_evt_microstack:70,ueb_queue_evt:70,uebevt_t:70,ug_bcast_state_advertis:67,ug_bcast_state_idl:67,ug_bcast_state_initi:67,ug_bcast_state_suspend:67,ug_bcast_state_wait:67,ug_bcastresum:67,ug_bcaststart:67,ug_bcaststop:67,ug_bcastsuspend:67,ug_monitor_state_idl:67,ug_monitor_state_initi:67,ug_monitor_state_monitor:67,ugap:[0,66,67,69,70],ugb_evt_adv_postprocess:67,ugb_evt_state_chang:67,ugbdutyofftim:67,ugbdutyontim:67,ugbnumadvev:67,ugm_evt_monitor_complet:67,ugm_evt_monitor_ind:67,ugm_evt_state_chang:67,uia:48,uiinput:[2,17],uint16:[17,19,20,29],uint16_t:[2,7,14,16,17,18,20,25,28,49],uint32:[25,70],uint32_t:[2,4,7,17,25,48,49,64],uint8:[14,17,19,20,25,29,35],uint8_t:[2,4,5,14,17,18,19,20,23,25,31,35,36,48,49,73],uint:25,uint_least16_t:[27,31],uintptr_t:48,uioutput:[2,17],ul_getparam:67,ul_setparam:67,ul_state_advertis:67,ul_state_monitor:67,ul_state_standbi:67,ull:[67,69,70],unabl:[19,23,25,48,52],unauthent:17,unavail:[6,48,64,69],unblock:[25,33,35,36],uncheck:45,unclear:48,uncom:19,unconnect:16,undefin:[17,25,63],under:[5,13,14,15,26,27,28,31,45,48,49,50,62,71],underlai:7,underli:[7,25,31,35,58],understand:[9,22,23,25,28,40,48,50,64],understood:23,undesir:[23,48],undetect:56,undirect:67,unexpect:48,unexplain:48,unfavor:16,unidirect:35,unidirection:41,unifi:[7,12,13,25,44],uniflash:[17,38,43],uniniti:[12,31],uniqu:[6,15,18,19,25,49,56,60],unit:[12,16,19,21,28,48,62,67],univers:19,unknown:[25,30],unless:[36,48,49,67,69],unlicens:22,unlik:[6,46,65],unlink:14,unmodifi:14,unnecessari:19,unpack:13,unpi:[12,44],unplug:[42,43,50],unrecover:48,unregist:4,unrel:60,unsecur:[38,43,50,51,52,58],unsent:5,unset:[48,52],unsign:50,until:[6,19,25,30,35,40,42,52,64,65,71],untrust:[23,58],unus:[29,56],unwant:[12,50],updat:[1,2,3,4,5,7,12,19,21,23,24,25,29,30,39,40,41,42,44,45,48,50,51,52,55,56,57,58,60,67],upgrad:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],upon:[14,16,17,18,19,23,25,30,33,60],upper:[20,22,30,39],upward:48,urfi:[67,70],usabl:[14,29],usag:[7,10,16,18,21,22,23,24,28,36,44,60,71],usb:[22,43,48],uscif:48,use:[1,2,3,4,5,6,7,8,9,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,33,36,38,39,40,41,42,43,44,45,46,48,49,52,54,55,56,59,60,62,63,64,65,69,71,73],use_core_sdk:2,use_ical:[14,70],use_rcosc:15,useag:71,usec:49,used:[3,5,6,7,9,12,13,14,15,16,17,19,20,23,25,27,28,29,30,31,35,38,40,41,42,43,44,45,46,48,49,50,52,53,54,56,57,58,59,60,63,64,65,67,69,70,71,73],useful:[42,44,48,56,64],usemodul:[31,48,62],user0cfg:[24,48],user:[1,2,4,5,7,9,15,17,19,23,24,25,27,31,32,33,35,36,39,40,41,43,44,45,48,49,52,53,54,55,56,57,58,60,62,64,71,73],uses:[1,2,4,5,6,7,9,12,13,14,15,16,17,19,23,25,27,28,30,31,35,41,42,44,48,49,50,58,60,73],using:[1,2,3,6,7,9,13,14,15,16,17,18,19,20,21,22,23,24,25,27,29,30,31,32,33,36,38,39,40,41,43,44,45,46,48,49,50,51,54,55,56,57,58,59,60,62,63,64,65,67,69,71,72,73],usual:[12,17,19,25,27,48],util:[0,1,2,3,4,5,14,19,21,25,32,33,35,38,48,64,69,70,73],util_constructclock:[6,33],util_constructqueu:35,util_dequeuemsg:[25,35,70],util_enqueuemsg:[25,35],util_isact:33,util_queue_event_id:[7,25,35],util_rescheduleclock:33,util_restartclock:33,util_startclock:[7,33],util_stopclock:33,uuid:[19,41,71],v12:49,v13:49,v23:49,v41_ctrl_cfg:[19,24],val:48,valid:[9,15,23,24,28,29,31,38,39,41,48,49,50,51,52,55,58,60,62],valu:[12,14,15,16,17,18,20,21,23,24,25,28,31,39,48,49,50,51,52,59,60,62,64,67,73],vari:[15,17,41,49],variabl:[3,7,9,10,12,17,23,25,26,29,31,32,36,44,45,46,54,56,60,62,67],varianc:49,variant:[12,23,45,46],variat:15,varieti:9,variou:[9,14,15,17,19,22,24,25,28,29,31,41,43,44,45,46,48,56,62,65,66,67,72],varnam:48,vec:32,vector:[21,32,50,51,54,56,60,62,65],vectortableaddress:31,vehicl:71,vendor:[9,13,14,19,21,22,28],verbos:[46,48],veri:[7,27,48,49],verif:[17,19,39,41,43,50,51,58,60],verifi:[9,12,14,15,20,23,27,30,38,40,42,43,44,45,50,51,52,56,58,60],versatil:12,version:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],versus_avg:49,vertic:49,via:[9,12,13,14,18,23,25,28,31,33,35,38,39,41,43,44,48,50,54,56,59,64,71,72],vid:48,video:48,view:[9,12,27,40,45,46,70],viewabl:48,viewer:10,vigor:48,vim:[12,27],vims_bas:27,vims_mode_dis:27,vims_mode_en:27,vimsconfigur:27,vimsmodesafeset:27,vimsmodeset:27,violat:[14,19,40,48],virtual:14,visibl:[19,46],visit:[44,49],visual:[3,19,23],vogp:72,vohogp:72,voic:[10,48],vol3:23,vol:[17,19,20,23,28,30],volatil:[12,17,32,41,48,49],volum:20,vtabl:27,vtable_ram:27,vtor:[29,31],vulner:17,wai:[1,2,3,4,5,6,7,14,17,19,23,27,28,31,40,42,48,50,56,71],wait:[7,14,17,18,25,31,40,41,42,48,49,64,65,70],wake:[7,12,16,24,25,49,61],want:[2,13,14,17,19,23,26,27,41,46,49],warn:[27,42],wast:[7,61],watch:10,watchdogcc26xx:7,watchpoint:10,watermark:48,wave:49,waveform:73,wcsp:15,web:9,webpag:[9,45],well:[12,14,15,19,20,25,28,29,31,36,43,44,48,49,64,67,69,71],were:[1,2,4,5,6,7,17,20,23,42,71],what:[4,5,14,17,19,20,26,27,28,32,45,48,49,50,56,58,64,69,73],when:[6,7,9,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,33,35,36,39,40,41,42,44,46,48,49,50,52,54,55,56,58,59,60,63,64,65,67,69,70,71,73],whenev:[19,31,48,62],where:[6,13,14,16,17,18,19,22,25,29,31,33,35,36,44,45,46,48,49,50,52,56,58,59,60,64,65,67,69,71,73],wherea:[14,44,71,73],whether:[4,9,16,17,18,19,23,27,40,41,42,48,50,56,58,60,64],which:[5,6,9,12,14,15,16,17,18,19,20,23,25,27,29,30,31,33,36,38,40,43,44,45,46,48,49,50,51,52,53,56,58,59,60,61,62,65,67,69,70,71,73],whichev:64,white:[12,19],whitelist:67,whiten:49,whitespac:45,who:[9,13,19,23],whole:[45,46],whose:[12,19,65],why:50,wide:19,wiki:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],wilink8:13,window:[3,9,16,23,42,43,45,48,59,71],wire:[54,73],wireless:[8,9,12,15,20,21,22,33,39,41,45,57,65,72],wirelessli:19,wise:70,wish:[4,5,23,39,40],within:[6,9,14,15,19,20,24,25,28,29,31,33,35,36,43,44,46,48,49,50,53,56,59,61,62,64,65,69,71,73],without:[7,9,13,15,16,17,19,22,23,27,41,46,48,49,50,51,56,67],won:67,word:[6,14,17,25,28,48,49,51,52,56,59],work:[3,9,13,14,15,20,23,27,30,31,35,43,45,47,48,50,59,60,73],workaround:[45,46,48,50],workbench:[3,7,9,44,46],workflow:9,workplac:45,workshop:[9,48],workspac:[4,5,14,15,25,43,45,48,62],worri:40,worst:[7,18,28],would:[17,19,27,41,48,50,56,60,61,64,70],wrap:[31,71],writabl:19,write:[7,21,25,28,29,39,40,42,48,49,52,71],writeabl:19,writebuff:48,writetoaddress:48,written:[9,19,29,41,48,58,59,60],wrong:48,wrote:48,www:[9,44],xdc:[3,10,14,31,36,62],xdc_cg_root:3,xdc_runtime_assert:14,xdc_runtime_assert_disable_al:14,xdc_runtime_log:14,xdc_runtime_log_disable_al:14,xdcroot:3,xdctool:[3,9,62],xds100:48,xds100serial:48,xds100v3:48,xds110:[14,43,45,50],xds:50,xdsdfu:48,xem3:48,xim:49,xml:13,xor:49,xpower_sav:14,xre:49,xx_stack_librari:45,xxxx:71,year:13,yellow:[19,20],yes:17,yet:[19,49,52,56],yield:[12,25,44],yim:49,you:[2,4,5,6,7,9,12,13,14,15,17,23,26,27,33,38,41,42,43,44,45,46,48,49,50,58,59,61,62],your:[1,2,4,5,7,9,13,14,15,18,20,23,26,27,31,33,43,44,45,46,48,49,58,62],yourfunct:48,yourself:23,yre:49,zero:[4,5,10,12,16,23,48,49,65],zigbe:56,zim:49,zre:49},titles:["API References","BLE-Stack 3.00.00 to BLE-Stack 3.00.01","BLE-Stack 3.00.01 to BLE-Stack 3.01.00","BLE-Stack 3.01.00 to BLE-Stack 3.01.01","BLE-Stack 3.01.01 to BLE-Stack 3.02.00","BLE-Stack 3.02.00 to BLE-Stack 3.02.01","CC254x to CC2640","CC2640 to CC2640R2F","Disclaimer","Getting Started","BLE-Stack User\u2019s Guide","Migration Guides","Terms and Definitions","Developing A Custom BLE Network Processor application","Defining Application Behavior","TI Provided Board Files","Generic Access Profile (GAP)","GAP Bond Manager and LE Secure Connections","GAPRole Task","Generic Attribute Profile (GATT)","Host Controller Interface (HCI)","Developing a Bluetooth Low Energy Application","Overview","Privacy","Stack Configurations","The Application","Using the AUX RAM as RAM","Using the Cache as RAM","LE Data Length Extension (DLE)","Flash","Logical Link Control and Adaptation Layer Protocol (L2CAP)","RAM","Memory Map","Clocks","TI-RTOS (RTOS Kernel) Overview","Queues","Tasks","Adding BLE OAD to an Existing Project","Creating a Production Image","Over-the-Air Download (OAD)","OAD Application","BLE-Stack OAD Profile","Performing a BLE OAD","Setting up the BLE OAD Environment","Architecture","Developing with CCS","Developing with IAR","The CC2640R2 SDK Platform","Debugging","Localization Toolbox","Boot Image Manager (BIM)","BIM for Off-Chip OAD","BIM for On-Chip OAD (Split Image)","OAD External Flash Image Header","Flash Layout for Off-Chip OAD","Flash Layout for On-Chip OAD","OAD Image Header","Introduction","OAD Storage & Security","OAD Image Tool","Secure Firmware (SFW)","Sensor Controller","Kernel Configuration","Power Management","Thread Synchronization","Threading Modules","External Interface","Functional Description","Micro BLE Stack","Overview","System Architecture","Voice over BLE","Creating a Voice Enabled Application","PDM Voice"],titleterms:{"0xffc0":41,"0xffc1":41,"0xffc2":41,"0xffc5":41,"0xffd0":41,"0xffd1":41,"abstract":[16,19],"char":41,"default":[28,38],"function":[7,19,25,33,35,36,48,60,67,69],"import":[45,46,48],"new":[42,59],"public":23,"return":41,"static":23,"switch":[40,49,52],Adding:[37,48,60],CCS:[3,7,45,48],GGS:19,I2S:73,The:[21,25,47,48],Using:[14,15,17,19,20,23,25,26,27,29,48],With:[6,17,44,48],XDS:48,__exit:48,_stack_librari:44,abort:48,access:[16,45,46,48],acronym:12,adapt:30,add:[14,19],addit:[7,14,19,45,53],address:[23,56],adpcm:73,advertis:[14,67],air:[12,39,41],align:7,all:41,alloc:[19,25,31,48],angl:49,antenna:49,aoa:49,api:[0,14,31,66],app:7,applic:[3,6,7,13,14,19,20,21,23,25,28,40,44,48,49,50,52,60,67,72],architectur:[25,40,44,50,60,70],argument:[52,59],arm:[44,45],arriv:49,assert:48,assumpt:60,attribut:19,authent:19,author:19,auto:48,aux:[26,31],avail:[9,44,45,46],base:30,basic:22,behavior:[14,28],benefit:7,bim:[38,50,51,52,56],binari:44,bio:48,ble:[0,1,2,3,4,5,7,9,10,13,14,23,25,37,41,42,43,44,45,46,68,71],block:[40,41],bluetooth:[12,14,21,22,24,49],board:[15,21],bond:[17,41],boot:50,bootload:[44,60],boundari:[7,56],breakpoint:48,bring:15,broadcast:[7,67],browser:48,btool:[23,42,43],build:[7,19,44,45,46,60],cach:[27,31],calibr:49,callback:[19,25,66],cancel:41,caus:48,cc254x:6,cc2640:[6,7],cc2640r2:[9,44,45,46,47],cc2640r2f:7,ccfg:29,central:18,cert:60,certif:56,chang:38,channel:30,characterist:[19,41],check:48,chip:[51,52,54,55],client:19,clock:33,cmd:41,coc:30,code:[45,60],collect:49,command:[14,20,41],common:48,comparison:[17,58],compens:49,compil:[14,45,46],complet:40,compos:45,compress:73,configur:[7,14,15,16,19,24,27,29,30,31,44,45,46,48,60,62],connect:[16,17,30,43,48,69],consider:[16,28,48,69],constraint:[54,55,60,69],construct:62,contigu:56,control:[12,20,23,30,41,60,61],convert:49,core:[23,44,56],cortex:44,count:41,covert:44,cpu:48,crc:56,creat:[14,15,21,38,62,72],credit:30,critic:69,crystal:15,custom:[13,15,21,29],data:[28,49,71],debug:48,debugg:48,deciph:48,declar:19,decod:48,defin:14,definit:[12,19,28],demo:9,demonstr:23,descript:[41,52,53,56,60,67],design:48,determin:48,develop:[9,13,21,45,46],devic:[15,23,40,41,50],diagram:40,differ:[17,49],direct:14,directli:19,directori:44,disabl:[17,28,41],disclaim:8,discov:45,distributor:43,dle:28,download:[12,39,45,46],driver:[0,6,46,49,73],dual:69,dynam:[27,31,48],each:48,effect:16,element:60,embed:59,enabl:[14,17,41,72],end:[15,56],energi:[12,14,21,22,24],enhanc:9,entri:[17,56],environ:43,eras:41,error:[48,60],event:[6,7,19,20,25,64,69],exampl:[9,13,17,25,30,33,35,44],except:48,exchang:23,execut:52,exist:37,exit:48,explan:48,explicitli:14,explor:45,extens:28,extern:[48,53,54,66],failur:60,featur:[7,23,24],field:53,file:[15,44,48],find:48,firmwar:[12,60],flash:[29,43,44,48,53,54,55],flight:49,flow:[30,49,60],folder:44,format:49,forward:14,frame:71,from:[7,14,19,59],front:15,gap:[16,17,19,23,67],gapbondmgr:17,gaprol:18,gatt:[14,19,71],gattservapp:19,gener:[12,16,19,23,30,42,59],get:[9,19,41,59],gpram:27,guid:[7,10,11],hal:48,halt:50,handl:48,hardwar:[15,44,48,65],hci:[7,14,20,48],header:[53,56],heap:[25,31,48],heapmem:31,help:59,hex:44,hib:50,hid:71,hierarchi:44,host:[13,20,23],host_test:43,hwi:65,iar:[3,46,48],ical:[6,7,14,25,48],icall_stack0_addr:56,ident:23,identif:56,identifi:41,idl:65,ima:73,imag:[7,38,40,41,42,43,44,50,52,53,55,56,59,60],implement:[19,49],improv:[7,25],increas:17,index:10,inform:[23,56],initi:[15,25,36,49,64,67],instal:[9,45,46],instead:7,instruct:[3,7],integr:[49,60],interfac:[13,20,48,66],interleav:49,intern:[44,54,55],interoper:28,interrupt:65,intertask:25,interv:16,introduct:[6,7,22,25,57],issu:48,just:17,kei:[38,42,59,60],kernel:[34,62],khz:15,l2cap:30,larger:30,latenc:71,launchpad:7,layer:[14,16,19,30,67],layout:[54,55],learn:9,legaci:28,length:[28,56],lesc:17,less:15,level:15,librari:[7,44],limit:[16,17,23,69],link:[30,67],linker:[45,46],list:[23,60],lite:25,load:[38,48],loader_exit:48,local:49,locat:50,logic:30,low:[12,14,21,22,24],lower:56,machin:40,magic:60,main:25,manag:[17,21,23,25,50,63,67],map:[32,48],maximum:30,memori:[14,19,21,31,32,48,54,55],messag:[25,41],metadata:[60,73],method:17,micro:[0,2,7,67,68],middlewar:15,migrat:11,miscellan:60,mode:[14,15,30,69],modifi:[14,42],modifii:71,modul:[7,19,25,40,65],monitor:[67,69],mtu:30,multipl:16,network:[0,13],non:23,npi:[13,14],number:[17,48],numer:17,oad:[7,12,37,38,39,40,41,42,43,51,52,53,54,55,56,57,58,59],object:48,off:[51,54],open:46,oper:49,optim:[14,48],option:14,orient:30,osal:[6,48],osal_snv:29,output:[48,73],over:[12,39,41,71],overflow:48,overview:[22,34,50,56,57,60,69],packag:15,packet:49,pair:17,pane:46,paramet:[15,16,23,24,60,67],pars:48,passcod:17,payload:56,pdm:73,peer:28,pend:64,perform:42,peripher:[6,18,23,25,73],platform:[9,44,47],point:41,port:[3,7],post:64,power:63,pre:25,prematur:48,prepar:50,preprocessor:[14,45,46],prerequisit:43,previou:11,primit:25,prioriti:69,privaci:23,privat:23,probe:48,problem:48,procedur:[19,28,50],process:[6,25,40,69],processor:[0,13],product:[14,38,45],profil:[16,19,31,41,71],program:[44,56],programat:48,project:[3,9,13,14,37,44,45,46,48,60],protocol:[14,22,24,25,30,44,49],provid:15,ptm:14,queu:[19,25],queue:[6,35],radio:[44,67],ram:[26,27,28,31,48,52,56],ram_end_addr:56,ram_start_addr:56,random:23,read:19,reason:48,receiv:[14,19,20],recommend:[17,48],refer:0,regist:[19,48],registr:25,relat:23,releas:38,reli:67,req:41,request:[19,25],requir:[54,55,59,69,71,73],reserv:56,reset:[40,41,45,46],resolv:23,resourc:48,respons:[14,23],result:49,role:[18,67],rom:[7,31,44,48],root:44,rov:48,rpa:23,rsp:41,rto:[7,12,25,31,34,48],rule:41,run:[21,24,49,59],runtim:[28,48],sampl:73,scan:48,schedul:69,script:60,sdk:[9,21,44,47],secur:[12,17,19,38,42,50,56,58,59,60],secure_fw_tool:60,segment:56,select:17,semaphor:[6,7,64],send:[14,20],sensor:[12,61],separ:6,sequenc:41,serial:[13,48],server:[14,19],servic:[19,25,41],set:[19,23,41,43],setup:[23,43],sfw:[12,60],sign:60,simpl:[0,13,23,25,29],singl:48,size:[41,48],snv:17,softwar:[41,44,50,56,65],solut:44,sourc:[44,59],specif:[7,20,23,45],split:[7,44,52,55],stack:[0,1,2,3,4,5,6,7,10,14,21,22,23,24,25,31,41,44,45,46,48,56,68],standard:[20,44],standbi:67,start:[9,41,56],state:[40,48,67],statu:[41,56],storag:[29,58],structur:[44,60],studio:45,summari:24,support:[7,9,23,41,45,48],swi:65,symbol:[14,45,46,48],synchron:[25,64],system:[31,44,48,60,70],tabl:[10,19,29,31],target:43,task:[14,18,25,36,44,48,65],technolog:56,term:12,termin:16,terminolog:[17,30],test:[13,14,23],theori:49,thread:[6,25,64,65],throughput:[71,73],time:[24,48,49,69],timestamp:56,tof:49,tool:59,toolbox:49,topolog:57,train:45,transfer:40,transmiss:30,transport:14,trim:50,troubleshoot:48,type:[15,23,41,56],unit:30,updat:[16,28],upper:56,usag:[14,25,48],user:[10,50],using:[28,42,52],util:[7,28],valid:[40,56],valu:[19,29,30,41,56],variabl:[48,52],vector:[29,31],vendor:[7,20],verif:56,version:[41,42,56],view:[48,60],viewer:48,vogp:71,vohogp:71,voic:[71,72,73],watch:48,watchpoint:48,when:28,white:23,wide:48,wireless:[13,56],word:[7,60],work:[17,44],workspac:46,write:[19,41],xdc:48,xds110:48,zero:9}})
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/docs/blestack/ble_user_guide/html/searchindex.js
In summary, the boot ROM code will jump to the ``ResetISR()`` in BIM's
| cRED | | - ResetISR() function
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/docs/blestack/ble_user_guide/html/_sources/oad-secure/bim.rst.txt
| cRED | | - ResetISR() function
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/docs/blestack/ble_user_guide/html/_images/ditaa-237b15ca35f8f8e08d20a016aa273d25ac485fb2.ditaa
<p>In summary, the boot ROM code will jump to the <code class="docutils literal"><span class="pre">ResetISR()</span></code> in BIM’s
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/docs/blestack/ble_user_guide/html/oad-secure/bim.html
void resetISR(void);
resetISR, // The reset handler
void __attribute__((naked)) resetISR(void)
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/nortos/startup/startup_cc13xx_cc26xx_gcc.c
void resetISR( void );
resetISR, // 1 The reset handler
resetISR(void)
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/nortos/startup/startup_cc13xx_cc26xx_ccs.c
Binary file /root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/nortos/lib/nortos_cc26x0r2.aem3 matches
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/nortos/lib/nortos_cc26x0r2.aem3
Binary file /root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/nortos/lib/nortos_cc26x0r2.am3g matches
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/nortos/lib/nortos_cc26x0r2.am3g
Void ResetISR ()
Void ResetISR ()
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/sysbios/family/arm/cc26xx/Boot.xdt
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/platforms/simplelink/include/CC1350.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/platforms/simplelink/include/CC1352.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/platforms/simplelink/include/CC1310F128_PG1.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/platforms/simplelink/include/CC26X0F128.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/platforms/simplelink/include/CC1314.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/platforms/simplelink/include/CC2640R2F.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/platforms/simplelink/include/CC2650.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/platforms/simplelink/include/CC1310.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/platforms/simplelink/include/CC2642.cmd
--entry_point ResetISR
/root/ti/simplelink_cc2640r2_sdk_2_30_00_28/kernel/tirtos/packages/ti/platforms/simplelink/include/CC1354.cmd