This thread has been locked.

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

[参考译文] 当选择了"特性时、默认存储器范围与 LAUNCHXL-CC2650中的现有存储器范围 image_header 重叠

Guru**** 657930 points
Other Parts Discussed in Thread: LAUNCHXL-CC2650, SYSBIOS, CC2650, CC2640R2F
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1197206/default-memory-range-overlaps-existing-memory-range-image_header-in-launchxl-cc2650-when-stack-in-rom-feature-selected

器件型号:LAUNCHXL-CC2650
Thread 中讨论的其他器件: SYSBIOSCC2650CC2640R2F

您好!

我使用的是 LAUNCHXL-CC2650

BLE SDK 2_02_07_06

CCS7.4

编译器 TI Ver.5.2.6。

XDC 工具版本3.32.0.06_CORE

TI RTOS 版本2.21.1.08

我将简单 BLE 外设用作 base project.mem

编译配置为 OAD_Ext_Flash、因为我们需要 OAD。

OAD 功能工作正常。

为了减少内部闪存消耗、我通过添加启用了 ROM 中的堆栈功能  


/*使用 ROM 中的内核*/
VAR ROM = xdc.useModule('ti.sysbios.rom.ROM');
rom.romName = ROM.CC2650;

但我收到错误"default memory range overlaps existing memory range image_header"

错误消息如下所示、

"configPkg/linker.cmd", line 596: warning #10096-D: specified address lies outside memory map
error #10264: DEFAULT memory range overlaps existing memory range IMAGE_HEADER
error #10264: DEFAULT memory range overlaps existing memory range FLASH
error #10264: DEFAULT memory range overlaps existing memory range SRAM
error #10010: errors encountered during linking; "SUT750A3.out" not built

我还附加了项目的映射文件、如下所示

******************************************************************************
                  TI ARM Linker PC v5.2.6                      
******************************************************************************
>> Linked Thu Feb 16 19:55:43 2023

OUTPUT FILE NAME:   <SUT750A3.out>
ENTRY POINT SYMBOL: "ResetISR"  address: 00007e29


MEMORY CONFIGURATION

         name            origin    length      used     unused   attr    fill
----------------------  --------  ---------  --------  --------  ----  --------
  IMAGE_HEADER          00001000   00000010  00000010  00000000  R  X
  FLASH                 00001010   0000d010  0000c352  00000cbe  R  X
  SRAM                  20000000   00004318  00002872  00001aa6  RW X


SEGMENT ALLOCATION MAP

run origin  load origin   length   init length attrs members
----------  ----------- ---------- ----------- ----- -------
00000100    00000100    00000544   00000544    r--
  00000100    00000100    0000003c   0000003c    r-- .const:ti_sysbios_knl_Task_Object__PARAMS__C
  0000013c    0000013c    00000034   00000034    r-- .const:ti_sysbios_knl_Mailbox_Object__PARAMS__C
  00000170    00000170    00000030   00000030    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C
  000001a0    000001a0    0000002c   0000002c    r-- .const:ti_sysbios_hal_Hwi_Object__PARAMS__C
  000001cc    000001cc    00000028   00000028    r-- .const:ti_sysbios_heaps_HeapMem_Module__FXNS__C
  000001f4    000001f4    00000028   00000028    r-- .const:ti_sysbios_knl_Swi_Object__PARAMS__C
  0000021c    0000021c    00000024   00000024    r-- .const:ti_sysbios_gates_GateHwi_Module__FXNS__C
  00000240    00000240    00000024   00000024    r-- .const:ti_sysbios_gates_GateMutex_Module__FXNS__C
  00000264    00000264    00000024   00000024    r-- .const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C
  00000288    00000288    00000024   00000024    r-- .const:ti_sysbios_knl_Clock_Object__PARAMS__C
  000002ac    000002ac    00000024   00000024    r-- .const:ti_sysbios_knl_Semaphore_Object__PARAMS__C
  000002d0    000002d0    00000020   00000020    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C
  000002f0    000002f0    00000020   00000020    r-- .const:ti_sysbios_gates_GateHwi_Object__DESC__C
  00000310    00000310    00000020   00000020    r-- .const:ti_sysbios_gates_GateMutex_Object__DESC__C
  00000330    00000330    00000020   00000020    r-- .const:ti_sysbios_hal_Hwi_Object__DESC__C
  00000350    00000350    00000020   00000020    r-- .const:ti_sysbios_heaps_HeapMem_Object__DESC__C
  00000370    00000370    00000020   00000020    r-- .const:ti_sysbios_knl_Clock_Object__DESC__C
  00000390    00000390    00000020   00000020    r-- .const:ti_sysbios_knl_Mailbox_Object__DESC__C
  000003b0    000003b0    00000020   00000020    r-- .const:ti_sysbios_knl_Queue_Object__DESC__C
  000003d0    000003d0    00000020   00000020    r-- .const:ti_sysbios_knl_Semaphore_Object__DESC__C
  000003f0    000003f0    00000020   00000020    r-- .const:ti_sysbios_knl_Swi_Object__DESC__C
  00000410    00000410    00000020   00000020    r-- .const:ti_sysbios_knl_Task_Object__DESC__C
  00000430    00000430    00000018   00000018    r-- .const:ti_sysbios_gates_GateHwi_Object__PARAMS__C
  00000448    00000448    00000018   00000018    r-- .const:ti_sysbios_gates_GateMutex_Object__PARAMS__C
  00000460    00000460    00000018   00000018    r-- .const:ti_sysbios_knl_Queue_Object__PARAMS__C
  00000478    00000478    00000008   00000008    r-- .const:ti_sysbios_knl_Idle_funcList__C
  00000484    00000484    00000004   00000004    r-- .const:ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C
  00000488    00000488    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C
  0000048c    0000048c    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C
  00000490    00000490    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C
  00000494    00000494    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__count__C
  00000498    00000498    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__table__C
  0000049c    0000049c    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_ccr__C
  000004a0    000004a0    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C
  000004a4    000004a4    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C
  000004a8    000004a8    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C
  000004ac    000004ac    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_priGroup__C
  000004b0    000004b0    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C
  000004b4    000004b4    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_E_memory__C
  000004b8    000004b8    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_Module__gateObj__C
  000004bc    000004bc    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_Object__count__C
  000004c0    000004c0    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_Object__table__C
  000004c4    000004c4    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_reqAlign__C
  000004c8    000004c8    00000004   00000004    r-- .const:ti_sysbios_knl_Clock_serviceMargin__C
  000004cc    000004cc    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Object__count__C
  000004d0    000004d0    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Object__table__C
  000004d4    000004d4    00000004   00000004    r-- .const:ti_sysbios_knl_Queue_Object__count__C
  000004d8    000004d8    00000004   00000004    r-- .const:ti_sysbios_knl_Queue_Object__table__C
  000004dc    000004dc    00000004   00000004    r-- .const:ti_sysbios_knl_Swi_Object__count__C
  000004e0    000004e0    00000004   00000004    r-- .const:ti_sysbios_knl_Swi_Object__table__C
  000004e4    000004e4    00000004   00000004    r-- .const:ti_sysbios_knl_Swi_numPriorities__C
  000004e8    000004e8    00000004   00000004    r-- .const:ti_sysbios_knl_Task_Object__count__C
  000004ec    000004ec    00000004   00000004    r-- .const:ti_sysbios_knl_Task_Object__table__C
  000004f0    000004f0    00000004   00000004    r-- .const:ti_sysbios_knl_Task_allBlockedFunc__C
  000004f4    000004f4    00000004   00000004    r-- .const:ti_sysbios_knl_Task_defaultStackHeap__C
  000004f8    000004f8    00000004   00000004    r-- .const:ti_sysbios_knl_Task_defaultStackSize__C
  000004fc    000004fc    00000004   00000004    r-- .const:ti_sysbios_knl_Task_numConstructedTasks__C
  00000502    00000502    00000002   00000002    r-- .const:ti_sysbios_family_arm_cc26xx_Timer_Module__id__C
  00000504    00000504    00000002   00000002    r-- .const:ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C
  00000506    00000506    00000002   00000002    r-- .const:ti_sysbios_family_arm_m3_Hwi_Module__id__C
  00000508    00000508    00000002   00000002    r-- .const:ti_sysbios_gates_GateHwi_Module__id__C
  0000050a    0000050a    00000002   00000002    r-- .const:ti_sysbios_gates_GateMutex_Module__id__C
  0000050c    0000050c    00000002   00000002    r-- .const:ti_sysbios_heaps_HeapMem_Module__id__C
  0000050e    0000050e    00000002   00000002    r-- .const:ti_sysbios_knl_Task_initStackFlag__C
  00000510    00000510    00000001   00000001    r-- .const:ti_sysbios_knl_Clock_tickMode__C
  00000514    00000514    00000008   00000008    r-- .const:xdc_runtime_Startup_firstFxns__C
  0000051c    0000051c    00000008   00000008    r-- .const:xdc_runtime_Startup_lastFxns__C
  00000524    00000524    00000004   00000004    r-- .const:xdc_runtime_Assert_E_assertFailed__C
  00000528    00000528    00000004   00000004    r-- .const:xdc_runtime_Error_E_memory__C
  0000052c    0000052c    00000004   00000004    r-- .const:xdc_runtime_Error_policyFxn__C
  00000530    00000530    00000004   00000004    r-- .const:xdc_runtime_IGateProvider_Interface__BASE__C
  00000534    00000534    00000004   00000004    r-- .const:xdc_runtime_IHeap_Interface__BASE__C
  00000538    00000538    00000004   00000004    r-- .const:xdc_runtime_IModule_Interface__BASE__C
  0000053c    0000053c    00000004   00000004    r-- .const:xdc_runtime_Main_Module__diagsEnabled__C
  00000540    00000540    00000004   00000004    r-- .const:xdc_runtime_Main_Module__diagsIncluded__C
  00000544    00000544    00000004   00000004    r-- .const:xdc_runtime_Main_Module__diagsMask__C
  00000548    00000548    00000004   00000004    r-- .const:xdc_runtime_Memory_defaultHeapInstance__C
  0000054c    0000054c    00000004   00000004    r-- .const:xdc_runtime_Startup_execImpl__C
  00000550    00000550    00000004   00000004    r-- .const:xdc_runtime_Startup_maxPasses__C
  00000554    00000554    00000004   00000004    r-- .const:xdc_runtime_Startup_sfxnRts__C
  00000558    00000558    00000004   00000004    r-- .const:xdc_runtime_Startup_sfxnTab__C
  0000055c    0000055c    00000004   00000004    r-- .const:xdc_runtime_Startup_startModsFxn__C
  00000560    00000560    00000004   00000004    r-- .const:xdc_runtime_SysCallback_abortFxn__C
  00000564    00000564    00000004   00000004    r-- .const:xdc_runtime_SysCallback_exitFxn__C
  00000568    00000568    00000004   00000004    r-- .const:xdc_runtime_System_abortFxn__C
  0000056c    0000056c    00000004   00000004    r-- .const:xdc_runtime_System_exitFxn__C
  00000570    00000570    00000004   00000004    r-- .const:xdc_runtime_System_maxAtexitHandlers__C
  00000574    00000574    00000004   00000004    r-- .const:xdc_runtime_Text_charTab__C
  00000578    00000578    00000004   00000004    r-- .const:xdc_runtime_Text_nameEmpty__C
  0000057c    0000057c    00000004   00000004    r-- .const:xdc_runtime_Text_nameStatic__C
  00000580    00000580    00000004   00000004    r-- .const:xdc_runtime_Text_nameUnknown__C
  00000584    00000584    00000002   00000002    r-- .const:xdc_runtime_Main_Module__id__C
  00000586    00000586    00000002   00000002    r-- .const:xdc_runtime_Memory_Module__id__C
  00000588    00000588    00000002   00000002    r-- .const:xdc_runtime_Text_charCnt__C
  0000058a    0000058a    00000002   00000002    r-- .const:xdc_runtime_Text_isLoaded__C
  0000058c    0000058c    00000001   00000001    r-- .const:xdc_runtime_Error_policy__C
  00000590    00000590    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_AONRTCChannelEnable
  00000594    00000594    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_AONRTCCompareValueSet
  00000598    00000598    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_AONRTCCurrentCompareValueGet
  0000059c    0000059c    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_AONRTCEventClear
  000005a0    000005a0    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E
  000005a4    000005a4    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
  000005a8    000005a8    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
  000005ac    000005ac    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I
  000005b0    000005b0    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
  000005b4    000005b4    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I
  000005b8    000005b8    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E
  000005bc    000005bc    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
  000005c0    000005c0    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I
  000005c4    000005c4    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E
  000005c8    000005c8    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E
  000005cc    000005cc    00000004   00000004    r-- .const:ti_sysbios_gates_GateMutex_Instance_State_sem__O
  000005d0    000005d0    00000004   00000004    r-- .const:ti_sysbios_knl_Clock_Module_State_clockQ__O
  000005d4    000005d4    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Instance_State_dataQue__O
  000005d8    000005d8    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Instance_State_dataSem__O
  000005dc    000005dc    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Instance_State_freeQue__O
  000005e0    000005e0    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Instance_State_freeSem__O
  000005e4    000005e4    00000004   00000004    r-- .const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O
  000005e8    000005e8    00000004   00000004    r-- .const:ti_sysbios_knl_Task_Module_State_inactiveQ__O
  000005ec    000005ec    00000058   00000058    r-- .ccfg
00001000    00001000    0000004c   0000004c    r--
  00001000    00001000    00000010   00000010    r-- .imgHdr
  00001010    00001010    0000003c   0000003c    r-- .resetVecs
00001010    00001010    0000c358   0000c358    r-x
  00001010    00001010    00009e6c   00009e6c    r-x .text
  0000ae7c    0000ae7c    00001dc6   00001dc6    r-- .const
  0000cc48    0000cc48    00000720   00000720    r-- .cinit
20000100    20000100    00000078   00000000    rw-
  20000100    20000100    00000044   00000000    rw- .data:ti_sysbios_knl_Task_Module__state__V
  20000144    20000144    00000034   00000000    rw- .data:ti_sysbios_family_arm_m3_Hwi_Module__state__V
20000148    20000148    00001709   00000000    rw-
  20000148    20000148    00001709   00000000    rw- .data
20000178    20000178    0000008c   00000000    rw-
  20000178    20000178    0000002c   00000000    rw- .data:ti_sysbios_knl_Clock_Module__state__V
  200001a4    200001a4    00000024   00000000    rw- .data:ti_sysbios_BIOS_Module__state__V
  200001c8    200001c8    0000001c   00000000    rw- .data:ti_sysbios_knl_Swi_Module__state__V
  200001e4    200001e4    00000008   00000000    rw- .data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V
  200001ec    200001ec    00000004   00000000    rw- .data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V
  200001f0    200001f0    00000008   00000000    rw- .data:xdc_runtime_Startup_Module__state__V
  200001f8    200001f8    00000008   00000000    rw- .data:xdc_runtime_System_Module__state__V
  20000200    20000200    00000004   00000000    rw- .data:xdc_runtime_Memory_Module__state__V
20000430    20000430    00000010   00000000    rw-
  20000430    20000430    00000010   00000000    rw- .TI.bound:dmaSpi0RxControlTableEntry$11
20000440    20000440    00000010   00000000    rw-
  20000440    20000440    00000010   00000000    rw- .TI.bound:dmaSpi0TxControlTableEntry$11
20000500    20000500    00000010   00000000    rw-
  20000500    20000500    00000010   00000000    rw- .TI.bound:dmaSpi1RxControlTableEntry$11
20000510    20000510    00000010   00000000    rw-
  20000510    20000510    00000010   00000000    rw- .TI.bound:dmaSpi1TxControlTableEntry$11
20001858    20001858    00000c56   00000000    rw-
  20001858    20001858    00000c56   00000000    rw- .bss
20003f18    20003f18    00000400   00000000    rw-
  20003f18    20003f18    00000400   00000000    rw- .stack


SECTION ALLOCATION MAP

 output                                  attributes/
section   page    origin      length       input sections
--------  ----  ----------  ----------   ----------------
.imgHdr    0    00001000    00000010     
                  00001000    00000010     oad_target_external_flash.obj (.imgHdr:retain)

.text      0    00001010    00009e6c     
                  00001010    00000408     SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                  00001418    00000338     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_System_doPrint__I)
                  00001750    000002ec     peripheral.obj (.text:gapRole_processGAPMsg$25)
                  00001a3c    00000290     RFCC26XX_singleMode.obj (.text:fsmActiveState$9)
                  00001ccc    0000023c     peripheral.obj (.text:GAPRole_SetParameter)
                  00001f08    00000228     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                  00002130    00000204     driverlib.lib : sys_ctrl.obj (.text:NOROM_SysCtrlSetRechargeBeforePowerDown)
                  00002334    000001f8     SPICC26XXDMA.obj (.text:SPICC26XXDMA_configDMA$11)
                  0000252c    000001f8     simple_peripheral.obj (.text:SimpleBLEPeripheral_init$2)
                  00002724    000001f4     rtsv7M3_T_le_eabi.lib : ull_div_t2.obj (.text)
                  00002918    000001e4     SPICC26XXDMA.obj (.text:SPICC26XXDMA_hwiFxn$11)
                  00002afc    000001e4     SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                  00002ce0    000001d0     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:calibrateRcoscHf1)
                  00002eb0    000001b4     SPICC26XXDMA.obj (.text:SPICC26XXDMA_swiFxn$11)
                  00003064    000001b0     PINCC26XX.obj (.text:PIN_init)
                  00003214    0000019c     RFCC26XX_singleMode.obj (.text:RF_postCmd)
                  000033b0    00000184     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
                  00003534    0000017c     SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                  000036b0    0000017c     RFCC26XX_singleMode.obj (.text:abortCmd$9)
                  0000382c    00000174     RFCC26XX_singleMode.obj (.text:fsmSetupState$9)
                  000039a0    00000158     SPICC26XXDMA.obj (.text:SPICC26XXDMA_initIO$11)
                  00003af8    00000158     uart_logs.obj (.text:uartLog_doPrint$1)
                  00003c50    00000154     simple_gatt_profile.obj (.text:simpleProfile_WriteAttrCB$26)
                  00003da4    00000130     driverlib.lib : setup_rom.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg3)
                  00003ed4    00000120     peripheral.obj (.text:GAPRole_GetParameter)
                  00003ff4    0000011c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_init)
                  00004110    00000110     RFCC26XX_singleMode.obj (.text:hwiFxnCpe0Active$9)
                  00004220    00000104     RFCC26XX_singleMode.obj (.text:fsmPowerUpState$9)
                  00004324    000000fc     peripheral.obj (.text:gapRole_taskFxn$25)
                  00004420    000000fc     rtsv7M3_T_le_eabi.lib : fd_mul_t2.obj (.text)
                  0000451c    000000f8     app_ble_pem3.oem3 (.text:xdc_runtime_System_printfExtend__I)
                  00004614    000000ec     icall.obj (.text:ICall_primWaitMatch$15)
                  00004700    000000ec     RFCC26XX_singleMode.obj (.text:rf_init$9)
                  000047ec    000000e4     driverlib.lib : setup_rom.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg2)
                  000048d0    000000e0     SPICC26XXDMA.obj (.text:SPICC26XXDMA_initHw$11)
                  000049b0    000000e0     RFCC26XX_singleMode.obj (.text:radioOpDoneCb$9)
                  00004a90    000000dc     PINCC26XX.obj (.text:PINCC26XX_setIoCfg$8)
                  00004b6c    000000dc     SPICC26XXDMA.obj (.text:SPICC26XXDMA_control)
                  00004c48    000000d4     power_cc26xx_tirtos.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                  00004d1c    000000d4     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseDependency)
                  00004df0    000000d0                             : PowerCC26XX.oem3 (.text:Power_setDependency)
                  00004ec0    000000cc     simple_peripheral.obj (.text:SimpleBLEPeripheral_taskFxn$2)
                  00004f8c    000000c8     RFCC26XX_singleMode.obj (.text:RF_open)
                  00005054    000000c0     SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
                  00005114    000000bc     driverlib.lib : setup.obj (.text:TrimAfterColdResetWakeupFromShutDown)
                  000051d0    000000b4     simple_peripheral.obj (.text:SimpleBLEPeripheral_processStateChangeEvt$2)
                  00005284    000000b0     devinfoservice.obj (.text:devInfo_ReadAttrCB$20)
                  00005334    000000ac     oad.obj (.text:OAD_imgBlockWrite)
                  000053e0    000000ac     oad.obj (.text:oadWriteAttrCB$23)
                  0000548c    000000a8     driverlib.lib : setup.obj (.text:NOROM_SetupTrimDevice)
                  00005534    000000a0     auto_init.aem3 : auto_init.oem3 (.text)
                  000055d4    000000a0     peripheral.obj (.text:gapRole_init$25)
                  00005674    0000009c     oad.obj (.text:OAD_imgIdentifyWrite)
                  00005710    0000009c     rtsv7M3_T_le_eabi.lib : memcpy_t2.obj (.text)
                  000057ac    0000009a     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Text_putSite__E)
                  00005846    00000002     ble_user_config.obj (.text:DefaultAssertCback)
                  00005848    00000098     PINCC26XX.obj (.text:PIN_open)
                  000058e0    00000098     RFCC26XX_singleMode.obj (.text:fsmPowerDownState$9)
                  00005978    00000098     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
                  00005a10    00000094     disp750a.obj (.text:EPD_7IN5_V2_Init)
                  00005aa4    00000094     SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCallback$11)
                  00005b38    00000094     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Text_putMod__E)
                  00005bcc    00000090     oad.obj (.text:crcCalcDL$23)
                  00005c5c    00000090     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                  00005cec    0000008c     driverlib.lib : osc.obj (.text:NOROM_OSCHF_GetStartupTime)
                  00005d78    00000084     icall.obj (.text:ICall_heapMalloc)
                  00005dfc    00000084     icall.obj (.text:ICall_primSetTimer$15)
                  00005e80    00000084     RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                  00005f04    00000084     TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
                  00005f88    00000084     RFCC26XX_singleMode.obj (.text:swiFxnHw$9)
                  0000600c    00000080     uart_logs.obj (.text:uartLog_outputFxn)
                  0000608c    0000007c     icall.obj (.text:ICall_createRemoteTasks)
                  00006108    0000007c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
                  00006184    0000007a     rtsv7M3_T_le_eabi.lib : memset_t2.obj (.text)
                  000061fe    00000002     driverlib.lib : rfc.obj (.text:NOROM_RFCAdi3VcoLdoVoltageMode)
                  00006200    00000078                   : setup_rom.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg1)
                  00006278    00000078     oad.obj (.text:OAD_rejectImage$23)
                  000062f0    00000078     UDMACC26XX.obj (.text:UDMACC26XX_hwiIntFxn)
                  00006368    00000074     gattservapp_util.obj (.text:GATTServApp_ProcessCharCfg)
                  000063dc    00000074     icall_cc2650.obj (.text:ICallPlatform_pwrUpdActivityCounter)
                  00006450    00000074     icall.obj (.text:ICall_primSend$15)
                  000064c4    00000074     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_auxISR)
                  00006538    00000074                             : PowerCC26XX_calibrateRCOSC.oem3 (.text:calibrateRcoscHf2)
                  000065ac    00000074     peripheral.obj (.text:gapRole_startConnUpdate$25)
                  00006620    00000070     driverlib.lib : chipinfo.obj (.text:NOROM_ChipInfo_GetHwRevision)
                  00006690    0000006e     ExtFlash.obj (.text:ExtFlash_write)
                  000066fe    00000002     driverlib.lib : rfc.obj (.text:NOROM_RFCRTrim)
                  00006700    0000006d     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_System_formatNum__I)
                  0000676d    00000001     --HOLE-- [fill = 0]
                  0000676e    00000002     SPICC26XXDMA.obj (.text:SPICC26XXDMA_serviceISR$11)
                  00006770    0000006c     icall.obj (.text:ICall_heapInit)
                  000067dc    0000006c     driverlib.lib : setup_rom.obj (.text:NOROM_SetupGetTrimForAmpcompCtrl)
                  00006848    0000006c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
                  000068b4    0000006c     main.obj (.text:main)
                  00006920    0000006a     gattservapp_util.obj (.text:gattServApp_SendNotiInd$22)
                  0000698a    0000006a     rtsv7M3_T_le_eabi.lib : copy_decompress_rle.obj (.text)
                  000069f4    00000068     driverlib.lib : setup_rom.obj (.text:NOROM_SetupGetTrimForAnabypassValue1)
                  00006a5c    00000068                   : sys_ctrl.obj (.text:NOROM_SysCtrl_DCDC_VoltageConditionalControl)
                  00006ac4    00000068     oad_target_external_flash.obj (.text:OADTarget_getCurrentImageHeader)
                  00006b2c    00000068     RFCC26XX_singleMode.obj (.text:decActiveClientCnt$9)
                  00006b94    00000068     uart_logs.obj (.text:uartLog_flush)
                  00006bfc    00000064     PINCC26XX.obj (.text:PIN_add)
                  00006c60    00000064     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_start__E)
                  00006cc4    00000060     icall.obj (.text:ICall_primEnroll$15)
                  00006d24    00000060     oad.obj (.text:OAD_sendStatus$23)
                  00006d84    00000060     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_RCOSC_clockFunc)
                  00006de4    00000060     RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                  00006e44    00000060     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:updateSubSecInc)
                  00006ea4    0000005c     ExtFlash.obj (.text:ExtFlash_erase)
                  00006f00    0000005c     icall.obj (.text:ICall_primThreadServes$15)
                  00006f5c    0000005c     driverlib.lib : osc.obj (.text:NOROM_OSCHF_AttemptToSwitchToXosc)
                  00006fb8    0000005c                   : sys_ctrl.obj (.text:NOROM_SysCtrlAdjustRechargeAfterPowerDown)
                  00007014    0000005c     oad_target_external_flash.obj (.text:OADTarget_validateNewImage)
                  00007070    0000005c     oad.obj (.text:OAD_getNextBlockReq$23)
                  000070cc    0000005c     UDMACC26XX.obj (.text:UDMACC26XX_open)
                  00007128    0000005c     RFCC26XX_singleMode.obj (.text:applyRfCorePatch$9)
                  00007184    0000005c     RFCC26XX_singleMode.obj (.text:fsmXOSCState$9)
                  000071e0    0000005c     simple_gatt_profile.obj (.text:simpleProfile_ReadAttrCB$26)
                  0000723c    0000005c     app_ble_pem3.oem3 (.text:xdc_runtime_Startup_getState__I)
                  00007298    0000005b     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Text_putLab__E)
                  000072f3    00000001     --HOLE-- [fill = 0]
                  000072f4    00000058     oad.obj (.text:OAD_addService)
                  0000734c    00000058     PINCC26XX.obj (.text:PIN_remove)
                  000073a4    00000058     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
                  000073fc    00000058     simple_gatt_profile.obj (.text:SimpleProfile_SetParameter)
                  00007454    00000056     gattservapp_util.obj (.text:GATTServApp_ProcessCCCWriteReq)
                  000074aa    00000002     RFCC26XX_singleMode.obj (.text:defaultErrCb$9)
                  000074ac    00000054     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:configureXOSCHF)
                  00007500    00000054     RFCC26XX_singleMode.obj (.text:hwiFxnHw$9)
                  00007554    00000054     RFCC26XX_singleMode.obj (.text:ratChanFree$9)
                  000075a8    00000052     icall.obj (.text:ICall_primWait$15)
                  000075fa    00000002     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:emptyClockFunc)
                  000075fc    00000050     disp750a.obj (.text:DEV_SPI_WriteByte)
                  0000764c    00000050     icall_api.obj (.text:GAP_DeviceInit)
                  0000769c    00000050     icall_api.obj (.text:GAP_UpdateAdvertisingData)
                  000076ec    00000050     icall.obj (.text:ICall_primRegisterApp$15)
                  0000773c    00000050     driverlib.lib : setup_rom.obj (.text:NOROM_SetupSetCacheModeAccordingToCcfgSetting)
                  0000778c    00000050     RFCC26XX_singleMode.obj (.text:RF_getInfo)
                  000077dc    00000050     oad.obj (.text:checkDL$23)
                  0000782c    00000050     RFCC26XX_singleMode.obj (.text:syncCb$9)
                  0000787c    0000004c     ExtFlash.obj (.text:ExtFlash_waitReady$19)
                  000078c8    0000004c     icall_cc2650.obj (.text:ICallPlatform_pwrRegisterNotify)
                  00007914    0000004c     icall.obj (.text:ICall_newTask$15)
                  00007960    0000004c     icall.obj (.text:ICall_primGetEntityId$15)
                  000079ac    0000004c     driverlib.lib : osc.obj (.text:NOROM_OSCClockSourceSet)
                  000079f8    0000004c     peripheral.obj (.text:gapRole_processStackMsg$25)
                  00007a44    0000004c     rtsv7M3_T_le_eabi.lib : cpy_tbl.obj (.text)
                  00007a90    0000004c     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Text_visitRope2__I)
                  00007adc    00000048     driverlib.lib : chipinfo.obj (.text:NOROM_ChipInfo_GetChipFamily)
                  00007b24    00000048                   : ddi.obj (.text:NOROM_DDI16BitfieldWrite)
                  00007b6c    00000048     simple_peripheral.obj (.text:SimpleBLEPeripheral_processOadWriteCB)
                  00007bb4    00000048     util.obj (.text:Util_constructClock)
                  00007bfc    00000048     icall_api.obj (.text:gattIndNoti$18)
                  00007c44    00000048     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:notify)
                  00007c8c    00000048     rtsv7M3_T_le_eabi.lib : fd_toi_t2.obj (.text)
                  00007cd4    00000044     main.obj (.text:AssertHandler)
                  00007d18    00000044     disp750a.obj (.text:EPD_4IN2_Reset)
                  00007d5c    00000044     icall_api.obj (.text:GAP_TerminateLinkReq)
                  00007da0    00000044     PINCC26XX.obj (.text:PIN_swi$8)
                  00007de4    00000044     simple_gatt_profile.obj (.text:SimpleProfile_GetParameter)
                  00007e28    00000044     boot.aem3 : boot.oem3 (.text)
                  00007e6c    00000044     icall_api.obj (.text:gapSendParamAndPtrCmd$18)
                  00007eb0    00000044     rtsv7M3_T_le_eabi.lib : exit.obj (.text)
                  00007ef4    00000044     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_LoggerCallback_write8__E)
                  00007f38    00000044                      : rom_sysbios.obj (.text:xdc_runtime_Text_xprintf__I)
                  00007f7c    00000042     icall.obj (.text:ICall_primCreateTask$15)
                  00007fbe    00000002     rtsv7M3_T_le_eabi.lib : i_div0.obj (.text)
                  00007fc0    00000040     ExtFlash.obj (.text:ExtFlash_open)
                  00008000    00000040     ExtFlash.obj (.text:ExtFlash_read)
                  00008040    00000040     peripheral.obj (.text:GAPRole_SendUpdateParam)
                  00008080    00000040     peripheral.obj (.text:GAPRole_createTask)
                  000080c0    00000040     icall_api.obj (.text:GATT_SendRsp)
                  00008100    00000040     driverlib.lib : ddi.obj (.text:NOROM_DDI16BitfieldRead)
                  00008140    00000040     oad_target_external_flash.obj (.text:OADTarget_storeImageHeader)
                  00008180    00000040     RFCC26XX_singleMode.obj (.text:RF_getRssi)
                  000081c0    00000040     ExtFlash.obj (.text:extFlashVerifyPart$19)
                  00008200    00000040     rtsv7M3_T_le_eabi.lib : u_divt2.obj (.text)
                  00008240    00000040     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_LoggerCallback_Module_startup__E)
                  00008280    0000003e     icall_api.obj (.text:hciSendParamsCmd$18)
                  000082be    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E)
                  000082c0    0000003c     ExtFlash.obj (.text:ExtFlash_readInfo$19)
                  000082fc    0000003c     icall_api.obj (.text:GAP_GetParamValue)
                  00008338    0000003c     icall_api.obj (.text:GATTServApp_RegisterService)
                  00008374    0000003c     icall_cc2650.obj (.text:ICallPlatform_pwrConfigACAction)
                  000083b0    0000003c     driverlib.lib : osc.obj (.text:NOROM_OSC_HPOSCRelativeFrequencyOffsetGet)
                  000083ec    0000003c                   : rfc.obj (.text:NOROM_RFCSynthPowerDown)
                  00008428    0000003c     PINCC26XX.obj (.text:PINCC26XX_getConfig)
                  00008464    0000003c     RFCC26XX_singleMode.obj (.text:RF_runCmd)
                  000084a0    0000003c     SPICC26XXDMA.obj (.text:SPICC26XXDMA_csnCallback$11)
                  000084dc    0000003c     simple_peripheral.obj (.text:SimpleBLEPeripheral_createTask)
                  00008518    0000003c     RFCC26XX_singleMode.obj (.text:dispatchOpWhen$9)
                  00008554    0000003c     oad.obj (.text:oadReadAttrCB$23)
                  00008590    0000003c     RFCC26XX_singleMode.obj (.text:postDirImmCmd$9)
                  000085cc    0000003c     icall_api.obj (.text:profileSetParameter$18)
                  00008608    0000003c     icall_api.obj (.text:sendWaitMatchCS$18)
                  00008644    0000003c     icall_api.obj (.text:sendWaitMatchValueCS$18)
                  00008680    00000038     icall_api.obj (.text:GAPBondMgr_LinkEst)
                  000086b8    00000038     icall.obj (.text:ICall_primGetMaxMSecs$15)
                  000086f0    00000038     PINCC26XX.obj (.text:PIN_setOutputValue)
                  00008728    00000038     simple_peripheral.obj (.text:SimpleBLEPeripheral_sendAttRsp$2)
                  00008760    00000038     ExtFlash.obj (.text:Spi_open$19)
                  00008798    00000038     util.obj (.text:Util_restartClock)
                  000087d0    00000038     icall_api.obj (.text:linkDB_NumActive)
                  00008808    00000038     icall_api.obj (.text:linkDB_NumConns)
                  00008840    00000038     icall_api.obj (.text:registerTask$18)
                  00008878    00000038     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E)
                  000088b0    00000036     UDMACC26XX.obj (.text:UDMACC26XX_close)
                  000088e6    00000036     RFCC26XX_singleMode.obj (.text:updateImplicitState$9)
                  0000891c    00000034     disp750a.obj (.text:EPD_2IN66_SendCommand)
                  00008950    00000034     disp750a.obj (.text:EPD_2IN66_SendData)
                  00008984    00000034     icall_api.obj (.text:GAPBondMgr_SetParameter)
                  000089b8    00000034     icall_api.obj (.text:GAP_SetParamValue)
                  000089ec    00000034     icall.obj (.text:ICall_primEntityId2ServiceId$15)
                  00008a20    00000034     icall.obj (.text:ICall_primFetchMsg$15)
                  00008a54    00000034     icall.obj (.text:ICall_primRegisterISR$15)
                  00008a88    00000034     icall.obj (.text:ICall_primRegisterISR_Ext$15)
                  00008abc    00000034     icall.obj (.text:ICall_searchServiceEntity)
                  00008af0    00000034     driverlib.lib : osc.obj (.text:NOROM_OSCHF_SwitchToRcOscTurnOffXosc)
                  00008b24    00000034                   : trng.obj (.text:NOROM_TRNGConfigure)
                  00008b58    00000034     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
                  00008b8c    00000034     RFCC26XX_singleMode.obj (.text:Q_push$9)
                  00008bc0    00000034     simple_peripheral.obj (.text:SimpleBLEPeripheral_processGATTMsg$2)
                  00008bf4    00000034     icall_api.obj (.text:linkDB_GetInfo)
                  00008c28    00000034     icall_api.obj (.text:osal_snv_read)
                  00008c5c    00000034     icall_api.obj (.text:osal_snv_write)
                  00008c90    00000034     icall_api.obj (.text:profileAddService$18)
                  00008cc4    00000034     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_LoggerCallback_write4__E)
                  00008cf8    00000032     icall_api.obj (.text:gapSendParamsCmd$18)
                  00008d2a    00000032     icall_api.obj (.text:gapSendPtrParamsCmd$18)
                  00008d5c    00000032     icall_api.obj (.text:matchGapSetGetParamCS$18)
                  00008d8e    00000032     icall_api.obj (.text:matchGattCmdStatus$18)
                  00008dc0    00000032     icall_api.obj (.text:matchUtilNvCS$18)
                  00008df2    00000032     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E)
                  00008e24    00000030     disp750a.obj (.text:EPD_4IN2_ReadBusy)
                  00008e54    00000030     disp750a.obj (.text:EPD_7IN5_V2_Clear)
                  00008e84    00000030     ExtFlash.obj (.text:ExtFlash_close)
                  00008eb4    00000030     ExtFlash.obj (.text:ExtFlash_writeEnable$19)
                  00008ee4    00000030     icall_cc2650.obj (.text:ICallPlatform_pwrNotify$16)
                  00008f14    00000030     icall.obj (.text:ICall_msecs2Ticks$15)
                  00008f44    00000030     icall.obj (.text:ICall_searchTask$15)
                  00008f74    00000030     driverlib.lib : setup_rom.obj (.text:NOROM_SetupSetAonRtcSubSecInc)
                  00008fa4    00000030     PINCC26XX.obj (.text:PIN_setInterrupt)
                  00008fd4    00000030     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseConstraint)
                  00009004    00000030                             : PowerCC26XX.oem3 (.text:Power_setConstraint)
                  00009034    00000030     SPI.obj (.text:SPI_open)
                  00009064    00000030     ExtFlash.obj (.text:Spi_read$19)
                  00009094    00000030     ExtFlash.obj (.text:Spi_write$19)
                  000090c4    00000030     oad.obj (.text:crc16$23)
                  000090f4    00000030     oad_target_external_flash.obj (.text:saveImageInfo)
                  00009124    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                  00009154    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
                  00009184    00000030     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_initDevice__I)
                  000091b4    00000030                      : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I)
                  000091e4    00000030     app_ble_pem3.oem3 (.text:xdc_runtime_LoggerCallback_Object__create__S)
                  00009214    0000002f     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Text_printVisFxn__I)
                  00009243    00000001     --HOLE-- [fill = 0]
                  00009244    0000002e     icall_cc2650.obj (.text:ICallPlatform_pwrDispenseImpl$16)
                  00009272    0000002e     icall_cc2650.obj (.text:ICallPlatform_pwrRequireImpl$16)
                  000092a0    0000002e     peripheral.obj (.text:ICall_fetchServiceMsg$25)
                  000092ce    0000002e     simple_peripheral.obj (.text:ICall_fetchServiceMsg$2)
                  000092fc    0000002e     icall.obj (.text:ICall_msgDequeue$15)
                  0000932a    0000002e     icall_api.obj (.text:matchProfileAddServiceCS$18)
                  00009358    0000002c     icall_api.obj (.text:GAPBondMgr_Register)
                  00009384    0000002c     icall_api.obj (.text:HCI_EXT_ConnEventNoticeCmd)
                  000093b0    0000002c     icall.obj (.text:ICall_heapFree)
                  000093dc    0000002c     oad.obj (.text:ICall_malloc$23)
                  00009408    0000002c     simple_gatt_profile.obj (.text:ICall_malloc$26)
                  00009434    0000002c     icall.obj (.text:ICall_msgEnqueue$15)
                  00009460    0000002c     icall.obj (.text:ICall_primAllocMsg$15)
                  0000948c    0000002c     icall.obj (.text:ICall_primFetchServiceMsg$15)
                  000094b8    0000002c     icall_api.obj (.text:ICall_sendServiceMsg$18)
                  000094e4    0000002c     driverlib.lib : ddi.obj (.text:NOROM_DDI32RegWrite)
                  00009510    0000002c                   : setup_rom.obj (.text:NOROM_SetupGetTrimForRadcExtCfg)
                  0000953c    0000002c     PINCC26XX.obj (.text:PINCC26XX_setMux)
                  00009568    0000002c     PINCC26XX.obj (.text:PIN_setConfig)
                  00009594    0000002c     ExtFlash.obj (.text:extFlashPowerStandby$19)
                  000095c0    0000002c     RFCC26XX_singleMode.obj (.text:getCmd$9)
                  000095ec    0000002c     icall_api.obj (.text:hciSendCmd$18)
                  00009618    0000002c     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_getTicksUntilInterrupt__E)
                  00009644    0000002c                      : rom_sysbios.obj (.text:xdc_runtime_LoggerCallback_write2__E)
                  00009670    0000002a     icall_api.obj (.text:ICall_waitMatch$18)
                  0000969a    0000002a     TRNGCC26XX.obj (.text:TRNGCC26XX_isParamValid)
                  000096c4    0000002a     util.obj (.text:Util_enqueueMsg)
                  000096ee    0000002a     icall_api.obj (.text:matchProfileCS$18)
                  00009718    0000002a     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_System_putchar__I)
                  00009742    00000028     gattservapp_util.obj (.text:GATTServApp_WriteCharCfg)
                  0000976a    00000002     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_nullFunc__I)
                  0000976c    00000028     icall.obj (.text:ICall_init)
                  00009794    00000028     icall.obj (.text:ICall_msgPrepend$15)
                  000097bc    00000028     peripheral.obj (.text:ICall_registerApp$25)
                  000097e4    00000028     simple_peripheral.obj (.text:ICall_registerApp$2)
                  0000980c    00000028     driverlib.lib : aon_batmon.obj (.text:NOROM_AONBatMonTemperatureGetDegC)
                  00009834    00000028     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
                  0000985c    00000028                             : PowerCC26XX.oem3 (.text:Power_registerNotify)
                  00009884    00000028     SPICC26XXDMA.obj (.text:SPICC26XXDMA_flushFifos$11)
                  000098ac    00000028     driverlib.lib : adi.obj (.text:SafeHapiVoid)
                  000098d4    00000028     simple_peripheral.obj (.text:SimpleBLEPeripheral_freeAttRsp$2)
                  000098fc    00000028     simple_peripheral.obj (.text:SimpleBLEPeripheral_processStackMsg$2)
                  00009924    00000028     simple_gatt_profile.obj (.text:SimpleProfile_AddService)
                  0000994c    00000028     TRNGCC26XX.obj (.text:TRNGCC26XX_init)
                  00009974    00000028     RFCC26XX_singleMode.obj (.text:clkPowerUpFxn$9)
                  0000999c    00000028     gattservapp_util.obj (.text:gattServApp_FindCharCfgItem$22)
                  000099c4    00000028     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E)
                  000099ec    00000028                      : rom_sysbios.obj (.text:xdc_runtime_LoggerCallback_write0__E)
                  00009a14    00000028                      : rom_sysbios.obj (.text:xdc_runtime_LoggerCallback_write1__E)
                  00009a3c    00000026     drivers_cc26xxware.aem3 : List.oem3 (.text:List_put)
                  00009a62    00000024     icall_api.obj (.text:GAPBondMgr_LinkTerm)
                  00009a86    00000024     icall_api.obj (.text:ICall_getLocalMsgEntityId$18)
                  00009aaa    00000024     icall_api.obj (.text:ICall_threadServes$18)
                  00009ace    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_triggerFunc__I)
                  00009ad0    00000024     PINCC26XX.obj (.text:PINCC26XX_getPinCount)
                  00009af4    00000024     simple_peripheral.obj (.text:SimpleBLEPeripheral_enqueueMsg$2)
                  00009b18    00000024     oad_target_external_flash.obj (.text:getImageFlag)
                  00009b3c    00000024     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:getTdcSemaphore)
                  00009b60    00000024     RFCC26XX_singleMode.obj (.text:hwiFxnCpe0PowerFsm$9)
                  00009b84    00000024     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_registerRTSLock__I)
                  00009ba8    00000024     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_removeRTSLock__I)
                  00009bcc    00000024     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_cc26xxRomInitNVIC__I)
                  00009bf0    00000022     icall.obj (.text:ICall_dispatch$15)
                  00009c12    00000022     util.obj (.text:ICall_malloc$3)
                  00009c34    00000022     rtsv7M3_T_le_eabi.lib : memcmp.obj (.text)
                  00009c56    00000002     app_ble_pem3.oem3 (.text:ti_sysbios_rom_cortexm_cc26xx_CC26xx_badRomRevision__E)
                  00009c58    00000020     gattservapp_util.obj (.text:GATTServApp_InitCharCfg)
                  00009c78    00000020     icall_api.obj (.text:ICall_allocMsg$18)
                  00009c98    00000020     icall_api.obj (.text:ICall_getEntityId$18)
                  00009cb8    00000020     simple_peripheral.obj (.text:ICall_malloc$2)
                  00009cd8    00000020     icall.obj (.text:ICall_primService$15)
                  00009cf8    00000020     icall.obj (.text:ICall_searchService$15)
                  00009d18    00000020     driverlib.lib : rfc.obj (.text:NOROM_RFCDoorbellSendTo)
                  00009d38    00000020                   : rfc.obj (.text:NOROM_RFCRfTrimRead)
                  00009d58    00000020                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscHfCtl)
                  00009d78    00000020     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_unregisterNotify)
                  00009d98    00000020     UDMACC26XX.obj (.text:UDMACC26XX_initHw$14)
                  00009db8    00000020     RFCC26XX_singleMode.obj (.text:allocCmd$9)
                  00009dd8    00000020     rtsv7M3_T_le_eabi.lib : u_tofd_t2.obj (.text)
                  00009df8    00000020     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock__I)
                  00009e18    00000020     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_stop__E)
                  00009e38    00000020                      : rom_sysbios.obj (.text:xdc_runtime_Registry_findById__E)
                  00009e58    0000001e     icall.obj (.text:ICall_primSendServiceMsg$15)
                  00009e76    0000001e     PINCC26XX.obj (.text:PIN_close)
                  00009e94    0000001e     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_getTransitionLatency)
                  00009eb2    0000001e     icall_api.obj (.text:matchHciCS$18)
                  00009ed0    0000001e     icall_api.obj (.text:waitMatchCS$18)
                  00009eee    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultAbort)
                  00009ef0    0000001c     peripheral.obj (.text:GAPRole_StartDevice)
                  00009f0c    0000001c     icall_api.obj (.text:GATT_bm_alloc)
                  00009f28    0000001c     icall_api.obj (.text:GATT_bm_free)
                  00009f44    0000001c     icall.obj (.text:ICall_initPrim$15)
                  00009f60    0000001c     peripheral.obj (.text:ICall_wait$25)
                  00009f7c    0000001c     simple_peripheral.obj (.text:ICall_wait$2)
                  00009f98    0000001c     driverlib.lib : osc.obj (.text:NOROM_OSCClockSourceGet)
                  00009fb4    0000001c                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAmpcompTh2)
                  00009fd0    0000001c                   : setup_rom.obj (.text:NOROM_SetupGetTrimForRcOscLfRtuneCtuneTrim)
                  00009fec    0000001c     PINCC26XX.obj (.text:PINCC26XX_setIoCfgMux$8)
                  0000a008    0000001c     PINCC26XX.obj (.text:PIN_hwi$8)
                  0000a024    0000001c     RFCC26XX_singleMode.obj (.text:RF_runDirectCmd)
                  0000a040    0000001c     RFCC26XX_singleMode.obj (.text:RF_runImmediateCmd)
                  0000a05c    0000001c     TRNGCC26XX.obj (.text:TRNGCC26XX_open)
                  0000a078    0000001c     peripheral.obj (.text:gapRole_HandleParamUpdateNoSuccess$25)
                  0000a094    0000001c     icall_api.obj (.text:getStatusValueFromErrNo$18)
                  0000a0b0    0000001c     TRNGCC26XX.obj (.text:openTRNG)
                  0000a0cc    0000001c     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E)
                  0000a0e8    0000001c                      : rom_sysbios.obj (.text:xdc_runtime_LoggerCallback_Instance_init__E)
                  0000a104    0000001a     icall_api.obj (.text:GATT_Notification)
                  0000a11e    0000001a     icall.obj (.text:ICall_enterCSImpl)
                  0000a138    0000001a     icall.obj (.text:ICall_primSetTimerMSecs$15)
                  0000a152    0000001a     drivers_cc26xxware.aem3 : List.oem3 (.text:List_remove)
                  0000a16c    0000001a     simple_peripheral.obj (.text:SimpleBLEPeripheral_processAppMsg$2)
                  0000a186    0000001a     util.obj (.text:Util_dequeueMsg)
                  0000a1a0    0000001a     ExtFlash.obj (.text:extFlashPowerDown$19)
                  0000a1ba    0000001a     icall_api.obj (.text:matchGattIndNotiCS$18)
                  0000a1d4    0000001a     rom_sysbios.aem3 : rom_sysbios_config.obj (.text:xdc_runtime_System_snprintf__E)
                  0000a1ee    00000002                      : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultExit)
                  0000a1f0    00000018     oad.obj (.text:CheckImageDownloadCount$23)
                  0000a208    00000018     peripheral.obj (.text:GAPRole_TerminateConnection)
                  0000a220    00000018     icall_cc2650.obj (.text:ICallPlatform_pwrDispense)
                  0000a238    00000018     icall_cc2650.obj (.text:ICallPlatform_pwrRequire)
                  0000a250    00000018     oad.obj (.text:ICall_free$23)
                  0000a268    00000018     simple_peripheral.obj (.text:ICall_free$2)
                  0000a280    00000018     util.obj (.text:ICall_free$3)
                  0000a298    00000018     icall.obj (.text:ICall_freeMsg$15)
                  0000a2b0    00000018     icall_api.obj (.text:ICall_freeMsg$18)
                  0000a2c8    00000018     peripheral.obj (.text:ICall_freeMsg$25)
                  0000a2e0    00000018     simple_peripheral.obj (.text:ICall_freeMsg$2)
                  0000a2f8    00000018     icall.obj (.text:ICall_primMalloc$15)
                  0000a310    00000018     driverlib.lib : aon_rtc.obj (.text:NOROM_AONRTCCurrentCompareValueGet)
                  0000a328    00000018                   : chipinfo.obj (.text:NOROM_ChipInfo_GetPackageType)
                  0000a340    00000018                   : osc.obj (.text:NOROM_OSCHF_TurnOnXosc)
                  0000a358    00000018                   : rfc.obj (.text:NOROM_RFCCpeIntGetAndClear)
                  0000a370    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAdcShModeEn)
                  0000a388    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAdcShVbufEn)
                  0000a3a0    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAmpcompTh1)
                  0000a3b8    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForDblrLoopFilterResetVoltage)
                  0000a3d0    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForRcOscLfIBiasTrim)
                  0000a3e8    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscLfRegulatorAndCmirrwrRatio)
                  0000a400    00000018     oad_target_external_flash.obj (.text:OADTarget_open)
                  0000a418    00000018     PINCC26XX.obj (.text:PIN_getConfig)
                  0000a430    00000018     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_idleFunc)
                  0000a448    00000018     RFCC26XX_singleMode.obj (.text:Q_pop$9)
                  0000a460    00000018     simple_peripheral.obj (.text:SimpleBLEPeripheral_performPeriodicTask$2)
                  0000a478    00000018     ExtFlash.obj (.text:Spi_close$19)
                  0000a490    00000018     ExtFlash.obj (.text:Spi_flash$19)
                  0000a4a8    00000018     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:configureRFCoreClocks)
                  0000a4c0    00000018     peripheral.obj (.text:gapRole_setEvent$25)
                  0000a4d8    00000018     rtsv7M3_T_le_eabi.lib : args_main.obj (.text)
                  0000a4f0    00000018                           : ll_mul_t2.obj (.text)
                  0000a508    00000018     RFCC26XX_singleMode.obj (.text:swiFxnFsm$9)
                  0000a520    00000018     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock__I)
                  0000a538    00000008     (.tramp.ti_sysbios_BIOS_RtsGateProxy_leave__E.1)
                  0000a540    00000018     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_or__E)
                  0000a558    00000018     app_ble_pem3.oem3 (.text:ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E)
                  0000a570    00000016     icall.obj (.text:ICall_abort$15)
                  0000a586    00000016     icall.obj (.text:ICall_leaveCSImpl)
                  0000a59c    00000016     icall.obj (.text:ICall_primStopTimer$15)
                  0000a5b2    00000016     simple_peripheral.obj (.text:SimpleBLEPeripheral_processCharValueChangeEvt$2)
                  0000a5c8    00000016     ble_user_config.obj (.text:driverTable_fnSpinlock)
                  0000a5de    00000016     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__I)
                  0000a5f4    00000014     devinfoservice.obj (.text:DevInfo_AddService)
                  0000a608    00000014     ExtFlash.obj (.text:ExtFlash_powerDown$19)
                  0000a61c    00000014     driverlib.lib : aon_rtc.obj (.text:NOROM_AONRTCCurrent64BitValueGet)
                  0000a630    00000014                   : chipinfo.obj (.text:NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated)
                  0000a644    00000014     oad_target_external_flash.obj (.text:OADTarget_close)
                  0000a658    00000014     oad_target_external_flash.obj (.text:OADTarget_writeFlash)
                  0000a66c    00000014     oad.obj (.text:OAD_register)
                  0000a680    00000014     PINCC26XX.obj (.text:PINCC26XX_getInputValue$8)
                  0000a694    00000014     RFCC26XX_singleMode.obj (.text:RF_Params_init)
                  0000a6a8    00000014     SPI.obj (.text:SPI_Params_init)
                  0000a6bc    00000014     simple_peripheral.obj (.text:SimpleBLEPeripheral_clockHandler$2)
                  0000a6d0    00000014     simple_gatt_profile.obj (.text:SimpleProfile_RegisterAppCBs)
                  0000a6e4    00000014     rtsv7M3_T_le_eabi.lib : _lock.obj (.text)
                  0000a6f8    00000014                           : strlen.obj (.text)
                  0000a70c    00000014     icall_api.obj (.text:setICallCmdEvtHdr$18)
                  0000a720    00000014     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_doTick__I)
                  0000a734    00000008     (.tramp.ti_sysbios_knl_Clock_logTick__E.1)
                  0000a73c    00000012     gattservapp_util.obj (.text:GATTServApp_FindAttr)
                  0000a74e    00000012     RFCC26XX_singleMode.obj (.text:RF_getCmdOp)
                  0000a760    00000012     app_ble_pem3.oem3 (.text:xdc_runtime_Startup_exec__I)
                  0000a772    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultPutch)
                  0000a774    00000008     (.tramp.xdc_runtime_Startup_startMods__I.1)
                  0000a77c    00000010     devinfoservice.obj (.text:DevInfo_SetParameter)
                  0000a78c    00000010     RFCC26XX_singleMode.obj (.text:FsmDispatch$9)
                  0000a79c    00000010     icall_api.obj (.text:GAP_EndDiscoverable)
                  0000a7ac    00000010     gattservapp_util.obj (.text:GATTServApp_ReadCharCfg)
                  0000a7bc    00000010     icall_api.obj (.text:HCI_LE_ReadMaxDataLenCmd)
                  0000a7cc    00000010     icall_cc2650.obj (.text:ICallPlatform_pwrGetXOSCStartupTime)
                  0000a7dc    00000010     icall.obj (.text:ICall_primGetTickPeriod$15)
                  0000a7ec    00000010     icall.obj (.text:ICall_taskEntry$15)
                  0000a7fc    00000010     driverlib.lib : rfc.obj (.text:NOROM_RFCRfTrimSet)
                  0000a80c    00000010                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscHfFastStart)
                  0000a81c    00000010                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscHfIbiastherm)
                  0000a82c    00000010     oad_target_external_flash.obj (.text:OADTarget_getCrc)
                  0000a83c    00000010     oad_target_external_flash.obj (.text:OADTarget_setCrc)
                  0000a84c    00000010     oad_target_external_flash.obj (.text:OADTarget_systemReset)
                  0000a85c    00000010     ble_user_config.obj (.text:RegisterAssertCback)
                  0000a86c    00000010     util.obj (.text:Util_isActive)
                  0000a87c    00000010     ExtFlash.obj (.text:extFlashDeselect$19)
                  0000a88c    00000010     ExtFlash.obj (.text:extFlashSelect$19)
                  0000a89c    00000010     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_post__E)
                  0000a8ac    00000010     app_ble_pem3.oem3 (.text:xdc_runtime_LoggerCallback_Object__get__S)
                  0000a8bc    00000010     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_SysCallback_putch__E)
                  0000a8cc    00000010                      : rom_sysbios.obj (.text:xdc_runtime_SysCallback_ready__E)
                  0000a8dc    00000010                      : rom_sysbios.obj (.text:xdc_runtime_System_vsnprintf__E)
                  0000a8ec    0000000e     disp750a.obj (.text:EPD_7IN5_TurnOnDisplay)
                  0000a8fa    0000000e     icall_api.obj (.text:GATT_Indication)
                  0000a908    0000000e     icall_cc2650.obj (.text:ICallPlatform_pwrGetTransitionState)
                  0000a916    0000000e     icall_cc2650.obj (.text:ICallPlatform_pwrIsStableXOSCHF)
                  0000a924    0000000e     icall.obj (.text:ICall_primDisableMInt$15)
                  0000a932    0000000e     icall.obj (.text:ICall_primEnableMInt$15)
                  0000a940    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_enableFxn__E.1)
                  0000a948    00000008     (.tramp.ti_sysbios_knl_Task_enable__E.1)
                  0000a950    0000000e     icall.obj (.text:ICall_primFreeMsg$15)
                  0000a95e    0000000e     icall.obj (.text:ICall_primGetTicks$15)
                  0000a96c    0000000e     driverlib.lib : vims.obj (.text:NOROM_VIMSModeGet)
                  0000a97a    0000000e     oad_target_external_flash.obj (.text:OADTarget_imageAddress)
                  0000a988    0000000e     SPICC26XXDMA.obj (.text:SPICC26XXDMA_init)
                  0000a996    0000000e     util.obj (.text:Util_constructQueue)
                  0000a9a4    00000008     (.tramp.ti_sysbios_knl_Queue_construct.1)
                  0000a9ac    0000000e     rtsv7M3_T_le_eabi.lib : copy_decompress_none.obj (.text:decompress:none)
                  0000a9ba    0000000e     icall_api.obj (.text:matchGSARegisterServiceCS$18)
                  0000a9c8    0000000e     icall_api.obj (.text:matchGapLinkEstCS$18)
                  0000a9d6    0000000e     icall_api.obj (.text:matchGattSendRspCS$18)
                  0000a9e4    0000000e     icall_api.obj (.text:matchLinkDBGetInfoCS$18)
                  0000a9f2    0000000e     icall_api.obj (.text:matchLinkDBNumActiveCS$18)
                  0000aa00    0000000e     icall_api.obj (.text:matchLinkDBNumConnsCS$18)
                  0000aa0e    0000000e     icall_api.obj (.text:setDispatchCmdEvtHdr$18)
                  0000aa1c    0000000e     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E)
                  0000aa2a    00000002     --HOLE-- [fill = 0]
                  0000aa2c    0000000c     RFCC26XX_singleMode.obj (.text:FsmNextState$9)
                  0000aa38    0000000c     icall_api.obj (.text:GAP_MakeDiscoverable)
                  0000aa44    0000000c     icall_api.obj (.text:GAP_TerminateAuth)
                  0000aa50    0000000c     icall_api.obj (.text:GAP_UpdateLinkParamReq)
                  0000aa5c    0000000c     icall_api.obj (.text:GAP_UpdateLinkParamReqReply)
                  0000aa68    0000000c     icall_api.obj (.text:GGS_SetParameter)
                  0000aa74    0000000c     icall.obj (.text:ICall_clockFunc$15)
                  0000aa80    0000000c     icall.obj (.text:ICall_primDisableInt$15)
                  0000aa8c    00000008     (.tramp.ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E.1)
                  0000aa94    0000000c     icall.obj (.text:ICall_primEnableInt$15)
                  0000aaa0    00000008     (.tramp.ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E.1)
                  0000aaa8    0000000c     icall.obj (.text:ICall_primFree$15)
                  0000aab4    0000000c     icall.obj (.text:ICall_primSignal$15)
                  0000aac0    0000000c     driverlib.lib : cpu.obj (.text:NOROM_CPUcpsid)
                  0000aacc    0000000c                   : cpu.obj (.text:NOROM_CPUcpsie)
                  0000aad8    0000000c     PINCC26XX.obj (.text:PIN_registerIntCb)
                  0000aae4    0000000c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_getConstraintMask)
                  0000aaf0    0000000c                             : PowerCC26XX.oem3 (.text:Power_getDependencyCount)
                  0000aafc    0000000c                             : PowerCC26XX.oem3 (.text:Power_getTransitionState)
                  0000ab08    0000000c     util.obj (.text:Util_startClock)
                  0000ab14    0000000c     rtsv7M3_T_le_eabi.lib : copy_zero_init.obj (.text:decompress:ZI)
                  0000ab20    0000000c     icall_api.obj (.text:matchProfileSetParamCS$18)
                  0000ab2c    0000000c     SPICC26XXDMA.obj (.text:spiPostNotify$11)
                  0000ab38    0000000c     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_BIOS_getThreadType__E)
                  0000ab44    0000000c                      : rom_sysbios_config.obj (.text:ti_sysbios_hal_Hwi_Params__init__S)
                  0000ab50    00000008     (.tramp.xdc_runtime_Core_assignParams__I.1)
                  0000ab58    0000000c                      : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_getTrigger__E)
                  0000ab64    0000000c     app_ble_pem3.oem3 (.text:xdc_runtime_Startup_reset__I)
                  0000ab70    0000000c     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Startup_rtsDone__E)
                  0000ab7c    0000000a     icall_cc2650.obj (.text:ICallPlatform_pwrSwitchXOSCHF)
                  0000ab86    0000000a     icall.obj (.text:ICall_primE2S$15)
                  0000ab90    0000000a     drivers_cc26xxware.aem3 : List.oem3 (.text:List_empty)
                  0000ab9a    0000000a     oad_target_external_flash.obj (.text:OADTarget_readFlash)
                  0000aba4    0000000a     SPI.obj (.text:SPI_close)
                  0000abae    0000000a     SPI.obj (.text:SPI_transfer)
                  0000abb8    0000000a     UART.obj (.text:UART_write)
                  0000abc2    0000000a     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_LoggerCallback_disable__E)
                  0000abcc    0000000a                      : rom_sysbios.obj (.text:xdc_runtime_LoggerCallback_enable__E)
                  0000abd6    0000000a     app_ble_pem3.oem3 (.text:xdc_runtime_Text_visitRope__I)
                  0000abe0    00000008     icall_api.obj (.text:GAP_RegisterForMsgs)
                  0000abe8    00000008     icall_api.obj (.text:GATT_RegisterForMsgs)
                  0000abf0    00000008     RFCC26XX_singleMode.obj (.text:RF_flushCmd)
                  0000abf8    00000008     simple_peripheral.obj (.text:SimpleBLEPeripheral_charValueChangeCB$2)
                  0000ac00    00000008     simple_peripheral.obj (.text:SimpleBLEPeripheral_stateChangeCB$2)
                  0000ac08    00000008     icall_api.obj (.text:matchHciExtConnEventNoticeCS$18)
                  0000ac10    00000008     icall_api.obj (.text:matchHciLeReadMaxDataLenCS$18)
                  0000ac18    00000006     icall_api.obj (.text:GGS_AddService)
                  0000ac1e    00000006     icall.obj (.text:ICall_mallocImpl)
                  0000ac24    00000006     driverlib.lib : cpu.obj (.text:NOROM_CPUdelay)
                  0000ac2a    00000006     oad_target_external_flash.obj (.text:OADTarget_eraseFlash)
                  0000ac30    00000006     rom_sysbios.aem3 : rom_sysbios.obj (.text:__xdc__init)
                  0000ac36    00000006     RFCC26XX_singleMode.obj (.text:clkInactivityFxn$9)
                  0000ac3c    00000006     rtsv7M3_T_le_eabi.lib : copy_decompress_rle.obj (.text:decompress:rle24)
                  0000ac42    00000006     icall_api.obj (.text:gattAddService$18)
                  0000ac48    00000006     icall_api.obj (.text:matchBondMgrSetParamCS$18)
                  0000ac4e    00000006     icall_api.obj (.text:matchGGSSetParamCS$18)
                  0000ac54    00000006     icall_api.obj (.text:matchGapConnParamUpdateReplyCS$18)
                  0000ac5a    00000006     icall_api.obj (.text:matchGapDeviceInitCS$18)
                  0000ac60    00000006     icall_api.obj (.text:matchGapEndDiscoverableCS$18)
                  0000ac66    00000006     icall_api.obj (.text:matchGapGetParamCS$18)
                  0000ac6c    00000006     icall_api.obj (.text:matchGapMakeDiscoverableCS$18)
                  0000ac72    00000006     icall_api.obj (.text:matchGapSetParamCS$18)
                  0000ac78    00000006     icall_api.obj (.text:matchGapTerminateAuthCS$18)
                  0000ac7e    00000006     icall_api.obj (.text:matchGapTerminateLinkReqCS$18)
                  0000ac84    00000006     icall_api.obj (.text:matchGapUpdateAdvDataCS$18)
                  0000ac8a    00000006     icall_api.obj (.text:matchGapUpdateLinkParamReqCS$18)
                  0000ac90    00000006     icall_api.obj (.text:matchUtilNvReadCS$18)
                  0000ac96    00000006     icall_api.obj (.text:matchUtilNvWriteCS$18)
                  0000ac9c    00000006     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_setFunc__E)
                  0000aca2    00000004     icall_api.obj (.text:GATTServApp_AddService)
                  0000aca6    00000004     tirtosport.aem3 : HwiP_tirtos.oem3 (.text:HwiP_disable)
                  0000acaa    00000004     icall.obj (.text:ICall_primAbort$15)
                  0000acae    00000004     drivers_cc26xxware.aem3 : List.oem3 (.text:List_head)
                  0000acb2    00000004                             : List.oem3 (.text:List_next)
                  0000acb6    00000004     RFCC26XX_singleMode.obj (.text:Q_peek$9)
                  0000acba    00000004     util.obj (.text:Util_stopClock)
                  0000acbe    00000004     peripheral.obj (.text:gapRole_SetupGAP$25)
                  0000acc2    00000004     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:nopResourceHandler)
                  0000acc6    00000004     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getCount64__E)
                  0000acca    00000004                      : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_isActive__E)
                  0000acce    00000004                      : rom_sysbios.obj (.text:xdc_runtime_LoggerCallback_defaultCreate)
                  0000acd2    00000004                      : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultReady)
                  0000acd6    00000004                      : rom_sysbios.obj (.text:xdc_runtime_System_snprintf_va__F)
                  0000acda    00000002     --HOLE-- [fill = 0]
                  0000acdc    00000008     (.tramp.ti_sysbios_BIOS_RtsGateProxy_enter__E.1)
                  0000ace4    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_initNVIC__E.1)
                  0000acec    00000008     (.tramp.xdc_runtime_Core_createObject__I.1)
                  0000acf4    00000008     (.tramp.ti_sysbios_knl_Task_startup__E.1)
                  0000acfc    00000008     (.tramp.ti_sysbios_knl_Swi_startup__E.1)
                  0000ad04    00000008     (.tramp.ti_sysbios_hal_Hwi_HwiProxy_startup__E.1)
                  0000ad0c    00000008     (.tramp.ti_sysbios_family_arm_cc26xx_Timer_startup__E.1)
                  0000ad14    00000008     (.tramp.xdc_runtime_System_atexit__E.1)
                  0000ad1c    00000008     (.tramp.ti_sysbios_BIOS_setThreadType__E.1)
                  0000ad24    00000008     (.tramp.ti_sysbios_hal_Hwi_create.1)
                  0000ad2c    00000008     (.tramp.ti_sysbios_knl_Task_construct.1)
                  0000ad34    00000008     (.tramp.xdc_runtime_System_exit__E.1)
                  0000ad3c    00000008     (.tramp.ti_sysbios_knl_Queue_put__E.1)
                  0000ad44    00000008     (.tramp.ti_sysbios_knl_Semaphore_create.1)
                  0000ad4c    00000008     (.tramp.ti_sysbios_BIOS_start__E.1)
                  0000ad54    00000008     (.tramp.xdc_runtime_System_abort__E.1)
                  0000ad5c    00000008     (.tramp.ti_sysbios_knl_Task_create.1)
                  0000ad64    00000008     (.tramp.ti_sysbios_knl_Task_Params__init__S.1)
                  0000ad6c    00000008     (.tramp.ti_sysbios_knl_Clock_create.1)
                  0000ad74    00000008     (.tramp.ti_sysbios_knl_Clock_scheduleNextTick__E.1)
                  0000ad7c    00000008     (.tramp.ti_sysbios_knl_Clock_walkQueueDynamic__E.1)
                  0000ad84    00000008     (.tramp.ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E.1)
                  0000ad8c    00000008     (.tramp.ti_sysbios_knl_Semaphore_destruct.1)
                  0000ad94    00000008     (.tramp.ti_sysbios_knl_Swi_destruct.1)
                  0000ad9c    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_destruct.1)
                  0000ada4    00000008     (.tramp.ti_sysbios_knl_Queue_get__E.1)
                  0000adac    00000008     (.tramp.ti_sysbios_knl_Queue_empty__E.1)
                  0000adb4    00000008     (.tramp.ti_sysbios_BIOS_getCpuFreq__E.1)
                  0000adbc    00000008     (.tramp.ti_sysbios_knl_Semaphore_post__E.1)
                  0000adc4    00000008     (.tramp.ti_sysbios_knl_Clock_getTicks__E.1)
                  0000adcc    00000008     (.tramp.ti_sysbios_knl_Task_self__E.1)
                  0000add4    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E.1)
                  0000addc    00000008     (.tramp.ti_sysbios_knl_Clock_construct.1)
                  0000ade4    00000008     (.tramp.ti_sysbios_knl_Clock_Params__init__S.1)
                  0000adec    00000008     (.tramp.xdc_runtime_Text_ropeText__E.1)
                  0000adf4    00000008     (.tramp.xdc_runtime_System_abortSpin__E.1)
                  0000adfc    00000008     (.tramp.ti_sysbios_knl_Clock_start__E.1)
                  0000ae04    00000008     (.tramp.ti_sysbios_knl_Clock_setTimeout__E.1)
                  0000ae0c    00000008     (.tramp.ti_sysbios_knl_Semaphore_pend__E.1)
                  0000ae14    00000008     (.tramp.ti_sysbios_knl_Swi_post__E.1)
                  0000ae1c    00000008     (.tramp.ti_sysbios_knl_Task_restore__E.1)
                  0000ae24    00000008     (.tramp.ti_sysbios_knl_Swi_restore__E.1)
                  0000ae2c    00000008     (.tramp.ti_sysbios_knl_Swi_disable__E.1)
                  0000ae34    00000008     (.tramp.ti_sysbios_knl_Task_disable__E.1)
                  0000ae3c    00000008     (.tramp.ti_sysbios_knl_Semaphore_construct.1)
                  0000ae44    00000008     (.tramp.ti_sysbios_knl_Semaphore_Params__init__S.1)
                  0000ae4c    00000008     (.tramp.ti_sysbios_knl_Swi_construct.1)
                  0000ae54    00000008     (.tramp.ti_sysbios_knl_Swi_Params__init__S.1)
                  0000ae5c    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_construct.1)
                  0000ae64    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_Params__init__S.1)
                  0000ae6c    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_restoreFxn__E.1)
                  0000ae74    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_disableFxn__E.1)

.const     0    0000ae7c    00001dc6     
                  0000ae7c    000017c0     app_ble_pem3.oem3 (.const:xdc_runtime_Text_charTab__A)
                  0000c63c    000000cc     icall.obj (.const)
                  0000c708    000000c8     simple_peripheral.obj (.const:.string:$P$T0$1$2)
                  0000c7d0    00000054     SPICC26XXDMA.obj (.const)
                  0000c824    00000054     oad.obj (.const)
                  0000c878    0000004c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.const:resourceDB)
                  0000c8c4    0000004c     ble_user_config.obj (.const:rfDriverTable)
                  0000c910    00000048     app_ble_pem3.oem3 (.const:.string)
                  0000c958    0000003c     oad.obj (.const:.string)
                  0000c994    00000038     board.obj (.const:spiCC26XXDMAHWAttrs)
                  0000c9cc    00000034     app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Module__FXNS__C)
                  0000ca00    0000002c     gatt_uuid.obj (.const)
                  0000ca2c    00000028     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__A)
                  0000ca54    00000027     ble_user_config.obj (.const:txPowerTable)
                  0000ca7b    00000001     --HOLE-- [fill = 0]
                  0000ca7c    00000024     board.obj (.const:SPI_config)
                  0000caa0    00000020     SPI.obj (.const)
                  0000cac0    00000020     app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Object__DESC__C)
                  0000cae0    0000001c     app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Object__PARAMS__C)
                  0000cafc    00000014     devinfoservice.obj (.const:.string)
                  0000cb10    00000014     RFCC26XX_singleMode.obj (.const)
                  0000cb24    00000014     ble_user_config.obj (.const)
                  0000cb38    00000014     devinfoservice.obj (.const)
                  0000cb4c    00000014     simple_gatt_profile.obj (.const)
                  0000cb60    00000014     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__A)
                  0000cb74    00000010     board.obj (.const:PowerCC26XX_config)
                  0000cb84    00000010     board.obj (.const:TRNGCC26XX_config)
                  0000cb94    00000010     board.obj (.const:UDMACC26XX_config)
                  0000cba4    00000010     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nodeTab__A)
                  0000cbb4    0000000c     simple_gatt_profile.obj (.const:.string)
                  0000cbc0    0000000c     board.obj (.const:BoardGpioInitTable)
                  0000cbcc    0000000c     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__A)
                  0000cbd8    00000008     ExtFlash.obj (.const)
                  0000cbe0    00000008     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Idle_funcList__A)
                  0000cbe8    00000008     board.obj (.const:udmaHWAttrs)
                  0000cbf0    00000004     board.obj (.const:TRNGCC26XXHWAttrs)
                  0000cbf4    00000004     icall_cc2650.obj (.const)
                  0000cbf8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_tickPeriod__C)
                  0000cbfc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_triggerClock__C)
                  0000cc00    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_ILogger_Interface__BASE__C)
                  0000cc04    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Log_L_error__C)
                  0000cc08    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Log_L_warning__C)
                  0000cc0c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Object__count__C)
                  0000cc10    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_createInstFxn__C)
                  0000cc14    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_outputFxn__C)
                  0000cc18    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__loggerFxn2__C)
                  0000cc1c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__loggerFxn4__C)
                  0000cc20    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__loggerFxn8__C)
                  0000cc24    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__loggerObj__C)
                  0000cc28    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_putchFxn__C)
                  0000cc2c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_readyFxn__C)
                  0000cc30    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_extendFxn__C)
                  0000cc34    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nodeTab__C)
                  0000cc38    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_visitRopeFxn__C)
                  0000cc3c    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__loggerDefined__C)
                  0000cc3e    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_registryModsLastId__C)
                  0000cc40    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_unnamedModsLastId__C)

.cinit     0    0000cc48    00000720     
                  0000cc48    000005a3     (.cinit..data.load) [load image, compression = rle]
                  0000d1eb    00000005     --HOLE-- [fill = 0]
                  0000d1f0    0000001e     (.cinit..data:ti_sysbios_knl_Task_Module__state__V.load) [load image, compression = rle]
                  0000d20e    00000002     --HOLE-- [fill = 0]
                  0000d210    00000017     (.cinit..data:ti_sysbios_BIOS_Module__state__V.load) [load image, compression = rle]
                  0000d227    00000001     --HOLE-- [fill = 0]
                  0000d228    00000011     (.cinit..data:ti_sysbios_knl_Clock_Module__state__V.load) [load image, compression = rle]
                  0000d239    00000007     --HOLE-- [fill = 0]
                  0000d240    0000000f     (.cinit..data:ti_sysbios_family_arm_m3_Hwi_Module__state__V.load) [load image, compression = rle]
                  0000d24f    00000001     --HOLE-- [fill = 0]
                  0000d250    0000000c     (__TI_handler_table)
                  0000d25c    00000004     --HOLE-- [fill = 0]
                  0000d260    0000000a     (.cinit..data:ti_sysbios_knl_Swi_Module__state__V.load) [load image, compression = rle]
                  0000d26a    00000006     --HOLE-- [fill = 0]
                  0000d270    0000000a     (.cinit..data:xdc_runtime_Memory_Module__state__V.load) [load image, compression = rle]
                  0000d27a    00000006     --HOLE-- [fill = 0]
                  0000d280    00000009     (.cinit..data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V.load) [load image, compression = rle]
                  0000d289    00000007     --HOLE-- [fill = 0]
                  0000d290    00000009     (.cinit..data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V.load) [load image, compression = rle]
                  0000d299    00000007     --HOLE-- [fill = 0]
                  0000d2a0    00000009     (.cinit..data:xdc_runtime_Startup_Module__state__V.load) [load image, compression = rle]
                  0000d2a9    00000007     --HOLE-- [fill = 0]
                  0000d2b0    00000009     (.cinit..data:xdc_runtime_System_Module__state__V.load) [load image, compression = rle]
                  0000d2b9    00000007     --HOLE-- [fill = 0]
                  0000d2c0    00000008     (.cinit..TI.bound:dmaSpi0RxControlTableEntry$11.load) [load image, compression = zero_init]
                  0000d2c8    00000008     (.cinit..TI.bound:dmaSpi0TxControlTableEntry$11.load) [load image, compression = zero_init]
                  0000d2d0    00000008     (.cinit..TI.bound:dmaSpi1RxControlTableEntry$11.load) [load image, compression = zero_init]
                  0000d2d8    00000008     (.cinit..TI.bound:dmaSpi1TxControlTableEntry$11.load) [load image, compression = zero_init]
                  0000d2e0    00000008     (.cinit..bss.load) [load image, compression = zero_init]
                  0000d2e8    00000080     (__TI_cinit_table)

.init_array 
*          0    00001010    00000000     UNINITIALIZED

.const:ti_sysbios_knl_Task_Object__PARAMS__C 
*          0    00000100    0000003c     
                  00000100    0000003c     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__PARAMS__C)

.const:ti_sysbios_knl_Mailbox_Object__PARAMS__C 
*          0    0000013c    00000034     
                  0000013c    00000034     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__PARAMS__C)

.const:ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C 
*          0    00000170    00000030     
                  00000170    00000030     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C)

.const:ti_sysbios_hal_Hwi_Object__PARAMS__C 
*          0    000001a0    0000002c     
                  000001a0    0000002c     app_ble_pem3.oem3 (.const:ti_sysbios_hal_Hwi_Object__PARAMS__C)

.const:ti_sysbios_heaps_HeapMem_Module__FXNS__C 
*          0    000001cc    00000028     
                  000001cc    00000028     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Module__FXNS__C)

.const:ti_sysbios_knl_Swi_Object__PARAMS__C 
*          0    000001f4    00000028     
                  000001f4    00000028     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__PARAMS__C)

.const:ti_sysbios_gates_GateHwi_Module__FXNS__C 
*          0    0000021c    00000024     
                  0000021c    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Module__FXNS__C)

.const:ti_sysbios_gates_GateMutex_Module__FXNS__C 
*          0    00000240    00000024     
                  00000240    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Module__FXNS__C)

.const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C 
*          0    00000264    00000024     
                  00000264    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C)

.const:ti_sysbios_knl_Clock_Object__PARAMS__C 
*          0    00000288    00000024     
                  00000288    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_Object__PARAMS__C)

.const:ti_sysbios_knl_Semaphore_Object__PARAMS__C 
*          0    000002ac    00000024     
                  000002ac    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_Object__PARAMS__C)

.const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C 
*          0    000002d0    00000020     
                  000002d0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C)

.const:ti_sysbios_gates_GateHwi_Object__DESC__C 
*          0    000002f0    00000020     
                  000002f0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Object__DESC__C)

.const:ti_sysbios_gates_GateMutex_Object__DESC__C 
*          0    00000310    00000020     
                  00000310    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Object__DESC__C)

.const:ti_sysbios_hal_Hwi_Object__DESC__C 
*          0    00000330    00000020     
                  00000330    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_hal_Hwi_Object__DESC__C)

.const:ti_sysbios_heaps_HeapMem_Object__DESC__C 
*          0    00000350    00000020     
                  00000350    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__DESC__C)

.const:ti_sysbios_knl_Clock_Object__DESC__C 
*          0    00000370    00000020     
                  00000370    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_Object__DESC__C)

.const:ti_sysbios_knl_Mailbox_Object__DESC__C 
*          0    00000390    00000020     
                  00000390    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__DESC__C)

.const:ti_sysbios_knl_Queue_Object__DESC__C 
*          0    000003b0    00000020     
                  000003b0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__DESC__C)

.const:ti_sysbios_knl_Semaphore_Object__DESC__C 
*          0    000003d0    00000020     
                  000003d0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_Object__DESC__C)

.const:ti_sysbios_knl_Swi_Object__DESC__C 
*          0    000003f0    00000020     
                  000003f0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__DESC__C)

.const:ti_sysbios_knl_Task_Object__DESC__C 
*          0    00000410    00000020     
                  00000410    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__DESC__C)

.const:ti_sysbios_gates_GateHwi_Object__PARAMS__C 
*          0    00000430    00000018     
                  00000430    00000018     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Object__PARAMS__C)

.const:ti_sysbios_gates_GateMutex_Object__PARAMS__C 
*          0    00000448    00000018     
                  00000448    00000018     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Object__PARAMS__C)

.const:ti_sysbios_knl_Queue_Object__PARAMS__C 
*          0    00000460    00000018     
                  00000460    00000018     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__PARAMS__C)

.const:ti_sysbios_knl_Idle_funcList__C 
*          0    00000478    00000008     
                  00000478    00000008     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Idle_funcList__C)

.const:ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C 
*          0    00000484    00000004     
                  00000484    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C)

.const:ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C 
*          0    00000488    00000004     
                  00000488    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C)

.const:ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C 
*          0    0000048c    00000004     
                  0000048c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C)

.const:ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C 
*          0    00000490    00000004     
                  00000490    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C)

.const:ti_sysbios_family_arm_m3_Hwi_Object__count__C 
*          0    00000494    00000004     
                  00000494    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__count__C)

.const:ti_sysbios_family_arm_m3_Hwi_Object__table__C 
*          0    00000498    00000004     
                  00000498    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__table__C)

.const:ti_sysbios_family_arm_m3_Hwi_ccr__C 
*          0    0000049c    00000004     
                  0000049c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_ccr__C)

.const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C 
*          0    000004a0    00000004     
                  000004a0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C)

.const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C 
*          0    000004a4    00000004     
                  000004a4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C)

.const:ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C 
*          0    000004a8    00000004     
                  000004a8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C)

.const:ti_sysbios_family_arm_m3_Hwi_priGroup__C 
*          0    000004ac    00000004     
                  000004ac    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_priGroup__C)

.const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C 
*          0    000004b0    00000004     
                  000004b0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C)

.const:ti_sysbios_heaps_HeapMem_E_memory__C 
*          0    000004b4    00000004     
                  000004b4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_E_memory__C)

.const:ti_sysbios_heaps_HeapMem_Module__gateObj__C 
*          0    000004b8    00000004     
                  000004b8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Module__gateObj__C)

.const:ti_sysbios_heaps_HeapMem_Object__count__C 
*          0    000004bc    00000004     
                  000004bc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__count__C)

.const:ti_sysbios_heaps_HeapMem_Object__table__C 
*          0    000004c0    00000004     
                  000004c0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__table__C)

.const:ti_sysbios_heaps_HeapMem_reqAlign__C 
*          0    000004c4    00000004     
                  000004c4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_reqAlign__C)

.const:ti_sysbios_knl_Clock_serviceMargin__C 
*          0    000004c8    00000004     
                  000004c8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_serviceMargin__C)

.const:ti_sysbios_knl_Mailbox_Object__count__C 
*          0    000004cc    00000004     
                  000004cc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__count__C)

.const:ti_sysbios_knl_Mailbox_Object__table__C 
*          0    000004d0    00000004     
                  000004d0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__table__C)

.const:ti_sysbios_knl_Queue_Object__count__C 
*          0    000004d4    00000004     
                  000004d4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__count__C)

.const:ti_sysbios_knl_Queue_Object__table__C 
*          0    000004d8    00000004     
                  000004d8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__table__C)

.const:ti_sysbios_knl_Swi_Object__count__C 
*          0    000004dc    00000004     
                  000004dc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__count__C)

.const:ti_sysbios_knl_Swi_Object__table__C 
*          0    000004e0    00000004     
                  000004e0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__table__C)

.const:ti_sysbios_knl_Swi_numPriorities__C 
*          0    000004e4    00000004     
                  000004e4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_numPriorities__C)

.const:ti_sysbios_knl_Task_Object__count__C 
*          0    000004e8    00000004     
                  000004e8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__count__C)

.const:ti_sysbios_knl_Task_Object__table__C 
*          0    000004ec    00000004     
                  000004ec    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__table__C)

.const:ti_sysbios_knl_Task_allBlockedFunc__C 
*          0    000004f0    00000004     
                  000004f0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_allBlockedFunc__C)

.const:ti_sysbios_knl_Task_defaultStackHeap__C 
*          0    000004f4    00000004     
                  000004f4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_defaultStackHeap__C)

.const:ti_sysbios_knl_Task_defaultStackSize__C 
*          0    000004f8    00000004     
                  000004f8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_defaultStackSize__C)

.const:ti_sysbios_knl_Task_numConstructedTasks__C 
*          0    000004fc    00000004     
                  000004fc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_numConstructedTasks__C)

.const:ti_sysbios_family_arm_cc26xx_Timer_Module__id__C 
*          0    00000502    00000002     
                  00000502    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_Timer_Module__id__C)

.const:ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C 
*          0    00000504    00000002     
                  00000504    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C)

.const:ti_sysbios_family_arm_m3_Hwi_Module__id__C 
*          0    00000506    00000002     
                  00000506    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Module__id__C)

.const:ti_sysbios_gates_GateHwi_Module__id__C 
*          0    00000508    00000002     
                  00000508    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Module__id__C)

.const:ti_sysbios_gates_GateMutex_Module__id__C 
*          0    0000050a    00000002     
                  0000050a    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Module__id__C)

.const:ti_sysbios_heaps_HeapMem_Module__id__C 
*          0    0000050c    00000002     
                  0000050c    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Module__id__C)

.const:ti_sysbios_knl_Task_initStackFlag__C 
*          0    0000050e    00000002     
                  0000050e    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_initStackFlag__C)

.const:ti_sysbios_knl_Clock_tickMode__C 
*          0    00000510    00000001     
                  00000510    00000001     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_tickMode__C)

.const:xdc_runtime_Startup_firstFxns__C 
*          0    00000514    00000008     
                  00000514    00000008     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__C)

.const:xdc_runtime_Startup_lastFxns__C 
*          0    0000051c    00000008     
                  0000051c    00000008     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_lastFxns__C)

.const:xdc_runtime_Assert_E_assertFailed__C 
*          0    00000524    00000004     
                  00000524    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Assert_E_assertFailed__C)

.const:xdc_runtime_Error_E_memory__C 
*          0    00000528    00000004     
                  00000528    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Error_E_memory__C)

.const:xdc_runtime_Error_policyFxn__C 
*          0    0000052c    00000004     
                  0000052c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Error_policyFxn__C)

.const:xdc_runtime_IGateProvider_Interface__BASE__C 
*          0    00000530    00000004     
                  00000530    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IGateProvider_Interface__BASE__C)

.const:xdc_runtime_IHeap_Interface__BASE__C 
*          0    00000534    00000004     
                  00000534    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IHeap_Interface__BASE__C)

.const:xdc_runtime_IModule_Interface__BASE__C 
*          0    00000538    00000004     
                  00000538    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IModule_Interface__BASE__C)

.const:xdc_runtime_Main_Module__diagsEnabled__C 
*          0    0000053c    00000004     
                  0000053c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__diagsEnabled__C)

.const:xdc_runtime_Main_Module__diagsIncluded__C 
*          0    00000540    00000004     
                  00000540    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__diagsIncluded__C)

.const:xdc_runtime_Main_Module__diagsMask__C 
*          0    00000544    00000004     
                  00000544    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__diagsMask__C)

.const:xdc_runtime_Memory_defaultHeapInstance__C 
*          0    00000548    00000004     
                  00000548    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Memory_defaultHeapInstance__C)

.const:xdc_runtime_Startup_execImpl__C 
*          0    0000054c    00000004     
                  0000054c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_execImpl__C)

.const:xdc_runtime_Startup_maxPasses__C 
*          0    00000550    00000004     
                  00000550    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_maxPasses__C)

.const:xdc_runtime_Startup_sfxnRts__C 
*          0    00000554    00000004     
                  00000554    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__C)

.const:xdc_runtime_Startup_sfxnTab__C 
*          0    00000558    00000004     
                  00000558    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__C)

.const:xdc_runtime_Startup_startModsFxn__C 
*          0    0000055c    00000004     
                  0000055c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_startModsFxn__C)

.const:xdc_runtime_SysCallback_abortFxn__C 
*          0    00000560    00000004     
                  00000560    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_abortFxn__C)

.const:xdc_runtime_SysCallback_exitFxn__C 
*          0    00000564    00000004     
                  00000564    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_exitFxn__C)

.const:xdc_runtime_System_abortFxn__C 
*          0    00000568    00000004     
                  00000568    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_abortFxn__C)

.const:xdc_runtime_System_exitFxn__C 
*          0    0000056c    00000004     
                  0000056c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_exitFxn__C)

.const:xdc_runtime_System_maxAtexitHandlers__C 
*          0    00000570    00000004     
                  00000570    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_maxAtexitHandlers__C)

.const:xdc_runtime_Text_charTab__C 
*          0    00000574    00000004     
                  00000574    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_charTab__C)

.const:xdc_runtime_Text_nameEmpty__C 
*          0    00000578    00000004     
                  00000578    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nameEmpty__C)

.const:xdc_runtime_Text_nameStatic__C 
*          0    0000057c    00000004     
                  0000057c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nameStatic__C)

.const:xdc_runtime_Text_nameUnknown__C 
*          0    00000580    00000004     
                  00000580    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nameUnknown__C)

.const:xdc_runtime_Main_Module__id__C 
*          0    00000584    00000002     
                  00000584    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__id__C)

.const:xdc_runtime_Memory_Module__id__C 
*          0    00000586    00000002     
                  00000586    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Memory_Module__id__C)

.const:xdc_runtime_Text_charCnt__C 
*          0    00000588    00000002     
                  00000588    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_charCnt__C)

.const:xdc_runtime_Text_isLoaded__C 
*          0    0000058a    00000002     
                  0000058a    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_isLoaded__C)

.const:xdc_runtime_Error_policy__C 
*          0    0000058c    00000001     
                  0000058c    00000001     app_ble_pem3.oem3 (.const:xdc_runtime_Error_policy__C)

.const:ti_sysbios_rom_ROM_AONRTCChannelEnable 
*          0    00000590    00000004     
                  00000590    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_AONRTCChannelEnable)

.const:ti_sysbios_rom_ROM_AONRTCCompareValueSet 
*          0    00000594    00000004     
                  00000594    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_AONRTCCompareValueSet)

.const:ti_sysbios_rom_ROM_AONRTCCurrentCompareValueGet 
*          0    00000598    00000004     
                  00000598    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_AONRTCCurrentCompareValueGet)

.const:ti_sysbios_rom_ROM_AONRTCEventClear 
*          0    0000059c    00000004     
                  0000059c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_AONRTCEventClear)

.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E 
*          0    000005a0    00000004     
                  000005a0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E)

.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E 
*          0    000005a4    00000004     
                  000005a4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E)

.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E 
*          0    000005a8    00000004     
                  000005a8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E)

.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I 
*          0    000005ac    00000004     
                  000005ac    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I)

.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E 
*          0    000005b0    00000004     
                  000005b0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E)

.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I 
*          0    000005b4    00000004     
                  000005b4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I)

.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E 
*          0    000005b8    00000004     
                  000005b8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E)

.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E 
*          0    000005bc    00000004     
                  000005bc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E)

.const:ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I 
*          0    000005c0    00000004     
                  000005c0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I)

.const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E 
*          0    000005c4    00000004     
                  000005c4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E)

.const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E 
*          0    000005c8    00000004     
                  000005c8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E)

.const:ti_sysbios_gates_GateMutex_Instance_State_sem__O 
*          0    000005cc    00000004     
                  000005cc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Instance_State_sem__O)

.const:ti_sysbios_knl_Clock_Module_State_clockQ__O 
*          0    000005d0    00000004     
                  000005d0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_Module_State_clockQ__O)

.const:ti_sysbios_knl_Mailbox_Instance_State_dataQue__O 
*          0    000005d4    00000004     
                  000005d4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Instance_State_dataQue__O)

.const:ti_sysbios_knl_Mailbox_Instance_State_dataSem__O 
*          0    000005d8    00000004     
                  000005d8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Instance_State_dataSem__O)

.const:ti_sysbios_knl_Mailbox_Instance_State_freeQue__O 
*          0    000005dc    00000004     
                  000005dc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Instance_State_freeQue__O)

.const:ti_sysbios_knl_Mailbox_Instance_State_freeSem__O 
*          0    000005e0    00000004     
                  000005e0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Instance_State_freeSem__O)

.const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O 
*          0    000005e4    00000004     
                  000005e4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O)

.const:ti_sysbios_knl_Task_Module_State_inactiveQ__O 
*          0    000005e8    00000004     
                  000005e8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Module_State_inactiveQ__O)

.ccfg      0    000005ec    00000058     
                  000005ec    00000058     ccfg_app_ble.obj (.ccfg:retain)

.resetVecs 
*          0    00001010    0000003c     
                  00001010    0000003c     app_ble_pem3.oem3 (.resetVecs)

.vecs      0    20000000    000000c8     NOLOAD SECTION
                  20000000    000000c8     app_ble_pem3.oem3 (.vecs)

.data:ti_sysbios_knl_Task_Module__state__V 
*          0    20000100    00000044     UNINITIALIZED
                  20000100    00000044     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Module__state__V)

.data:ti_sysbios_family_arm_m3_Hwi_Module__state__V 
*          0    20000144    00000034     UNINITIALIZED
                  20000144    00000034     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_m3_Hwi_Module__state__V)

.data      0    20000148    00001709     UNINITIALIZED
                  20000148    00000384     simple_peripheral.obj (.data)
                  200004cc    00000380     peripheral.obj (.data)
                  2000084c    00000338     uart_logs.obj (.data)
                  20000b84    00000240     simple_gatt_profile.obj (.data)
                  20000dc4    00000004     SPI.obj (.data)
                  20000dc8    00000228     RFCC26XX_singleMode.obj (.data)
                  20000ff0    000001e0     devinfoservice.obj (.data)
                  200011d0    00000124     oad.obj (.data)
                  200012f4    00000110     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.data:PowerCC26XX_module)
                  20001404    000000e8     app_ble_pem3.oem3 (.data)
                  200014ec    00000094     icall.obj (.data)
                  20001580    0000006c     ExtFlash.obj (.data)
                  200015ec    00000058     ble_user_config.obj (.data:rfRegTbl)
                  20001644    0000004c     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Object__table__V)
                  20001690    00000048     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_Timer_Object__table__V)
                  200016d8    00000038     disp750a.obj (.data)
                  20001710    00000038     app_ble_pem3.oem3 (.data:ti_sysbios_gates_GateMutex_Object__table__V)
                  20001748    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Module_State_0_readyQ__A)
                  20001778    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Object__table__V)
                  200017a8    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Module_State_0_readyQ__A)
                  200017d8    00000030     main.obj (.data:user0Cfg)
                  20001808    00000014     oad_target_external_flash.obj (.data)
                  2000181c    0000000c     icall_api.obj (.data)
                  20001828    00000008     icall_cc2650.obj (.data)
                  20001830    00000008     rtsv7M3_T_le_eabi.lib : _lock.obj (.data)
                  20001838    00000008                           : exit.obj (.data)
                  20001840    00000008     app_ble_pem3.oem3 (.data:xdc_runtime_Registry_Module__state__V)
                  20001848    00000004     ble_user_config.obj (.data)
                  2000184c    00000004     rtsv7M3_T_le_eabi.lib : stkdepth_vars.obj (.data)
                  20001850    00000001     TRNGCC26XX.obj (.data)

.data:ti_sysbios_knl_Clock_Module__state__V 
*          0    20000178    0000002c     UNINITIALIZED
                  20000178    0000002c     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Clock_Module__state__V)

.data:ti_sysbios_BIOS_Module__state__V 
*          0    200001a4    00000024     UNINITIALIZED
                  200001a4    00000024     app_ble_pem3.oem3 (.data:ti_sysbios_BIOS_Module__state__V)

.data:ti_sysbios_knl_Swi_Module__state__V 
*          0    200001c8    0000001c     UNINITIALIZED
                  200001c8    0000001c     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Module__state__V)

.data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V 
*          0    200001e4    00000008     UNINITIALIZED
                  200001e4    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V)

.data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V 
*          0    200001ec    00000004     UNINITIALIZED
                  200001ec    00000004     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V)

.data:xdc_runtime_Startup_Module__state__V 
*          0    200001f0    00000008     UNINITIALIZED
                  200001f0    00000008     app_ble_pem3.oem3 (.data:xdc_runtime_Startup_Module__state__V)

.data:xdc_runtime_System_Module__state__V 
*          0    200001f8    00000008     UNINITIALIZED
                  200001f8    00000008     app_ble_pem3.oem3 (.data:xdc_runtime_System_Module__state__V)

.data:xdc_runtime_Memory_Module__state__V 
*          0    20000200    00000004     UNINITIALIZED
                  20000200    00000004     app_ble_pem3.oem3 (.data:xdc_runtime_Memory_Module__state__V)

.TI.bound:dmaSpi0RxControlTableEntry$11 
*          0    20000430    00000010     UNINITIALIZED
                  20000430    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi0RxControlTableEntry$11)

.TI.bound:dmaSpi0TxControlTableEntry$11 
*          0    20000440    00000010     UNINITIALIZED
                  20000440    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi0TxControlTableEntry$11)

.TI.bound:dmaSpi1RxControlTableEntry$11 
*          0    20000500    00000010     UNINITIALIZED
                  20000500    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi1RxControlTableEntry$11)

.TI.bound:dmaSpi1TxControlTableEntry$11 
*          0    20000510    00000010     UNINITIALIZED
                  20000510    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi1TxControlTableEntry$11)

.bss       0    20001858    00000c56     UNINITIALIZED
                  20001858    00000680     app_ble_pem3.oem3 (.bss:ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A)
                  20001ed8    00000200     app_ble_pem3.oem3 (.bss:taskStackSection)
                  200020d8    000001b8     board.obj (.bss:spiCC26XXDMAObjects)
                  20002290    00000110     PINCC26XX.obj (.bss)
                  200023a0    000000c8     app_ble_pem3.oem3 (.bss:ti_sysbios_family_arm_m3_Hwi_dispatchTable)
                  20002468    00000020     (.common:udmaObjects)
                  20002488    00000014     driverlib.lib : osc.obj (.bss:oscHfGlobals)
                  2000249c    00000008                   : sys_ctrl.obj (.bss:powerQualGlobals)
                  200024a4    00000004     (.common:dispatchInUs$9)
                  200024a8    00000004     (.common:trngCC26XXObjects)
                  200024ac    00000001     (.common:bRestart$9)
                  200024ad    00000001     (.common:driverlib_release_0_47020)

.vtable    0    200024ae    00000000     UNINITIALIZED

.vtable_ram 
*          0    200024ae    00000000     UNINITIALIZED

vtable_ram 
*          0    200024ae    00000000     UNINITIALIZED

.sysmem    0    200024ae    00000000     UNINITIALIZED

.nonretenvar 
*          0    200024ae    00000000     UNINITIALIZED

.stack     0    20003f18    00000400     UNINITIALIZED
                  20003f18    00000400     --HOLE--

.bootVecs 
*          0    00000000    00000008     DSECT
                  00000000    00000008     boot.aem3 : boot.oem3 (.bootVecs)

xdc.meta   0    00000000    000000f5     COPY SECTION
                  00000000    000000f5     app_ble_pem3.oem3 (xdc.meta)


LINKER GENERATED COPY TABLES

__TI_cinit_table @ 0000d2e8 records: 16, size/record: 8, table size: 128
	.data: load addr=0000cc48, load size=000005a3 bytes, run addr=20000148, run size=00001709 bytes, compression=rle
	.data:ti_sysbios_knl_Task_Module__state__V: load addr=0000d1f0, load size=0000001e bytes, run addr=20000100, run size=00000044 bytes, compression=rle
	.data:ti_sysbios_BIOS_Module__state__V: load addr=0000d210, load size=00000017 bytes, run addr=200001a4, run size=00000024 bytes, compression=rle
	.data:ti_sysbios_knl_Clock_Module__state__V: load addr=0000d228, load size=00000011 bytes, run addr=20000178, run size=0000002c bytes, compression=rle
	.data:ti_sysbios_family_arm_m3_Hwi_Module__state__V: load addr=0000d240, load size=0000000f bytes, run addr=20000144, run size=00000034 bytes, compression=rle
	.data:ti_sysbios_knl_Swi_Module__state__V: load addr=0000d260, load size=0000000a bytes, run addr=200001c8, run size=0000001c bytes, compression=rle
	.data:xdc_runtime_Memory_Module__state__V: load addr=0000d270, load size=0000000a bytes, run addr=20000200, run size=00000004 bytes, compression=rle
	.data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V: load addr=0000d280, load size=00000009 bytes, run addr=200001e4, run size=00000008 bytes, compression=rle
	.data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V: load addr=0000d290, load size=00000009 bytes, run addr=200001ec, run size=00000004 bytes, compression=rle
	.data:xdc_runtime_Startup_Module__state__V: load addr=0000d2a0, load size=00000009 bytes, run addr=200001f0, run size=00000008 bytes, compression=rle
	.data:xdc_runtime_System_Module__state__V: load addr=0000d2b0, load size=00000009 bytes, run addr=200001f8, run size=00000008 bytes, compression=rle
	.TI.bound:dmaSpi0RxControlTableEntry$11: load addr=0000d2c0, load size=00000008 bytes, run addr=20000430, run size=00000010 bytes, compression=zero_init
	.TI.bound:dmaSpi0TxControlTableEntry$11: load addr=0000d2c8, load size=00000008 bytes, run addr=20000440, run size=00000010 bytes, compression=zero_init
	.TI.bound:dmaSpi1RxControlTableEntry$11: load addr=0000d2d0, load size=00000008 bytes, run addr=20000500, run size=00000010 bytes, compression=zero_init
	.TI.bound:dmaSpi1TxControlTableEntry$11: load addr=0000d2d8, load size=00000008 bytes, run addr=20000510, run size=00000010 bytes, compression=zero_init
	.bss: load addr=0000d2e0, load size=00000008 bytes, run addr=20001858, run size=00000c56 bytes, compression=zero_init


LINKER GENERATED HANDLER TABLE

__TI_handler_table @ 0000d250 records: 3, size/record: 4, table size: 12
	index: 0, handler: __TI_decompress_rle24
	index: 1, handler: __TI_decompress_none
	index: 2, handler: __TI_zero_init


FAR CALL TRAMPOLINES

callee name               trampoline name
   callee addr  tramp addr   call addr  call info
--------------  -----------  ---------  ----------------
ti_sysbios_BIOS_RtsGateProxy_leave__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_RtsGateProxy_leave__E
   1001c24d     0000a538     0000a52e   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock__I)
ti_sysbios_knl_Clock_logTick__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_logTick__E
   1001be67     0000a734     0000a722   app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_doTick__I)
xdc_runtime_Startup_startMods__I  $Tramp$TT$L$PI$$xdc_runtime_Startup_startMods__I
   1001c30d     0000a774     0000a76a   app_ble_pem3.oem3 (.text:xdc_runtime_Startup_exec__I)
ti_sysbios_family_arm_m3_Hwi_enableFxn__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_enableFxn__E
   1001c155     0000a940     0000a934   icall.obj (.text:ICall_primEnableMInt$15)
ti_sysbios_knl_Task_enable__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_enable__E
   1001c243     0000a948     0000a938   icall.obj (.text:ICall_primEnableMInt$15)
ti_sysbios_knl_Queue_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_construct
   1001b8f5     0000a9a4     0000a99c   util.obj (.text:Util_constructQueue)
ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E  $Tramp$TT$L$PI$$ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E
   1001c281     0000aa8c     0000aa84   icall.obj (.text:ICall_primDisableInt$15)
ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E  $Tramp$TT$L$PI$$ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E
   1001c285     0000aaa0     0000aa98   icall.obj (.text:ICall_primEnableInt$15)
xdc_runtime_Core_assignParams__I  $Tramp$TT$L$PI$$xdc_runtime_Core_assignParams__I
   1001c5f1     0000ab50     0000ab48   rom_sysbios.aem3 : rom_sysbios_config.obj (.text:ti_sysbios_hal_Hwi_Params__init__S)
ti_sysbios_BIOS_RtsGateProxy_enter__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_RtsGateProxy_enter__E
   1001c249     0000acdc     00009dfe   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock__I)
ti_sysbios_family_arm_m3_Hwi_initNVIC__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_initNVIC__E
   1001a699     0000ace4     00009bce   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_cc26xxRomInitNVIC__I)
xdc_runtime_Core_createObject__I  $Tramp$TT$L$PI$$xdc_runtime_Core_createObject__I
   1001c405     0000acec     000091f8   app_ble_pem3.oem3 (.text:xdc_runtime_LoggerCallback_Object__create__S)
ti_sysbios_knl_Task_startup__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_startup__E
   1001c309     0000acf4     00009178   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
ti_sysbios_knl_Swi_startup__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_startup__E
   1001c23d     0000acfc     00009174   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
ti_sysbios_hal_Hwi_HwiProxy_startup__E  $Tramp$TT$L$PI$$ti_sysbios_hal_Hwi_HwiProxy_startup__E
   1001c28d     0000ad04     00009170   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
ti_sysbios_family_arm_cc26xx_Timer_startup__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_cc26xx_Timer_startup__E
   1001b795     0000ad0c     0000916c   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
xdc_runtime_System_atexit__E  $Tramp$TT$L$PI$$xdc_runtime_System_atexit__E
   1001c681     0000ad14     00009164   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
ti_sysbios_BIOS_setThreadType__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_setThreadType__E
   1001c045     0000ad1c     00009130   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                             0000a5e8   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__I)
ti_sysbios_hal_Hwi_create  $Tramp$TT$L$PI$$ti_sysbios_hal_Hwi_create
   1001ab79     0000ad24     00008a74   icall.obj (.text:ICall_primRegisterISR$15)
                             00008aa8   icall.obj (.text:ICall_primRegisterISR_Ext$15)
ti_sysbios_knl_Task_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_construct
   1001b125     0000ad2c     000080ae   peripheral.obj (.text:GAPRole_createTask)
                             00008508   simple_peripheral.obj (.text:SimpleBLEPeripheral_createTask)
xdc_runtime_System_exit__E  $Tramp$TT$L$PI$$xdc_runtime_System_exit__E
   1001c7d1     0000ad34     00007e54   boot.aem3 : boot.oem3 (.text)
                             0000a5ee   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__I)
ti_sysbios_knl_Queue_put__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_put__E
   1001bf2d     0000ad3c     00007ba0   simple_peripheral.obj (.text:SimpleBLEPeripheral_processOadWriteCB)
                             000096e0   util.obj (.text:Util_enqueueMsg)
ti_sysbios_knl_Semaphore_create  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_create
   1001b5ad     0000ad44     00007938   icall.obj (.text:ICall_newTask$15)
ti_sysbios_BIOS_start__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_start__E
   1001c055     0000ad4c     000068fa   main.obj (.text:main)
xdc_runtime_System_abort__E  $Tramp$TT$L$PI$$xdc_runtime_System_abort__E
   1001c749     0000ad54     000068c6   main.obj (.text:main)
ti_sysbios_knl_Task_create  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_create
   1001ae19     0000ad5c     000060c6   icall.obj (.text:ICall_createRemoteTasks)
                             00007fa6   icall.obj (.text:ICall_primCreateTask$15)
ti_sysbios_knl_Task_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_Params__init__S
   1001c1d9     0000ad64     000060aa   icall.obj (.text:ICall_createRemoteTasks)
                             00007f90   icall.obj (.text:ICall_primCreateTask$15)
                             0000808e   peripheral.obj (.text:GAPRole_createTask)
                             000084ea   simple_peripheral.obj (.text:SimpleBLEPeripheral_createTask)
ti_sysbios_knl_Clock_create  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_create
   1001b3ed     0000ad6c     00005e2e   icall.obj (.text:ICall_primSetTimer$15)
ti_sysbios_knl_Clock_scheduleNextTick__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_scheduleNextTick__E
   1001bebd     0000ad74     000059f6   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
ti_sysbios_knl_Clock_walkQueueDynamic__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_walkQueueDynamic__E
   1001a80d     0000ad7c     000059be   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
                             000059da                    : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E
   1001c095     0000ad84     0000598c   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
                             0000962a                    : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_getTicksUntilInterrupt__E)
ti_sysbios_knl_Semaphore_destruct  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_destruct
   1001c2e1     0000ad8c     00005092   SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
ti_sysbios_knl_Swi_destruct  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_destruct
   1001c2e9     0000ad94     00005080   SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
ti_sysbios_family_arm_m3_Hwi_destruct  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_destruct
   1001c261     0000ad9c     00005078   SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
                             000088d2   UDMACC26XX.obj (.text:UDMACC26XX_close)
ti_sysbios_knl_Queue_get__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_get__E
   1001bf11     0000ada4     00004f5e   simple_peripheral.obj (.text:SimpleBLEPeripheral_taskFxn$2)
                             0000a18a   util.obj (.text:Util_dequeueMsg)
ti_sysbios_knl_Queue_empty__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_empty__E
   1001c113     0000adac     00004f36   simple_peripheral.obj (.text:SimpleBLEPeripheral_taskFxn$2)
                             00004f54   simple_peripheral.obj (.text:SimpleBLEPeripheral_taskFxn$2)
ti_sysbios_BIOS_getCpuFreq__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_getCpuFreq__E
   1001bff9     0000adb4     000048f6   SPICC26XXDMA.obj (.text:SPICC26XXDMA_initHw$11)
ti_sysbios_knl_Semaphore_post__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_post__E
   1001ac41     0000adbc     000046f0   icall.obj (.text:ICall_primWaitMatch$15)
                             000058ce   PINCC26XX.obj (.text:PIN_open)
                             00005906   RFCC26XX_singleMode.obj (.text:fsmPowerDownState$9)
                             00005ae6   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCallback$11)
                             000064ae   icall.obj (.text:ICall_primSend$15)
                             00006c4c   PINCC26XX.obj (.text:PIN_add)
                             00007874   RFCC26XX_singleMode.obj (.text:syncCb$9)
                             00007ba6   simple_peripheral.obj (.text:SimpleBLEPeripheral_processOadWriteCB)
                             000096e8   util.obj (.text:Util_enqueueMsg)
                             0000a4ce   peripheral.obj (.text:gapRole_setEvent$25)
                             0000a6c8   simple_peripheral.obj (.text:SimpleBLEPeripheral_clockHandler$2)
                             0000aab8   icall.obj (.text:ICall_primSignal$15)
ti_sysbios_knl_Clock_getTicks__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_getTicks__E
   1001b6d9     0000adc4     00004668   icall.obj (.text:ICall_primWaitMatch$15)
                             000046d2   icall.obj (.text:ICall_primWaitMatch$15)
                             0000a962   icall.obj (.text:ICall_primGetTicks$15)
ti_sysbios_knl_Task_self__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_self__E
   1001c1e5     0000adcc     0000461e   icall.obj (.text:ICall_primWaitMatch$15)
                             00006cc8   icall.obj (.text:ICall_primEnroll$15)
                             00006f14   icall.obj (.text:ICall_primThreadServes$15)
                             000075ac   icall.obj (.text:ICall_primWait$15)
                             000076f0   icall.obj (.text:ICall_primRegisterApp$15)
                             00007964   icall.obj (.text:ICall_primGetEntityId$15)
                             00008a24   icall.obj (.text:ICall_primFetchMsg$15)
ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E
   1001b2dd     0000add4     000042b6   RFCC26XX_singleMode.obj (.text:fsmPowerUpState$9)
ti_sysbios_knl_Clock_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_construct
   1001b579     0000addc     0000403a   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_init)
                             00004048                           : PowerCC26XX.oem3 (.text:Power_init)
                             00004056                           : PowerCC26XX.oem3 (.text:Power_init)
                             000047a4   RFCC26XX_singleMode.obj (.text:rf_init$9)
                             0000503e   RFCC26XX_singleMode.obj (.text:RF_open)
                             0000688c   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
                             00007bf0   util.obj (.text:Util_constructClock)
ti_sysbios_knl_Clock_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_Params__init__S
   1001c185     0000ade4     00004022   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_init)
                             0000502e   RFCC26XX_singleMode.obj (.text:RF_open)
                             00005e1a   icall.obj (.text:ICall_primSetTimer$15)
                             00006874   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
                             00007bca   util.obj (.text:Util_constructClock)
xdc_runtime_Text_ropeText__E  $Tramp$TT$L$PI$$xdc_runtime_Text_ropeText__E
   1001c7e9     0000adec     00003b72   uart_logs.obj (.text:uartLog_doPrint$1)
                             00007aac   rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Text_visitRope2__I)
                             00007aba                    : rom_sysbios.obj (.text:xdc_runtime_Text_visitRope2__I)
xdc_runtime_System_abortSpin__E  $Tramp$TT$L$PI$$xdc_runtime_System_abortSpin__E
   1001c899     0000adf4     0000348e   drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
                             00006da6                           : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_RCOSC_clockFunc)
ti_sysbios_knl_Clock_start__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_start__E
   1001bfe3     0000adfc     00003326   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                             0000350c   drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
                             000040d4                           : PowerCC26XX.oem3 (.text:Power_init)
                             00004a5e   RFCC26XX_singleMode.obj (.text:radioOpDoneCb$9)
                             00004c90   power_cc26xx_tirtos.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                             00005cae   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                             00005e72   icall.obj (.text:ICall_primSetTimer$15)
                             00006140   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
                             00006b80   RFCC26XX_singleMode.obj (.text:decActiveClientCnt$9)
                             000071be   RFCC26XX_singleMode.obj (.text:fsmXOSCState$9)
                             000074ea   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:configureXOSCHF)
                             000087c4   util.obj (.text:Util_restartClock)
                             00009e2a   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_stop__E)
                             0000ab0a   util.obj (.text:Util_startClock)
ti_sysbios_knl_Clock_setTimeout__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_setTimeout__E
   1001c2c1     0000ae04     00003320   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                             000040ce   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_init)
                             00004a56   RFCC26XX_singleMode.obj (.text:radioOpDoneCb$9)
                             00004c8a   power_cc26xx_tirtos.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                             00005ca8   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                             00005e6c   icall.obj (.text:ICall_primSetTimer$15)
                             0000613a   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
                             00006b7a   RFCC26XX_singleMode.obj (.text:decActiveClientCnt$9)
                             000071b8   RFCC26XX_singleMode.obj (.text:fsmXOSCState$9)
                             000074e4   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:configureXOSCHF)
                             000087be   util.obj (.text:Util_restartClock)
ti_sysbios_knl_Semaphore_pend__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_pend__E
   1001a0cd     0000ae0c     00002bce   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                             00002be2   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                             0000467c   icall.obj (.text:ICall_primWaitMatch$15)
                             0000585c   PINCC26XX.obj (.text:PIN_open)
                             00005ed0   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                             00006c20   PINCC26XX.obj (.text:PIN_add)
                             000075ec   icall.obj (.text:ICall_primWait$15)
ti_sysbios_knl_Swi_post__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_post__E
   1001b321     0000ae14     000029ba   SPICC26XXDMA.obj (.text:SPICC26XXDMA_hwiFxn$11)
                             0000a554   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_or__E)
                             0000a72a   app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_doTick__I)
ti_sysbios_knl_Task_restore__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_restore__E
   1001ba49     0000ae1c     000020f0   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                             000060ea   icall.obj (.text:ICall_createRemoteTasks)
                             0000a596   icall.obj (.text:ICall_leaveCSImpl)
ti_sysbios_knl_Swi_restore__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_restore__E
   1001b5e1     0000ae24     000020e6   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                             000037f0   RFCC26XX_singleMode.obj (.text:abortCmd$9)
                             00005e98   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                             00005ec4   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                             00005ee4   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
ti_sysbios_knl_Swi_disable__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_disable__E
   1001c0d5     0000ae2c     00001f42   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                             000037ce   RFCC26XX_singleMode.obj (.text:abortCmd$9)
                             00005e86   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                             00009126   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
ti_sysbios_knl_Task_disable__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_disable__E
   1001c0f5     0000ae34     00001f2a   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                             00006094   icall.obj (.text:ICall_createRemoteTasks)
                             0000912a   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                             0000a120   icall.obj (.text:ICall_enterCSImpl)
                             0000a926   icall.obj (.text:ICall_primDisableMInt$15)
ti_sysbios_knl_Semaphore_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_construct
   1001b709     0000ae3c     000011e0   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             00003130   PINCC26XX.obj (.text:PIN_init)
                             00005022   RFCC26XX_singleMode.obj (.text:RF_open)
ti_sysbios_knl_Semaphore_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_Params__init__S
   1001c1c1     0000ae44     000011ce   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             0000311c   PINCC26XX.obj (.text:PIN_init)
                             00005012   RFCC26XX_singleMode.obj (.text:RF_open)
ti_sysbios_knl_Swi_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_construct
   1001b085     0000ae4c     00001182   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             000031c6   PINCC26XX.obj (.text:PIN_init)
                             00004730   RFCC26XX_singleMode.obj (.text:rf_init$9)
                             00004772   RFCC26XX_singleMode.obj (.text:rf_init$9)
ti_sysbios_knl_Swi_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_Params__init__S
   1001c1cd     0000ae54     0000116c   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             000031b4   PINCC26XX.obj (.text:PIN_init)
                             0000471c   RFCC26XX_singleMode.obj (.text:rf_init$9)
                             00004762   RFCC26XX_singleMode.obj (.text:rf_init$9)
ti_sysbios_family_arm_m3_Hwi_construct  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_construct
   1001af29     0000ae5c     00001160   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             000031a8   PINCC26XX.obj (.text:PIN_init)
                             00004756   RFCC26XX_singleMode.obj (.text:rf_init$9)
                             00004796   RFCC26XX_singleMode.obj (.text:rf_init$9)
                             0000689c   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
                             00007108   UDMACC26XX.obj (.text:UDMACC26XX_open)
ti_sysbios_family_arm_m3_Hwi_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_Params__init__S
   1001c13d     0000ae64     00001142   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             00003192   PINCC26XX.obj (.text:PIN_init)
                             0000473c   RFCC26XX_singleMode.obj (.text:rf_init$9)
                             0000477e   RFCC26XX_singleMode.obj (.text:rf_init$9)
                             000070f2   UDMACC26XX.obj (.text:UDMACC26XX_open)
ti_sysbios_family_arm_m3_Hwi_restoreFxn__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_restoreFxn__E
   1001c219     0000ae6c     00001044   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             00001132   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             0000128e   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             00001c64   RFCC26XX_singleMode.obj (.text:fsmActiveState$9)
                             00001c7e   RFCC26XX_singleMode.obj (.text:fsmActiveState$9)
                             00002b2e   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                             00002b64   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                             00002be8   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                             00002f80   SPICC26XXDMA.obj (.text:SPICC26XXDMA_swiFxn$11)
                             000032ce   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                             00003330   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                             0000338c   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                             00003550   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                             000035c2   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                             00003658   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                             00003724   RFCC26XX_singleMode.obj (.text:abortCmd$9)
                             0000374c   RFCC26XX_singleMode.obj (.text:abortCmd$9)
                             00003780   RFCC26XX_singleMode.obj (.text:abortCmd$9)
                             000037e2   RFCC26XX_singleMode.obj (.text:abortCmd$9)
                             00003812   RFCC26XX_singleMode.obj (.text:abortCmd$9)
                             00004a16   RFCC26XX_singleMode.obj (.text:radioOpDoneCb$9)
                             00004b40   PINCC26XX.obj (.text:PINCC26XX_setIoCfg$8)
                             00004dd6   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseDependency)
                             00004ea6                           : PowerCC26XX.oem3 (.text:Power_setDependency)
                             00004fc4   RFCC26XX_singleMode.obj (.text:RF_open)
                             00004fd2   RFCC26XX_singleMode.obj (.text:RF_open)
                             000050a8   SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
                             00005cd6   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                             00005f6e   TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
                             00005fd0   RFCC26XX_singleMode.obj (.text:swiFxnHw$9)
                             00005fea   RFCC26XX_singleMode.obj (.text:swiFxnHw$9)
                             00006080   uart_logs.obj (.text:uartLog_outputFxn)
                             00006b86   RFCC26XX_singleMode.obj (.text:decActiveClientCnt$9)
                             00006be2   uart_logs.obj (.text:uartLog_flush)
                             00006df6   RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                             00006dfe   RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                             00007116   UDMACC26XX.obj (.text:UDMACC26XX_open)
                             000073ca   drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
                             0000759a   RFCC26XX_singleMode.obj (.text:ratChanFree$9)
                             000077ce   RFCC26XX_singleMode.obj (.text:RF_getInfo)
                             000081a0   RFCC26XX_singleMode.obj (.text:RF_getRssi)
                             000085ac   RFCC26XX_singleMode.obj (.text:postDirImmCmd$9)
                             000085c0   RFCC26XX_singleMode.obj (.text:postDirImmCmd$9)
                             000088e0   UDMACC26XX.obj (.text:UDMACC26XX_close)
                             00008b7c   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
                             00008bb8   RFCC26XX_singleMode.obj (.text:Q_push$9)
                             00008ff8   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseConstraint)
                             00009028                           : PowerCC26XX.oem3 (.text:Power_setConstraint)
                             00009852                           : PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
                             00009966   TRNGCC26XX.obj (.text:TRNGCC26XX_init)
                             00009a5c   drivers_cc26xxware.aem3 : List.oem3 (.text:List_put)
                             00009d8c                           : PowerCC26XX.oem3 (.text:Power_unregisterNotify)
                             0000a06a   TRNGCC26XX.obj (.text:TRNGCC26XX_open)
                             0000a458   RFCC26XX_singleMode.obj (.text:Q_pop$9)
                             0000a58e   icall.obj (.text:ICall_leaveCSImpl)
ti_sysbios_family_arm_m3_Hwi_disableFxn__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_disableFxn__E
   1001c149     0000ae74     00001020   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             0000112a   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                             00001c44   RFCC26XX_singleMode.obj (.text:fsmActiveState$9)
                             00002b16   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                             00002b36   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                             00002f5a   SPICC26XXDMA.obj (.text:SPICC26XXDMA_swiFxn$11)
                             00003220   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                             000032e4   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                             00003542   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                             0000359a   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                             000036c4   RFCC26XX_singleMode.obj (.text:abortCmd$9)
                             000049f4   RFCC26XX_singleMode.obj (.text:radioOpDoneCb$9)
                             00004b22   PINCC26XX.obj (.text:PINCC26XX_setIoCfg$8)
                             00004d22   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseDependency)
                             00004df6                           : PowerCC26XX.oem3 (.text:Power_setDependency)
                             00004fbc   RFCC26XX_singleMode.obj (.text:RF_open)
                             0000509e   SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
                             00005c60   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                             00005f0a   TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
                             00005f8a   RFCC26XX_singleMode.obj (.text:swiFxnHw$9)
                             00006012   uart_logs.obj (.text:uartLog_outputFxn)
                             00006b30   RFCC26XX_singleMode.obj (.text:decActiveClientCnt$9)
                             00006baa   uart_logs.obj (.text:uartLog_flush)
                             00006de6   RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                             000070de   UDMACC26XX.obj (.text:UDMACC26XX_open)
                             000073b6   drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
                             00007558   RFCC26XX_singleMode.obj (.text:ratChanFree$9)
                             00007792   RFCC26XX_singleMode.obj (.text:RF_getInfo)
                             00008190   RFCC26XX_singleMode.obj (.text:RF_getRssi)
                             00008594   RFCC26XX_singleMode.obj (.text:postDirImmCmd$9)
                             000088b6   UDMACC26XX.obj (.text:UDMACC26XX_close)
                             00008b5a   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
                             00008b9a   RFCC26XX_singleMode.obj (.text:Q_push$9)
                             00008ba2   RFCC26XX_singleMode.obj (.text:Q_push$9)
                             00008fd8   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseConstraint)
                             00009008                           : PowerCC26XX.oem3 (.text:Power_setConstraint)
                             00009836                           : PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
                             0000994e   TRNGCC26XX.obj (.text:TRNGCC26XX_init)
                             00009d7c   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_unregisterNotify)
                             0000a05e   TRNGCC26XX.obj (.text:TRNGCC26XX_open)
                             0000a12a   icall.obj (.text:ICall_enterCSImpl)
                             0000a44c   RFCC26XX_singleMode.obj (.text:Q_pop$9)
                             0000a92a   icall.obj (.text:ICall_primDisableMInt$15)
                             0000aca6   tirtosport.aem3 : HwiP_tirtos.oem3 (.text:HwiP_disable)

[61 trampolines]
[267 trampoline calls]


GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name 

address   name                                                                      
-------   ----                                                                      
10014c00  A1_rw                                                                     
10019ffe  A2_rw                                                                     
10019ffc  A3_rw                                                                     
20004f2c  A4_rw                                                                     
20004f7c  ACCX                                                                      
20004f80  ACCY                                                                      
20004f84  ACCZ                                                                      
10015229  ATOMICPATTERN                                                             
10016c29  AddRoundKeySubBytes_Sw                                                    
10018a19  AesCcm_authEncrypt_Sw                                                     
10018a35  AesCcm_decryptAuth_Sw                                                     
10018b09  AesCcm_getNumBlocks_Sw                                                    
10018ac5  Aes_decrypt_Sw                                                            
10018a99  Aes_encrypt_Sw                                                            
00007cd5  AssertHandler                                                             
0000cbc0  BoardGpioInitTable                                                        
00007eb1  C$$EXIT                                                                   
20004f2c  COMMON_RAM_BASE_ADDR                                                      
10014c01  COMMON_ROM_BASE_ADDR                                                      
10015a6d  COPY                                                                      
000075fd  DEV_SPI_WriteByte                                                         
00005847  DefaultAssertCback                                                        
0000a5f5  DevInfo_AddService                                                        
0000a77d  DevInfo_SetParameter                                                      
10017959  ECC_allocWorkzone                                                         
10017961  ECC_setWin                                                                
10017969  ECDSA_sign                                                                
10017b01  ECDSA_verif                                                               
0000891d  EPD_2IN66_SendCommand                                                     
00008951  EPD_2IN66_SendData                                                        
00008e25  EPD_4IN2_ReadBusy                                                         
00007d19  EPD_4IN2_Reset                                                            
0000a8ed  EPD_7IN5_TurnOnDisplay                                                    
00008e55  EPD_7IN5_V2_Clear                                                         
00005a11  EPD_7IN5_V2_Init                                                          
10015a11  EXPORTOPERAND                                                             
20004f78  EXPW                                                                      
20004f6c  EXPX                                                                      
20004f70  EXPY                                                                      
20004f74  EXPZ                                                                      
00008e85  ExtFlash_close                                                            
00006ea5  ExtFlash_erase                                                            
00007fc1  ExtFlash_open                                                             
00008001  ExtFlash_read                                                             
00006691  ExtFlash_write                                                            
10016f58  FFMult2                                                                   
10017058  FFMult3                                                                   
10016d05  FFMult_Sw                                                                 
10018d6c  Fill1                                                                     
00008681  GAPBondMgr_LinkEst                                                        
00009a63  GAPBondMgr_LinkTerm                                                       
00009359  GAPBondMgr_Register                                                       
00008985  GAPBondMgr_SetParameter                                                   
00003ed5  GAPRole_GetParameter                                                      
00008041  GAPRole_SendUpdateParam                                                   
00001ccd  GAPRole_SetParameter                                                      
00009ef1  GAPRole_StartDevice                                                       
0000a209  GAPRole_TerminateConnection                                               
00008081  GAPRole_createTask                                                        
0000764d  GAP_DeviceInit                                                            
0000a79d  GAP_EndDiscoverable                                                       
000082fd  GAP_GetParamValue                                                         
0000aa39  GAP_MakeDiscoverable                                                      
0000abe1  GAP_RegisterForMsgs                                                       
000089b9  GAP_SetParamValue                                                         
0000aa45  GAP_TerminateAuth                                                         
00007d5d  GAP_TerminateLinkReq                                                      
0000769d  GAP_UpdateAdvertisingData                                                 
0000aa51  GAP_UpdateLinkParamReq                                                    
0000aa5d  GAP_UpdateLinkParamReqReply                                               
0000aca3  GATTServApp_AddService                                                    
0000a73d  GATTServApp_FindAttr                                                      
00009c59  GATTServApp_InitCharCfg                                                   
00007455  GATTServApp_ProcessCCCWriteReq                                            
00006369  GATTServApp_ProcessCharCfg                                                
0000a7ad  GATTServApp_ReadCharCfg                                                   
00008339  GATTServApp_RegisterService                                               
00009743  GATTServApp_WriteCharCfg                                                  
0000a8fb  GATT_Indication                                                           
0000a105  GATT_Notification                                                         
0000abe9  GATT_RegisterForMsgs                                                      
000080c1  GATT_SendRsp                                                              
00009f0d  GATT_bm_alloc                                                             
00009f29  GATT_bm_free                                                              
10015141  GETBIT                                                                    
10015155  GETDIGIT                                                                  
100151a5  GETDIGITL2R                                                               
0000ac19  GGS_AddService                                                            
0000aa69  GGS_SetParameter                                                          
00009385  HCI_EXT_ConnEventNoticeCmd                                                
0000a7bd  HCI_LE_ReadMaxDataLenCmd                                                  
20001510  HEAPMGR_SIZE                                                              
0000aca7  HwiP_disable                                                              
UNDEFED   HwiP_restore                                                              
00008375  ICallPlatform_pwrConfigACAction                                           
0000a221  ICallPlatform_pwrDispense                                                 
0000a909  ICallPlatform_pwrGetTransitionState                                       
0000a7cd  ICallPlatform_pwrGetXOSCStartupTime                                       
0000a917  ICallPlatform_pwrIsStableXOSCHF                                           
000078c9  ICallPlatform_pwrRegisterNotify                                           
0000a239  ICallPlatform_pwrRequire                                                  
0000ab7d  ICallPlatform_pwrSwitchXOSCHF                                             
000063dd  ICallPlatform_pwrUpdActivityCounter                                       
0000608d  ICall_createRemoteTasks                                                   
200014ec  ICall_dispatcher                                                          
0000a11f  ICall_enterCSImpl                                                         
200014f4  ICall_enterCriticalSection                                                
000093b1  ICall_freeImpl                                                            
000093b1  ICall_heapFree                                                            
00006771  ICall_heapInit                                                            
00005d79  ICall_heapMalloc                                                          
0000976d  ICall_init                                                                
0000a587  ICall_leaveCSImpl                                                         
200014f8  ICall_leaveCriticalSection                                                
0000ac1f  ICall_mallocImpl                                                          
00008abd  ICall_searchServiceEntity                                                 
10015a35  IMPORTDATA                                                                
100159a9  IMPORTLENGTH                                                              
100159ad  IMPORTMODULUS                                                             
100159d1  IMPORTOPERAND                                                             
1001568d  INVERT                                                                    
10016da1  InvAddRoundKey_Sw                                                         
10016ed5  InvMixColumns_Sw                                                          
10016dc9  InvRoundKey_Sw                                                            
10017264  InvSbox                                                                   
10016ea1  InvShiftRows_Sw                                                           
10016e8d  InvSubBytes_Sw                                                            
100154f5  JACADD                                                                    
20004fe8  LEN                                                                       
100158ac  LUTC                                                                      
100158dc  LUTINCI                                                                   
100158f4  LUTJ                                                                      
1001588c  LUTOPCODE                                                                 
10015894  LUTOPSIGN                                                                 
100158c4  LUTSE                                                                     
1001596c  LUTSTATE                                                                  
0000ab91  List_empty                                                                
0000acaf  List_head                                                                 
0000acb3  List_next                                                                 
00009a3d  List_put                                                                  
0000a153  List_remove                                                               
10018825  MB_ClearInts                                                              
100187f5  MB_DisableInts                                                            
10018835  MB_EnableHWInts                                                           
10018799  MB_EnableInts                                                             
10018945  MB_FwDebugDump                                                            
10018755  MB_Init                                                                   
10018935  MB_ReadMailboxStatus                                                      
1001893d  MB_RegisterIsrCback                                                       
10018865  MB_SendCommand                                                            
100188a5  MB_SendCommandSynch                                                       
20004fe4  MOD                                                                       
20004fd8  MSBMOD                                                                    
10016c79  MixColumns_Sw                                                             
10018b9c  NIST_Curve_P256_Gx                                                        
10018bc0  NIST_Curve_P256_Gy                                                        
10018b54  NIST_Curve_P256_a                                                         
10018b78  NIST_Curve_P256_b                                                         
10018b0c  NIST_Curve_P256_p                                                         
10018b30  NIST_Curve_P256_r                                                         
0000980d  NOROM_AONBatMonTemperatureGetDegC                                         
0000a61d  NOROM_AONRTCCurrent64BitValueGet                                          
0000a311  NOROM_AONRTCCurrentCompareValueGet                                        
0000aac1  NOROM_CPUcpsid                                                            
0000aacd  NOROM_CPUcpsie                                                            
0000ac25  NOROM_CPUdelay                                                            
00007add  NOROM_ChipInfo_GetChipFamily                                              
00006621  NOROM_ChipInfo_GetHwRevision                                              
0000a329  NOROM_ChipInfo_GetPackageType                                             
00008101  NOROM_DDI16BitfieldRead                                                   
00007b25  NOROM_DDI16BitfieldWrite                                                  
000094e5  NOROM_DDI32RegWrite                                                       
00009f99  NOROM_OSCClockSourceGet                                                   
000079ad  NOROM_OSCClockSourceSet                                                   
00006f5d  NOROM_OSCHF_AttemptToSwitchToXosc                                         
00005ced  NOROM_OSCHF_GetStartupTime                                                
00008af1  NOROM_OSCHF_SwitchToRcOscTurnOffXosc                                      
0000a341  NOROM_OSCHF_TurnOnXosc                                                    
000083b1  NOROM_OSC_HPOSCRelativeFrequencyOffsetGet                                 
000061ff  NOROM_RFCAdi3VcoLdoVoltageMode                                            
0000a359  NOROM_RFCCpeIntGetAndClear                                                
00009d19  NOROM_RFCDoorbellSendTo                                                   
000066ff  NOROM_RFCRTrim                                                            
00009d39  NOROM_RFCRfTrimRead                                                       
0000a7fd  NOROM_RFCRfTrimSet                                                        
000083ed  NOROM_RFCSynthPowerDown                                                   
00006201  NOROM_SetupAfterColdResetWakeupFromShutDownCfg1                           
000047ed  NOROM_SetupAfterColdResetWakeupFromShutDownCfg2                           
00003da5  NOROM_SetupAfterColdResetWakeupFromShutDownCfg3                           
0000a371  NOROM_SetupGetTrimForAdcShModeEn                                          
0000a389  NOROM_SetupGetTrimForAdcShVbufEn                                          
000067dd  NOROM_SetupGetTrimForAmpcompCtrl                                          
0000a3a1  NOROM_SetupGetTrimForAmpcompTh1                                           
00009fb5  NOROM_SetupGetTrimForAmpcompTh2                                           
000069f5  NOROM_SetupGetTrimForAnabypassValue1                                      
0000a3b9  NOROM_SetupGetTrimForDblrLoopFilterResetVoltage                           
00009511  NOROM_SetupGetTrimForRadcExtCfg                                           
0000a3d1  NOROM_SetupGetTrimForRcOscLfIBiasTrim                                     
00009fd1  NOROM_SetupGetTrimForRcOscLfRtuneCtuneTrim                                
00009d59  NOROM_SetupGetTrimForXoscHfCtl                                            
0000a80d  NOROM_SetupGetTrimForXoscHfFastStart                                      
0000a81d  NOROM_SetupGetTrimForXoscHfIbiastherm                                     
0000a3e9  NOROM_SetupGetTrimForXoscLfRegulatorAndCmirrwrRatio                       
00008f75  NOROM_SetupSetAonRtcSubSecInc                                             
0000773d  NOROM_SetupSetCacheModeAccordingToCcfgSetting                             
0000548d  NOROM_SetupTrimDevice                                                     
00006fb9  NOROM_SysCtrlAdjustRechargeAfterPowerDown                                 
00002131  NOROM_SysCtrlSetRechargeBeforePowerDown                                   
00006a5d  NOROM_SysCtrl_DCDC_VoltageConditionalControl                              
00008b25  NOROM_TRNGConfigure                                                       
0000a631  NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated              
0000a96d  NOROM_VIMSModeGet                                                         
0000a645  OADTarget_close                                                           
0000ac2b  OADTarget_eraseFlash                                                      
0000a82d  OADTarget_getCrc                                                          
00006ac5  OADTarget_getCurrentImageHeader                                           
0000a97b  OADTarget_imageAddress                                                    
0000a401  OADTarget_open                                                            
0000ab9b  OADTarget_readFlash                                                       
0000a83d  OADTarget_setCrc                                                          
00008141  OADTarget_storeImageHeader                                                
0000a84d  OADTarget_systemReset                                                     
00007015  OADTarget_validateNewImage                                                
0000a659  OADTarget_writeFlash                                                      
000072f5  OAD_addService                                                            
00005335  OAD_imgBlockWrite                                                         
00005675  OAD_imgIdentifyWrite                                                      
0000a66d  OAD_register                                                              
200016e4  OneTimeVar                                                                
10014c04  P1_ro                                                                     
10019ffe  P1_ro_2                                                                   
20004f40  P2_rw                                                                     
20004f40  P2_s0                                                                     
20004fac  P2_zi                                                                     
00008429  PINCC26XX_getConfig                                                       
00009ad1  PINCC26XX_getPinCount                                                     
0000953d  PINCC26XX_setMux                                                          
20002324  PIN_HandleTable                                                           
20002290  PIN_NumPins                                                               
00006bfd  PIN_add                                                                   
00009e77  PIN_close                                                                 
0000a419  PIN_getConfig                                                             
0000a681  PIN_getInputValue                                                         
00003065  PIN_init                                                                  
00005849  PIN_open                                                                  
0000aad9  PIN_registerIntCb                                                         
0000734d  PIN_remove                                                                
00009569  PIN_setConfig                                                             
00008fa5  PIN_setInterrupt                                                          
000086f1  PIN_setOutputValue                                                        
00006d85  PowerCC26XX_RCOSC_clockFunc                                               
000064c5  PowerCC26XX_auxISR                                                        
00006849  PowerCC26XX_calibrate                                                     
0000cb74  PowerCC26XX_config                                                        
000033b1  PowerCC26XX_doCalibrate                                                   
00005ced  PowerCC26XX_getXoscStartupTime                                            
000073a5  PowerCC26XX_initiateCalibration                                           
00008b59  PowerCC26XX_isStableXOSC_HF                                               
200012f4  PowerCC26XX_module                                                        
00004c49  PowerCC26XX_standbyPolicy                                                 
00009835  PowerCC26XX_switchXOSC_HF                                                 
0000aae5  Power_getConstraintMask                                                   
0000aaf1  Power_getDependencyCount                                                  
00009e95  Power_getTransitionLatency                                                
0000aafd  Power_getTransitionState                                                  
0000a431  Power_idleFunc                                                            
00003ff5  Power_init                                                                
0000985d  Power_registerNotify                                                      
00008fd5  Power_releaseConstraint                                                   
00004d1d  Power_releaseDependency                                                   
00009005  Power_setConstraint                                                       
00004df1  Power_setDependency                                                       
00001f09  Power_sleep                                                               
00009d79  Power_unregisterNotify                                                    
10017158  RCon                                                                      
10018415  RFHAL_AddTxDataEntry                                                      
100184f9  RFHAL_AllocDataEntry                                                      
100184a9  RFHAL_AllocDataEntryQueue                                                 
10018315  RFHAL_AllocRatChan                                                        
100185e1  RFHAL_BuildDataEntryRingBuffer                                            
10018669  RFHAL_BuildLinkedBuffer                                                   
10018551  RFHAL_BuildRingBuffer                                                     
10018549  RFHAL_FreeDataEntry                                                       
100184c5  RFHAL_FreeDataEntryQueue                                                  
10018485  RFHAL_FreeNextTxDataEntry                                                 
1001833d  RFHAL_FreeRatChan                                                         
100184cd  RFHAL_GetNextDataEntry                                                    
100184d1  RFHAL_GetTempDataEntry                                                    
100183b9  RFHAL_InitDataQueue                                                       
100182ad  RFHAL_InitRfHal                                                           
10018369  RFHAL_MapRatChansToInt                                                    
100184d5  RFHAL_NextDataEntryDone                                                   
100183c5  RFHAL_QueueRFDataEntries                                                  
10018391  RFHAL_RegisterRatChanCallback                                             
0000a695  RF_Params_init                                                            
000036b1  RF_cancelCmd                                                              
0000abf1  RF_flushCmd                                                               
0000a74f  RF_getCmdOp                                                               
00006de5  RF_getCurrentTime                                                         
0000778d  RF_getInfo                                                                
00008181  RF_getRssi                                                                
00004f8d  RF_open                                                                   
00005e81  RF_pendCmd                                                                
00003215  RF_postCmd                                                                
00008465  RF_runCmd                                                                 
0000a025  RF_runDirectCmd                                                           
0000a041  RF_runImmediateCmd                                                        
0000a85d  RegisterAssertCback                                                       
00007e29  ResetISR                                                                  
10016b79  RoundKey_Sw                                                               
10015101  SAVEPOINT                                                                 
20004f68  SCAL                                                                      
100150e5  SCALARMUL                                                                 
10014ced  SCALARMUL_core                                                            
10015019  SCALARMUL_final                                                           
10014c05  SCALARMUL_init                                                            
10015a51  SETOPERAND                                                                
10015a91  SETWORD                                                                   
10018089  SHA256_final                                                              
10018129  SHA256_full                                                               
10017ffd  SHA256_init                                                               
10017ef1  SHA256_nextState                                                          
10018019  SHA256_process                                                            
10017e75  SHA256_round                                                              
10017f49  SHA256_saveBuffer                                                         
10017e39  SHA256_updateW                                                            
UNDEFED   SHT$$INIT_ARRAY$$Base                                                     
UNDEFED   SHT$$INIT_ARRAY$$Limit                                                    
00005055  SPICC26XXDMA_close                                                        
00004b6d  SPICC26XXDMA_control                                                      
0000c7d0  SPICC26XXDMA_fxnTable                                                     
0000a989  SPICC26XXDMA_init                                                         
00001011  SPICC26XXDMA_open                                                         
00002afd  SPICC26XXDMA_transfer                                                     
00003535  SPICC26XXDMA_transferCancel                                               
0000a6a9  SPI_Params_init                                                           
0000aba5  SPI_close                                                                 
0000ca7c  SPI_config                                                                
0000caa0  SPI_defaultParams                                                         
00009035  SPI_open                                                                  
0000abaf  SPI_transfer                                                              
10015821  SQUAREMULTIPLYWORD                                                        
10017895  SSP_CCM_Auth_Encrypt_Sw                                                   
10017365  SSP_CCM_Auth_Sw                                                           
1001767d  SSP_CCM_Decrypt_Sw                                                        
100174fd  SSP_CCM_Encrypt_Sw                                                        
100178f5  SSP_CCM_InvAuth_Decrypt_Sw                                                
10017839  SSP_CCM_InvAuth_Sw                                                        
10017771  SSP_CTR_Decrypt_Sw                                                        
100175ed  SSP_CTR_Encrypt_Sw                                                        
000098ad  SafeHapiVoid                                                              
10017164  Sbox                                                                      
10015215  SelectReg                                                                 
10016c45  ShiftRows_Sw                                                              
000084dd  SimpleBLEPeripheral_createTask                                            
00007b6d  SimpleBLEPeripheral_processOadWriteCB                                     
00009925  SimpleProfile_AddService                                                  
00007de5  SimpleProfile_GetParameter                                                
0000a6d1  SimpleProfile_RegisterAppCBs                                              
000073fd  SimpleProfile_SetParameter                                                
20004f88  TMP1                                                                      
20004f8c  TMP2                                                                      
20004f90  TMP3                                                                      
20004f94  TMP4                                                                      
20004f98  TMP5                                                                      
20004f9c  TMP6                                                                      
0000cbf0  TRNGCC26XXHWAttrs                                                         
0000cb84  TRNGCC26XX_config                                                         
00005f05  TRNGCC26XX_getNumber                                                      
0000994d  TRNGCC26XX_init                                                           
0000969b  TRNGCC26XX_isParamValid                                                   
0000a05d  TRNGCC26XX_open                                                           
0000abb9  UART_write                                                                
000088b1  UDMACC26XX_close                                                          
0000cb94  UDMACC26XX_config                                                         
000062f1  UDMACC26XX_hwiIntFxn                                                      
000070cd  UDMACC26XX_open                                                           
00007bb5  Util_constructClock                                                       
0000a997  Util_constructQueue                                                       
0000a187  Util_dequeueMsg                                                           
000096c5  Util_enqueueMsg                                                           
0000a86d  Util_isActive                                                             
00008799  Util_restartClock                                                         
0000ab09  Util_startClock                                                           
0000acbb  Util_stopClock                                                            
10015a85  ZERO                                                                      
00000000  __ASM__                                                                   
0000006f  __ISA__                                                                   
00000081  __PLAT__                                                                  
20004318  __STACK_END                                                               
00000400  __STACK_SIZE                                                              
20004318  __STACK_TOP                                                               
000000a8  __TARG__                                                                  
0000d2e8  __TI_CINIT_Base                                                           
0000d368  __TI_CINIT_Limit                                                          
0000d250  __TI_Handler_Table_Base                                                   
0000d25c  __TI_Handler_Table_Limit                                                  
00005535  __TI_auto_init                                                            
20001838  __TI_cleanup_ptr                                                          
0000a9ad  __TI_decompress_none                                                      
0000ac3d  __TI_decompress_rle24                                                     
2000183c  __TI_dtors_ptr                                                            
0000cc48  __TI_static_base__                                                        
0000ab15  __TI_zero_init                                                            
000000cd  __TRDR__                                                                  
00007c8d  __aeabi_d2iz                                                              
00004421  __aeabi_dmul                                                              
00007fbf  __aeabi_idiv0                                                             
0000a4f1  __aeabi_lmul                                                              
00006185  __aeabi_memclr                                                            
00006185  __aeabi_memclr4                                                           
00006185  __aeabi_memclr8                                                           
00005711  __aeabi_memcpy                                                            
00005711  __aeabi_memcpy4                                                           
00005711  __aeabi_memcpy8                                                           
00006187  __aeabi_memset                                                            
00006187  __aeabi_memset4                                                           
00006187  __aeabi_memset8                                                           
00009dd9  __aeabi_ui2d                                                              
00008201  __aeabi_uidiv                                                             
00008201  __aeabi_uidivmod                                                          
00002725  __aeabi_uldivmod                                                          
ffffffff  __binit__                                                                 
ffffffff  __c_args__                                                                
000005ec  __ccfg                                                                    
10019ffe  __checksum_CommonROM                                                      
10014c00  __checksum_begin_CommonROM                                                
10019ffd  __checksum_end_CommonROM                                                  
0000e0ea  __checksum_value_CommonROM                                                
10018ced  __exit                                                                    
20003f18  __stack                                                                   
0000ac31  __xdc__init                                                               
200014e8  __xdc__init__addr                                                         
0000a4d9  _args_main                                                                
00007e29  _c_int00                                                                  
00001000  _imgHdr                                                                   
20001830  _lock                                                                     
0000a6e5  _nop                                                                      
0000a6ed  _register_lock                                                            
0000a6e7  _register_unlock                                                          
20001834  _unlock                                                                   
00007eb5  abort                                                                     
20001848  appAssertCback                                                            
0000ca1a  appearanceUUID                                                            
20004fdc  aux64                                                                     
ffffffff  binit                                                                     
0000ca16  charAggFormatUUID                                                         
0000ca0c  charExtPropsUUID                                                          
0000ca14  charFormatUUID                                                            
0000ca0e  charUserDescUUID                                                          
0000ca02  characterUUID                                                             
0000ca10  clientCharCfgUUID                                                         
00007a45  copy_in                                                                   
0000cb0c  devInfo11073CertUUID                                                      
0000cb40  devInfoCBs                                                                
0000cb04  devInfoFirmwareRevUUID                                                    
0000cb06  devInfoHardwareRevUUID                                                    
0000cb0a  devInfoMfrNameUUID                                                        
0000cb00  devInfoModelNumberUUID                                                    
0000cb0e  devInfoPnpIdUUID                                                          
0000cb02  devInfoSerialNumberUUID                                                   
0000cafc  devInfoServUUID                                                           
0000cb08  devInfoSoftwareRevUUID                                                    
0000cafe  devInfoSystemIdUUID                                                       
0000ca18  deviceNameUUID                                                            
2000014c  dispHandle                                                                
0000a5c9  driverTable_fnSpinlock                                                    
200024ad  driverlib_release_0_47020                                                 
10017dbd  eccRom_genKeys                                                            
10017ded  eccRom_genSharedSecret                                                    
20004fa0  eccRom_param_Gx                                                           
20004fa4  eccRom_param_Gy                                                           
20004f50  eccRom_param_a                                                            
20004fa8  eccRom_param_b                                                            
20004f48  eccRom_param_p                                                            
20004f4c  eccRom_param_r                                                            
20004f40  eccRom_windowSize                                                         
20004f44  eccRom_workzone                                                           
200016dc  epdPinHandle                                                              
200016e8  epdPinState                                                               
200016f4  epdPinTable                                                               
00007ebd  exit                                                                      
0000ca26  extReportRefUUID                                                          
20004fcc  fwInfoCmd                                                                 
200005e0  gapRoleTask                                                               
20000630  gapRoleTaskStack                                                          
0000a4c1  gapRole_clockHandler                                                      
0000ca04  gapServiceUUID                                                            
0000ca06  gattServiceUUID                                                           
00009b19  getImageFlag                                                              
20003f18  heapEnd                                                                   
200024ae  heapStart                                                                 
20004f58  inPointX                                                                  
20004f5c  inPointY                                                                  
20004f54  inScalar                                                                  
0000ca0a  includeUUID                                                               
2000181c  lastAppOpcodeSent                                                         
200004cc  linkDBNumConns                                                            
00008bf5  linkDB_GetInfo                                                            
000087d1  linkDB_NumActive                                                          
00008809  linkDB_NumConns                                                           
10016551  mADD                                                                      
10015bd5  mINVK                                                                     
10015f81  mMULT                                                                     
10016749  mOUT                                                                      
10015a9d  mSET                                                                      
1001664d  mSUB                                                                      
000068b5  main                                                                      
2000184c  main_func_sp                                                              
10018949  mbCmdAckIsr                                                               
1001895d  mbCpe0Isr                                                                 
10018985  mbCpe1Isr                                                                 
100189e5  mbHwIsr                                                                   
00009c35  memcmp                                                                    
00005711  memcpy                                                                    
0000618d  memset                                                                    
0000c82c  oadCBs                                                                    
200016d8  one_ms                                                                    
0000a0b1  openTRNG                                                                  
00008c29  osal_snv_read                                                             
00008c5d  osal_snv_write                                                            
20004f60  outPointX                                                                 
20004f64  outPointY                                                                 
20004ffc  pSspAesEncrypt_Sw                                                         
0000ca20  periConnParamUUID                                                         
0000ca1c  periPrivacyFlagUUID                                                       
20001820  pfnBMAlloc                                                                
20001824  pfnBMFree                                                                 
0000ca00  primaryServiceUUID                                                        
20004fac  ratChanInfo                                                               
0000ca1e  reconnectAddrUUID                                                         
0000ca28  reportRefUUID                                                             
0000c878  resourceDB                                                                
0000c8c4  rfDriverTable                                                             
200015ec  rfRegTbl                                                                  
200016e0  rx_packet_counter                                                         
000090f5  saveImageInfo                                                             
200001f8  sbpTask                                                                   
20000248  sbpTaskStack                                                              
0000ca08  secondaryServiceUUID                                                      
0000ca12  servCharCfgUUID                                                           
0000ca22  serviceChangedUUID                                                        
0000cb54  simpleProfileCBs                                                          
20000bec  simpleProfileChar5                                                        
0000cbb4  simpleProfileServUUID                                                     
0000cbb6  simpleProfilechar1UUID                                                    
0000cbb8  simpleProfilechar2UUID                                                    
0000cbba  simpleProfilechar3UUID                                                    
0000cbbc  simpleProfilechar4UUID                                                    
0000cbbe  simpleProfilechar5UUID                                                    
0000c994  spiCC26XXDMAHWAttrs                                                       
200020d8  spiCC26XXDMAObjects                                                       
10016d29  sspAesDecrypt_Sw                                                          
10016af5  sspAesEncryptBasic_Sw                                                     
10016a99  sspAesEncryptKeyExp_Sw                                                    
10016979  sspAesEncrypt_Sw                                                          
10016985  sspKeyExpansion_Sw                                                        
10016975  ssp_KeyInit_Sw                                                            
0000a6f9  strlen                                                                    
200001a4  ti_sysbios_BIOS_Module__state__V                                          
1001bc29  ti_sysbios_BIOS_RtsGateProxy_Handle__label__S                             
UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Handle__label__S__mangled__                  
1001bab9  ti_sysbios_BIOS_RtsGateProxy_Object__delete__S                            
UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Object__delete__S__mangled__                 
1001c179  ti_sysbios_BIOS_RtsGateProxy_Params__init__S                              
UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Params__init__S__mangled__                   
1001c249  ti_sysbios_BIOS_RtsGateProxy_enter__E                                     
1001c24d  ti_sysbios_BIOS_RtsGateProxy_leave__E                                     
1001c275  ti_sysbios_BIOS_RtsGateProxy_query__E                                     
UNDEFED   ti_sysbios_BIOS_RtsGateProxy_query__E__mangled__                          
00009125  ti_sysbios_BIOS_atExitFunc__I                                             
0000a5df  ti_sysbios_BIOS_exitFunc__I                                               
1001c035  ti_sysbios_BIOS_exit__E                                                   
1001bff9  ti_sysbios_BIOS_getCpuFreq__E                                             
0000ab39  ti_sysbios_BIOS_getThreadType__E                                          
000082bf  ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E                         
0000976b  ti_sysbios_BIOS_nullFunc__I                                               
00009b85  ti_sysbios_BIOS_registerRTSLock__I                                        
00009ba9  ti_sysbios_BIOS_removeRTSLock__I                                          
00009df9  ti_sysbios_BIOS_rtsLock__I                                                
0000a521  ti_sysbios_BIOS_rtsUnlock__I                                              
1001c045  ti_sysbios_BIOS_setThreadType__E                                          
00009155  ti_sysbios_BIOS_startFunc__I                                              
1001c055  ti_sysbios_BIOS_start__E                                                  
0000548d  ti_sysbios_family_arm_cc26xx_Boot_trimDevice                              
00000502  ti_sysbios_family_arm_cc26xx_Timer_Module__id__C                          
20001404  ti_sysbios_family_arm_cc26xx_Timer_Module__root__V                        
1001bb49  ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__S                 
200001e4  ti_sysbios_family_arm_cc26xx_Timer_Module__state__V                       
1001ba71  ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E                      
20001690  ti_sysbios_family_arm_cc26xx_Timer_Object__table__V                       
0000a0cd  ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E                         
0000acc7  ti_sysbios_family_arm_cc26xx_Timer_getCount64__E                          
00008879  ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E                      
1001c251  ti_sysbios_family_arm_cc26xx_Timer_getExpiredTicks__E                     
000099c5  ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E                         
1001c255  ti_sysbios_family_arm_cc26xx_Timer_getPeriod__E                           
00009185  ti_sysbios_family_arm_cc26xx_Timer_initDevice__I                          
1001a469  ti_sysbios_family_arm_cc26xx_Timer_periodicStub__E                        
1001b769  ti_sysbios_family_arm_cc26xx_Timer_postInit__I                            
00008df3  ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E                         
1001c259  ti_sysbios_family_arm_cc26xx_Timer_setPeriod__E                           
000091b5  ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I                        
00006c61  ti_sysbios_family_arm_cc26xx_Timer_start__E                               
00000484  ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C                       
1001b795  ti_sysbios_family_arm_cc26xx_Timer_startup__E                             
200001ec  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V           
1001bb69  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E          
0000aa1d  ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E                   
1001b9d1  ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E                   
1001c12f  ti_sysbios_family_arm_cc26xx_TimestampProvider_getFreq__E                 
00000504  ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C           
00000488  ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C                          
0000048c  ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C                        
1001aed1  ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E                         
1001a3c9  ti_sysbios_family_arm_m3_Hwi_Instance_init__E                             
2000142c  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A                  
20001430  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A                 
20001434  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A                   
00000506  ti_sysbios_family_arm_m3_Hwi_Module__id__C                                
2000140c  ti_sysbios_family_arm_m3_Hwi_Module__root__V                              
1001bb89  ti_sysbios_family_arm_m3_Hwi_Module__startupDone__S                       
20000144  ti_sysbios_family_arm_m3_Hwi_Module__state__V                             
1001b1c1  ti_sysbios_family_arm_m3_Hwi_Module_startup__E                            
00000490  ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C                            
000002d0  ti_sysbios_family_arm_m3_Hwi_Object__DESC__C                              
00000170  ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C                            
00000494  ti_sysbios_family_arm_m3_Hwi_Object__count__C                             
1001aab1  ti_sysbios_family_arm_m3_Hwi_Object__create__S                            
1001bba9  ti_sysbios_family_arm_m3_Hwi_Object__delete__S                            
1001be69  ti_sysbios_family_arm_m3_Hwi_Object__destruct__S                          
1001b7c1  ti_sysbios_family_arm_m3_Hwi_Object__get__S                               
00000498  ti_sysbios_family_arm_m3_Hwi_Object__table__C                             
20001414  ti_sysbios_family_arm_m3_Hwi_Object__table__V                             
1001c13d  ti_sysbios_family_arm_m3_Hwi_Params__init__S                              
00009bcd  ti_sysbios_family_arm_m3_Hwi_cc26xxRomInitNVIC__I                         
0000049c  ti_sysbios_family_arm_m3_Hwi_ccr__C                                       
1001af29  ti_sysbios_family_arm_m3_Hwi_construct                                    
1001ab15  ti_sysbios_family_arm_m3_Hwi_create                                       
1001c25d  ti_sysbios_family_arm_m3_Hwi_delete                                       
1001c261  ti_sysbios_family_arm_m3_Hwi_destruct                                     
1001c149  ti_sysbios_family_arm_m3_Hwi_disableFxn__E                                
1001b299  ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E                          
1001aa49  ti_sysbios_family_arm_m3_Hwi_dispatchC__I                                 
200023a0  ti_sysbios_family_arm_m3_Hwi_dispatchTable                                
1001c89d  ti_sysbios_family_arm_m3_Hwi_dispatch__I                                  
1001c1fb  ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I                              
1001c213  ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I                             
1001c155  ti_sysbios_family_arm_m3_Hwi_enableFxn__E                                 
1001b2dd  ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E                           
1001ca01  ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I                             
000004a0  ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C                            
1001bbc9  ti_sysbios_family_arm_m3_Hwi_excHandler__I                                
1001b465  ti_sysbios_family_arm_m3_Hwi_getStackInfo__E                              
1001a699  ti_sysbios_family_arm_m3_Hwi_initNVIC__E                                  
1001c9b9  ti_sysbios_family_arm_m3_Hwi_initStacks__E                                
000004a4  ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C                               
000004a8  ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C                       
e000e000  ti_sysbios_family_arm_m3_Hwi_nvic                                         
1001ca3f  ti_sysbios_family_arm_m3_Hwi_pendSV__I                                    
1001c065  ti_sysbios_family_arm_m3_Hwi_plug__E                                      
1001a319  ti_sysbios_family_arm_m3_Hwi_postInit__I                                  
0000a89d  ti_sysbios_family_arm_m3_Hwi_post__E                                      
000004ac  ti_sysbios_family_arm_m3_Hwi_priGroup__C                                  
20000000  ti_sysbios_family_arm_m3_Hwi_ramVectors                                   
00001010  ti_sysbios_family_arm_m3_Hwi_resetVectors                                 
1001c219  ti_sysbios_family_arm_m3_Hwi_restoreFxn__E                                
1001ca57  ti_sysbios_family_arm_m3_Hwi_return                                       
0000ac9d  ti_sysbios_family_arm_m3_Hwi_setFunc__E                                   
1001be85  ti_sysbios_family_arm_m3_Hwi_setPriority__E                               
1001c203  ti_sysbios_family_arm_m3_Hwi_startup__E                                   
1001c00d  ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E                       
1001c265  ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S               
1001c96d  ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack                       
1001c161  ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E                 
1001ca59  ti_sysbios_family_arm_m3_TaskSupport_glue                                 
000004b0  ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C                    
1001b49d  ti_sysbios_family_arm_m3_TaskSupport_start__E                             
1001ca69  ti_sysbios_family_arm_m3_TaskSupport_swap__E                              
1001ca21  ti_sysbios_family_xxx_Hwi_switchAndRunFunc                                
1001bbe9  ti_sysbios_gates_GateHwi_Handle__label__S                                 
1001b463  ti_sysbios_gates_GateHwi_Instance_init__E                                 
0000021c  ti_sysbios_gates_GateHwi_Module__FXNS__C                                  
00000508  ti_sysbios_gates_GateHwi_Module__id__C                                    
20001438  ti_sysbios_gates_GateHwi_Module__root__V                                  
000002f0  ti_sysbios_gates_GateHwi_Object__DESC__C                                  
00000430  ti_sysbios_gates_GateHwi_Object__PARAMS__C                                
1001ba95  ti_sysbios_gates_GateHwi_Object__create__S                                
1001bc09  ti_sysbios_gates_GateHwi_Object__delete__S                                
20001440  ti_sysbios_gates_GateHwi_Object__table__V                                 
1001c16d  ti_sysbios_gates_GateHwi_enter__E                                         
1001c21f  ti_sysbios_gates_GateHwi_leave__E                                         
1001c269  ti_sysbios_gates_GateHwi_query__E                                         
1001bc29  ti_sysbios_gates_GateMutex_Handle__label__S                               
000005cc  ti_sysbios_gates_GateMutex_Instance_State_sem__O                          
1001c075  ti_sysbios_gates_GateMutex_Instance_finalize__E                           
1001bea1  ti_sysbios_gates_GateMutex_Instance_init__E                               
00000240  ti_sysbios_gates_GateMutex_Module__FXNS__C                                
0000050a  ti_sysbios_gates_GateMutex_Module__id__C                                  
20001444  ti_sysbios_gates_GateMutex_Module__root__V                                
00000310  ti_sysbios_gates_GateMutex_Object__DESC__C                                
00000448  ti_sysbios_gates_GateMutex_Object__PARAMS__C                              
1001b649  ti_sysbios_gates_GateMutex_Object__create__S                              
1001bab9  ti_sysbios_gates_GateMutex_Object__delete__S                              
1001bc49  ti_sysbios_gates_GateMutex_Object__destruct__S                            
20001710  ti_sysbios_gates_GateMutex_Object__table__V                               
1001c179  ti_sysbios_gates_GateMutex_Params__init__S                                
1001b7ed  ti_sysbios_gates_GateMutex_construct                                      
1001b679  ti_sysbios_gates_GateMutex_create                                         
1001c26d  ti_sysbios_gates_GateMutex_delete                                         
1001c271  ti_sysbios_gates_GateMutex_destruct                                       
1001b6a9  ti_sysbios_gates_GateMutex_enter__E                                       
1001bf9d  ti_sysbios_gates_GateMutex_leave__E                                       
1001c275  ti_sysbios_gates_GateMutex_query__E                                       
1001c279  ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S                        
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S__mangled__             
1001c085  ti_sysbios_hal_Hwi_HwiProxy_Object__create__S                             
1001bba9  ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S                             
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S__mangled__                  
1001c13d  ti_sysbios_hal_Hwi_HwiProxy_Params__init__S                               
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Params__init__S__mangled__                    
1001be49  ti_sysbios_hal_Hwi_HwiProxy_create                                        
1001c27d  ti_sysbios_hal_Hwi_HwiProxy_delete                                        
1001c281  ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E                           
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E__mangled__                
1001c285  ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E                            
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E__mangled__                 
1001c289  ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E                               
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E__mangled__                    
0000a89d  ti_sysbios_hal_Hwi_HwiProxy_post__E                                       
1001c28d  ti_sysbios_hal_Hwi_HwiProxy_startup__E                                    
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_startup__E__mangled__                         
1001c291  ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E                        
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E__mangled__             
1001c1f1  ti_sysbios_hal_Hwi_Instance_finalize__E                                   
1001b9f9  ti_sysbios_hal_Hwi_Instance_init__E                                       
2000144c  ti_sysbios_hal_Hwi_Module__root__V                                        
1001c021  ti_sysbios_hal_Hwi_Module_startup__E                                      
00000330  ti_sysbios_hal_Hwi_Object__DESC__C                                        
000001a0  ti_sysbios_hal_Hwi_Object__PARAMS__C                                      
1001bc69  ti_sysbios_hal_Hwi_Object__delete__S                                      
0000ab45  ti_sysbios_hal_Hwi_Params__init__S                                        
1001ab79  ti_sysbios_hal_Hwi_create                                                 
1001c295  ti_sysbios_hal_Hwi_delete                                                 
1001c281  ti_sysbios_hal_Hwi_disableInterrupt__E                                    
UNDEFED   ti_sysbios_hal_Hwi_disableInterrupt__E                                    
1001c285  ti_sysbios_hal_Hwi_enableInterrupt__E                                     
UNDEFED   ti_sysbios_hal_Hwi_enableInterrupt__E                                     
1001c289  ti_sysbios_hal_Hwi_getStackInfo__E                                        
UNDEFED   ti_sysbios_hal_Hwi_getStackInfo__E                                        
1001b819  ti_sysbios_hal_Hwi_initStack                                              
0000a89d  ti_sysbios_hal_Hwi_post__E                                                
1001c28d  ti_sysbios_hal_Hwi_startup__E                                             
UNDEFED   ti_sysbios_hal_Hwi_startup__E                                             
1001c299  ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
UNDEFED   ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
000004b4  ti_sysbios_heaps_HeapMem_E_memory__C                                      
1001bc89  ti_sysbios_heaps_HeapMem_Handle__label__S                                 
20001858  ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A                          
1001b4d5  ti_sysbios_heaps_HeapMem_Instance_init__E                                 
1001bc29  ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S                
UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S__mangled__     
1001bab9  ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__delete__S               
UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__delete__S__mangled__    
1001c179  ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S                 
UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S__mangled__      
1001c29d  ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E                        
1001c2a1  ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E                        
1001c275  ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E                        
UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E__mangled__             
000001cc  ti_sysbios_heaps_HeapMem_Module__FXNS__C                                  
000004b8  ti_sysbios_heaps_HeapMem_Module__gateObj__C                               
0000050c  ti_sysbios_heaps_HeapMem_Module__id__C                                    
20001454  ti_sysbios_heaps_HeapMem_Module__root__V                                  
00000350  ti_sysbios_heaps_HeapMem_Object__DESC__C                                  
00000264  ti_sysbios_heaps_HeapMem_Object__PARAMS__C                                
000004bc  ti_sysbios_heaps_HeapMem_Object__count__C                                 
1001b845  ti_sysbios_heaps_HeapMem_Object__create__S                                
1001bca9  ti_sysbios_heaps_HeapMem_Object__delete__S                                
1001b871  ti_sysbios_heaps_HeapMem_Object__get__S                                   
000004c0  ti_sysbios_heaps_HeapMem_Object__table__C                                 
2000145c  ti_sysbios_heaps_HeapMem_Object__table__V                                 
1001a199  ti_sysbios_heaps_HeapMem_alloc__E                                         
1001a795  ti_sysbios_heaps_HeapMem_free__E                                          
1001b209  ti_sysbios_heaps_HeapMem_getStats__E                                      
1001b545  ti_sysbios_heaps_HeapMem_init__I                                          
1001c2a5  ti_sysbios_heaps_HeapMem_isBlocking__E                                    
000004c4  ti_sysbios_heaps_HeapMem_reqAlign__C                                      
1001c105  ti_sysbios_heaps_HeapMem_restore__E                                       
1001bfcd  ti_sysbios_knl_Clock_Instance_finalize__E                                 
1001b50d  ti_sysbios_knl_Clock_Instance_init__E                                     
000005d0  ti_sysbios_knl_Clock_Module_State_clockQ__O                               
20001474  ti_sysbios_knl_Clock_Module__root__V                                      
20000178  ti_sysbios_knl_Clock_Module__state__V                                     
1001bcc9  ti_sysbios_knl_Clock_Module_startup__E                                    
00000370  ti_sysbios_knl_Clock_Object__DESC__C                                      
00000288  ti_sysbios_knl_Clock_Object__PARAMS__C                                    
1001badd  ti_sysbios_knl_Clock_Object__delete__S                                    
1001bce9  ti_sysbios_knl_Clock_Object__destruct__S                                  
2000147c  ti_sysbios_knl_Clock_Object__table__V                                     
1001c185  ti_sysbios_knl_Clock_Params__init__S                                      
1001c2a9  ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S                    
UNDEFED   ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S__mangled__         
1001c095  ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E                         
1001c2ad  ti_sysbios_knl_Clock_TimerProxy_getExpiredTicks__E                        
1001c0a5  ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E                            
1001c2b1  ti_sysbios_knl_Clock_TimerProxy_getPeriod__E                              
1001c0b5  ti_sysbios_knl_Clock_TimerProxy_setNextTick__E                            
1001b795  ti_sysbios_knl_Clock_TimerProxy_startup__E                                
UNDEFED   ti_sysbios_knl_Clock_TimerProxy_startup__E__mangled__                     
1001ba21  ti_sysbios_knl_Clock_addI__E                                              
1001b579  ti_sysbios_knl_Clock_construct                                            
1001b3ed  ti_sysbios_knl_Clock_create                                               
1001c2b5  ti_sysbios_knl_Clock_delete                                               
1001c2b9  ti_sysbios_knl_Clock_destruct                                             
0000a721  ti_sysbios_knl_Clock_doTick__I                                            
00009619  ti_sysbios_knl_Clock_getTicksUntilInterrupt__E                            
1001b6d9  ti_sysbios_knl_Clock_getTicks__E                                          
1001c191  ti_sysbios_knl_Clock_getTimerHandle__E                                    
0000accb  ti_sysbios_knl_Clock_isActive__E                                          
1001be67  ti_sysbios_knl_Clock_logTick__E                                           
1001c2bd  ti_sysbios_knl_Clock_removeI__E                                           
1001bebd  ti_sysbios_knl_Clock_scheduleNextTick__E                                  
000004c8  ti_sysbios_knl_Clock_serviceMargin__C                                     
1001c2c1  ti_sysbios_knl_Clock_setTimeout__E                                        
1001a719  ti_sysbios_knl_Clock_startI__E                                            
1001bfe3  ti_sysbios_knl_Clock_start__E                                             
00009e19  ti_sysbios_knl_Clock_stop__E                                              
00000510  ti_sysbios_knl_Clock_tickMode__C                                          
0000cbf8  ti_sysbios_knl_Clock_tickPeriod__C                                        
0000cbfc  ti_sysbios_knl_Clock_triggerClock__C                                      
00009acf  ti_sysbios_knl_Clock_triggerFunc__I                                       
1001a80d  ti_sysbios_knl_Clock_walkQueueDynamic__E                                  
00005979  ti_sysbios_knl_Clock_workFuncDynamic__E                                   
1001a885  ti_sysbios_knl_Clock_workFunc__E                                          
2000149c  ti_sysbios_knl_Event_Module__root__V                                      
0000cbe0  ti_sysbios_knl_Idle_funcList__A                                           
00000478  ti_sysbios_knl_Idle_funcList__C                                           
1001c20b  ti_sysbios_knl_Idle_loop__E                                               
1001bd09  ti_sysbios_knl_Idle_run__E                                                
000005d4  ti_sysbios_knl_Mailbox_Instance_State_dataQue__O                          
000005d8  ti_sysbios_knl_Mailbox_Instance_State_dataSem__O                          
000005dc  ti_sysbios_knl_Mailbox_Instance_State_freeQue__O                          
000005e0  ti_sysbios_knl_Mailbox_Instance_State_freeSem__O                          
1001a9dd  ti_sysbios_knl_Mailbox_Instance_finalize__E                               
1001a001  ti_sysbios_knl_Mailbox_Instance_init__E                                   
200014a4  ti_sysbios_knl_Mailbox_Module__root__V                                    
1001b251  ti_sysbios_knl_Mailbox_Module_startup__E                                  
00000390  ti_sysbios_knl_Mailbox_Object__DESC__C                                    
0000013c  ti_sysbios_knl_Mailbox_Object__PARAMS__C                                  
000004cc  ti_sysbios_knl_Mailbox_Object__count__C                                   
1001bd29  ti_sysbios_knl_Mailbox_Object__delete__S                                  
1001bed9  ti_sysbios_knl_Mailbox_Object__destruct__S                                
1001b89d  ti_sysbios_knl_Mailbox_Object__get__S                                     
000004d0  ti_sysbios_knl_Mailbox_Object__table__C                                   
1001c19d  ti_sysbios_knl_Mailbox_Params__init__S                                    
1001af81  ti_sysbios_knl_Mailbox_construct                                          
1001abdd  ti_sysbios_knl_Mailbox_create                                             
1001c2c5  ti_sysbios_knl_Mailbox_delete                                             
1001c2c9  ti_sysbios_knl_Mailbox_destruct                                           
1001a8fd  ti_sysbios_knl_Mailbox_pend__E                                            
1001b8c9  ti_sysbios_knl_Mailbox_postInit__I                                        
1001a591  ti_sysbios_knl_Mailbox_post__E                                            
1001c22b  ti_sysbios_knl_Queue_Instance_init__E                                     
200014ac  ti_sysbios_knl_Queue_Module__root__V                                      
000003b0  ti_sysbios_knl_Queue_Object__DESC__C                                      
00000460  ti_sysbios_knl_Queue_Object__PARAMS__C                                    
000004d4  ti_sysbios_knl_Queue_Object__count__C                                     
1001bd49  ti_sysbios_knl_Queue_Object__delete__S                                    
1001bef5  ti_sysbios_knl_Queue_Object__destruct__S                                  
1001bd69  ti_sysbios_knl_Queue_Object__get__S                                       
000004d8  ti_sysbios_knl_Queue_Object__table__C                                     
1001b8f5  ti_sysbios_knl_Queue_construct                                            
1001b921  ti_sysbios_knl_Queue_create                                               
1001c2cd  ti_sysbios_knl_Queue_delete                                               
1001c1a9  ti_sysbios_knl_Queue_dequeue__E                                           
1001c2d1  ti_sysbios_knl_Queue_destruct                                             
1001c231  ti_sysbios_knl_Queue_elemClear__E                                         
1001c113  ti_sysbios_knl_Queue_empty__E                                             
1001c1b5  ti_sysbios_knl_Queue_enqueue__E                                           
1001bf11  ti_sysbios_knl_Queue_get__E                                               
1001c2d5  ti_sysbios_knl_Queue_head__E                                              
1001c2d9  ti_sysbios_knl_Queue_next__E                                              
1001bf2d  ti_sysbios_knl_Queue_put__E                                               
1001c121  ti_sysbios_knl_Queue_remove__E                                            
000005e4  ti_sysbios_knl_Semaphore_Instance_State_pendQ__O                          
1001c0c5  ti_sysbios_knl_Semaphore_Instance_finalize__E                             
1001bb01  ti_sysbios_knl_Semaphore_Instance_init__E                                 
200014b4  ti_sysbios_knl_Semaphore_Module__root__V                                  
000003d0  ti_sysbios_knl_Semaphore_Object__DESC__C                                  
000002ac  ti_sysbios_knl_Semaphore_Object__PARAMS__C                                
1001bb25  ti_sysbios_knl_Semaphore_Object__delete__S                                
1001bd89  ti_sysbios_knl_Semaphore_Object__destruct__S                              
1001c1c1  ti_sysbios_knl_Semaphore_Params__init__S                                  
1001b709  ti_sysbios_knl_Semaphore_construct                                        
1001b5ad  ti_sysbios_knl_Semaphore_create                                           
1001c2dd  ti_sysbios_knl_Semaphore_delete                                           
1001c2e1  ti_sysbios_knl_Semaphore_destruct                                         
1001b94d  ti_sysbios_knl_Semaphore_pendTimeout__I                                   
1001a0cd  ti_sysbios_knl_Semaphore_pend__E                                          
1001ac41  ti_sysbios_knl_Semaphore_post__E                                          
1001bf9b  ti_sysbios_knl_Swi_Instance_finalize__E                                   
1001aca5  ti_sysbios_knl_Swi_Instance_init__E                                       
20001748  ti_sysbios_knl_Swi_Module_State_0_readyQ__A                               
200014bc  ti_sysbios_knl_Swi_Module__root__V                                        
200001c8  ti_sysbios_knl_Swi_Module__state__V                                       
1001c237  ti_sysbios_knl_Swi_Module_startup__E                                      
000003f0  ti_sysbios_knl_Swi_Object__DESC__C                                        
000001f4  ti_sysbios_knl_Swi_Object__PARAMS__C                                      
000004dc  ti_sysbios_knl_Swi_Object__count__C                                       
1001bda9  ti_sysbios_knl_Swi_Object__delete__S                                      
1001bf49  ti_sysbios_knl_Swi_Object__destruct__S                                    
1001b979  ti_sysbios_knl_Swi_Object__get__S                                         
000004e0  ti_sysbios_knl_Swi_Object__table__C                                       
20001778  ti_sysbios_knl_Swi_Object__table__V                                       
1001c1cd  ti_sysbios_knl_Swi_Params__init__S                                        
1001b085  ti_sysbios_knl_Swi_construct                                              
1001ad05  ti_sysbios_knl_Swi_create                                                 
1001c2e5  ti_sysbios_knl_Swi_delete                                                 
1001c2e9  ti_sysbios_knl_Swi_destruct                                               
1001c0d5  ti_sysbios_knl_Swi_disable__E                                             
1001c0e5  ti_sysbios_knl_Swi_enabled__E                                             
0000ab59  ti_sysbios_knl_Swi_getTrigger__E                                          
000004e4  ti_sysbios_knl_Swi_numPriorities__C                                       
0000a541  ti_sysbios_knl_Swi_or__E                                                  
1001c2ed  ti_sysbios_knl_Swi_postInit__I                                            
1001b321  ti_sysbios_knl_Swi_post__E                                                
1001ad61  ti_sysbios_knl_Swi_restoreHwi__E                                          
1001b5e1  ti_sysbios_knl_Swi_restore__E                                             
1001b0d5  ti_sysbios_knl_Swi_runLoop__I                                             
1001afd9  ti_sysbios_knl_Swi_run__I                                                 
1001b031  ti_sysbios_knl_Swi_schedule__I                                            
1001c23d  ti_sysbios_knl_Swi_startup__E                                             
20001ed8  ti_sysbios_knl_Task_Instance_State_0_stack__A                             
1001a4fd  ti_sysbios_knl_Task_Instance_finalize__E                                  
1001a25d  ti_sysbios_knl_Task_Instance_init__E                                      
200014cc  ti_sysbios_knl_Task_Module_State_0_idleTask__A                            
200017a8  ti_sysbios_knl_Task_Module_State_0_readyQ__A                              
000005e8  ti_sysbios_knl_Task_Module_State_inactiveQ__O                             
200014c4  ti_sysbios_knl_Task_Module__root__V                                       
20000100  ti_sysbios_knl_Task_Module__state__V                                      
1001adbd  ti_sysbios_knl_Task_Module_startup__E                                     
00000410  ti_sysbios_knl_Task_Object__DESC__C                                       
00000100  ti_sysbios_knl_Task_Object__PARAMS__C                                     
000004e8  ti_sysbios_knl_Task_Object__count__C                                      
1001bdc9  ti_sysbios_knl_Task_Object__delete__S                                     
1001bf65  ti_sysbios_knl_Task_Object__destruct__S                                   
1001bde9  ti_sysbios_knl_Task_Object__get__S                                        
000004ec  ti_sysbios_knl_Task_Object__table__C                                      
20001644  ti_sysbios_knl_Task_Object__table__V                                      
1001c1d9  ti_sysbios_knl_Task_Params__init__S                                       
1001c2f1  ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S                   
UNDEFED   ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S__mangled__        
1001c2f5  ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E                     
UNDEFED   ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E__mangled__          
1001c2f9  ti_sysbios_knl_Task_SupportProxy_start__E                                 
UNDEFED   ti_sysbios_knl_Task_SupportProxy_start__E__mangled__                      
1001c2fd  ti_sysbios_knl_Task_SupportProxy_swap__E                                  
UNDEFED   ti_sysbios_knl_Task_SupportProxy_swap__E__mangled__                       
000004f0  ti_sysbios_knl_Task_allBlockedFunc__C                                     
1001b365  ti_sysbios_knl_Task_allBlockedFunction__I                                 
1001b615  ti_sysbios_knl_Task_blockI__E                                             
1001b125  ti_sysbios_knl_Task_construct                                             
1001ae19  ti_sysbios_knl_Task_create                                                
000004f4  ti_sysbios_knl_Task_defaultStackHeap__C                                   
000004f8  ti_sysbios_knl_Task_defaultStackSize__C                                   
1001c301  ti_sysbios_knl_Task_delete                                                
1001c305  ti_sysbios_knl_Task_destruct                                              
1001c0f5  ti_sysbios_knl_Task_disable__E                                            
1001c243  ti_sysbios_knl_Task_enable__E                                             
1001be09  ti_sysbios_knl_Task_enter__I                                              
1001b429  ti_sysbios_knl_Task_exit__E                                               
0000050e  ti_sysbios_knl_Task_initStackFlag__C                                      
000004fc  ti_sysbios_knl_Task_numConstructedTasks__C                                
1001a615  ti_sysbios_knl_Task_postInit__I                                           
1001b739  ti_sysbios_knl_Task_processVitalTaskFlag__I                               
1001be29  ti_sysbios_knl_Task_restoreHwi__E                                         
1001ba49  ti_sysbios_knl_Task_restore__E                                            
1001b175  ti_sysbios_knl_Task_schedule__I                                           
1001c1e5  ti_sysbios_knl_Task_self__E                                               
1001bf81  ti_sysbios_knl_Task_sleepTimeout__I                                       
1001a96d  ti_sysbios_knl_Task_sleep__E                                              
1001ae75  ti_sysbios_knl_Task_startCore__E                                          
1001c309  ti_sysbios_knl_Task_startup__E                                            
1001ca71  ti_sysbios_knl_Task_swapReturn                                            
1001b9a5  ti_sysbios_knl_Task_unblockI__E                                           
1001bfb5  ti_sysbios_knl_Task_unblock__E                                            
1001b3a9  ti_sysbios_knl_Task_yield__E                                              
00000590  ti_sysbios_rom_ROM_AONRTCChannelEnable                                    
00000594  ti_sysbios_rom_ROM_AONRTCCompareValueSet                                  
00000598  ti_sysbios_rom_ROM_AONRTCCurrentCompareValueGet                           
0000059c  ti_sysbios_rom_ROM_AONRTCEventClear                                       
000005a0  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E       
000005a4  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E   
000005a8  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E      
000005ac  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I       
000005b0  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E      
000005b4  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I     
000005b8  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E            
000005bc  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
000005c0  ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I                        
000005c4  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E               
000005c8  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E                
00009c57  ti_sysbios_rom_cortexm_cc26xx_CC26xx_badRomRevision__E                    
0000a559  ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E                     
1001ca9b  ti_sysbios_rom_cortexm_cc26xx_CC26xx_getRevision__E                       
200024a8  trngCC26XXObjects                                                         
0000cb2c  trngDriverTable                                                           
0000ca54  txPowerTable                                                              
0000cb24  txPwrTbl                                                                  
20000904  uartLog_evBuf                                                             
2000084e  uartLog_evBufIsEmpty                                                      
20000850  uartLog_evtNum                                                            
00006b95  uartLog_flush                                                             
2000084d  uartLog_head                                                              
20000858  uartLog_outBuf                                                            
0000600d  uartLog_outputFxn                                                         
2000084c  uartLog_tail                                                              
0000cbe8  udmaHWAttrs                                                               
20002468  udmaObjects                                                               
200017d8  user0Cfg                                                                  
0000ca24  validRangeUUID                                                            
00000524  xdc_runtime_Assert_E_assertFailed__C                                      
1001c5a9  xdc_runtime_Assert_raise__I                                               
1001c6ed  xdc_runtime_Core_assignLabel__I                                           
1001c5f1  xdc_runtime_Core_assignParams__I                                          
1001c639  xdc_runtime_Core_constructObject__I                                       
1001c405  xdc_runtime_Core_createObject__I                                          
1001c4f9  xdc_runtime_Core_deleteObject__I                                          
1001c7a1  xdc_runtime_Core_destructObject__I                                        
00000528  xdc_runtime_Error_E_memory__C                                             
1001c7b9  xdc_runtime_Error_check__E                                                
1001c841  xdc_runtime_Error_init__E                                                 
0000052c  xdc_runtime_Error_policyFxn__C                                            
1001c487  xdc_runtime_Error_policySpin__E                                           
0000058c  xdc_runtime_Error_policy__C                                               
1001c769  xdc_runtime_Error_raiseX__E                                               
1001c885  xdc_runtime_Gate_enterSystem__E                                           
1001c879  xdc_runtime_Gate_leaveSystem__E                                           
00000530  xdc_runtime_IGateProvider_Interface__BASE__C                              
00000534  xdc_runtime_IHeap_Interface__BASE__C                                      
0000cc00  xdc_runtime_ILogger_Interface__BASE__C                                    
00000538  xdc_runtime_IModule_Interface__BASE__C                                    
0000cc04  xdc_runtime_Log_L_error__C                                                
0000cc08  xdc_runtime_Log_L_warning__C                                              
0000a0e9  xdc_runtime_LoggerCallback_Instance_init__E                               
0000c9cc  xdc_runtime_LoggerCallback_Module__FXNS__C                                
200014d0  xdc_runtime_LoggerCallback_Module__root__V                                
00008241  xdc_runtime_LoggerCallback_Module_startup__E                              
0000cac0  xdc_runtime_LoggerCallback_Object__DESC__C                                
0000cae0  xdc_runtime_LoggerCallback_Object__PARAMS__C                              
0000cc0c  xdc_runtime_LoggerCallback_Object__count__C                               
000091e5  xdc_runtime_LoggerCallback_Object__create__S                              
0000a8ad  xdc_runtime_LoggerCallback_Object__get__S                                 
200014d8  xdc_runtime_LoggerCallback_Object__table__V                               
0000cc10  xdc_runtime_LoggerCallback_createInstFxn__C                               
0000accf  xdc_runtime_LoggerCallback_defaultCreate                                  
0000abc3  xdc_runtime_LoggerCallback_disable__E                                     
0000abcd  xdc_runtime_LoggerCallback_enable__E                                      
0000cc14  xdc_runtime_LoggerCallback_outputFxn__C                                   
000099ed  xdc_runtime_LoggerCallback_write0__E                                      
00009a15  xdc_runtime_LoggerCallback_write1__E                                      
00009645  xdc_runtime_LoggerCallback_write2__E                                      
00008cc5  xdc_runtime_LoggerCallback_write4__E                                      
00007ef5  xdc_runtime_LoggerCallback_write8__E                                      
UNDEFED   xdc_runtime_Main_Module_GateProxy_Handle__label__S                        
UNDEFED   xdc_runtime_Main_Module_GateProxy_Object__delete__S                       
UNDEFED   xdc_runtime_Main_Module_GateProxy_query__E                                
0000053c  xdc_runtime_Main_Module__diagsEnabled__C                                  
00000540  xdc_runtime_Main_Module__diagsIncluded__C                                 
00000544  xdc_runtime_Main_Module__diagsMask__C                                     
00000584  xdc_runtime_Main_Module__id__C                                            
0000cc3c  xdc_runtime_Main_Module__loggerDefined__C                                 
0000cc18  xdc_runtime_Main_Module__loggerFxn2__C                                    
0000cc1c  xdc_runtime_Main_Module__loggerFxn4__C                                    
0000cc20  xdc_runtime_Main_Module__loggerFxn8__C                                    
0000cc24  xdc_runtime_Main_Module__loggerObj__C                                     
1001bc89  xdc_runtime_Memory_HeapProxy_Handle__label__S                             
UNDEFED   xdc_runtime_Memory_HeapProxy_Handle__label__S__mangled__                  
1001bca9  xdc_runtime_Memory_HeapProxy_Object__delete__S                            
UNDEFED   xdc_runtime_Memory_HeapProxy_Object__delete__S__mangled__                 
1001c889  xdc_runtime_Memory_HeapProxy_alloc__E                                     
1001c88d  xdc_runtime_Memory_HeapProxy_free__E                                      
00000586  xdc_runtime_Memory_Module__id__C                                          
20000200  xdc_runtime_Memory_Module__state__V                                       
1001c489  xdc_runtime_Memory_alloc__E                                               
1001c84d  xdc_runtime_Memory_calloc__E                                              
00000548  xdc_runtime_Memory_defaultHeapInstance__C                                 
1001c801  xdc_runtime_Memory_free__E                                                
1001c859  xdc_runtime_Memory_getMaxDefaultTypeAlign__E                              
1001c785  xdc_runtime_Memory_valloc__E                                              
20001840  xdc_runtime_Registry_Module__state__V                                     
00009e39  xdc_runtime_Registry_findById__E                                          
200001f0  xdc_runtime_Startup_Module__state__V                                      
00000001  xdc_runtime_Startup__EXECFXN__C                                           
00000001  xdc_runtime_Startup__RESETFXN__C                                          
0000054c  xdc_runtime_Startup_execImpl__C                                           
1001c559  xdc_runtime_Startup_exec__E                                               
0000a761  xdc_runtime_Startup_exec__I                                               
0000cbcc  xdc_runtime_Startup_firstFxns__A                                          
00000514  xdc_runtime_Startup_firstFxns__C                                          
0000723d  xdc_runtime_Startup_getState__I                                           
0000051c  xdc_runtime_Startup_lastFxns__C                                           
00000550  xdc_runtime_Startup_maxPasses__C                                          
0000ab65  xdc_runtime_Startup_reset__I                                              
0000ab71  xdc_runtime_Startup_rtsDone__E                                            
0000cb60  xdc_runtime_Startup_sfxnRts__A                                            
00000554  xdc_runtime_Startup_sfxnRts__C                                            
0000ca2c  xdc_runtime_Startup_sfxnTab__A                                            
00000558  xdc_runtime_Startup_sfxnTab__C                                            
0000055c  xdc_runtime_Startup_startModsFxn__C                                       
1001c30d  xdc_runtime_Startup_startMods__I                                          
00000560  xdc_runtime_SysCallback_abortFxn__C                                       
1001c811  xdc_runtime_SysCallback_abort__E                                          
00009eef  xdc_runtime_SysCallback_defaultAbort                                      
0000a1ef  xdc_runtime_SysCallback_defaultExit                                       
0000a773  xdc_runtime_SysCallback_defaultPutch                                      
0000acd3  xdc_runtime_SysCallback_defaultReady                                      
00000564  xdc_runtime_SysCallback_exitFxn__C                                        
1001c821  xdc_runtime_SysCallback_exit__E                                           
0000cc28  xdc_runtime_SysCallback_putchFxn__C                                       
0000a8bd  xdc_runtime_SysCallback_putch__E                                          
0000cc2c  xdc_runtime_SysCallback_readyFxn__C                                       
0000a8cd  xdc_runtime_SysCallback_ready__E                                          
1001bbe9  xdc_runtime_System_Module_GateProxy_Handle__label__S                      
UNDEFED   xdc_runtime_System_Module_GateProxy_Handle__label__S__mangled__           
1001bc09  xdc_runtime_System_Module_GateProxy_Object__delete__S                     
UNDEFED   xdc_runtime_System_Module_GateProxy_Object__delete__S__mangled__          
1001c891  xdc_runtime_System_Module_GateProxy_enter__E                              
1001c895  xdc_runtime_System_Module_GateProxy_leave__E                              
1001c269  xdc_runtime_System_Module_GateProxy_query__E                              
UNDEFED   xdc_runtime_System_Module_GateProxy_query__E__mangled__                   
200001f8  xdc_runtime_System_Module__state__V                                       
1001c87f  xdc_runtime_System_Module_startup__E                                      
UNDEFED   xdc_runtime_System_SupportProxy_abort__E                                  
UNDEFED   xdc_runtime_System_SupportProxy_exit__E                                   
0000a8bd  xdc_runtime_System_SupportProxy_putch__E                                  
0000a8cd  xdc_runtime_System_SupportProxy_ready__E                                  
00000568  xdc_runtime_System_abortFxn__C                                            
1001c899  xdc_runtime_System_abortSpin__E                                           
00007eb5  xdc_runtime_System_abortStd__E                                            
1001c749  xdc_runtime_System_abort__E                                               
1001c681  xdc_runtime_System_atexit__E                                              
00001419  xdc_runtime_System_doPrint__I                                             
0000056c  xdc_runtime_System_exitFxn__C                                             
1001c89b  xdc_runtime_System_exitSpin__E                                            
00007ebd  xdc_runtime_System_exitStd__E                                             
1001c7d1  xdc_runtime_System_exit__E                                                
0000cc30  xdc_runtime_System_extendFxn__C                                           
00006701  xdc_runtime_System_formatNum__I                                           
00000570  xdc_runtime_System_maxAtexitHandlers__C                                   
0000451d  xdc_runtime_System_printfExtend__I                                        
1001c6b9  xdc_runtime_System_processAtExit__E                                       
00009719  xdc_runtime_System_putchar__I                                             
0000a1d5  xdc_runtime_System_snprintf__E                                            
0000acd7  xdc_runtime_System_snprintf_va__F                                         
0000a8dd  xdc_runtime_System_vsnprintf__E                                           
00000588  xdc_runtime_Text_charCnt__C                                               
0000ae7c  xdc_runtime_Text_charTab__A                                               
00000574  xdc_runtime_Text_charTab__C                                               
1001c71d  xdc_runtime_Text_cordText__E                                              
0000058a  xdc_runtime_Text_isLoaded__C                                              
00000578  xdc_runtime_Text_nameEmpty__C                                             
0000057c  xdc_runtime_Text_nameStatic__C                                            
00000580  xdc_runtime_Text_nameUnknown__C                                           
0000cba4  xdc_runtime_Text_nodeTab__A                                               
0000cc34  xdc_runtime_Text_nodeTab__C                                               
00009215  xdc_runtime_Text_printVisFxn__I                                           
00007299  xdc_runtime_Text_putLab__E                                                
00005b39  xdc_runtime_Text_putMod__E                                                
000057ad  xdc_runtime_Text_putSite__E                                               
0000cc3e  xdc_runtime_Text_registryModsLastId__C                                    
1001c7e9  xdc_runtime_Text_ropeText__E                                              
0000cc40  xdc_runtime_Text_unnamedModsLastId__C                                     
00007a91  xdc_runtime_Text_visitRope2__I                                            
0000cc38  xdc_runtime_Text_visitRopeFxn__C                                          
0000abd7  xdc_runtime_Text_visitRope__I                                             
00007f39  xdc_runtime_Text_xprintf__I                                               
1001c831  xdc_runtime_Timestamp_SupportProxy_get32__E                               
0000aa1d  xdc_runtime_Timestamp_SupportProxy_get32__E__mangled__                    
1001b9d1  xdc_runtime_Timestamp_SupportProxy_get64__E                               
UNDEFED   xdc_runtime_Timestamp_SupportProxy_get64__E__mangled__                    
1001c12f  xdc_runtime_Timestamp_SupportProxy_getFreq__E                             
UNDEFED   xdc_runtime_Timestamp_SupportProxy_getFreq__E__mangled__                  
1001c831  xdc_runtime_Timestamp_get32__E                                            
UNDEFED   xdc_runtime_Timestamp_get32__E                                            
1001b9d1  xdc_runtime_Timestamp_get64__E                                            
UNDEFED   xdc_runtime_Timestamp_get64__E                                            
1001c12f  xdc_runtime_Timestamp_getFreq__E                                          
UNDEFED   xdc_runtime_Timestamp_getFreq__E                                          
10015d19  zADD                                                                      
10015eb5  zADD32                                                                    
10015de9  zMACC32                                                                   
10015f0d  zMULT32                                                                   
10015bcd  zSET                                                                      
10015d5d  zSUB                                                                      
10015e69  zSUB32                                                                    


GLOBAL SYMBOLS: SORTED BY Symbol Address 

address   name                                                                      
-------   ----                                                                      
00000000  __ASM__                                                                   
00000001  xdc_runtime_Startup__EXECFXN__C                                           
00000001  xdc_runtime_Startup__RESETFXN__C                                          
0000006f  __ISA__                                                                   
00000081  __PLAT__                                                                  
000000a8  __TARG__                                                                  
000000cd  __TRDR__                                                                  
00000100  ti_sysbios_knl_Task_Object__PARAMS__C                                     
0000013c  ti_sysbios_knl_Mailbox_Object__PARAMS__C                                  
00000170  ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C                            
000001a0  ti_sysbios_hal_Hwi_Object__PARAMS__C                                      
000001cc  ti_sysbios_heaps_HeapMem_Module__FXNS__C                                  
000001f4  ti_sysbios_knl_Swi_Object__PARAMS__C                                      
0000021c  ti_sysbios_gates_GateHwi_Module__FXNS__C                                  
00000240  ti_sysbios_gates_GateMutex_Module__FXNS__C                                
00000264  ti_sysbios_heaps_HeapMem_Object__PARAMS__C                                
00000288  ti_sysbios_knl_Clock_Object__PARAMS__C                                    
000002ac  ti_sysbios_knl_Semaphore_Object__PARAMS__C                                
000002d0  ti_sysbios_family_arm_m3_Hwi_Object__DESC__C                              
000002f0  ti_sysbios_gates_GateHwi_Object__DESC__C                                  
00000310  ti_sysbios_gates_GateMutex_Object__DESC__C                                
00000330  ti_sysbios_hal_Hwi_Object__DESC__C                                        
00000350  ti_sysbios_heaps_HeapMem_Object__DESC__C                                  
00000370  ti_sysbios_knl_Clock_Object__DESC__C                                      
00000390  ti_sysbios_knl_Mailbox_Object__DESC__C                                    
000003b0  ti_sysbios_knl_Queue_Object__DESC__C                                      
000003d0  ti_sysbios_knl_Semaphore_Object__DESC__C                                  
000003f0  ti_sysbios_knl_Swi_Object__DESC__C                                        
00000400  __STACK_SIZE                                                              
00000410  ti_sysbios_knl_Task_Object__DESC__C                                       
00000430  ti_sysbios_gates_GateHwi_Object__PARAMS__C                                
00000448  ti_sysbios_gates_GateMutex_Object__PARAMS__C                              
00000460  ti_sysbios_knl_Queue_Object__PARAMS__C                                    
00000478  ti_sysbios_knl_Idle_funcList__C                                           
00000484  ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C                       
00000488  ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C                          
0000048c  ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C                        
00000490  ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C                            
00000494  ti_sysbios_family_arm_m3_Hwi_Object__count__C                             
00000498  ti_sysbios_family_arm_m3_Hwi_Object__table__C                             
0000049c  ti_sysbios_family_arm_m3_Hwi_ccr__C                                       
000004a0  ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C                            
000004a4  ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C                               
000004a8  ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C                       
000004ac  ti_sysbios_family_arm_m3_Hwi_priGroup__C                                  
000004b0  ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C                    
000004b4  ti_sysbios_heaps_HeapMem_E_memory__C                                      
000004b8  ti_sysbios_heaps_HeapMem_Module__gateObj__C                               
000004bc  ti_sysbios_heaps_HeapMem_Object__count__C                                 
000004c0  ti_sysbios_heaps_HeapMem_Object__table__C                                 
000004c4  ti_sysbios_heaps_HeapMem_reqAlign__C                                      
000004c8  ti_sysbios_knl_Clock_serviceMargin__C                                     
000004cc  ti_sysbios_knl_Mailbox_Object__count__C                                   
000004d0  ti_sysbios_knl_Mailbox_Object__table__C                                   
000004d4  ti_sysbios_knl_Queue_Object__count__C                                     
000004d8  ti_sysbios_knl_Queue_Object__table__C                                     
000004dc  ti_sysbios_knl_Swi_Object__count__C                                       
000004e0  ti_sysbios_knl_Swi_Object__table__C                                       
000004e4  ti_sysbios_knl_Swi_numPriorities__C                                       
000004e8  ti_sysbios_knl_Task_Object__count__C                                      
000004ec  ti_sysbios_knl_Task_Object__table__C                                      
000004f0  ti_sysbios_knl_Task_allBlockedFunc__C                                     
000004f4  ti_sysbios_knl_Task_defaultStackHeap__C                                   
000004f8  ti_sysbios_knl_Task_defaultStackSize__C                                   
000004fc  ti_sysbios_knl_Task_numConstructedTasks__C                                
00000502  ti_sysbios_family_arm_cc26xx_Timer_Module__id__C                          
00000504  ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C           
00000506  ti_sysbios_family_arm_m3_Hwi_Module__id__C                                
00000508  ti_sysbios_gates_GateHwi_Module__id__C                                    
0000050a  ti_sysbios_gates_GateMutex_Module__id__C                                  
0000050c  ti_sysbios_heaps_HeapMem_Module__id__C                                    
0000050e  ti_sysbios_knl_Task_initStackFlag__C                                      
00000510  ti_sysbios_knl_Clock_tickMode__C                                          
00000514  xdc_runtime_Startup_firstFxns__C                                          
0000051c  xdc_runtime_Startup_lastFxns__C                                           
00000524  xdc_runtime_Assert_E_assertFailed__C                                      
00000528  xdc_runtime_Error_E_memory__C                                             
0000052c  xdc_runtime_Error_policyFxn__C                                            
00000530  xdc_runtime_IGateProvider_Interface__BASE__C                              
00000534  xdc_runtime_IHeap_Interface__BASE__C                                      
00000538  xdc_runtime_IModule_Interface__BASE__C                                    
0000053c  xdc_runtime_Main_Module__diagsEnabled__C                                  
00000540  xdc_runtime_Main_Module__diagsIncluded__C                                 
00000544  xdc_runtime_Main_Module__diagsMask__C                                     
00000548  xdc_runtime_Memory_defaultHeapInstance__C                                 
0000054c  xdc_runtime_Startup_execImpl__C                                           
00000550  xdc_runtime_Startup_maxPasses__C                                          
00000554  xdc_runtime_Startup_sfxnRts__C                                            
00000558  xdc_runtime_Startup_sfxnTab__C                                            
0000055c  xdc_runtime_Startup_startModsFxn__C                                       
00000560  xdc_runtime_SysCallback_abortFxn__C                                       
00000564  xdc_runtime_SysCallback_exitFxn__C                                        
00000568  xdc_runtime_System_abortFxn__C                                            
0000056c  xdc_runtime_System_exitFxn__C                                             
00000570  xdc_runtime_System_maxAtexitHandlers__C                                   
00000574  xdc_runtime_Text_charTab__C                                               
00000578  xdc_runtime_Text_nameEmpty__C                                             
0000057c  xdc_runtime_Text_nameStatic__C                                            
00000580  xdc_runtime_Text_nameUnknown__C                                           
00000584  xdc_runtime_Main_Module__id__C                                            
00000586  xdc_runtime_Memory_Module__id__C                                          
00000588  xdc_runtime_Text_charCnt__C                                               
0000058a  xdc_runtime_Text_isLoaded__C                                              
0000058c  xdc_runtime_Error_policy__C                                               
00000590  ti_sysbios_rom_ROM_AONRTCChannelEnable                                    
00000594  ti_sysbios_rom_ROM_AONRTCCompareValueSet                                  
00000598  ti_sysbios_rom_ROM_AONRTCCurrentCompareValueGet                           
0000059c  ti_sysbios_rom_ROM_AONRTCEventClear                                       
000005a0  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E       
000005a4  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E   
000005a8  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E      
000005ac  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I       
000005b0  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E      
000005b4  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I     
000005b8  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E            
000005bc  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
000005c0  ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I                        
000005c4  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E               
000005c8  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E                
000005cc  ti_sysbios_gates_GateMutex_Instance_State_sem__O                          
000005d0  ti_sysbios_knl_Clock_Module_State_clockQ__O                               
000005d4  ti_sysbios_knl_Mailbox_Instance_State_dataQue__O                          
000005d8  ti_sysbios_knl_Mailbox_Instance_State_dataSem__O                          
000005dc  ti_sysbios_knl_Mailbox_Instance_State_freeQue__O                          
000005e0  ti_sysbios_knl_Mailbox_Instance_State_freeSem__O                          
000005e4  ti_sysbios_knl_Semaphore_Instance_State_pendQ__O                          
000005e8  ti_sysbios_knl_Task_Module_State_inactiveQ__O                             
000005ec  __ccfg                                                                    
00001000  _imgHdr                                                                   
00001010  ti_sysbios_family_arm_m3_Hwi_resetVectors                                 
00001011  SPICC26XXDMA_open                                                         
00001419  xdc_runtime_System_doPrint__I                                             
00001ccd  GAPRole_SetParameter                                                      
00001f09  Power_sleep                                                               
00002131  NOROM_SysCtrlSetRechargeBeforePowerDown                                   
00002725  __aeabi_uldivmod                                                          
00002afd  SPICC26XXDMA_transfer                                                     
00003065  PIN_init                                                                  
00003215  RF_postCmd                                                                
000033b1  PowerCC26XX_doCalibrate                                                   
00003535  SPICC26XXDMA_transferCancel                                               
000036b1  RF_cancelCmd                                                              
00003da5  NOROM_SetupAfterColdResetWakeupFromShutDownCfg3                           
00003ed5  GAPRole_GetParameter                                                      
00003ff5  Power_init                                                                
00004421  __aeabi_dmul                                                              
0000451d  xdc_runtime_System_printfExtend__I                                        
000047ed  NOROM_SetupAfterColdResetWakeupFromShutDownCfg2                           
00004b6d  SPICC26XXDMA_control                                                      
00004c49  PowerCC26XX_standbyPolicy                                                 
00004d1d  Power_releaseDependency                                                   
00004df1  Power_setDependency                                                       
00004f8d  RF_open                                                                   
00005055  SPICC26XXDMA_close                                                        
00005335  OAD_imgBlockWrite                                                         
0000548d  NOROM_SetupTrimDevice                                                     
0000548d  ti_sysbios_family_arm_cc26xx_Boot_trimDevice                              
00005535  __TI_auto_init                                                            
00005675  OAD_imgIdentifyWrite                                                      
00005711  __aeabi_memcpy                                                            
00005711  __aeabi_memcpy4                                                           
00005711  __aeabi_memcpy8                                                           
00005711  memcpy                                                                    
000057ad  xdc_runtime_Text_putSite__E                                               
00005847  DefaultAssertCback                                                        
00005849  PIN_open                                                                  
00005979  ti_sysbios_knl_Clock_workFuncDynamic__E                                   
00005a11  EPD_7IN5_V2_Init                                                          
00005b39  xdc_runtime_Text_putMod__E                                                
00005ced  NOROM_OSCHF_GetStartupTime                                                
00005ced  PowerCC26XX_getXoscStartupTime                                            
00005d79  ICall_heapMalloc                                                          
00005e81  RF_pendCmd                                                                
00005f05  TRNGCC26XX_getNumber                                                      
0000600d  uartLog_outputFxn                                                         
0000608d  ICall_createRemoteTasks                                                   
00006185  __aeabi_memclr                                                            
00006185  __aeabi_memclr4                                                           
00006185  __aeabi_memclr8                                                           
00006187  __aeabi_memset                                                            
00006187  __aeabi_memset4                                                           
00006187  __aeabi_memset8                                                           
0000618d  memset                                                                    
000061ff  NOROM_RFCAdi3VcoLdoVoltageMode                                            
00006201  NOROM_SetupAfterColdResetWakeupFromShutDownCfg1                           
000062f1  UDMACC26XX_hwiIntFxn                                                      
00006369  GATTServApp_ProcessCharCfg                                                
000063dd  ICallPlatform_pwrUpdActivityCounter                                       
000064c5  PowerCC26XX_auxISR                                                        
00006621  NOROM_ChipInfo_GetHwRevision                                              
00006691  ExtFlash_write                                                            
000066ff  NOROM_RFCRTrim                                                            
00006701  xdc_runtime_System_formatNum__I                                           
00006771  ICall_heapInit                                                            
000067dd  NOROM_SetupGetTrimForAmpcompCtrl                                          
00006849  PowerCC26XX_calibrate                                                     
000068b5  main                                                                      
000069f5  NOROM_SetupGetTrimForAnabypassValue1                                      
00006a5d  NOROM_SysCtrl_DCDC_VoltageConditionalControl                              
00006ac5  OADTarget_getCurrentImageHeader                                           
00006b95  uartLog_flush                                                             
00006bfd  PIN_add                                                                   
00006c61  ti_sysbios_family_arm_cc26xx_Timer_start__E                               
00006d85  PowerCC26XX_RCOSC_clockFunc                                               
00006de5  RF_getCurrentTime                                                         
00006ea5  ExtFlash_erase                                                            
00006f5d  NOROM_OSCHF_AttemptToSwitchToXosc                                         
00006fb9  NOROM_SysCtrlAdjustRechargeAfterPowerDown                                 
00007015  OADTarget_validateNewImage                                                
000070cd  UDMACC26XX_open                                                           
0000723d  xdc_runtime_Startup_getState__I                                           
00007299  xdc_runtime_Text_putLab__E                                                
000072f5  OAD_addService                                                            
0000734d  PIN_remove                                                                
000073a5  PowerCC26XX_initiateCalibration                                           
000073fd  SimpleProfile_SetParameter                                                
00007455  GATTServApp_ProcessCCCWriteReq                                            
000075fd  DEV_SPI_WriteByte                                                         
0000764d  GAP_DeviceInit                                                            
0000769d  GAP_UpdateAdvertisingData                                                 
0000773d  NOROM_SetupSetCacheModeAccordingToCcfgSetting                             
0000778d  RF_getInfo                                                                
000078c9  ICallPlatform_pwrRegisterNotify                                           
000079ad  NOROM_OSCClockSourceSet                                                   
00007a45  copy_in                                                                   
00007a91  xdc_runtime_Text_visitRope2__I                                            
00007add  NOROM_ChipInfo_GetChipFamily                                              
00007b25  NOROM_DDI16BitfieldWrite                                                  
00007b6d  SimpleBLEPeripheral_processOadWriteCB                                     
00007bb5  Util_constructClock                                                       
00007c8d  __aeabi_d2iz                                                              
00007cd5  AssertHandler                                                             
00007d19  EPD_4IN2_Reset                                                            
00007d5d  GAP_TerminateLinkReq                                                      
00007de5  SimpleProfile_GetParameter                                                
00007e29  ResetISR                                                                  
00007e29  _c_int00                                                                  
00007eb1  C$$EXIT                                                                   
00007eb5  abort                                                                     
00007eb5  xdc_runtime_System_abortStd__E                                            
00007ebd  exit                                                                      
00007ebd  xdc_runtime_System_exitStd__E                                             
00007ef5  xdc_runtime_LoggerCallback_write8__E                                      
00007f39  xdc_runtime_Text_xprintf__I                                               
00007fbf  __aeabi_idiv0                                                             
00007fc1  ExtFlash_open                                                             
00008001  ExtFlash_read                                                             
00008041  GAPRole_SendUpdateParam                                                   
00008081  GAPRole_createTask                                                        
000080c1  GATT_SendRsp                                                              
00008101  NOROM_DDI16BitfieldRead                                                   
00008141  OADTarget_storeImageHeader                                                
00008181  RF_getRssi                                                                
00008201  __aeabi_uidiv                                                             
00008201  __aeabi_uidivmod                                                          
00008241  xdc_runtime_LoggerCallback_Module_startup__E                              
000082bf  ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E                         
000082fd  GAP_GetParamValue                                                         
00008339  GATTServApp_RegisterService                                               
00008375  ICallPlatform_pwrConfigACAction                                           
000083b1  NOROM_OSC_HPOSCRelativeFrequencyOffsetGet                                 
000083ed  NOROM_RFCSynthPowerDown                                                   
00008429  PINCC26XX_getConfig                                                       
00008465  RF_runCmd                                                                 
000084dd  SimpleBLEPeripheral_createTask                                            
00008681  GAPBondMgr_LinkEst                                                        
000086f1  PIN_setOutputValue                                                        
00008799  Util_restartClock                                                         
000087d1  linkDB_NumActive                                                          
00008809  linkDB_NumConns                                                           
00008879  ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E                      
000088b1  UDMACC26XX_close                                                          
0000891d  EPD_2IN66_SendCommand                                                     
00008951  EPD_2IN66_SendData                                                        
00008985  GAPBondMgr_SetParameter                                                   
000089b9  GAP_SetParamValue                                                         
00008abd  ICall_searchServiceEntity                                                 
00008af1  NOROM_OSCHF_SwitchToRcOscTurnOffXosc                                      
00008b25  NOROM_TRNGConfigure                                                       
00008b59  PowerCC26XX_isStableXOSC_HF                                               
00008bf5  linkDB_GetInfo                                                            
00008c29  osal_snv_read                                                             
00008c5d  osal_snv_write                                                            
00008cc5  xdc_runtime_LoggerCallback_write4__E                                      
00008df3  ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E                         
00008e25  EPD_4IN2_ReadBusy                                                         
00008e55  EPD_7IN5_V2_Clear                                                         
00008e85  ExtFlash_close                                                            
00008f75  NOROM_SetupSetAonRtcSubSecInc                                             
00008fa5  PIN_setInterrupt                                                          
00008fd5  Power_releaseConstraint                                                   
00009005  Power_setConstraint                                                       
00009035  SPI_open                                                                  
000090f5  saveImageInfo                                                             
00009125  ti_sysbios_BIOS_atExitFunc__I                                             
00009155  ti_sysbios_BIOS_startFunc__I                                              
00009185  ti_sysbios_family_arm_cc26xx_Timer_initDevice__I                          
000091b5  ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I                        
000091e5  xdc_runtime_LoggerCallback_Object__create__S                              
00009215  xdc_runtime_Text_printVisFxn__I                                           
00009359  GAPBondMgr_Register                                                       
00009385  HCI_EXT_ConnEventNoticeCmd                                                
000093b1  ICall_freeImpl                                                            
000093b1  ICall_heapFree                                                            
000094e5  NOROM_DDI32RegWrite                                                       
00009511  NOROM_SetupGetTrimForRadcExtCfg                                           
0000953d  PINCC26XX_setMux                                                          
00009569  PIN_setConfig                                                             
00009619  ti_sysbios_knl_Clock_getTicksUntilInterrupt__E                            
00009645  xdc_runtime_LoggerCallback_write2__E                                      
0000969b  TRNGCC26XX_isParamValid                                                   
000096c5  Util_enqueueMsg                                                           
00009719  xdc_runtime_System_putchar__I                                             
00009743  GATTServApp_WriteCharCfg                                                  
0000976b  ti_sysbios_BIOS_nullFunc__I                                               
0000976d  ICall_init                                                                
0000980d  NOROM_AONBatMonTemperatureGetDegC                                         
00009835  PowerCC26XX_switchXOSC_HF                                                 
0000985d  Power_registerNotify                                                      
000098ad  SafeHapiVoid                                                              
00009925  SimpleProfile_AddService                                                  
0000994d  TRNGCC26XX_init                                                           
000099c5  ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E                         
000099ed  xdc_runtime_LoggerCallback_write0__E                                      
00009a15  xdc_runtime_LoggerCallback_write1__E                                      
00009a3d  List_put                                                                  
00009a63  GAPBondMgr_LinkTerm                                                       
00009acf  ti_sysbios_knl_Clock_triggerFunc__I                                       
00009ad1  PINCC26XX_getPinCount                                                     
00009b19  getImageFlag                                                              
00009b85  ti_sysbios_BIOS_registerRTSLock__I                                        
00009ba9  ti_sysbios_BIOS_removeRTSLock__I                                          
00009bcd  ti_sysbios_family_arm_m3_Hwi_cc26xxRomInitNVIC__I                         
00009c35  memcmp                                                                    
00009c57  ti_sysbios_rom_cortexm_cc26xx_CC26xx_badRomRevision__E                    
00009c59  GATTServApp_InitCharCfg                                                   
00009d19  NOROM_RFCDoorbellSendTo                                                   
00009d39  NOROM_RFCRfTrimRead                                                       
00009d59  NOROM_SetupGetTrimForXoscHfCtl                                            
00009d79  Power_unregisterNotify                                                    
00009dd9  __aeabi_ui2d                                                              
00009df9  ti_sysbios_BIOS_rtsLock__I                                                
00009e19  ti_sysbios_knl_Clock_stop__E                                              
00009e39  xdc_runtime_Registry_findById__E                                          
00009e77  PIN_close                                                                 
00009e95  Power_getTransitionLatency                                                
00009eef  xdc_runtime_SysCallback_defaultAbort                                      
00009ef1  GAPRole_StartDevice                                                       
00009f0d  GATT_bm_alloc                                                             
00009f29  GATT_bm_free                                                              
00009f99  NOROM_OSCClockSourceGet                                                   
00009fb5  NOROM_SetupGetTrimForAmpcompTh2                                           
00009fd1  NOROM_SetupGetTrimForRcOscLfRtuneCtuneTrim                                
0000a025  RF_runDirectCmd                                                           
0000a041  RF_runImmediateCmd                                                        
0000a05d  TRNGCC26XX_open                                                           
0000a0b1  openTRNG                                                                  
0000a0cd  ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E                         
0000a0e9  xdc_runtime_LoggerCallback_Instance_init__E                               
0000a105  GATT_Notification                                                         
0000a11f  ICall_enterCSImpl                                                         
0000a153  List_remove                                                               
0000a187  Util_dequeueMsg                                                           
0000a1d5  xdc_runtime_System_snprintf__E                                            
0000a1ef  xdc_runtime_SysCallback_defaultExit                                       
0000a209  GAPRole_TerminateConnection                                               
0000a221  ICallPlatform_pwrDispense                                                 
0000a239  ICallPlatform_pwrRequire                                                  
0000a311  NOROM_AONRTCCurrentCompareValueGet                                        
0000a329  NOROM_ChipInfo_GetPackageType                                             
0000a341  NOROM_OSCHF_TurnOnXosc                                                    
0000a359  NOROM_RFCCpeIntGetAndClear                                                
0000a371  NOROM_SetupGetTrimForAdcShModeEn                                          
0000a389  NOROM_SetupGetTrimForAdcShVbufEn                                          
0000a3a1  NOROM_SetupGetTrimForAmpcompTh1                                           
0000a3b9  NOROM_SetupGetTrimForDblrLoopFilterResetVoltage                           
0000a3d1  NOROM_SetupGetTrimForRcOscLfIBiasTrim                                     
0000a3e9  NOROM_SetupGetTrimForXoscLfRegulatorAndCmirrwrRatio                       
0000a401  OADTarget_open                                                            
0000a419  PIN_getConfig                                                             
0000a431  Power_idleFunc                                                            
0000a4c1  gapRole_clockHandler                                                      
0000a4d9  _args_main                                                                
0000a4f1  __aeabi_lmul                                                              
0000a521  ti_sysbios_BIOS_rtsUnlock__I                                              
0000a541  ti_sysbios_knl_Swi_or__E                                                  
0000a559  ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E                     
0000a587  ICall_leaveCSImpl                                                         
0000a5c9  driverTable_fnSpinlock                                                    
0000a5df  ti_sysbios_BIOS_exitFunc__I                                               
0000a5f5  DevInfo_AddService                                                        
0000a61d  NOROM_AONRTCCurrent64BitValueGet                                          
0000a631  NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated              
0000a645  OADTarget_close                                                           
0000a659  OADTarget_writeFlash                                                      
0000a66d  OAD_register                                                              
0000a681  PIN_getInputValue                                                         
0000a695  RF_Params_init                                                            
0000a6a9  SPI_Params_init                                                           
0000a6d1  SimpleProfile_RegisterAppCBs                                              
0000a6e5  _nop                                                                      
0000a6e7  _register_unlock                                                          
0000a6ed  _register_lock                                                            
0000a6f9  strlen                                                                    
0000a721  ti_sysbios_knl_Clock_doTick__I                                            
0000a73d  GATTServApp_FindAttr                                                      
0000a74f  RF_getCmdOp                                                               
0000a761  xdc_runtime_Startup_exec__I                                               
0000a773  xdc_runtime_SysCallback_defaultPutch                                      
0000a77d  DevInfo_SetParameter                                                      
0000a79d  GAP_EndDiscoverable                                                       
0000a7ad  GATTServApp_ReadCharCfg                                                   
0000a7bd  HCI_LE_ReadMaxDataLenCmd                                                  
0000a7cd  ICallPlatform_pwrGetXOSCStartupTime                                       
0000a7fd  NOROM_RFCRfTrimSet                                                        
0000a80d  NOROM_SetupGetTrimForXoscHfFastStart                                      
0000a81d  NOROM_SetupGetTrimForXoscHfIbiastherm                                     
0000a82d  OADTarget_getCrc                                                          
0000a83d  OADTarget_setCrc                                                          
0000a84d  OADTarget_systemReset                                                     
0000a85d  RegisterAssertCback                                                       
0000a86d  Util_isActive                                                             
0000a89d  ti_sysbios_family_arm_m3_Hwi_post__E                                      
0000a89d  ti_sysbios_hal_Hwi_HwiProxy_post__E                                       
0000a89d  ti_sysbios_hal_Hwi_post__E                                                
0000a8ad  xdc_runtime_LoggerCallback_Object__get__S                                 
0000a8bd  xdc_runtime_SysCallback_putch__E                                          
0000a8bd  xdc_runtime_System_SupportProxy_putch__E                                  
0000a8cd  xdc_runtime_SysCallback_ready__E                                          
0000a8cd  xdc_runtime_System_SupportProxy_ready__E                                  
0000a8dd  xdc_runtime_System_vsnprintf__E                                           
0000a8ed  EPD_7IN5_TurnOnDisplay                                                    
0000a8fb  GATT_Indication                                                           
0000a909  ICallPlatform_pwrGetTransitionState                                       
0000a917  ICallPlatform_pwrIsStableXOSCHF                                           
0000a96d  NOROM_VIMSModeGet                                                         
0000a97b  OADTarget_imageAddress                                                    
0000a989  SPICC26XXDMA_init                                                         
0000a997  Util_constructQueue                                                       
0000a9ad  __TI_decompress_none                                                      
0000aa1d  ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E                   
0000aa1d  xdc_runtime_Timestamp_SupportProxy_get32__E__mangled__                    
0000aa39  GAP_MakeDiscoverable                                                      
0000aa45  GAP_TerminateAuth                                                         
0000aa51  GAP_UpdateLinkParamReq                                                    
0000aa5d  GAP_UpdateLinkParamReqReply                                               
0000aa69  GGS_SetParameter                                                          
0000aac1  NOROM_CPUcpsid                                                            
0000aacd  NOROM_CPUcpsie                                                            
0000aad9  PIN_registerIntCb                                                         
0000aae5  Power_getConstraintMask                                                   
0000aaf1  Power_getDependencyCount                                                  
0000aafd  Power_getTransitionState                                                  
0000ab09  Util_startClock                                                           
0000ab15  __TI_zero_init                                                            
0000ab39  ti_sysbios_BIOS_getThreadType__E                                          
0000ab45  ti_sysbios_hal_Hwi_Params__init__S                                        
0000ab59  ti_sysbios_knl_Swi_getTrigger__E                                          
0000ab65  xdc_runtime_Startup_reset__I                                              
0000ab71  xdc_runtime_Startup_rtsDone__E                                            
0000ab7d  ICallPlatform_pwrSwitchXOSCHF                                             
0000ab91  List_empty                                                                
0000ab9b  OADTarget_readFlash                                                       
0000aba5  SPI_close                                                                 
0000abaf  SPI_transfer                                                              
0000abb9  UART_write                                                                
0000abc3  xdc_runtime_LoggerCallback_disable__E                                     
0000abcd  xdc_runtime_LoggerCallback_enable__E                                      
0000abd7  xdc_runtime_Text_visitRope__I                                             
0000abe1  GAP_RegisterForMsgs                                                       
0000abe9  GATT_RegisterForMsgs                                                      
0000abf1  RF_flushCmd                                                               
0000ac19  GGS_AddService                                                            
0000ac1f  ICall_mallocImpl                                                          
0000ac25  NOROM_CPUdelay                                                            
0000ac2b  OADTarget_eraseFlash                                                      
0000ac31  __xdc__init                                                               
0000ac3d  __TI_decompress_rle24                                                     
0000ac9d  ti_sysbios_family_arm_m3_Hwi_setFunc__E                                   
0000aca3  GATTServApp_AddService                                                    
0000aca7  HwiP_disable                                                              
0000acaf  List_head                                                                 
0000acb3  List_next                                                                 
0000acbb  Util_stopClock                                                            
0000acc7  ti_sysbios_family_arm_cc26xx_Timer_getCount64__E                          
0000accb  ti_sysbios_knl_Clock_isActive__E                                          
0000accf  xdc_runtime_LoggerCallback_defaultCreate                                  
0000acd3  xdc_runtime_SysCallback_defaultReady                                      
0000acd7  xdc_runtime_System_snprintf_va__F                                         
0000ae7c  xdc_runtime_Text_charTab__A                                               
0000c7d0  SPICC26XXDMA_fxnTable                                                     
0000c82c  oadCBs                                                                    
0000c878  resourceDB                                                                
0000c8c4  rfDriverTable                                                             
0000c994  spiCC26XXDMAHWAttrs                                                       
0000c9cc  xdc_runtime_LoggerCallback_Module__FXNS__C                                
0000ca00  primaryServiceUUID                                                        
0000ca02  characterUUID                                                             
0000ca04  gapServiceUUID                                                            
0000ca06  gattServiceUUID                                                           
0000ca08  secondaryServiceUUID                                                      
0000ca0a  includeUUID                                                               
0000ca0c  charExtPropsUUID                                                          
0000ca0e  charUserDescUUID                                                          
0000ca10  clientCharCfgUUID                                                         
0000ca12  servCharCfgUUID                                                           
0000ca14  charFormatUUID                                                            
0000ca16  charAggFormatUUID                                                         
0000ca18  deviceNameUUID                                                            
0000ca1a  appearanceUUID                                                            
0000ca1c  periPrivacyFlagUUID                                                       
0000ca1e  reconnectAddrUUID                                                         
0000ca20  periConnParamUUID                                                         
0000ca22  serviceChangedUUID                                                        
0000ca24  validRangeUUID                                                            
0000ca26  extReportRefUUID                                                          
0000ca28  reportRefUUID                                                             
0000ca2c  xdc_runtime_Startup_sfxnTab__A                                            
0000ca54  txPowerTable                                                              
0000ca7c  SPI_config                                                                
0000caa0  SPI_defaultParams                                                         
0000cac0  xdc_runtime_LoggerCallback_Object__DESC__C                                
0000cae0  xdc_runtime_LoggerCallback_Object__PARAMS__C                              
0000cafc  devInfoServUUID                                                           
0000cafe  devInfoSystemIdUUID                                                       
0000cb00  devInfoModelNumberUUID                                                    
0000cb02  devInfoSerialNumberUUID                                                   
0000cb04  devInfoFirmwareRevUUID                                                    
0000cb06  devInfoHardwareRevUUID                                                    
0000cb08  devInfoSoftwareRevUUID                                                    
0000cb0a  devInfoMfrNameUUID                                                        
0000cb0c  devInfo11073CertUUID                                                      
0000cb0e  devInfoPnpIdUUID                                                          
0000cb24  txPwrTbl                                                                  
0000cb2c  trngDriverTable                                                           
0000cb40  devInfoCBs                                                                
0000cb54  simpleProfileCBs                                                          
0000cb60  xdc_runtime_Startup_sfxnRts__A                                            
0000cb74  PowerCC26XX_config                                                        
0000cb84  TRNGCC26XX_config                                                         
0000cb94  UDMACC26XX_config                                                         
0000cba4  xdc_runtime_Text_nodeTab__A                                               
0000cbb4  simpleProfileServUUID                                                     
0000cbb6  simpleProfilechar1UUID                                                    
0000cbb8  simpleProfilechar2UUID                                                    
0000cbba  simpleProfilechar3UUID                                                    
0000cbbc  simpleProfilechar4UUID                                                    
0000cbbe  simpleProfilechar5UUID                                                    
0000cbc0  BoardGpioInitTable                                                        
0000cbcc  xdc_runtime_Startup_firstFxns__A                                          
0000cbe0  ti_sysbios_knl_Idle_funcList__A                                           
0000cbe8  udmaHWAttrs                                                               
0000cbf0  TRNGCC26XXHWAttrs                                                         
0000cbf8  ti_sysbios_knl_Clock_tickPeriod__C                                        
0000cbfc  ti_sysbios_knl_Clock_triggerClock__C                                      
0000cc00  xdc_runtime_ILogger_Interface__BASE__C                                    
0000cc04  xdc_runtime_Log_L_error__C                                                
0000cc08  xdc_runtime_Log_L_warning__C                                              
0000cc0c  xdc_runtime_LoggerCallback_Object__count__C                               
0000cc10  xdc_runtime_LoggerCallback_createInstFxn__C                               
0000cc14  xdc_runtime_LoggerCallback_outputFxn__C                                   
0000cc18  xdc_runtime_Main_Module__loggerFxn2__C                                    
0000cc1c  xdc_runtime_Main_Module__loggerFxn4__C                                    
0000cc20  xdc_runtime_Main_Module__loggerFxn8__C                                    
0000cc24  xdc_runtime_Main_Module__loggerObj__C                                     
0000cc28  xdc_runtime_SysCallback_putchFxn__C                                       
0000cc2c  xdc_runtime_SysCallback_readyFxn__C                                       
0000cc30  xdc_runtime_System_extendFxn__C                                           
0000cc34  xdc_runtime_Text_nodeTab__C                                               
0000cc38  xdc_runtime_Text_visitRopeFxn__C                                          
0000cc3c  xdc_runtime_Main_Module__loggerDefined__C                                 
0000cc3e  xdc_runtime_Text_registryModsLastId__C                                    
0000cc40  xdc_runtime_Text_unnamedModsLastId__C                                     
0000cc48  __TI_static_base__                                                        
0000d250  __TI_Handler_Table_Base                                                   
0000d25c  __TI_Handler_Table_Limit                                                  
0000d2e8  __TI_CINIT_Base                                                           
0000d368  __TI_CINIT_Limit                                                          
0000e0ea  __checksum_value_CommonROM                                                
10014c00  A1_rw                                                                     
10014c00  __checksum_begin_CommonROM                                                
10014c01  COMMON_ROM_BASE_ADDR                                                      
10014c04  P1_ro                                                                     
10014c05  SCALARMUL_init                                                            
10014ced  SCALARMUL_core                                                            
10015019  SCALARMUL_final                                                           
100150e5  SCALARMUL                                                                 
10015101  SAVEPOINT                                                                 
10015141  GETBIT                                                                    
10015155  GETDIGIT                                                                  
100151a5  GETDIGITL2R                                                               
10015215  SelectReg                                                                 
10015229  ATOMICPATTERN                                                             
100154f5  JACADD                                                                    
1001568d  INVERT                                                                    
10015821  SQUAREMULTIPLYWORD                                                        
1001588c  LUTOPCODE                                                                 
10015894  LUTOPSIGN                                                                 
100158ac  LUTC                                                                      
100158c4  LUTSE                                                                     
100158dc  LUTINCI                                                                   
100158f4  LUTJ                                                                      
1001596c  LUTSTATE                                                                  
100159a9  IMPORTLENGTH                                                              
100159ad  IMPORTMODULUS                                                             
100159d1  IMPORTOPERAND                                                             
10015a11  EXPORTOPERAND                                                             
10015a35  IMPORTDATA                                                                
10015a51  SETOPERAND                                                                
10015a6d  COPY                                                                      
10015a85  ZERO                                                                      
10015a91  SETWORD                                                                   
10015a9d  mSET                                                                      
10015bcd  zSET                                                                      
10015bd5  mINVK                                                                     
10015d19  zADD                                                                      
10015d5d  zSUB                                                                      
10015de9  zMACC32                                                                   
10015e69  zSUB32                                                                    
10015eb5  zADD32                                                                    
10015f0d  zMULT32                                                                   
10015f81  mMULT                                                                     
10016551  mADD                                                                      
1001664d  mSUB                                                                      
10016749  mOUT                                                                      
10016975  ssp_KeyInit_Sw                                                            
10016979  sspAesEncrypt_Sw                                                          
10016985  sspKeyExpansion_Sw                                                        
10016a99  sspAesEncryptKeyExp_Sw                                                    
10016af5  sspAesEncryptBasic_Sw                                                     
10016b79  RoundKey_Sw                                                               
10016c29  AddRoundKeySubBytes_Sw                                                    
10016c45  ShiftRows_Sw                                                              
10016c79  MixColumns_Sw                                                             
10016d05  FFMult_Sw                                                                 
10016d29  sspAesDecrypt_Sw                                                          
10016da1  InvAddRoundKey_Sw                                                         
10016dc9  InvRoundKey_Sw                                                            
10016e8d  InvSubBytes_Sw                                                            
10016ea1  InvShiftRows_Sw                                                           
10016ed5  InvMixColumns_Sw                                                          
10016f58  FFMult2                                                                   
10017058  FFMult3                                                                   
10017158  RCon                                                                      
10017164  Sbox                                                                      
10017264  InvSbox                                                                   
10017365  SSP_CCM_Auth_Sw                                                           
100174fd  SSP_CCM_Encrypt_Sw                                                        
100175ed  SSP_CTR_Encrypt_Sw                                                        
1001767d  SSP_CCM_Decrypt_Sw                                                        
10017771  SSP_CTR_Decrypt_Sw                                                        
10017839  SSP_CCM_InvAuth_Sw                                                        
10017895  SSP_CCM_Auth_Encrypt_Sw                                                   
100178f5  SSP_CCM_InvAuth_Decrypt_Sw                                                
10017959  ECC_allocWorkzone                                                         
10017961  ECC_setWin                                                                
10017969  ECDSA_sign                                                                
10017b01  ECDSA_verif                                                               
10017dbd  eccRom_genKeys                                                            
10017ded  eccRom_genSharedSecret                                                    
10017e39  SHA256_updateW                                                            
10017e75  SHA256_round                                                              
10017ef1  SHA256_nextState                                                          
10017f49  SHA256_saveBuffer                                                         
10017ffd  SHA256_init                                                               
10018019  SHA256_process                                                            
10018089  SHA256_final                                                              
10018129  SHA256_full                                                               
100182ad  RFHAL_InitRfHal                                                           
10018315  RFHAL_AllocRatChan                                                        
1001833d  RFHAL_FreeRatChan                                                         
10018369  RFHAL_MapRatChansToInt                                                    
10018391  RFHAL_RegisterRatChanCallback                                             
100183b9  RFHAL_InitDataQueue                                                       
100183c5  RFHAL_QueueRFDataEntries                                                  
10018415  RFHAL_AddTxDataEntry                                                      
10018485  RFHAL_FreeNextTxDataEntry                                                 
100184a9  RFHAL_AllocDataEntryQueue                                                 
100184c5  RFHAL_FreeDataEntryQueue                                                  
100184cd  RFHAL_GetNextDataEntry                                                    
100184d1  RFHAL_GetTempDataEntry                                                    
100184d5  RFHAL_NextDataEntryDone                                                   
100184f9  RFHAL_AllocDataEntry                                                      
10018549  RFHAL_FreeDataEntry                                                       
10018551  RFHAL_BuildRingBuffer                                                     
100185e1  RFHAL_BuildDataEntryRingBuffer                                            
10018669  RFHAL_BuildLinkedBuffer                                                   
10018755  MB_Init                                                                   
10018799  MB_EnableInts                                                             
100187f5  MB_DisableInts                                                            
10018825  MB_ClearInts                                                              
10018835  MB_EnableHWInts                                                           
10018865  MB_SendCommand                                                            
100188a5  MB_SendCommandSynch                                                       
10018935  MB_ReadMailboxStatus                                                      
1001893d  MB_RegisterIsrCback                                                       
10018945  MB_FwDebugDump                                                            
10018949  mbCmdAckIsr                                                               
1001895d  mbCpe0Isr                                                                 
10018985  mbCpe1Isr                                                                 
100189e5  mbHwIsr                                                                   
10018a19  AesCcm_authEncrypt_Sw                                                     
10018a35  AesCcm_decryptAuth_Sw                                                     
10018a99  Aes_encrypt_Sw                                                            
10018ac5  Aes_decrypt_Sw                                                            
10018b09  AesCcm_getNumBlocks_Sw                                                    
10018b0c  NIST_Curve_P256_p                                                         
10018b30  NIST_Curve_P256_r                                                         
10018b54  NIST_Curve_P256_a                                                         
10018b78  NIST_Curve_P256_b                                                         
10018b9c  NIST_Curve_P256_Gx                                                        
10018bc0  NIST_Curve_P256_Gy                                                        
10018ced  __exit                                                                    
10018d6c  Fill1                                                                     
10019ffc  A3_rw                                                                     
10019ffd  __checksum_end_CommonROM                                                  
10019ffe  A2_rw                                                                     
10019ffe  P1_ro_2                                                                   
10019ffe  __checksum_CommonROM                                                      
1001a001  ti_sysbios_knl_Mailbox_Instance_init__E                                   
1001a0cd  ti_sysbios_knl_Semaphore_pend__E                                          
1001a199  ti_sysbios_heaps_HeapMem_alloc__E                                         
1001a25d  ti_sysbios_knl_Task_Instance_init__E                                      
1001a319  ti_sysbios_family_arm_m3_Hwi_postInit__I                                  
1001a3c9  ti_sysbios_family_arm_m3_Hwi_Instance_init__E                             
1001a469  ti_sysbios_family_arm_cc26xx_Timer_periodicStub__E                        
1001a4fd  ti_sysbios_knl_Task_Instance_finalize__E                                  
1001a591  ti_sysbios_knl_Mailbox_post__E                                            
1001a615  ti_sysbios_knl_Task_postInit__I                                           
1001a699  ti_sysbios_family_arm_m3_Hwi_initNVIC__E                                  
1001a719  ti_sysbios_knl_Clock_startI__E                                            
1001a795  ti_sysbios_heaps_HeapMem_free__E                                          
1001a80d  ti_sysbios_knl_Clock_walkQueueDynamic__E                                  
1001a885  ti_sysbios_knl_Clock_workFunc__E                                          
1001a8fd  ti_sysbios_knl_Mailbox_pend__E                                            
1001a96d  ti_sysbios_knl_Task_sleep__E                                              
1001a9dd  ti_sysbios_knl_Mailbox_Instance_finalize__E                               
1001aa49  ti_sysbios_family_arm_m3_Hwi_dispatchC__I                                 
1001aab1  ti_sysbios_family_arm_m3_Hwi_Object__create__S                            
1001ab15  ti_sysbios_family_arm_m3_Hwi_create                                       
1001ab79  ti_sysbios_hal_Hwi_create                                                 
1001abdd  ti_sysbios_knl_Mailbox_create                                             
1001ac41  ti_sysbios_knl_Semaphore_post__E                                          
1001aca5  ti_sysbios_knl_Swi_Instance_init__E                                       
1001ad05  ti_sysbios_knl_Swi_create                                                 
1001ad61  ti_sysbios_knl_Swi_restoreHwi__E                                          
1001adbd  ti_sysbios_knl_Task_Module_startup__E                                     
1001ae19  ti_sysbios_knl_Task_create                                                
1001ae75  ti_sysbios_knl_Task_startCore__E                                          
1001aed1  ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E                         
1001af29  ti_sysbios_family_arm_m3_Hwi_construct                                    
1001af81  ti_sysbios_knl_Mailbox_construct                                          
1001afd9  ti_sysbios_knl_Swi_run__I                                                 
1001b031  ti_sysbios_knl_Swi_schedule__I                                            
1001b085  ti_sysbios_knl_Swi_construct                                              
1001b0d5  ti_sysbios_knl_Swi_runLoop__I                                             
1001b125  ti_sysbios_knl_Task_construct                                             
1001b175  ti_sysbios_knl_Task_schedule__I                                           
1001b1c1  ti_sysbios_family_arm_m3_Hwi_Module_startup__E                            
1001b209  ti_sysbios_heaps_HeapMem_getStats__E                                      
1001b251  ti_sysbios_knl_Mailbox_Module_startup__E                                  
1001b299  ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E                          
1001b2dd  ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E                           
1001b321  ti_sysbios_knl_Swi_post__E                                                
1001b365  ti_sysbios_knl_Task_allBlockedFunction__I                                 
1001b3a9  ti_sysbios_knl_Task_yield__E                                              
1001b3ed  ti_sysbios_knl_Clock_create                                               
1001b429  ti_sysbios_knl_Task_exit__E                                               
1001b463  ti_sysbios_gates_GateHwi_Instance_init__E                                 
1001b465  ti_sysbios_family_arm_m3_Hwi_getStackInfo__E                              
1001b49d  ti_sysbios_family_arm_m3_TaskSupport_start__E                             
1001b4d5  ti_sysbios_heaps_HeapMem_Instance_init__E                                 
1001b50d  ti_sysbios_knl_Clock_Instance_init__E                                     
1001b545  ti_sysbios_heaps_HeapMem_init__I                                          
1001b579  ti_sysbios_knl_Clock_construct                                            
1001b5ad  ti_sysbios_knl_Semaphore_create                                           
1001b5e1  ti_sysbios_knl_Swi_restore__E                                             
1001b615  ti_sysbios_knl_Task_blockI__E                                             
1001b649  ti_sysbios_gates_GateMutex_Object__create__S                              
1001b679  ti_sysbios_gates_GateMutex_create                                         
1001b6a9  ti_sysbios_gates_GateMutex_enter__E                                       
1001b6d9  ti_sysbios_knl_Clock_getTicks__E                                          
1001b709  ti_sysbios_knl_Semaphore_construct                                        
1001b739  ti_sysbios_knl_Task_processVitalTaskFlag__I                               
1001b769  ti_sysbios_family_arm_cc26xx_Timer_postInit__I                            
1001b795  ti_sysbios_family_arm_cc26xx_Timer_startup__E                             
1001b795  ti_sysbios_knl_Clock_TimerProxy_startup__E                                
1001b7c1  ti_sysbios_family_arm_m3_Hwi_Object__get__S                               
1001b7ed  ti_sysbios_gates_GateMutex_construct                                      
1001b819  ti_sysbios_hal_Hwi_initStack                                              
1001b845  ti_sysbios_heaps_HeapMem_Object__create__S                                
1001b871  ti_sysbios_heaps_HeapMem_Object__get__S                                   
1001b89d  ti_sysbios_knl_Mailbox_Object__get__S                                     
1001b8c9  ti_sysbios_knl_Mailbox_postInit__I                                        
1001b8f5  ti_sysbios_knl_Queue_construct                                            
1001b921  ti_sysbios_knl_Queue_create                                               
1001b94d  ti_sysbios_knl_Semaphore_pendTimeout__I                                   
1001b979  ti_sysbios_knl_Swi_Object__get__S                                         
1001b9a5  ti_sysbios_knl_Task_unblockI__E                                           
1001b9d1  ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E                   
1001b9d1  xdc_runtime_Timestamp_SupportProxy_get64__E                               
1001b9d1  xdc_runtime_Timestamp_get64__E                                            
1001b9f9  ti_sysbios_hal_Hwi_Instance_init__E                                       
1001ba21  ti_sysbios_knl_Clock_addI__E                                              
1001ba49  ti_sysbios_knl_Task_restore__E                                            
1001ba71  ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E                      
1001ba95  ti_sysbios_gates_GateHwi_Object__create__S                                
1001bab9  ti_sysbios_BIOS_RtsGateProxy_Object__delete__S                            
1001bab9  ti_sysbios_gates_GateMutex_Object__delete__S                              
1001bab9  ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__delete__S               
1001badd  ti_sysbios_knl_Clock_Object__delete__S                                    
1001bb01  ti_sysbios_knl_Semaphore_Instance_init__E                                 
1001bb25  ti_sysbios_knl_Semaphore_Object__delete__S                                
1001bb49  ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__S                 
1001bb69  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E          
1001bb89  ti_sysbios_family_arm_m3_Hwi_Module__startupDone__S                       
1001bba9  ti_sysbios_family_arm_m3_Hwi_Object__delete__S                            
1001bba9  ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S                             
1001bbc9  ti_sysbios_family_arm_m3_Hwi_excHandler__I                                
1001bbe9  ti_sysbios_gates_GateHwi_Handle__label__S                                 
1001bbe9  xdc_runtime_System_Module_GateProxy_Handle__label__S                      
1001bc09  ti_sysbios_gates_GateHwi_Object__delete__S                                
1001bc09  xdc_runtime_System_Module_GateProxy_Object__delete__S                     
1001bc29  ti_sysbios_BIOS_RtsGateProxy_Handle__label__S                             
1001bc29  ti_sysbios_gates_GateMutex_Handle__label__S                               
1001bc29  ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S                
1001bc49  ti_sysbios_gates_GateMutex_Object__destruct__S                            
1001bc69  ti_sysbios_hal_Hwi_Object__delete__S                                      
1001bc89  ti_sysbios_heaps_HeapMem_Handle__label__S                                 
1001bc89  xdc_runtime_Memory_HeapProxy_Handle__label__S                             
1001bca9  ti_sysbios_heaps_HeapMem_Object__delete__S                                
1001bca9  xdc_runtime_Memory_HeapProxy_Object__delete__S                            
1001bcc9  ti_sysbios_knl_Clock_Module_startup__E                                    
1001bce9  ti_sysbios_knl_Clock_Object__destruct__S                                  
1001bd09  ti_sysbios_knl_Idle_run__E                                                
1001bd29  ti_sysbios_knl_Mailbox_Object__delete__S                                  
1001bd49  ti_sysbios_knl_Queue_Object__delete__S                                    
1001bd69  ti_sysbios_knl_Queue_Object__get__S                                       
1001bd89  ti_sysbios_knl_Semaphore_Object__destruct__S                              
1001bda9  ti_sysbios_knl_Swi_Object__delete__S                                      
1001bdc9  ti_sysbios_knl_Task_Object__delete__S                                     
1001bde9  ti_sysbios_knl_Task_Object__get__S                                        
1001be09  ti_sysbios_knl_Task_enter__I                                              
1001be29  ti_sysbios_knl_Task_restoreHwi__E                                         
1001be49  ti_sysbios_hal_Hwi_HwiProxy_create                                        
1001be67  ti_sysbios_knl_Clock_logTick__E                                           
1001be69  ti_sysbios_family_arm_m3_Hwi_Object__destruct__S                          
1001be85  ti_sysbios_family_arm_m3_Hwi_setPriority__E                               
1001bea1  ti_sysbios_gates_GateMutex_Instance_init__E                               
1001bebd  ti_sysbios_knl_Clock_scheduleNextTick__E                                  
1001bed9  ti_sysbios_knl_Mailbox_Object__destruct__S                                
1001bef5  ti_sysbios_knl_Queue_Object__destruct__S                                  
1001bf11  ti_sysbios_knl_Queue_get__E                                               
1001bf2d  ti_sysbios_knl_Queue_put__E                                               
1001bf49  ti_sysbios_knl_Swi_Object__destruct__S                                    
1001bf65  ti_sysbios_knl_Task_Object__destruct__S                                   
1001bf81  ti_sysbios_knl_Task_sleepTimeout__I                                       
1001bf9b  ti_sysbios_knl_Swi_Instance_finalize__E                                   
1001bf9d  ti_sysbios_gates_GateMutex_leave__E                                       
1001bfb5  ti_sysbios_knl_Task_unblock__E                                            
1001bfcd  ti_sysbios_knl_Clock_Instance_finalize__E                                 
1001bfe3  ti_sysbios_knl_Clock_start__E                                             
1001bff9  ti_sysbios_BIOS_getCpuFreq__E                                             
1001c00d  ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E                       
1001c021  ti_sysbios_hal_Hwi_Module_startup__E                                      
1001c035  ti_sysbios_BIOS_exit__E                                                   
1001c045  ti_sysbios_BIOS_setThreadType__E                                          
1001c055  ti_sysbios_BIOS_start__E                                                  
1001c065  ti_sysbios_family_arm_m3_Hwi_plug__E                                      
1001c075  ti_sysbios_gates_GateMutex_Instance_finalize__E                           
1001c085  ti_sysbios_hal_Hwi_HwiProxy_Object__create__S                             
1001c095  ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E                         
1001c0a5  ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E                            
1001c0b5  ti_sysbios_knl_Clock_TimerProxy_setNextTick__E                            
1001c0c5  ti_sysbios_knl_Semaphore_Instance_finalize__E                             
1001c0d5  ti_sysbios_knl_Swi_disable__E                                             
1001c0e5  ti_sysbios_knl_Swi_enabled__E                                             
1001c0f5  ti_sysbios_knl_Task_disable__E                                            
1001c105  ti_sysbios_heaps_HeapMem_restore__E                                       
1001c113  ti_sysbios_knl_Queue_empty__E                                             
1001c121  ti_sysbios_knl_Queue_remove__E                                            
1001c12f  ti_sysbios_family_arm_cc26xx_TimestampProvider_getFreq__E                 
1001c12f  xdc_runtime_Timestamp_SupportProxy_getFreq__E                             
1001c12f  xdc_runtime_Timestamp_getFreq__E                                          
1001c13d  ti_sysbios_family_arm_m3_Hwi_Params__init__S                              
1001c13d  ti_sysbios_hal_Hwi_HwiProxy_Params__init__S                               
1001c149  ti_sysbios_family_arm_m3_Hwi_disableFxn__E                                
1001c155  ti_sysbios_family_arm_m3_Hwi_enableFxn__E                                 
1001c161  ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E                 
1001c16d  ti_sysbios_gates_GateHwi_enter__E                                         
1001c179  ti_sysbios_BIOS_RtsGateProxy_Params__init__S                              
1001c179  ti_sysbios_gates_GateMutex_Params__init__S                                
1001c179  ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S                 
1001c185  ti_sysbios_knl_Clock_Params__init__S                                      
1001c191  ti_sysbios_knl_Clock_getTimerHandle__E                                    
1001c19d  ti_sysbios_knl_Mailbox_Params__init__S                                    
1001c1a9  ti_sysbios_knl_Queue_dequeue__E                                           
1001c1b5  ti_sysbios_knl_Queue_enqueue__E                                           
1001c1c1  ti_sysbios_knl_Semaphore_Params__init__S                                  
1001c1cd  ti_sysbios_knl_Swi_Params__init__S                                        
1001c1d9  ti_sysbios_knl_Task_Params__init__S                                       
1001c1e5  ti_sysbios_knl_Task_self__E                                               
1001c1f1  ti_sysbios_hal_Hwi_Instance_finalize__E                                   
1001c1fb  ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I                              
1001c203  ti_sysbios_family_arm_m3_Hwi_startup__E                                   
1001c20b  ti_sysbios_knl_Idle_loop__E                                               
1001c213  ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I                             
1001c219  ti_sysbios_family_arm_m3_Hwi_restoreFxn__E                                
1001c21f  ti_sysbios_gates_GateHwi_leave__E                                         
1001c22b  ti_sysbios_knl_Queue_Instance_init__E                                     
1001c231  ti_sysbios_knl_Queue_elemClear__E                                         
1001c237  ti_sysbios_knl_Swi_Module_startup__E                                      
1001c23d  ti_sysbios_knl_Swi_startup__E                                             
1001c243  ti_sysbios_knl_Task_enable__E                                             
1001c249  ti_sysbios_BIOS_RtsGateProxy_enter__E                                     
1001c24d  ti_sysbios_BIOS_RtsGateProxy_leave__E                                     
1001c251  ti_sysbios_family_arm_cc26xx_Timer_getExpiredTicks__E                     
1001c255  ti_sysbios_family_arm_cc26xx_Timer_getPeriod__E                           
1001c259  ti_sysbios_family_arm_cc26xx_Timer_setPeriod__E                           
1001c25d  ti_sysbios_family_arm_m3_Hwi_delete                                       
1001c261  ti_sysbios_family_arm_m3_Hwi_destruct                                     
1001c265  ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S               
1001c269  ti_sysbios_gates_GateHwi_query__E                                         
1001c269  xdc_runtime_System_Module_GateProxy_query__E                              
1001c26d  ti_sysbios_gates_GateMutex_delete                                         
1001c271  ti_sysbios_gates_GateMutex_destruct                                       
1001c275  ti_sysbios_BIOS_RtsGateProxy_query__E                                     
1001c275  ti_sysbios_gates_GateMutex_query__E                                       
1001c275  ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E                        
1001c279  ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S                        
1001c27d  ti_sysbios_hal_Hwi_HwiProxy_delete                                        
1001c281  ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E                           
1001c281  ti_sysbios_hal_Hwi_disableInterrupt__E                                    
1001c285  ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E                            
1001c285  ti_sysbios_hal_Hwi_enableInterrupt__E                                     
1001c289  ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E                               
1001c289  ti_sysbios_hal_Hwi_getStackInfo__E                                        
1001c28d  ti_sysbios_hal_Hwi_HwiProxy_startup__E                                    
1001c28d  ti_sysbios_hal_Hwi_startup__E                                             
1001c291  ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E                        
1001c295  ti_sysbios_hal_Hwi_delete                                                 
1001c299  ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
1001c29d  ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E                        
1001c2a1  ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E                        
1001c2a5  ti_sysbios_heaps_HeapMem_isBlocking__E                                    
1001c2a9  ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S                    
1001c2ad  ti_sysbios_knl_Clock_TimerProxy_getExpiredTicks__E                        
1001c2b1  ti_sysbios_knl_Clock_TimerProxy_getPeriod__E                              
1001c2b5  ti_sysbios_knl_Clock_delete                                               
1001c2b9  ti_sysbios_knl_Clock_destruct                                             
1001c2bd  ti_sysbios_knl_Clock_removeI__E                                           
1001c2c1  ti_sysbios_knl_Clock_setTimeout__E                                        
1001c2c5  ti_sysbios_knl_Mailbox_delete                                             
1001c2c9  ti_sysbios_knl_Mailbox_destruct                                           
1001c2cd  ti_sysbios_knl_Queue_delete                                               
1001c2d1  ti_sysbios_knl_Queue_destruct                                             
1001c2d5  ti_sysbios_knl_Queue_head__E                                              
1001c2d9  ti_sysbios_knl_Queue_next__E                                              
1001c2dd  ti_sysbios_knl_Semaphore_delete                                           
1001c2e1  ti_sysbios_knl_Semaphore_destruct                                         
1001c2e5  ti_sysbios_knl_Swi_delete                                                 
1001c2e9  ti_sysbios_knl_Swi_destruct                                               
1001c2ed  ti_sysbios_knl_Swi_postInit__I                                            
1001c2f1  ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S                   
1001c2f5  ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E                     
1001c2f9  ti_sysbios_knl_Task_SupportProxy_start__E                                 
1001c2fd  ti_sysbios_knl_Task_SupportProxy_swap__E                                  
1001c301  ti_sysbios_knl_Task_delete                                                
1001c305  ti_sysbios_knl_Task_destruct                                              
1001c309  ti_sysbios_knl_Task_startup__E                                            
1001c30d  xdc_runtime_Startup_startMods__I                                          
1001c405  xdc_runtime_Core_createObject__I                                          
1001c487  xdc_runtime_Error_policySpin__E                                           
1001c489  xdc_runtime_Memory_alloc__E                                               
1001c4f9  xdc_runtime_Core_deleteObject__I                                          
1001c559  xdc_runtime_Startup_exec__E                                               
1001c5a9  xdc_runtime_Assert_raise__I                                               
1001c5f1  xdc_runtime_Core_assignParams__I                                          
1001c639  xdc_runtime_Core_constructObject__I                                       
1001c681  xdc_runtime_System_atexit__E                                              
1001c6b9  xdc_runtime_System_processAtExit__E                                       
1001c6ed  xdc_runtime_Core_assignLabel__I                                           
1001c71d  xdc_runtime_Text_cordText__E                                              
1001c749  xdc_runtime_System_abort__E                                               
1001c769  xdc_runtime_Error_raiseX__E                                               
1001c785  xdc_runtime_Memory_valloc__E                                              
1001c7a1  xdc_runtime_Core_destructObject__I                                        
1001c7b9  xdc_runtime_Error_check__E                                                
1001c7d1  xdc_runtime_System_exit__E                                                
1001c7e9  xdc_runtime_Text_ropeText__E                                              
1001c801  xdc_runtime_Memory_free__E                                                
1001c811  xdc_runtime_SysCallback_abort__E                                          
1001c821  xdc_runtime_SysCallback_exit__E                                           
1001c831  xdc_runtime_Timestamp_SupportProxy_get32__E                               
1001c831  xdc_runtime_Timestamp_get32__E                                            
1001c841  xdc_runtime_Error_init__E                                                 
1001c84d  xdc_runtime_Memory_calloc__E                                              
1001c859  xdc_runtime_Memory_getMaxDefaultTypeAlign__E                              
1001c879  xdc_runtime_Gate_leaveSystem__E                                           
1001c87f  xdc_runtime_System_Module_startup__E                                      
1001c885  xdc_runtime_Gate_enterSystem__E                                           
1001c889  xdc_runtime_Memory_HeapProxy_alloc__E                                     
1001c88d  xdc_runtime_Memory_HeapProxy_free__E                                      
1001c891  xdc_runtime_System_Module_GateProxy_enter__E                              
1001c895  xdc_runtime_System_Module_GateProxy_leave__E                              
1001c899  xdc_runtime_System_abortSpin__E                                           
1001c89b  xdc_runtime_System_exitSpin__E                                            
1001c89d  ti_sysbios_family_arm_m3_Hwi_dispatch__I                                  
1001c96d  ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack                       
1001c9b9  ti_sysbios_family_arm_m3_Hwi_initStacks__E                                
1001ca01  ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I                             
1001ca21  ti_sysbios_family_xxx_Hwi_switchAndRunFunc                                
1001ca3f  ti_sysbios_family_arm_m3_Hwi_pendSV__I                                    
1001ca57  ti_sysbios_family_arm_m3_Hwi_return                                       
1001ca59  ti_sysbios_family_arm_m3_TaskSupport_glue                                 
1001ca69  ti_sysbios_family_arm_m3_TaskSupport_swap__E                              
1001ca71  ti_sysbios_knl_Task_swapReturn                                            
1001ca9b  ti_sysbios_rom_cortexm_cc26xx_CC26xx_getRevision__E                       
20000000  ti_sysbios_family_arm_m3_Hwi_ramVectors                                   
20000100  ti_sysbios_knl_Task_Module__state__V                                      
20000144  ti_sysbios_family_arm_m3_Hwi_Module__state__V                             
2000014c  dispHandle                                                                
20000178  ti_sysbios_knl_Clock_Module__state__V                                     
200001a4  ti_sysbios_BIOS_Module__state__V                                          
200001c8  ti_sysbios_knl_Swi_Module__state__V                                       
200001e4  ti_sysbios_family_arm_cc26xx_Timer_Module__state__V                       
200001ec  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V           
200001f0  xdc_runtime_Startup_Module__state__V                                      
200001f8  sbpTask                                                                   
200001f8  xdc_runtime_System_Module__state__V                                       
20000200  xdc_runtime_Memory_Module__state__V                                       
20000248  sbpTaskStack                                                              
200004cc  linkDBNumConns                                                            
200005e0  gapRoleTask                                                               
20000630  gapRoleTaskStack                                                          
2000084c  uartLog_tail                                                              
2000084d  uartLog_head                                                              
2000084e  uartLog_evBufIsEmpty                                                      
20000850  uartLog_evtNum                                                            
20000858  uartLog_outBuf                                                            
20000904  uartLog_evBuf                                                             
20000bec  simpleProfileChar5                                                        
200012f4  PowerCC26XX_module                                                        
20001404  ti_sysbios_family_arm_cc26xx_Timer_Module__root__V                        
2000140c  ti_sysbios_family_arm_m3_Hwi_Module__root__V                              
20001414  ti_sysbios_family_arm_m3_Hwi_Object__table__V                             
2000142c  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A                  
20001430  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A                 
20001434  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A                   
20001438  ti_sysbios_gates_GateHwi_Module__root__V                                  
20001440  ti_sysbios_gates_GateHwi_Object__table__V                                 
20001444  ti_sysbios_gates_GateMutex_Module__root__V                                
2000144c  ti_sysbios_hal_Hwi_Module__root__V                                        
20001454  ti_sysbios_heaps_HeapMem_Module__root__V                                  
2000145c  ti_sysbios_heaps_HeapMem_Object__table__V                                 
20001474  ti_sysbios_knl_Clock_Module__root__V                                      
2000147c  ti_sysbios_knl_Clock_Object__table__V                                     
2000149c  ti_sysbios_knl_Event_Module__root__V                                      
200014a4  ti_sysbios_knl_Mailbox_Module__root__V                                    
200014ac  ti_sysbios_knl_Queue_Module__root__V                                      
200014b4  ti_sysbios_knl_Semaphore_Module__root__V                                  
200014bc  ti_sysbios_knl_Swi_Module__root__V                                        
200014c4  ti_sysbios_knl_Task_Module__root__V                                       
200014cc  ti_sysbios_knl_Task_Module_State_0_idleTask__A                            
200014d0  xdc_runtime_LoggerCallback_Module__root__V                                
200014d8  xdc_runtime_LoggerCallback_Object__table__V                               
200014e8  __xdc__init__addr                                                         
200014ec  ICall_dispatcher                                                          
200014f4  ICall_enterCriticalSection                                                
200014f8  ICall_leaveCriticalSection                                                
20001510  HEAPMGR_SIZE                                                              
200015ec  rfRegTbl                                                                  
20001644  ti_sysbios_knl_Task_Object__table__V                                      
20001690  ti_sysbios_family_arm_cc26xx_Timer_Object__table__V                       
200016d8  one_ms                                                                    
200016dc  epdPinHandle                                                              
200016e0  rx_packet_counter                                                         
200016e4  OneTimeVar                                                                
200016e8  epdPinState                                                               
200016f4  epdPinTable                                                               
20001710  ti_sysbios_gates_GateMutex_Object__table__V                               
20001748  ti_sysbios_knl_Swi_Module_State_0_readyQ__A                               
20001778  ti_sysbios_knl_Swi_Object__table__V                                       
200017a8  ti_sysbios_knl_Task_Module_State_0_readyQ__A                              
200017d8  user0Cfg                                                                  
2000181c  lastAppOpcodeSent                                                         
20001820  pfnBMAlloc                                                                
20001824  pfnBMFree                                                                 
20001830  _lock                                                                     
20001834  _unlock                                                                   
20001838  __TI_cleanup_ptr                                                          
2000183c  __TI_dtors_ptr                                                            
20001840  xdc_runtime_Registry_Module__state__V                                     
20001848  appAssertCback                                                            
2000184c  main_func_sp                                                              
20001858  ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A                          
20001ed8  ti_sysbios_knl_Task_Instance_State_0_stack__A                             
200020d8  spiCC26XXDMAObjects                                                       
20002290  PIN_NumPins                                                               
20002324  PIN_HandleTable                                                           
200023a0  ti_sysbios_family_arm_m3_Hwi_dispatchTable                                
20002468  udmaObjects                                                               
200024a8  trngCC26XXObjects                                                         
200024ad  driverlib_release_0_47020                                                 
200024ae  heapStart                                                                 
20003f18  __stack                                                                   
20003f18  heapEnd                                                                   
20004318  __STACK_END                                                               
20004318  __STACK_TOP                                                               
20004f2c  A4_rw                                                                     
20004f2c  COMMON_RAM_BASE_ADDR                                                      
20004f40  P2_rw                                                                     
20004f40  P2_s0                                                                     
20004f40  eccRom_windowSize                                                         
20004f44  eccRom_workzone                                                           
20004f48  eccRom_param_p                                                            
20004f4c  eccRom_param_r                                                            
20004f50  eccRom_param_a                                                            
20004f54  inScalar                                                                  
20004f58  inPointX                                                                  
20004f5c  inPointY                                                                  
20004f60  outPointX                                                                 
20004f64  outPointY                                                                 
20004f68  SCAL                                                                      
20004f6c  EXPX                                                                      
20004f70  EXPY                                                                      
20004f74  EXPZ                                                                      
20004f78  EXPW                                                                      
20004f7c  ACCX                                                                      
20004f80  ACCY                                                                      
20004f84  ACCZ                                                                      
20004f88  TMP1                                                                      
20004f8c  TMP2                                                                      
20004f90  TMP3                                                                      
20004f94  TMP4                                                                      
20004f98  TMP5                                                                      
20004f9c  TMP6                                                                      
20004fa0  eccRom_param_Gx                                                           
20004fa4  eccRom_param_Gy                                                           
20004fa8  eccRom_param_b                                                            
20004fac  P2_zi                                                                     
20004fac  ratChanInfo                                                               
20004fcc  fwInfoCmd                                                                 
20004fd8  MSBMOD                                                                    
20004fdc  aux64                                                                     
20004fe4  MOD                                                                       
20004fe8  LEN                                                                       
20004ffc  pSspAesEncrypt_Sw                                                         
e000e000  ti_sysbios_family_arm_m3_Hwi_nvic                                         
ffffffff  __binit__                                                                 
ffffffff  __c_args__                                                                
ffffffff  binit                                                                     
UNDEFED   HwiP_restore                                                              
UNDEFED   SHT$$INIT_ARRAY$$Base                                                     
UNDEFED   SHT$$INIT_ARRAY$$Limit                                                    
UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Handle__label__S__mangled__                  
UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Object__delete__S__mangled__                 
UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Params__init__S__mangled__                   
UNDEFED   ti_sysbios_BIOS_RtsGateProxy_query__E__mangled__                          
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S__mangled__             
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S__mangled__                  
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Params__init__S__mangled__                    
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E__mangled__                
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E__mangled__                 
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E__mangled__                    
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_startup__E__mangled__                         
UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E__mangled__             
UNDEFED   ti_sysbios_hal_Hwi_disableInterrupt__E                                    
UNDEFED   ti_sysbios_hal_Hwi_enableInterrupt__E                                     
UNDEFED   ti_sysbios_hal_Hwi_getStackInfo__E                                        
UNDEFED   ti_sysbios_hal_Hwi_startup__E                                             
UNDEFED   ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S__mangled__     
UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__delete__S__mangled__    
UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S__mangled__      
UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E__mangled__             
UNDEFED   ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S__mangled__         
UNDEFED   ti_sysbios_knl_Clock_TimerProxy_startup__E__mangled__                     
UNDEFED   ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S__mangled__        
UNDEFED   ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E__mangled__          
UNDEFED   ti_sysbios_knl_Task_SupportProxy_start__E__mangled__                      
UNDEFED   ti_sysbios_knl_Task_SupportProxy_swap__E__mangled__                       
UNDEFED   xdc_runtime_Main_Module_GateProxy_Handle__label__S                        
UNDEFED   xdc_runtime_Main_Module_GateProxy_Object__delete__S                       
UNDEFED   xdc_runtime_Main_Module_GateProxy_query__E                                
UNDEFED   xdc_runtime_Memory_HeapProxy_Handle__label__S__mangled__                  
UNDEFED   xdc_runtime_Memory_HeapProxy_Object__delete__S__mangled__                 
UNDEFED   xdc_runtime_System_Module_GateProxy_Handle__label__S__mangled__           
UNDEFED   xdc_runtime_System_Module_GateProxy_Object__delete__S__mangled__          
UNDEFED   xdc_runtime_System_Module_GateProxy_query__E__mangled__                   
UNDEFED   xdc_runtime_System_SupportProxy_abort__E                                  
UNDEFED   xdc_runtime_System_SupportProxy_exit__E                                   
UNDEFED   xdc_runtime_Timestamp_SupportProxy_get64__E__mangled__                    
UNDEFED   xdc_runtime_Timestamp_SupportProxy_getFreq__E__mangled__                  
UNDEFED   xdc_runtime_Timestamp_get32__E                                            
UNDEFED   xdc_runtime_Timestamp_get64__E                                            
UNDEFED   xdc_runtime_Timestamp_getFreq__E                                          

[1197 symbols]

由于我们即将开始生产过程、我们需要紧急帮助。

请尽快帮助我们

谢谢你

Dnyaneshvar Salve

 

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    器件型号:LAUNCHXL-CC2650

    您好!

    我使用的是 LAUNCHXL-CC2650

    BLE SDK 2_02_07_06

    CCS7.4

    编译器 TI Ver.5.2.6。

    XDC 工具版本3.32.0.06_CORE

    TI RTOS 版本2.21.1.08

    我使用简单 BLE 外设作为基础项目。

    编译配置为 OAD_Ext_Flash、因为我们需要 OAD。

    OAD 功能工作正常。

    为了减少内部闪存的消耗、我通过添加启用了" ROM 中的堆栈"功能  


    /*使用 ROM 中的内核*/
    VAR ROM = xdc.useModule('ti.sysbios.rom.ROM');
    rom.romName = ROM.CC2650;

    但我收到错误"default memory range overlaps existing memory range image_header"

    错误消息如下所示、

    "configPkg/linker.cmd"、第596行:警告#10096-D:指定的地址位于内存映射之外
    错误#10264:默认存储器范围与现有存储器范围 IMAGE_HEADER 重叠
    错误#10264:默认存储器范围与现有存储器范围闪存重叠
    错误#10264:默认存储器范围与现有存储器范围 SRAM 重叠
    错误#10010:链接期间遇到错误;未生成"SUT750A3.out"
    ----------------------------------------------------
    需要紧急帮助。
    9小时前我也问过同样的问题,但没有人回答。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的  Dnyaneshvar:

    感谢您与我们联系。 我已经合并了您发布的两个主题、因为它们与同一主题相关。 请避免在将来发布重复主题。 我们将调查您的问题、并尽快回复您。

    此致、

    1月

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    好的。

    是否需要24小时才能获得有关我发布的问题的帮助?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Dnyaneshvar:

    感谢您的耐心等待。

    默认情况下、示例项目使用 CC26xx ROM 中的 BLEStack 和 TI-RTOS 元素。
    要禁用 ROM、您需要从应用程序的配置文件中删除以下行:

    VAR ROM = xdc.useModule('ti.sysbios.rom.ROM');
    rom.romName = ROM.CC2650;

    在您的情况下、我假设您现在正在恢复时删除了提到的行、对吗?

    请问您是否能够在更改此设置之前构建项目?

    能否提供所使用的链接器命令文件?  

    此致、

     

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

     您好、Cl é ment

    项目名称是"simple_peripheral_cc2650lp_app"。

    构建配置为"FlashOnly"。 它不使用下面所述的代码

    VAR ROM = xdc.useModule('ti.sysbios.rom.ROM');
    rom.romName = ROM.CC2650;

    我想使用这个代码、因为我需要使用 ROM 模块。

    但我收到错误"default memory range overlaps existing memory range image_header"。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    感谢您的详细信息。

    代码是否使用默认配置进行了正确编译和链接?

    此致、

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    如果没有这两行代码、它会正确构建。

    VAR ROM = xdc.useModule('ti.sysbios.rom.ROM');
    rom.romName = ROM.CC2650;

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    以及如何在不出错的情况下使用 ROM 模块

    VAR ROM = xdc.useModule('ti.sysbios.rom.ROM');
    rom.romName = ROM.CC2650;

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您遇到了什么问题?

    我想使用 ROM 模块来减少内存使用。

    我已经知道、如果我注释以下代码、工程可以正确编译

    VAR ROM = xdc.useModule('ti.sysbios.rom.ROM');
    rom.romName = ROM.CC2650;。

    如果需要、您可以询问更多详细信息

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    这是 cc26xx_app_oad.cmd 文件

    /******************************************************************************
    
     @file  cc26xx_app_oad.cmd
    
     @brief CC2650F128 linker configuration file for TI-RTOS with Code Composer
            Studio.
    
     Group: WCS, BTS
     Target Device: CC2650, CC2640
    
     ******************************************************************************
     
     Copyright (c) 2013-2021, Texas Instruments Incorporated
     All rights reserved.
    
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions
     are met:
    
     *  Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
    
     *  Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
    
     *  Neither the name of Texas Instruments Incorporated nor the names of
        its contributors may be used to endorse or promote products derived
        from this software without specific prior written permission.
    
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
     THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
     OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
     WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
     EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
     ******************************************************************************
     Release Name: ble_sdk_2_02_02_
     Release Date: 2021-12-01 09:07:53
     *****************************************************************************/
    
    /* Retain interrupt vector table variable                                    */
    --retain=g_pfnVectors
    /* Override default entry point.                                             */
    --entry_point ResetISR
    /* Suppress warnings and errors:                                             */
    /* - 10063: Warning about entry point not being _c_int00                     */
    /* - 16011, 16012: 8-byte alignment errors. Observed when linking in object  */
    /*   files compiled using Keil (ARM compiler)                                */
    --diag_suppress=10063,16011,16012
    
    /* The following command line options are set as part of the CCS project.    */
    	/* If you are building using the command line, or for some reason want to    */
    /* define them here, you can uncomment and modify these lines as needed.     */
    /* If you are using CCS for building, it is probably better to make any such */
    /* modifications in your CCS project and leave this file alone.              */
    /*                                                                           */
    /* --heap_size=0                                                             */
    /* --stack_size=256                                                          */
    /* --library=rtsv7M3_T_le_eabi.lib                                           */
    
    /* The starting address of the application.  Normally the interrupt vectors  */
    /* must be located at the beginning of the application.                      */
    #ifndef FLASH_APP_BASE
    #define FLASH_APP_BASE          0x00001000
    #endif /* FLASH_APP_BASE */
    
    #define FLASH_OAD_IMG_HDR_SIZE  0x10
    #define FLASH_OAD_IMG_START     FLASH_APP_BASE + FLASH_OAD_IMG_HDR_SIZE
    #define FLASH_OAD_IMG_MAX_LEN   FLASH_LEN - (2 * FLASH_PAGE_LEN) - FLASH_OAD_IMG_HDR_SIZE
    
    #define FLASH_LEN               0x20000
    #define FLASH_PAGE_LEN          0x1000
    
    /* RAM starts at 0x20000000 and is 20KB */
    #define RAM_APP_BASE            0x20000000
    #define RAM_LEN                 0x5000
    /* RAM reserved by ROM code starts. */
    #define RAM_RESERVED_OFFSET      0x4F00
    
    
    /* System memory map */
    
    MEMORY
    {
        /* EDITOR'S NOTE:
         * the FLASH and SRAM lengths can be changed by defining
         * ICALL_STACK0_START or ICALL_RAM0_START in
         * Properties->ARM Linker->Advanced Options->Command File Preprocessing.
         */
    
        /* Application stored in and executes from internal flash starting at 4KB offset from 0x0 */
        /* Flash Size 128 KB */
        #ifdef ICALL_STACK0_START
            FLASH (RX) : origin = FLASH_OAD_IMG_START, length = ICALL_STACK0_START - FLASH_OAD_IMG_START
        #else
            /* default.  First and last page excluded for OAD. */
            FLASH (RX) : origin = FLASH_OAD_IMG_START, length = FLASH_OAD_IMG_MAX_LEN
        #endif
    
        IMAGE_HEADER (RX) : origin = FLASH_APP_BASE, length = FLASH_OAD_IMG_HDR_SIZE
    
        /* Application uses internal RAM for data */
        /* RAM Size 16 KB */
        #ifdef ICALL_RAM0_START
            SRAM (RWX) : origin = RAM_APP_BASE, length = ICALL_RAM0_START - RAM_APP_BASE
        #else //default
            SRAM (RWX) : origin = RAM_APP_BASE, length = RAM_RESERVED_OFFSET
        #endif
    }
    
    /* Section allocation in memory */
    
    SECTIONS
    {
    	  .imgHdr       :   > IMAGE_HEADER
        .intvecs        :   > FLASH
        .text           :   > FLASH
        .const          :   > FLASH
        .constdata      :   > FLASH
        .rodata         :   > FLASH
        .cinit          :   > FLASH
        .pinit          :   > FLASH
        .init_array     :   > FLASH
        .emb_text       :   > FLASH
    
    	GROUP > SRAM
    	{
    	    .data
    	    .bss
    		.vtable
    	    .vtable_ram
    	     vtable_ram
    	    .sysmem
        	.nonretenvar
    	} LOAD_END(heapStart)
    
    	.stack          :   >  SRAM (HIGH) LOAD_START(heapEnd)
    }
    
    /* Create global constant that points to top of stack */
    /* CCS: Change stack size under Project Properties    */
    __STACK_TOP = __stack + __STACK_SIZE;
    
    /* Allow main() to take args */
    /*--args 0x8*/
    

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    我理解提问。

    但是、我的印象是、项目已经使用 ROM 构建。

    您能否检查在未进行上述修改的情况下获得的.map 文件? 您能在 ROM 中看到符号的引用吗?  (ROM 地址以"1"开头、如0x100xxxxx)

    此致、

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    在注释以下代码时、这是一个映射文件

    VAR ROM = xdc.useModule('ti.sysbios.rom.ROM');
    rom.romName = ROM.CC2650;。

    ******************************************************************************
                      TI ARM Linker PC v5.2.6                      
    ******************************************************************************
    >> Linked Fri Feb 17 19:22:50 2023
    
    OUTPUT FILE NAME:   <simple_peripheral_cc2650lp_app_STACK_IN_ROM.out>
    ENTRY POINT SYMBOL: "ResetISR"  address: 00007a71
    
    
    MEMORY CONFIGURATION
    
             name            origin    length      used     unused   attr    fill
    ----------------------  --------  ---------  --------  --------  ----  --------
      IMAGE_HEADER          00001000   00000010  00000010  00000000  R  X
      FLASH                 00001010   0000d010  0000b5bb  00001a55  R  X
      SRAM                  20000000   00004318  000022fa  0000201e  RW X
    
    
    SEGMENT ALLOCATION MAP
    
    run origin  load origin   length   init length attrs members
    ----------  ----------- ---------- ----------- ----- -------
    00001000    00001000    0000b5d0   0000b5d0    r-x
      00001000    00001000    00000010   00000010    r-- .imgHdr
      00001010    00001010    0000003c   0000003c    r-- .resetVecs
      0000104c    0000104c    0000a42e   0000a42e    r-x .text
      0000b47c    0000b47c    000008d1   000008d1    r-- .const
      0000bd50    0000bd50    00000058   00000058    r-- .ccfg
      0000bda8    0000bda8    00000828   00000828    r-- .cinit
    20000430    20000430    00000010   00000000    rw-
      20000430    20000430    00000010   00000000    rw- .TI.bound:dmaSpi0RxControlTableEntry$9
    20000440    20000440    00000010   00000000    rw-
      20000440    20000440    00000010   00000000    rw- .TI.bound:dmaSpi0TxControlTableEntry$9
    20000500    20000500    00000010   00000000    rw-
      20000500    20000500    00000010   00000000    rw- .TI.bound:dmaSpi1RxControlTableEntry$9
    20000510    20000510    00002002   00000000    rw-
      20000510    20000510    00000010   00000000    rw- .TI.bound:dmaSpi1TxControlTableEntry$9
      20000520    20000520    00001391   00000000    rw- .data
      200018b8    200018b8    00000c5a   00000000    rw- .bss
    20004118    20004118    00000200   00000000    rw-
      20004118    20004118    00000200   00000000    rw- .stack
    
    
    SECTION ALLOCATION MAP
    
     output                                  attributes/
    section   page    origin      length       input sections
    --------  ----  ----------  ----------   ----------------
    .imgHdr    0    00001000    00000010     
                      00001000    00000010     oad_target_external_flash.obj (.imgHdr:retain)
    
    .text      0    0000104c    0000a42e     
                      0000104c    00000338     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_System_doPrint__I)
                      00001384    000002ec     peripheral.obj (.text:gapRole_processGAPMsg$24)
                      00001670    00000290     RFCC26XX_singleMode.obj (.text:fsmActiveState$7)
                      00001900    0000023c     peripheral.obj (.text:GAPRole_SetParameter)
                      00001b3c    00000228     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                      00001d64    00000204     driverlib.lib : sys_ctrl.obj (.text:NOROM_SysCtrlSetRechargeBeforePowerDown)
                      00001f68    000001f4     rtsv7M3_T_le_eabi.lib : ull_div_t2.obj (.text)
                      0000215c    000001f0     simple_peripheral.obj (.text:SimpleBLEPeripheral_init$0)
                      0000234c    000001d0     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:calibrateRcoscHf1)
                      0000251c    000001a8     PINCC26XX.obj (.text:PIN_init)
                      000026c4    0000019c     RFCC26XX_singleMode.obj (.text:RF_postCmd)
                      00002860    00000184     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
                      000029e4    0000017c     RFCC26XX_singleMode.obj (.text:abortCmd$7)
                      00002b60    00000174     RFCC26XX_singleMode.obj (.text:fsmSetupState$7)
                      00002cd4    00000158     SPICC26XXDMA.obj (.text:SPICC26XXDMA_initIO$9)
                      00002e2c    00000144     SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                      00002f70    00000130     driverlib.lib : setup_rom.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg3)
                      000030a0    00000120     peripheral.obj (.text:GAPRole_GetParameter)
                      000031c0    0000011c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_init)
                      000032dc    00000110     RFCC26XX_singleMode.obj (.text:hwiFxnCpe0Active$7)
                      000033ec    00000104     RFCC26XX_singleMode.obj (.text:fsmPowerUpState$7)
                      000034f0    000000fc     peripheral.obj (.text:gapRole_taskFxn$24)
                      000035ec    000000f8     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_Startup_startMods__I)
                      000036e4    000000f8     app_ble_pem3.oem3 (.text:xdc_runtime_System_printfExtend__I)
                      000037dc    000000f4     SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                      000038d0    000000ec     icall.obj (.text:ICall_primWaitMatch$14)
                      000039bc    000000ec     RFCC26XX_singleMode.obj (.text:rf_init$7)
                      00003aa8    000000e4     driverlib.lib : setup_rom.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg2)
                      00003b8c    000000e0     SPICC26XXDMA.obj (.text:SPICC26XXDMA_configDMA$9)
                      00003c6c    000000e0     RFCC26XX_singleMode.obj (.text:radioOpDoneCb$7)
                      00003d4c    000000dc     PINCC26XX.obj (.text:PINCC26XX_setIoCfg$6)
                      00003e28    000000dc     SPICC26XXDMA.obj (.text:SPICC26XXDMA_control)
                      00003f04    000000d4     power_cc26xx_tirtos.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                      00003fd8    000000d4     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseDependency)
                      000040ac    000000d0                             : PowerCC26XX.oem3 (.text:Power_setDependency)
                      0000417c    000000cc     simple_peripheral.obj (.text:SimpleBLEPeripheral_taskFxn$0)
                      00004248    000000cc     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_pend__E)
                      00004314    000000cc                  : BIOS.obj (.text:ti_sysbios_knl_Task_Instance_init__E)
                      000043e0    000000c8     RFCC26XX_singleMode.obj (.text:RF_open)
                      000044a8    000000c8     sysbios.aem3 : m3_Hwi_asm.obj (.text:ti_sysbios_family_arm_m3_Hwi_dispatch__I)
                      00004570    000000bc     driverlib.lib : setup.obj (.text:TrimAfterColdResetWakeupFromShutDown)
                      0000462c    000000b6     SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                      000046e2    00000002     ble_user_config.obj (.text:DefaultAssertCback)
                      000046e4    000000b4     simple_peripheral.obj (.text:SimpleBLEPeripheral_processStateChangeEvt$0)
                      00004798    000000b0     devinfoservice.obj (.text:devInfo_ReadAttrCB$19)
                      00004848    000000ac     oad.obj (.text:OAD_imgBlockWrite)
                      000048f4    000000a8     driverlib.lib : setup.obj (.text:NOROM_SetupTrimDevice)
                      0000499c    000000a8     oad.obj (.text:oadWriteAttrCB$22)
                      00004a44    000000a0     SPICC26XXDMA.obj (.text:SPICC26XXDMA_hwiFxn$9)
                      00004ae4    000000a0     auto_init.aem3 : auto_init.oem3 (.text)
                      00004b84    000000a0     peripheral.obj (.text:gapRole_init$24)
                      00004c24    0000009c     oad.obj (.text:OAD_imgIdentifyWrite)
                      00004cc0    0000009c     rtsv7M3_T_le_eabi.lib : memcpy_t2.obj (.text)
                      00004d5c    0000009a     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_Text_putSite__E)
                      00004df6    00000002     driverlib.lib : rfc.obj (.text:NOROM_RFCAdi3VcoLdoVoltageMode)
                      00004df8    00000098     PINCC26XX.obj (.text:PIN_open)
                      00004e90    00000098     RFCC26XX_singleMode.obj (.text:fsmPowerDownState$7)
                      00004f28    00000098     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
                      00004fc0    00000098                  : BIOS.obj (.text:xdc_runtime_Text_putMod__E)
                      00005058    00000094                  : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_Instance_init__E)
                      000050ec    00000090     oad.obj (.text:crcCalcDL$22)
                      0000517c    00000090     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                      0000520c    0000008c     driverlib.lib : osc.obj (.text:NOROM_OSCHF_GetStartupTime)
                      00005298    0000008c     simple_gatt_profile.obj (.text:simpleProfile_WriteAttrCB$25)
                      00005324    00000084     icall.obj (.text:ICall_heapMalloc)
                      000053a8    00000084     icall.obj (.text:ICall_primSetTimer$14)
                      0000542c    00000084     RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                      000054b0    00000084     TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
                      00005534    00000084     RFCC26XX_singleMode.obj (.text:swiFxnHw$7)
                      000055b8    00000080     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_initNVIC__E)
                      00005638    00000080                  : BIOS.obj (.text:ti_sysbios_knl_Task_postInit__I)
                      000056b8    00000080                  : BIOS.obj (.text:xdc_runtime_Core_createObject__I)
                      00005738    0000007c     icall.obj (.text:ICall_createRemoteTasks)
                      000057b4    0000007c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
                      00005830    0000007a     rtsv7M3_T_le_eabi.lib : memset_t2.obj (.text)
                      000058aa    00000002     driverlib.lib : rfc.obj (.text:NOROM_RFCRTrim)
                      000058ac    00000078                   : setup_rom.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg1)
                      00005924    00000078     oad.obj (.text:OAD_rejectImage$22)
                      0000599c    00000078     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Clock_walkQueueDynamic__E)
                      00005a14    00000074     gattservapp_util.obj (.text:GATTServApp_ProcessCharCfg)
                      00005a88    00000074     icall_cc2650.obj (.text:ICallPlatform_pwrUpdActivityCounter)
                      00005afc    00000074     icall.obj (.text:ICall_primSend$14)
                      00005b70    00000074     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_auxISR)
                      00005be4    00000074                             : PowerCC26XX_calibrateRCOSC.oem3 (.text:calibrateRcoscHf2)
                      00005c58    00000074     peripheral.obj (.text:gapRole_startConnUpdate$24)
                      00005ccc    00000070     driverlib.lib : chipinfo.obj (.text:NOROM_ChipInfo_GetHwRevision)
                      00005d3c    0000006e     ExtFlash.obj (.text:ExtFlash_write)
                      00005daa    00000002     SPICC26XXDMA.obj (.text:SPICC26XXDMA_serviceISR$9)
                      00005dac    0000006d     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_System_formatNum__I)
                      00005e19    00000001     --HOLE-- [fill = 0]
                      00005e1a    00000002     RFCC26XX_singleMode.obj (.text:defaultErrCb$7)
                      00005e1c    0000006c     icall.obj (.text:ICall_heapInit)
                      00005e88    0000006c     driverlib.lib : setup_rom.obj (.text:NOROM_SetupGetTrimForAmpcompCtrl)
                      00005ef4    0000006c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
                      00005f60    0000006c     gattservapp_util.obj (.text:gattServApp_SendNotiInd$21)
                      00005fcc    0000006c     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_Memory_alloc__E)
                      00006038    0000006a     rtsv7M3_T_le_eabi.lib : copy_decompress_rle.obj (.text)
                      000060a2    00000002     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:emptyClockFunc)
                      000060a4    00000068     driverlib.lib : setup_rom.obj (.text:NOROM_SetupGetTrimForAnabypassValue1)
                      0000610c    00000068                   : sys_ctrl.obj (.text:NOROM_SysCtrl_DCDC_VoltageConditionalControl)
                      00006174    00000068     oad_target_external_flash.obj (.text:OADTarget_getCurrentImageHeader)
                      000061dc    00000068     RFCC26XX_singleMode.obj (.text:decActiveClientCnt$7)
                      00006244    00000068     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Clock_startI__E)
                      000062ac    00000068                  : BIOS.obj (.text:ti_sysbios_knl_Swi_restoreHwi__E)
                      00006314    00000064     PINCC26XX.obj (.text:PIN_add)
                      00006378    00000064     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_start__E)
                      000063dc    00000064                  : BIOS.obj (.text:ti_sysbios_knl_Semaphore_post__E)
                      00006440    00000060     icall.obj (.text:ICall_primEnroll$14)
                      000064a0    00000060     oad.obj (.text:OAD_sendStatus$22)
                      00006500    00000060     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_RCOSC_clockFunc)
                      00006560    00000060     RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                      000065c0    00000060     main.obj (.text:main)
                      00006620    00000060     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:updateSubSecInc)
                      00006680    0000005c     ExtFlash.obj (.text:ExtFlash_erase)
                      000066dc    0000005c     icall.obj (.text:ICall_primThreadServes$14)
                      00006738    0000005c     driverlib.lib : osc.obj (.text:NOROM_OSCHF_AttemptToSwitchToXosc)
                      00006794    0000005c                   : sys_ctrl.obj (.text:NOROM_SysCtrlAdjustRechargeAfterPowerDown)
                      000067f0    0000005c     oad_target_external_flash.obj (.text:OADTarget_validateNewImage)
                      0000684c    0000005c     oad.obj (.text:OAD_getNextBlockReq$22)
                      000068a8    0000005c     UDMACC26XX.obj (.text:UDMACC26XX_open)
                      00006904    0000005c     RFCC26XX_singleMode.obj (.text:applyRfCorePatch$7)
                      00006960    0000005c     RFCC26XX_singleMode.obj (.text:fsmXOSCState$7)
                      000069bc    0000005c     simple_gatt_profile.obj (.text:simpleProfile_ReadAttrCB$25)
                      00006a18    0000005c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Task_Module_startup__E)
                      00006a74    0000005c                  : BIOS.obj (.text:ti_sysbios_knl_Task_startCore__E)
                      00006ad0    0000005b                  : BIOS.obj (.text:xdc_runtime_Text_putLab__E)
                      00006b2b    00000001     --HOLE-- [fill = 0]
                      00006b2c    0000005a     SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
                      00006b86    00000002     rtsv7M3_T_le_eabi.lib : i_div0.obj (.text)
                      00006b88    00000058     oad.obj (.text:OAD_addService)
                      00006be0    00000058     PINCC26XX.obj (.text:PIN_remove)
                      00006c38    00000058     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
                      00006c90    00000058     SPICC26XXDMA.obj (.text:SPICC26XXDMA_initHw$9)
                      00006ce8    00000058     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_postInit__I)
                      00006d40    00000058                  : BIOS.obj (.text:ti_sysbios_knl_Swi_Instance_init__E)
                      00006d98    00000058                  : BIOS.obj (.text:ti_sysbios_knl_Swi_run__I)
                      00006df0    00000054     SPICC26XXDMA.obj (.text:SPICC26XXDMA_swiFxn$9)
                      00006e44    00000054     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:configureXOSCHF)
                      00006e98    00000054     RFCC26XX_singleMode.obj (.text:hwiFxnHw$7)
                      00006eec    00000054     RFCC26XX_singleMode.obj (.text:ratChanFree$7)
                      00006f40    00000054     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_dispatchC__I)
                      00006f94    00000054                  : BIOS.obj (.text:ti_sysbios_knl_Swi_schedule__I)
                      00006fe8    00000052     icall.obj (.text:ICall_primWait$14)
                      0000703a    00000002     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E)
                      0000703c    00000050     icall_api.obj (.text:GAP_DeviceInit)
                      0000708c    00000050     icall_api.obj (.text:GAP_UpdateAdvertisingData)
                      000070dc    00000050     icall.obj (.text:ICall_primRegisterApp$14)
                      0000712c    00000050     driverlib.lib : setup_rom.obj (.text:NOROM_SetupSetCacheModeAccordingToCcfgSetting)
                      0000717c    00000050     RFCC26XX_singleMode.obj (.text:RF_getInfo)
                      000071cc    00000050     oad.obj (.text:checkDL$22)
                      0000721c    00000050     RFCC26XX_singleMode.obj (.text:syncCb$7)
                      0000726c    00000050     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Swi_runLoop__I)
                      000072bc    00000050                  : BIOS.obj (.text:xdc_runtime_Startup_exec__E)
                      0000730c    0000004c     ExtFlash.obj (.text:ExtFlash_waitReady$18)
                      00007358    0000004c     icall_cc2650.obj (.text:ICallPlatform_pwrRegisterNotify)
                      000073a4    0000004c     icall.obj (.text:ICall_newTask$14)
                      000073f0    0000004c     icall.obj (.text:ICall_primGetEntityId$14)
                      0000743c    0000004c     driverlib.lib : osc.obj (.text:NOROM_OSCClockSourceSet)
                      00007488    0000004c     peripheral.obj (.text:gapRole_processStackMsg$24)
                      000074d4    0000004c     rtsv7M3_T_le_eabi.lib : cpy_tbl.obj (.text)
                      00007520    0000004c     sysbios.aem3 : m3_TaskSupport_asm.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack)
                      0000756c    0000004c                  : BIOS.obj (.text:ti_sysbios_knl_Task_schedule__I)
                      000075b8    0000004a     gattservapp_util.obj (.text:GATTServApp_ProcessCCCWriteReq)
                      00007602    00000002     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_nullFunc__I)
                      00007604    00000048     driverlib.lib : chipinfo.obj (.text:NOROM_ChipInfo_GetChipFamily)
                      0000764c    00000048                   : ddi.obj (.text:NOROM_DDI16BitfieldWrite)
                      00007694    00000048     simple_peripheral.obj (.text:SimpleBLEPeripheral_processOadWriteCB)
                      000076dc    00000048     util.obj (.text:Util_constructClock)
                      00007724    00000048     icall_api.obj (.text:gattIndNoti$17)
                      0000776c    00000048     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:notify)
                      000077b4    00000048     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_Module_startup__E)
                      000077fc    00000048                  : m3_Hwi_asm_switch.obj (.text:ti_sysbios_family_arm_m3_Hwi_initStacks__E)
                      00007844    00000048     app_ble_pem3.oem3 (.text:ti_sysbios_hal_Hwi_create)
                      0000788c    00000048     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_Core_assignParams__I)
                      000078d4    00000048                  : BIOS.obj (.text:xdc_runtime_Core_constructObject__I)
                      0000791c    00000044     main.obj (.text:AssertHandler)
                      00007960    00000044     icall_api.obj (.text:GAP_TerminateLinkReq)
                      000079a4    00000044     PINCC26XX.obj (.text:PIN_swi$6)
                      000079e8    00000044     simple_gatt_profile.obj (.text:SimpleProfile_GetParameter)
                      00007a2c    00000044     simple_gatt_profile.obj (.text:SimpleProfile_SetParameter)
                      00007a70    00000044     boot.aem3 : boot.oem3 (.text)
                      00007ab4    00000044     icall_api.obj (.text:gapSendParamAndPtrCmd$17)
                      00007af8    00000044     rtsv7M3_T_le_eabi.lib : exit.obj (.text)
                      00007b3c    00000044     app_ble_pem3.oem3 (.text:ti_sysbios_family_arm_m3_Hwi_Object__create__S)
                      00007b80    00000044     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E)
                      00007bc4    00000044                  : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E)
                      00007c08    00000044                  : BIOS.obj (.text:ti_sysbios_knl_Swi_post__E)
                      00007c4c    00000044                  : BIOS.obj (.text:ti_sysbios_knl_Task_allBlockedFunction__I)
                      00007c90    00000044     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Task_create)
                      00007cd4    00000044     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_Text_xprintf__I)
                      00007d18    00000042     icall.obj (.text:ICall_primCreateTask$14)
                      00007d5a    00000002     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_Instance_init__E)
                      00007d5c    00000040     ExtFlash.obj (.text:ExtFlash_open)
                      00007d9c    00000040     ExtFlash.obj (.text:ExtFlash_read)
                      00007ddc    00000040     peripheral.obj (.text:GAPRole_SendUpdateParam)
                      00007e1c    00000040     peripheral.obj (.text:GAPRole_createTask)
                      00007e5c    00000040     icall_api.obj (.text:GATT_SendRsp)
                      00007e9c    00000040     driverlib.lib : ddi.obj (.text:NOROM_DDI16BitfieldRead)
                      00007edc    00000040     oad_target_external_flash.obj (.text:OADTarget_storeImageHeader)
                      00007f1c    00000040     RFCC26XX_singleMode.obj (.text:RF_getRssi)
                      00007f5c    00000040     ExtFlash.obj (.text:extFlashVerifyPart$18)
                      00007f9c    00000040     rtsv7M3_T_le_eabi.lib : u_divt2.obj (.text)
                      00007fdc    00000040     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_getStackInfo__E)
                      0000801c    00000040                  : BIOS.obj (.text:xdc_runtime_HeapMin_alloc__E)
                      0000805c    0000003e     icall_api.obj (.text:hciSendParamsCmd$17)
                      0000809a    00000002     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Clock_logTick__E)
                      0000809c    0000003c     ExtFlash.obj (.text:ExtFlash_readInfo$18)
                      000080d8    0000003c     icall_api.obj (.text:GAP_GetParamValue)
                      00008114    0000003c     icall_api.obj (.text:GATTServApp_RegisterService)
                      00008150    0000003c     icall_cc2650.obj (.text:ICallPlatform_pwrConfigACAction)
                      0000818c    0000003c     driverlib.lib : osc.obj (.text:NOROM_OSC_HPOSCRelativeFrequencyOffsetGet)
                      000081c8    0000003c                   : rfc.obj (.text:NOROM_RFCSynthPowerDown)
                      00008204    0000003c     PINCC26XX.obj (.text:PINCC26XX_getConfig)
                      00008240    0000003c     RFCC26XX_singleMode.obj (.text:RF_runCmd)
                      0000827c    0000003c     SPICC26XXDMA.obj (.text:SPICC26XXDMA_csnCallback$9)
                      000082b8    0000003c     simple_peripheral.obj (.text:SimpleBLEPeripheral_createTask)
                      000082f4    0000003c     RFCC26XX_singleMode.obj (.text:dispatchOpWhen$7)
                      00008330    0000003c     oad.obj (.text:oadReadAttrCB$22)
                      0000836c    0000003c     RFCC26XX_singleMode.obj (.text:postDirImmCmd$7)
                      000083a8    0000003c     icall_api.obj (.text:profileSetParameter$17)
                      000083e4    0000003c     icall_api.obj (.text:sendWaitMatchCS$17)
                      00008420    0000003c     icall_api.obj (.text:sendWaitMatchValueCS$17)
                      0000845c    0000003c     app_ble_pem3.oem3 (.text:ti_sysbios_family_arm_m3_Hwi_construct)
                      00008498    0000003a     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Task_exit__E)
                      000084d2    00000002                  : BIOS.obj (.text:ti_sysbios_knl_Clock_triggerFunc__I)
                      000084d4    00000038     icall_api.obj (.text:GAPBondMgr_LinkEst)
                      0000850c    00000038     icall.obj (.text:ICall_primGetMaxMSecs$14)
                      00008544    00000038     simple_peripheral.obj (.text:SimpleBLEPeripheral_sendAttRsp$0)
                      0000857c    00000038     ExtFlash.obj (.text:Spi_open$18)
                      000085b4    00000038     util.obj (.text:Util_restartClock)
                      000085ec    00000038     icall_api.obj (.text:linkDB_NumActive)
                      00008624    00000038     icall_api.obj (.text:linkDB_NumConns)
                      0000865c    00000038     icall_api.obj (.text:registerTask$17)
                      00008694    00000038     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E)
                      000086cc    00000038                  : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E)
                      00008704    00000038                  : BIOS.obj (.text:ti_sysbios_knl_Clock_Instance_init__E)
                      0000873c    00000038     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_create)
                      00008774    00000038     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Swi_construct)
                      000087ac    00000038     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Task_construct)
                      000087e4    00000038     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_System_atexit__E)
                      0000881c    00000036     UDMACC26XX.obj (.text:UDMACC26XX_close)
                      00008852    00000036     RFCC26XX_singleMode.obj (.text:updateImplicitState$7)
                      00008888    00000034     icall_api.obj (.text:GAPBondMgr_SetParameter)
                      000088bc    00000034     icall_api.obj (.text:GAP_SetParamValue)
                      000088f0    00000034     icall.obj (.text:ICall_primEntityId2ServiceId$14)
                      00008924    00000034     icall.obj (.text:ICall_primFetchMsg$14)
                      00008958    00000034     icall.obj (.text:ICall_primRegisterISR$14)
                      0000898c    00000034     icall.obj (.text:ICall_primRegisterISR_Ext$14)
                      000089c0    00000034     icall.obj (.text:ICall_searchServiceEntity)
                      000089f4    00000034     driverlib.lib : osc.obj (.text:NOROM_OSCHF_SwitchToRcOscTurnOffXosc)
                      00008a28    00000034                   : trng.obj (.text:NOROM_TRNGConfigure)
                      00008a5c    00000034     PINCC26XX.obj (.text:PIN_setOutputValue)
                      00008a90    00000034     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
                      00008ac4    00000034     RFCC26XX_singleMode.obj (.text:Q_push$7)
                      00008af8    00000034     simple_peripheral.obj (.text:SimpleBLEPeripheral_processGATTMsg$0)
                      00008b2c    00000034     icall_api.obj (.text:linkDB_GetInfo)
                      00008b60    00000034     icall_api.obj (.text:osal_snv_read)
                      00008b94    00000034     icall_api.obj (.text:osal_snv_write)
                      00008bc8    00000034     icall_api.obj (.text:profileAddService$17)
                      00008bfc    00000034     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_initDevice__I)
                      00008c30    00000034     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_construct)
                      00008c64    00000034     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Semaphore_create)
                      00008c98    00000034     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Swi_restore__E)
                      00008ccc    00000034                  : BIOS.obj (.text:ti_sysbios_knl_Task_blockI__E)
                      00008d00    00000032     icall_api.obj (.text:gapSendParamsCmd$17)
                      00008d32    00000032     icall_api.obj (.text:gapSendPtrParamsCmd$17)
                      00008d64    00000032     icall_api.obj (.text:matchGapSetGetParamCS$17)
                      00008d96    00000032     icall_api.obj (.text:matchGattCmdStatus$17)
                      00008dc8    00000032     icall_api.obj (.text:matchUtilNvCS$17)
                      00008dfa    00000032     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E)
                      00008e2c    00000030     ExtFlash.obj (.text:ExtFlash_close)
                      00008e5c    00000030     ExtFlash.obj (.text:ExtFlash_writeEnable$18)
                      00008e8c    00000030     icall_cc2650.obj (.text:ICallPlatform_pwrNotify$15)
                      00008ebc    00000030     icall.obj (.text:ICall_msecs2Ticks$14)
                      00008eec    00000030     icall.obj (.text:ICall_searchTask$14)
                      00008f1c    00000030     driverlib.lib : setup_rom.obj (.text:NOROM_SetupSetAonRtcSubSecInc)
                      00008f4c    00000030     PINCC26XX.obj (.text:PIN_setInterrupt)
                      00008f7c    00000030     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseConstraint)
                      00008fac    00000030                             : PowerCC26XX.oem3 (.text:Power_setConstraint)
                      00008fdc    00000030     SPI.obj (.text:SPI_open)
                      0000900c    00000030     ExtFlash.obj (.text:Spi_read$18)
                      0000903c    00000030     ExtFlash.obj (.text:Spi_write$18)
                      0000906c    00000030     oad.obj (.text:crc16$22)
                      0000909c    00000030     oad_target_external_flash.obj (.text:saveImageInfo)
                      000090cc    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                      000090fc    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
                      0000912c    00000030     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I)
                      0000915c    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_gates_GateHwi_Object__create__S)
                      0000918c    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_gates_GateMutex_Object__create__S)
                      000091bc    00000030     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_enter__E)
                      000091ec    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Semaphore_construct)
                      0000921c    00000030     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Task_processVitalTaskFlag__I)
                      0000924c    00000030     app_ble_pem3.oem3 (.text:xdc_runtime_HeapMin_Object__create__S)
                      0000927c    00000030     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_HeapMin_free__E)
                      000092ac    00000030                  : BIOS.obj (.text:xdc_runtime_System_processAtExit__E)
                      000092dc    0000002f                  : BIOS.obj (.text:xdc_runtime_Text_printVisFxn__I)
                      0000930b    00000001     --HOLE-- [fill = 0]
                      0000930c    0000002e     icall_cc2650.obj (.text:ICallPlatform_pwrDispenseImpl$15)
                      0000933a    0000002e     icall_cc2650.obj (.text:ICallPlatform_pwrRequireImpl$15)
                      00009368    0000002e     simple_peripheral.obj (.text:ICall_fetchServiceMsg$0)
                      00009396    0000002e     peripheral.obj (.text:ICall_fetchServiceMsg$24)
                      000093c4    0000002e     icall.obj (.text:ICall_msgDequeue$14)
                      000093f2    0000002e     icall_api.obj (.text:matchProfileAddServiceCS$17)
                      00009420    0000002e     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_start__E)
                      0000944e    00000002                  : BIOS.obj (.text:ti_sysbios_knl_Swi_Instance_finalize__E)
                      00009450    0000002c     icall_api.obj (.text:GAPBondMgr_Register)
                      0000947c    0000002c     icall_api.obj (.text:HCI_EXT_ConnEventNoticeCmd)
                      000094a8    0000002c     icall.obj (.text:ICall_heapFree)
                      000094d4    0000002c     oad.obj (.text:ICall_malloc$22)
                      00009500    0000002c     simple_gatt_profile.obj (.text:ICall_malloc$25)
                      0000952c    0000002c     icall.obj (.text:ICall_msgEnqueue$14)
                      00009558    0000002c     icall.obj (.text:ICall_primAllocMsg$14)
                      00009584    0000002c     icall.obj (.text:ICall_primFetchServiceMsg$14)
                      000095b0    0000002c     icall_api.obj (.text:ICall_sendServiceMsg$17)
                      000095dc    0000002c     driverlib.lib : ddi.obj (.text:NOROM_DDI32RegWrite)
                      00009608    0000002c                   : setup_rom.obj (.text:NOROM_SetupGetTrimForRadcExtCfg)
                      00009634    0000002c     PINCC26XX.obj (.text:PINCC26XX_setMux)
                      00009660    0000002c     PINCC26XX.obj (.text:PIN_setConfig)
                      0000968c    0000002c     ExtFlash.obj (.text:extFlashPowerStandby$18)
                      000096b8    0000002c     RFCC26XX_singleMode.obj (.text:getCmd$7)
                      000096e4    0000002c     icall_api.obj (.text:hciSendCmd$17)
                      00009710    0000002c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_hal_Hwi_initStack)
                      0000973c    0000002c                  : BIOS.obj (.text:ti_sysbios_knl_Clock_getTicksUntilInterrupt__E)
                      00009768    0000002c     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Queue_construct)
                      00009794    0000002c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_pendTimeout__I)
                      000097c0    0000002c                  : BIOS.obj (.text:ti_sysbios_knl_Task_unblockI__E)
                      000097ec    0000002a     icall_api.obj (.text:ICall_waitMatch$17)
                      00009816    0000002a     TRNGCC26XX.obj (.text:TRNGCC26XX_isParamValid)
                      00009840    0000002a     util.obj (.text:Util_enqueueMsg)
                      0000986a    0000002a     icall_api.obj (.text:matchProfileCS$17)
                      00009894    0000002a     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_System_putchar__I)
                      000098be    00000028     gattservapp_util.obj (.text:GATTServApp_WriteCharCfg)
                      000098e6    00000002     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_Error_policySpin__E)
                      000098e8    00000028     icall.obj (.text:ICall_init)
                      00009910    00000028     icall.obj (.text:ICall_msgPrepend$14)
                      00009938    00000028     simple_peripheral.obj (.text:ICall_registerApp$0)
                      00009960    00000028     peripheral.obj (.text:ICall_registerApp$24)
                      00009988    00000028     driverlib.lib : aon_batmon.obj (.text:NOROM_AONBatMonTemperatureGetDegC)
                      000099b0    00000028     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
                      000099d8    00000028                             : PowerCC26XX.oem3 (.text:Power_registerNotify)
                      00009a00    00000028     SPICC26XXDMA.obj (.text:SPICC26XXDMA_flushFifos$9)
                      00009a28    00000028     driverlib.lib : adi.obj (.text:SafeHapiVoid)
                      00009a50    00000028     simple_peripheral.obj (.text:SimpleBLEPeripheral_freeAttRsp$0)
                      00009a78    00000028     simple_peripheral.obj (.text:SimpleBLEPeripheral_processStackMsg$0)
                      00009aa0    00000028     simple_gatt_profile.obj (.text:SimpleProfile_AddService)
                      00009ac8    00000028     TRNGCC26XX.obj (.text:TRNGCC26XX_init)
                      00009af0    00000028     RFCC26XX_singleMode.obj (.text:clkPowerUpFxn$7)
                      00009b18    00000028     gattservapp_util.obj (.text:gattServApp_FindCharCfgItem$21)
                      00009b40    00000028     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E)
                      00009b68    00000028                  : BIOS.obj (.text:ti_sysbios_knl_Clock_addI__E)
                      00009b90    00000028                  : BIOS.obj (.text:ti_sysbios_knl_Task_restore__E)
                      00009bb8    00000026     drivers_cc26xxware.aem3 : List.oem3 (.text:List_put)
                      00009bde    00000026     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_hal_Hwi_Instance_init__E)
                      00009c04    00000024     icall_api.obj (.text:GAPBondMgr_LinkTerm)
                      00009c28    00000024     icall_api.obj (.text:ICall_getLocalMsgEntityId$17)
                      00009c4c    00000024     icall_api.obj (.text:ICall_threadServes$17)
                      00009c70    00000024     PINCC26XX.obj (.text:PINCC26XX_getPinCount)
                      00009c94    00000024     simple_peripheral.obj (.text:SimpleBLEPeripheral_enqueueMsg$0)
                      00009cb8    00000024     oad_target_external_flash.obj (.text:getImageFlag)
                      00009cdc    00000024     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:getTdcSemaphore)
                      00009d00    00000024     RFCC26XX_singleMode.obj (.text:hwiFxnCpe0PowerFsm$7)
                      00009d24    00000024     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_registerRTSLock__I)
                      00009d48    00000024     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_removeRTSLock__I)
                      00009d6c    00000024     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E)
                      00009d90    00000024                  : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_startup__E)
                      00009db4    00000024                  : BIOS.obj (.text:ti_sysbios_knl_Semaphore_Instance_init__E)
                      00009dd8    00000024                  : BIOS.obj (.text:ti_sysbios_knl_Swi_Module_startup__E)
                      00009dfc    00000024                  : BIOS.obj (.text:xdc_runtime_System_vprintf__E)
                      00009e20    00000022     icall.obj (.text:ICall_dispatch$14)
                      00009e42    00000022     util.obj (.text:ICall_malloc$1)
                      00009e64    00000022     rtsv7M3_T_le_eabi.lib : memcmp.obj (.text)
                      00009e86    00000022     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_postInit__I)
                      00009ea8    00000020     gattservapp_util.obj (.text:GATTServApp_InitCharCfg)
                      00009ec8    00000020     icall_api.obj (.text:ICall_allocMsg$17)
                      00009ee8    00000020     icall_api.obj (.text:ICall_getEntityId$17)
                      00009f08    00000020     simple_peripheral.obj (.text:ICall_malloc$0)
                      00009f28    00000020     icall.obj (.text:ICall_primService$14)
                      00009f48    00000020     icall.obj (.text:ICall_searchService$14)
                      00009f68    00000020     driverlib.lib : rfc.obj (.text:NOROM_RFCDoorbellSendTo)
                      00009f88    00000020                   : rfc.obj (.text:NOROM_RFCRfTrimRead)
                      00009fa8    00000020                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscHfCtl)
                      00009fc8    00000020     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_unregisterNotify)
                      00009fe8    00000020     UDMACC26XX.obj (.text:UDMACC26XX_initHw$13)
                      0000a008    00000020     RFCC26XX_singleMode.obj (.text:allocCmd$7)
                      0000a028    00000020     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock__I)
                      0000a048    00000020     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E)
                      0000a068    00000020                  : m3_Hwi_asm.obj (.text:ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I)
                      0000a088    00000020                  : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excHandler__I)
                      0000a0a8    00000020                  : BIOS.obj (.text:ti_sysbios_knl_Clock_Module_startup__E)
                      0000a0c8    00000020                  : BIOS.obj (.text:ti_sysbios_knl_Clock_getTicks__E)
                      0000a0e8    00000020                  : BIOS.obj (.text:ti_sysbios_knl_Clock_stop__E)
                      0000a108    00000020                  : BIOS.obj (.text:ti_sysbios_knl_Idle_run__E)
                      0000a128    00000020     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Semaphore_Object__destruct__S)
                      0000a148    00000020     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Task_restoreHwi__E)
                      0000a168    00000020                  : BIOS.obj (.text:xdc_runtime_Registry_findById__E)
                      0000a188    0000001e     icall.obj (.text:ICall_primSendServiceMsg$14)
                      0000a1a6    0000001e     PINCC26XX.obj (.text:PIN_close)
                      0000a1c4    0000001e     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_getTransitionLatency)
                      0000a1e2    0000001e     icall_api.obj (.text:matchHciCS$17)
                      0000a200    0000001e     sysbios.aem3 : m3_Hwi_asm_switch.obj (.text:ti_sysbios_family_xxx_Hwi_switchAndRunFunc)
                      0000a21e    0000001e     icall_api.obj (.text:waitMatchCS$17)
                      0000a23c    0000001c     peripheral.obj (.text:GAPRole_StartDevice)
                      0000a258    0000001c     icall_api.obj (.text:GATT_bm_alloc)
                      0000a274    0000001c     icall_api.obj (.text:GATT_bm_free)
                      0000a290    0000001c     icall.obj (.text:ICall_initPrim$14)
                      0000a2ac    0000001c     simple_peripheral.obj (.text:ICall_wait$0)
                      0000a2c8    0000001c     peripheral.obj (.text:ICall_wait$24)
                      0000a2e4    0000001c     driverlib.lib : osc.obj (.text:NOROM_OSCClockSourceGet)
                      0000a300    0000001c                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAmpcompTh2)
                      0000a31c    0000001c                   : setup_rom.obj (.text:NOROM_SetupGetTrimForRcOscLfRtuneCtuneTrim)
                      0000a338    0000001c     PINCC26XX.obj (.text:PINCC26XX_setIoCfgMux$6)
                      0000a354    0000001c     PINCC26XX.obj (.text:PIN_hwi$6)
                      0000a370    0000001c     RFCC26XX_singleMode.obj (.text:RF_runDirectCmd)
                      0000a38c    0000001c     RFCC26XX_singleMode.obj (.text:RF_runImmediateCmd)
                      0000a3a8    0000001c     TRNGCC26XX.obj (.text:TRNGCC26XX_open)
                      0000a3c4    0000001c     peripheral.obj (.text:gapRole_HandleParamUpdateNoSuccess$24)
                      0000a3e0    0000001c     icall_api.obj (.text:getStatusValueFromErrNo$17)
                      0000a3fc    0000001c     TRNGCC26XX.obj (.text:openTRNG)
                      0000a418    0000001c     app_ble_pem3.oem3 (.text:ti_sysbios_family_arm_m3_Hwi_Object__destruct__S)
                      0000a434    0000001c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_setPriority__E)
                      0000a450    0000001c                  : BIOS.obj (.text:ti_sysbios_gates_GateMutex_Instance_init__E)
                      0000a46c    0000001c     app_ble_pem3.oem3 (.text:ti_sysbios_hal_Hwi_HwiProxy_create)
                      0000a488    0000001c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Clock_scheduleNextTick__E)
                      0000a4a4    0000001c     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Queue_Object__destruct__S)
                      0000a4c0    0000001c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Queue_get__E)
                      0000a4dc    0000001c                  : BIOS.obj (.text:ti_sysbios_knl_Queue_put__E)
                      0000a4f8    0000001c     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Swi_Object__destruct__S)
                      0000a514    0000001c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Task_enter__I)
                      0000a530    0000001c                  : BIOS.obj (.text:xdc_runtime_Error_raiseX__E)
                      0000a54c    0000001c                  : BIOS.obj (.text:xdc_runtime_Memory_valloc__E)
                      0000a568    0000001c                  : BIOS.obj (.text:xdc_runtime_System_abort__E)
                      0000a584    0000001a     icall_api.obj (.text:GATT_Notification)
                      0000a59e    0000001a     icall.obj (.text:ICall_enterCSImpl)
                      0000a5b8    0000001a     icall.obj (.text:ICall_primSetTimerMSecs$14)
                      0000a5d2    0000001a     drivers_cc26xxware.aem3 : List.oem3 (.text:List_remove)
                      0000a5ec    0000001a     simple_peripheral.obj (.text:SimpleBLEPeripheral_processAppMsg$0)
                      0000a606    0000001a     util.obj (.text:Util_dequeueMsg)
                      0000a620    0000001a     ExtFlash.obj (.text:extFlashPowerDown$18)
                      0000a63a    0000001a     icall_api.obj (.text:matchGattIndNotiCS$17)
                      0000a654    0000001a     sysbios.aem3 : m3_Hwi_asm.obj (.text:ti_sysbios_family_arm_m3_Hwi_pendSV__I)
                      0000a66e    0000001a     app_ble_pem3.oem3 (.text:xdc_runtime_System_printf__E)
                      0000a688    00000018     oad.obj (.text:CheckImageDownloadCount$22)
                      0000a6a0    00000018     peripheral.obj (.text:GAPRole_TerminateConnection)
                      0000a6b8    00000018     icall_cc2650.obj (.text:ICallPlatform_pwrDispense)
                      0000a6d0    00000018     icall_cc2650.obj (.text:ICallPlatform_pwrRequire)
                      0000a6e8    00000018     simple_peripheral.obj (.text:ICall_free$0)
                      0000a700    00000018     util.obj (.text:ICall_free$1)
                      0000a718    00000018     oad.obj (.text:ICall_free$22)
                      0000a730    00000018     simple_peripheral.obj (.text:ICall_freeMsg$0)
                      0000a748    00000018     icall.obj (.text:ICall_freeMsg$14)
                      0000a760    00000018     icall_api.obj (.text:ICall_freeMsg$17)
                      0000a778    00000018     peripheral.obj (.text:ICall_freeMsg$24)
                      0000a790    00000018     icall.obj (.text:ICall_primMalloc$14)
                      0000a7a8    00000018     driverlib.lib : aon_rtc.obj (.text:NOROM_AONRTCCurrentCompareValueGet)
                      0000a7c0    00000018                   : chipinfo.obj (.text:NOROM_ChipInfo_GetPackageType)
                      0000a7d8    00000018                   : osc.obj (.text:NOROM_OSCHF_TurnOnXosc)
                      0000a7f0    00000018                   : rfc.obj (.text:NOROM_RFCCpeIntGetAndClear)
                      0000a808    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAdcShModeEn)
                      0000a820    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAdcShVbufEn)
                      0000a838    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAmpcompTh1)
                      0000a850    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForDblrLoopFilterResetVoltage)
                      0000a868    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForRcOscLfIBiasTrim)
                      0000a880    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscLfRegulatorAndCmirrwrRatio)
                      0000a898    00000018     oad_target_external_flash.obj (.text:OADTarget_open)
                      0000a8b0    00000018     PINCC26XX.obj (.text:PIN_getConfig)
                      0000a8c8    00000018     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_idleFunc)
                      0000a8e0    00000018     RFCC26XX_singleMode.obj (.text:Q_pop$7)
                      0000a8f8    00000018     simple_peripheral.obj (.text:SimpleBLEPeripheral_performPeriodicTask$0)
                      0000a910    00000018     ExtFlash.obj (.text:Spi_close$18)
                      0000a928    00000018     ExtFlash.obj (.text:Spi_flash$18)
                      0000a940    00000018     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:configureRFCoreClocks)
                      0000a958    00000018     peripheral.obj (.text:gapRole_setEvent$24)
                      0000a970    00000018     rtsv7M3_T_le_eabi.lib : args_main.obj (.text)
                      0000a988    00000018                           : ll_mul_t2.obj (.text)
                      0000a9a0    00000018     RFCC26XX_singleMode.obj (.text:swiFxnFsm$7)
                      0000a9b8    00000018     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock__I)
                      0000a9d0    00000018     app_ble_pem3.oem3 (.text:ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__F)
                      0000a9e8    00000018     app_ble_pem3.oem3 (.text:ti_sysbios_family_arm_m3_Hwi_Module__startupDone__F)
                      0000aa00    00000018     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_plug__E)
                      0000aa18    00000018                  : BIOS.obj (.text:ti_sysbios_gates_GateMutex_leave__E)
                      0000aa30    00000018                  : BIOS.obj (.text:ti_sysbios_knl_Swi_or__E)
                      0000aa48    00000018                  : BIOS.obj (.text:ti_sysbios_knl_Task_unblock__E)
                      0000aa60    00000018                  : BIOS.obj (.text:xdc_runtime_Core_destructObject__I)
                      0000aa78    00000018                  : BIOS.obj (.text:xdc_runtime_Error_check__E)
                      0000aa90    00000018                  : BIOS.obj (.text:xdc_runtime_System_exit__E)
                      0000aaa8    00000016     icall.obj (.text:ICall_abort$14)
                      0000aabe    00000016     icall.obj (.text:ICall_leaveCSImpl)
                      0000aad4    00000016     icall.obj (.text:ICall_primStopTimer$14)
                      0000aaea    00000016     simple_peripheral.obj (.text:SimpleBLEPeripheral_processCharValueChangeEvt$0)
                      0000ab00    00000016     ble_user_config.obj (.text:driverTable_fnSpinlock)
                      0000ab16    00000016     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__I)
                      0000ab2c    00000016     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Clock_start__E)
                      0000ab42    00000002                  : BIOS.obj (.text:xdc_runtime_SysCallback_defaultAbort)
                      0000ab44    00000014     devinfoservice.obj (.text:DevInfo_AddService)
                      0000ab58    00000014     ExtFlash.obj (.text:ExtFlash_powerDown$18)
                      0000ab6c    00000014     driverlib.lib : aon_rtc.obj (.text:NOROM_AONRTCCurrent64BitValueGet)
                      0000ab80    00000014                   : chipinfo.obj (.text:NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated)
                      0000ab94    00000014     oad_target_external_flash.obj (.text:OADTarget_close)
                      0000aba8    00000014     oad_target_external_flash.obj (.text:OADTarget_writeFlash)
                      0000abbc    00000014     oad.obj (.text:OAD_register)
                      0000abd0    00000014     RFCC26XX_singleMode.obj (.text:RF_Params_init)
                      0000abe4    00000014     SPI.obj (.text:SPI_Params_init)
                      0000abf8    00000014     simple_peripheral.obj (.text:SimpleBLEPeripheral_clockHandler$0)
                      0000ac0c    00000014     simple_gatt_profile.obj (.text:SimpleProfile_RegisterAppCBs)
                      0000ac20    00000014     rtsv7M3_T_le_eabi.lib : _lock.obj (.text)
                      0000ac34    00000014                           : strlen.obj (.text)
                      0000ac48    00000014     icall_api.obj (.text:setICallCmdEvtHdr$17)
                      0000ac5c    00000014     app_ble_pem3.oem3 (.text:ti_sysbios_family_arm_m3_Hwi_Object__get__S)
                      0000ac70    00000014     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E)
                      0000ac84    00000014     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_doTick__I)
                      0000ac98    00000014     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Swi_Object__get__S)
                      0000acac    00000012     gattservapp_util.obj (.text:GATTServApp_FindAttr)
                      0000acbe    00000012     RFCC26XX_singleMode.obj (.text:RF_getCmdOp)
                      0000acd0    00000012     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_hal_Hwi_Module_startup__E)
                      0000ace2    00000012     app_ble_pem3.oem3 (.text:xdc_runtime_Startup_exec__I)
                      0000acf4    00000010     devinfoservice.obj (.text:DevInfo_SetParameter)
                      0000ad04    00000010     RFCC26XX_singleMode.obj (.text:FsmDispatch$7)
                      0000ad14    00000010     icall_api.obj (.text:GAP_EndDiscoverable)
                      0000ad24    00000010     gattservapp_util.obj (.text:GATTServApp_ReadCharCfg)
                      0000ad34    00000010     icall_api.obj (.text:HCI_LE_ReadMaxDataLenCmd)
                      0000ad44    00000010     icall_cc2650.obj (.text:ICallPlatform_pwrGetXOSCStartupTime)
                      0000ad54    00000010     icall.obj (.text:ICall_primGetTickPeriod$14)
                      0000ad64    00000010     icall.obj (.text:ICall_taskEntry$14)
                      0000ad74    00000010     driverlib.lib : rfc.obj (.text:NOROM_RFCRfTrimSet)
                      0000ad84    00000010                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscHfFastStart)
                      0000ad94    00000010                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscHfIbiastherm)
                      0000ada4    00000010     oad_target_external_flash.obj (.text:OADTarget_getCrc)
                      0000adb4    00000010     oad_target_external_flash.obj (.text:OADTarget_setCrc)
                      0000adc4    00000010     oad_target_external_flash.obj (.text:OADTarget_systemReset)
                      0000add4    00000010     ble_user_config.obj (.text:RegisterAssertCback)
                      0000ade4    00000010     util.obj (.text:Util_isActive)
                      0000adf4    00000010     ExtFlash.obj (.text:extFlashDeselect$18)
                      0000ae04    00000010     ExtFlash.obj (.text:extFlashSelect$18)
                      0000ae14    00000010     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_BIOS_exit__E)
                      0000ae24    00000010                  : BIOS.obj (.text:ti_sysbios_BIOS_getCpuFreq__E)
                      0000ae34    00000010                  : BIOS.obj (.text:ti_sysbios_BIOS_setThreadType__E)
                      0000ae44    00000010                  : BIOS.obj (.text:ti_sysbios_BIOS_start__E)
                      0000ae54    00000010                  : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_post__E)
                      0000ae64    00000010                  : m3_TaskSupport_asm.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_glue)
                      0000ae74    00000010                  : m3_TaskSupport_asm.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_swap__E)
                      0000ae84    00000010     app_ble_pem3.oem3 (.text:ti_sysbios_hal_Hwi_HwiProxy_Object__create__S)
                      0000ae94    00000010     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_Instance_finalize__E)
                      0000aea4    00000010                  : BIOS.obj (.text:ti_sysbios_knl_Swi_disable__E)
                      0000aeb4    00000010                  : BIOS.obj (.text:ti_sysbios_knl_Swi_enabled__E)
                      0000aec4    00000010     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Task_Object__get__S)
                      0000aed4    00000010     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Task_disable__E)
                      0000aee4    00000010                  : BIOS.obj (.text:xdc_runtime_Gate_leaveSystem__E)
                      0000aef4    00000010                  : BIOS.obj (.text:xdc_runtime_SysCallback_abort__E)
                      0000af04    00000010                  : BIOS.obj (.text:xdc_runtime_SysCallback_exit__E)
                      0000af14    00000010                  : BIOS.obj (.text:xdc_runtime_SysCallback_flush__E)
                      0000af24    00000010                  : BIOS.obj (.text:xdc_runtime_SysCallback_putch__E)
                      0000af34    00000010                  : BIOS.obj (.text:xdc_runtime_SysCallback_ready__E)
                      0000af44    00000010                  : BIOS.obj (.text:xdc_runtime_System_vsnprintf__E)
                      0000af54    0000000e     icall_api.obj (.text:GATT_Indication)
                      0000af62    0000000e     icall_cc2650.obj (.text:ICallPlatform_pwrGetTransitionState)
                      0000af70    0000000e     icall_cc2650.obj (.text:ICallPlatform_pwrIsStableXOSCHF)
                      0000af7e    0000000e     icall.obj (.text:ICall_primDisableMInt$14)
                      0000af8c    0000000e     icall.obj (.text:ICall_primEnableMInt$14)
                      0000af9a    0000000e     icall.obj (.text:ICall_primFreeMsg$14)
                      0000afa8    0000000e     icall.obj (.text:ICall_primGetTicks$14)
                      0000afb6    0000000e     driverlib.lib : vims.obj (.text:NOROM_VIMSModeGet)
                      0000afc4    0000000e     oad_target_external_flash.obj (.text:OADTarget_imageAddress)
                      0000afd2    0000000e     SPICC26XXDMA.obj (.text:SPICC26XXDMA_init)
                      0000afe0    0000000e     util.obj (.text:Util_constructQueue)
                      0000afee    0000000e     rtsv7M3_T_le_eabi.lib : copy_decompress_none.obj (.text:decompress:none)
                      0000affc    0000000e     icall_api.obj (.text:matchGSARegisterServiceCS$17)
                      0000b00a    0000000e     icall_api.obj (.text:matchGapLinkEstCS$17)
                      0000b018    0000000e     icall_api.obj (.text:matchGattSendRspCS$17)
                      0000b026    0000000e     icall_api.obj (.text:matchLinkDBGetInfoCS$17)
                      0000b034    0000000e     icall_api.obj (.text:matchLinkDBNumActiveCS$17)
                      0000b042    0000000e     icall_api.obj (.text:matchLinkDBNumConnsCS$17)
                      0000b050    0000000e     icall_api.obj (.text:setDispatchCmdEvtHdr$17)
                      0000b05e    0000000e     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Queue_empty__E)
                      0000b06c    0000000e                  : BIOS.obj (.text:ti_sysbios_knl_Queue_remove__E)
                      0000b07a    0000000e                  : BIOS.obj (.text:xdc_runtime_HeapMin_Instance_init__E)
                      0000b088    0000000c     RFCC26XX_singleMode.obj (.text:FsmNextState$7)
                      0000b094    0000000c     icall_api.obj (.text:GAP_MakeDiscoverable)
                      0000b0a0    0000000c     icall_api.obj (.text:GAP_TerminateAuth)
                      0000b0ac    0000000c     icall_api.obj (.text:GAP_UpdateLinkParamReq)
                      0000b0b8    0000000c     icall_api.obj (.text:GAP_UpdateLinkParamReqReply)
                      0000b0c4    0000000c     icall_api.obj (.text:GGS_SetParameter)
                      0000b0d0    0000000c     icall.obj (.text:ICall_clockFunc$14)
                      0000b0dc    0000000c     icall.obj (.text:ICall_primDisableInt$14)
                      0000b0e8    0000000c     icall.obj (.text:ICall_primEnableInt$14)
                      0000b0f4    0000000c     icall.obj (.text:ICall_primFree$14)
                      0000b100    0000000c     icall.obj (.text:ICall_primSignal$14)
                      0000b10c    0000000c     driverlib.lib : cpu.obj (.text:NOROM_CPUcpsid)
                      0000b118    0000000c                   : cpu.obj (.text:NOROM_CPUcpsie)
                      0000b124    0000000c     PINCC26XX.obj (.text:PIN_registerIntCb)
                      0000b130    0000000c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_getConstraintMask)
                      0000b13c    0000000c                             : PowerCC26XX.oem3 (.text:Power_getDependencyCount)
                      0000b148    0000000c                             : PowerCC26XX.oem3 (.text:Power_getTransitionState)
                      0000b154    0000000c     util.obj (.text:Util_startClock)
                      0000b160    0000000c     rtsv7M3_T_le_eabi.lib : copy_zero_init.obj (.text:decompress:ZI)
                      0000b16c    0000000c     icall_api.obj (.text:matchProfileSetParamCS$17)
                      0000b178    0000000c     SPICC26XXDMA.obj (.text:spiPostNotify$9)
                      0000b184    0000000c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_BIOS_getThreadType__E)
                      0000b190    0000000c     app_ble_pem3.oem3 (.text:ti_sysbios_family_arm_m3_Hwi_Params__init__S)
                      0000b19c    0000000c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_disableFxn__E)
                      0000b1a8    0000000c                  : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_enableFxn__E)
                      0000b1b4    0000000c                  : BIOS.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E)
                      0000b1c0    0000000c                  : BIOS.obj (.text:ti_sysbios_gates_GateHwi_enter__E)
                      0000b1cc    0000000c     app_ble_pem3.oem3 (.text:ti_sysbios_hal_Hwi_Params__init__S)
                      0000b1d8    0000000c     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_Params__init__S)
                      0000b1e4    0000000c     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Queue_Object__get__S)
                      0000b1f0    0000000c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Queue_dequeue__E)
                      0000b1fc    0000000c                  : BIOS.obj (.text:ti_sysbios_knl_Queue_enqueue__E)
                      0000b208    0000000c     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Semaphore_Params__init__S)
                      0000b214    0000000c     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Swi_Params__init__S)
                      0000b220    0000000c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Swi_getTrigger__E)
                      0000b22c    0000000c     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Task_Params__init__S)
                      0000b238    0000000c     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Task_self__E)
                      0000b244    0000000c                  : BIOS.obj (.text:xdc_runtime_Gate_enterSystem__E)
                      0000b250    0000000c                  : BIOS.obj (.text:xdc_runtime_HeapMin_getStats__E)
                      0000b25c    0000000c                  : BIOS.obj (.text:xdc_runtime_Memory_calloc__E)
                      0000b268    0000000c                  : BIOS.obj (.text:xdc_runtime_Memory_getMaxDefaultTypeAlign__E)
                      0000b274    0000000c                  : BIOS.obj (.text:xdc_runtime_Startup_rtsDone__E)
                      0000b280    0000000a     icall_cc2650.obj (.text:ICallPlatform_pwrSwitchXOSCHF)
                      0000b28a    0000000a     icall.obj (.text:ICall_primE2S$14)
                      0000b294    0000000a     drivers_cc26xxware.aem3 : List.oem3 (.text:List_empty)
                      0000b29e    0000000a     oad_target_external_flash.obj (.text:OADTarget_readFlash)
                      0000b2a8    0000000a     SPI.obj (.text:SPI_close)
                      0000b2b2    0000000a     SPI.obj (.text:SPI_transfer)
                      0000b2bc    0000000a     UDMACC26XX.obj (.text:UDMACC26XX_hwiIntFxn)
                      0000b2c6    0000000a     app_ble_pem3.oem3 (.text:xdc_runtime_IHeap_alloc)
                      0000b2d0    00000008     icall_api.obj (.text:GAP_RegisterForMsgs)
                      0000b2d8    00000008     icall_api.obj (.text:GATT_RegisterForMsgs)
                      0000b2e0    00000008     RFCC26XX_singleMode.obj (.text:RF_flushCmd)
                      0000b2e8    00000008     SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCallback$9)
                      0000b2f0    00000008     simple_peripheral.obj (.text:SimpleBLEPeripheral_charValueChangeCB$0)
                      0000b2f8    00000008     simple_peripheral.obj (.text:SimpleBLEPeripheral_stateChangeCB$0)
                      0000b300    00000008     icall_api.obj (.text:matchHciExtConnEventNoticeCS$17)
                      0000b308    00000008     icall_api.obj (.text:matchHciLeReadMaxDataLenCS$17)
                      0000b310    00000008     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I)
                      0000b318    00000008                  : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_startup__E)
                      0000b320    00000008                  : BIOS.obj (.text:ti_sysbios_knl_Idle_loop__E)
                      0000b328    00000008     app_ble_pem3.oem3 (.text:xdc_runtime_Text_visitRope__I)
                      0000b330    00000006     icall_api.obj (.text:GGS_AddService)
                      0000b336    00000006     icall.obj (.text:ICall_mallocImpl)
                      0000b33c    00000006     oad_target_external_flash.obj (.text:OADTarget_eraseFlash)
                      0000b342    00000006     sysbios.aem3 : BIOS.obj (.text:__xdc__init)
                      0000b348    00000006     RFCC26XX_singleMode.obj (.text:clkInactivityFxn$7)
                      0000b34e    00000006     rtsv7M3_T_le_eabi.lib : copy_decompress_rle.obj (.text:decompress:rle24)
                      0000b354    00000006     icall_api.obj (.text:gattAddService$17)
                      0000b35a    00000006     icall_api.obj (.text:matchBondMgrSetParamCS$17)
                      0000b360    00000006     icall_api.obj (.text:matchGGSSetParamCS$17)
                      0000b366    00000006     icall_api.obj (.text:matchGapConnParamUpdateReplyCS$17)
                      0000b36c    00000006     icall_api.obj (.text:matchGapDeviceInitCS$17)
                      0000b372    00000006     icall_api.obj (.text:matchGapEndDiscoverableCS$17)
                      0000b378    00000006     icall_api.obj (.text:matchGapGetParamCS$17)
                      0000b37e    00000006     icall_api.obj (.text:matchGapMakeDiscoverableCS$17)
                      0000b384    00000006     icall_api.obj (.text:matchGapSetParamCS$17)
                      0000b38a    00000006     icall_api.obj (.text:matchGapTerminateAuthCS$17)
                      0000b390    00000006     icall_api.obj (.text:matchGapTerminateLinkReqCS$17)
                      0000b396    00000006     icall_api.obj (.text:matchGapUpdateAdvDataCS$17)
                      0000b39c    00000006     icall_api.obj (.text:matchGapUpdateLinkParamReqCS$17)
                      0000b3a2    00000006     icall_api.obj (.text:matchUtilNvReadCS$17)
                      0000b3a8    00000006     icall_api.obj (.text:matchUtilNvWriteCS$17)
                      0000b3ae    00000006     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I)
                      0000b3b4    00000006                  : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_restoreFxn__E)
                      0000b3ba    00000006                  : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_setFunc__E)
                      0000b3c0    00000006                  : BIOS.obj (.text:ti_sysbios_gates_GateHwi_leave__E)
                      0000b3c6    00000006                  : BIOS.obj (.text:ti_sysbios_knl_Queue_Instance_init__E)
                      0000b3cc    00000006                  : BIOS.obj (.text:ti_sysbios_knl_Queue_elemClear__E)
                      0000b3d2    00000006                  : BIOS.obj (.text:ti_sysbios_knl_Swi_startup__E)
                      0000b3d8    00000006                  : BIOS.obj (.text:ti_sysbios_knl_Task_enable__E)
                      0000b3de    00000006                  : BIOS.obj (.text:xdc_runtime_System_Module_startup__E)
                      0000b3e4    00000004     icall_api.obj (.text:GATTServApp_AddService)
                      0000b3e8    00000004     tirtosport.aem3 : HwiP_tirtos.oem3 (.text:HwiP_disable)
                      0000b3ec    00000004     icall.obj (.text:ICall_primAbort$14)
                      0000b3f0    00000004     drivers_cc26xxware.aem3 : List.oem3 (.text:List_head)
                      0000b3f4    00000004                             : List.oem3 (.text:List_next)
                      0000b3f8    00000004     RFCC26XX_singleMode.obj (.text:Q_peek$7)
                      0000b3fc    00000004     util.obj (.text:Util_stopClock)
                      0000b400    00000004     peripheral.obj (.text:gapRole_SetupGAP$24)
                      0000b404    00000004     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:nopResourceHandler)
                      0000b408    00000004     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_RtsGateProxy_enter__E)
                      0000b40c    00000004     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_RtsGateProxy_leave__E)
                      0000b410    00000004     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getCount64__E)
                      0000b414    00000004                  : BIOS.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setPeriod__E)
                      0000b418    00000004     app_ble_pem3.oem3 (.text:ti_sysbios_family_arm_m3_Hwi_destruct)
                      0000b41c    00000004     app_ble_pem3.oem3 (.text:ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S)
                      0000b420    00000004     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_query__E)
                      0000b424    00000004                  : BIOS.obj (.text:ti_sysbios_gates_GateMutex_query__E)
                      0000b428    00000004     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E)
                      0000b42c    00000004     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E)
                      0000b430    00000004     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_TimerProxy_setNextTick__E)
                      0000b434    00000004     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Clock_isActive__E)
                      0000b438    00000004                  : BIOS.obj (.text:ti_sysbios_knl_Clock_removeI__E)
                      0000b43c    00000004                  : BIOS.obj (.text:ti_sysbios_knl_Clock_setTimeout__E)
                      0000b440    00000004     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Queue_destruct)
                      0000b444    00000004     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Queue_head__E)
                      0000b448    00000004                  : BIOS.obj (.text:ti_sysbios_knl_Queue_next__E)
                      0000b44c    00000004     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Semaphore_destruct)
                      0000b450    00000004     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Swi_destruct)
                      0000b454    00000004     sysbios.aem3 : BIOS.obj (.text:ti_sysbios_knl_Swi_postInit__I)
                      0000b458    00000004                  : BIOS.obj (.text:ti_sysbios_knl_Task_startup__E)
                      0000b45c    00000004                  : BIOS.obj (.text:xdc_runtime_HeapMin_isBlocking__E)
                      0000b460    00000004                  : BIOS.obj (.text:xdc_runtime_SysCallback_defaultReady)
                      0000b464    00000004     app_ble_pem3.oem3 (.text:xdc_runtime_System_Module_GateProxy_enter__E)
                      0000b468    00000004     app_ble_pem3.oem3 (.text:xdc_runtime_System_Module_GateProxy_leave__E)
                      0000b46c    00000004     sysbios.aem3 : BIOS.obj (.text:xdc_runtime_System_printf_va__F)
                      0000b470    00000002                  : BIOS.obj (.text:xdc_runtime_SysCallback_defaultExit)
                      0000b472    00000002                  : BIOS.obj (.text:xdc_runtime_SysCallback_defaultFlush)
                      0000b474    00000002                  : BIOS.obj (.text:xdc_runtime_SysCallback_defaultPutch)
                      0000b476    00000002                  : BIOS.obj (.text:xdc_runtime_System_abortSpin__E)
                      0000b478    00000002                  : BIOS.obj (.text:xdc_runtime_System_exitSpin__E)
    
    .const     0    0000b47c    000008d1     
                      0000b47c    000000cc     icall.obj (.const)
                      0000b548    000000c8     simple_peripheral.obj (.const:.string:$P$T0$1$0)
                      0000b610    00000054     SPICC26XXDMA.obj (.const)
                      0000b664    00000054     oad.obj (.const)
                      0000b6b8    0000004c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.const:resourceDB)
                      0000b704    0000004c     ble_user_config.obj (.const:rfDriverTable)
                      0000b750    0000003c     oad.obj (.const:.string)
                      0000b78c    0000003c     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__PARAMS__C)
                      0000b7c8    00000038     board.obj (.const:spiCC26XXDMAHWAttrs)
                      0000b800    00000030     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C)
                      0000b830    0000002c     gatt_uuid.obj (.const)
                      0000b85c    0000002c     app_ble_pem3.oem3 (.const:ti_sysbios_hal_Hwi_Object__PARAMS__C)
                      0000b888    00000028     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__PARAMS__C)
                      0000b8b0    00000028     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_Module__FXNS__C)
                      0000b8d8    00000027     ble_user_config.obj (.const:txPowerTable)
                      0000b8ff    00000001     app_ble_pem3.oem3 (.const:xdc_runtime_Error_policy__C)
                      0000b900    00000024     board.obj (.const:SPI_config)
                      0000b924    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Module__FXNS__C)
                      0000b948    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Module__FXNS__C)
                      0000b96c    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_Object__PARAMS__C)
                      0000b990    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_Object__PARAMS__C)
                      0000b9b4    00000020     SPI.obj (.const)
                      0000b9d4    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C)
                      0000b9f4    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Object__DESC__C)
                      0000ba14    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Object__DESC__C)
                      0000ba34    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_hal_Hwi_Object__DESC__C)
                      0000ba54    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_Object__DESC__C)
                      0000ba74    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__DESC__C)
                      0000ba94    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_Object__DESC__C)
                      0000bab4    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__DESC__C)
                      0000bad4    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__DESC__C)
                      0000baf4    00000020     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_Object__DESC__C)
                      0000bb14    00000020     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_Object__PARAMS__C)
                      0000bb34    0000001c     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__A)
                      0000bb50    00000018     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Object__PARAMS__C)
                      0000bb68    00000018     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Object__PARAMS__C)
                      0000bb80    00000018     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__PARAMS__C)
                      0000bb98    00000014     devinfoservice.obj (.const:.string)
                      0000bbac    00000014     RFCC26XX_singleMode.obj (.const)
                      0000bbc0    00000014     ble_user_config.obj (.const)
                      0000bbd4    00000014     devinfoservice.obj (.const)
                      0000bbe8    00000014     simple_gatt_profile.obj (.const)
                      0000bbfc    00000010     board.obj (.const:PowerCC26XX_config)
                      0000bc0c    00000010     board.obj (.const:TRNGCC26XX_config)
                      0000bc1c    00000010     board.obj (.const:UDMACC26XX_config)
                      0000bc2c    0000000e     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__A)
                      0000bc3a    0000000c     simple_gatt_profile.obj (.const:.string)
                      0000bc46    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Module__id__C)
                      0000bc48    0000000c     board.obj (.const:BoardGpioInitTable)
                      0000bc54    00000008     ExtFlash.obj (.const)
                      0000bc5c    00000008     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Idle_funcList__C)
                      0000bc64    00000008     board.obj (.const:udmaHWAttrs)
                      0000bc6c    00000008     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__A)
                      0000bc74    00000008     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__C)
                      0000bc7c    00000008     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_lastFxns__C)
                      0000bc84    00000004     board.obj (.const:TRNGCC26XXHWAttrs)
                      0000bc88    00000004     icall_cc2650.obj (.const)
                      0000bc8c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C)
                      0000bc90    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C)
                      0000bc94    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C)
                      0000bc98    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__count__C)
                      0000bc9c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_ccr__C)
                      0000bca0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C)
                      0000bca4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C)
                      0000bca8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_priGroup__C)
                      0000bcac    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C)
                      0000bcb0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Instance_State_sem__O)
                      0000bcb4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_Module_State_clockQ__O)
                      0000bcb8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_tickPeriod__C)
                      0000bcbc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_triggerClock__C)
                      0000bcc0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Idle_funcList__A)
                      0000bcc4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O)
                      0000bcc8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__count__C)
                      0000bccc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Module_State_inactiveQ__O)
                      0000bcd0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__count__C)
                      0000bcd4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_allBlockedFunc__C)
                      0000bcd8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_defaultStackHeap__C)
                      0000bcdc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_defaultStackSize__C)
                      0000bce0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_numConstructedTasks__C)
                      0000bce4    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Error_E_memory__C)
                      0000bce8    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Error_policyFxn__C)
                      0000bcec    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_E_freeError__C)
                      0000bcf0    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IGateProvider_Interface__BASE__C)
                      0000bcf4    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IHeap_Interface__BASE__C)
                      0000bcf8    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IModule_Interface__BASE__C)
                      0000bcfc    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Memory_defaultHeapInstance__C)
                      0000bd00    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_execImpl__C)
                      0000bd04    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_maxPasses__C)
                      0000bd08    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__C)
                      0000bd0c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__C)
                      0000bd10    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_abortFxn__C)
                      0000bd14    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_exitFxn__C)
                      0000bd18    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_flushFxn__C)
                      0000bd1c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_putchFxn__C)
                      0000bd20    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_readyFxn__C)
                      0000bd24    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_Module__gateObj__C)
                      0000bd28    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_abortFxn__C)
                      0000bd2c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_exitFxn__C)
                      0000bd30    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_extendFxn__C)
                      0000bd34    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_maxAtexitHandlers__C)
                      0000bd38    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nodeTab__A)
                      0000bd3c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_visitRopeFxn__C)
                      0000bd40    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_Module__id__C)
                      0000bd42    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_freeError__C)
                      0000bd44    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Memory_Module__id__C)
                      0000bd46    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_isLoaded__C)
                      0000bd48    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_registryModsLastId__C)
                      0000bd4a    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_unnamedModsLastId__C)
                      0000bd4c    00000001     app_ble_pem3.oem3 (.const:xdc_runtime_Text_charTab__A)
    
    .cinit     0    0000bda8    00000828     
                      0000bda8    000007c1     (.cinit..data.load) [load image, compression = rle]
                      0000c569    00000003     --HOLE-- [fill = 0]
                      0000c56c    0000000c     (__TI_handler_table)
                      0000c578    00000008     (.cinit..TI.bound:dmaSpi0RxControlTableEntry$9.load) [load image, compression = zero_init]
                      0000c580    00000008     (.cinit..TI.bound:dmaSpi0TxControlTableEntry$9.load) [load image, compression = zero_init]
                      0000c588    00000008     (.cinit..TI.bound:dmaSpi1RxControlTableEntry$9.load) [load image, compression = zero_init]
                      0000c590    00000008     (.cinit..TI.bound:dmaSpi1TxControlTableEntry$9.load) [load image, compression = zero_init]
                      0000c598    00000008     (.cinit..bss.load) [load image, compression = zero_init]
                      0000c5a0    00000030     (__TI_cinit_table)
    
    .init_array 
    *          0    00001010    00000000     UNINITIALIZED
    
    .resetVecs 
    *          0    00001010    0000003c     
                      00001010    0000003c     app_ble_pem3.oem3 (.resetVecs)
    
    .ccfg      0    0000bd50    00000058     
                      0000bd50    00000058     ccfg_app_ble.obj (.ccfg:retain)
    
    .vecs      0    20000000    000000c8     NOLOAD SECTION
                      20000000    000000c8     app_ble_pem3.oem3 (.vecs)
    
    .TI.bound:dmaSpi0RxControlTableEntry$9 
    *          0    20000430    00000010     UNINITIALIZED
                      20000430    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi0RxControlTableEntry$9)
    
    .TI.bound:dmaSpi0TxControlTableEntry$9 
    *          0    20000440    00000010     UNINITIALIZED
                      20000440    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi0TxControlTableEntry$9)
    
    .TI.bound:dmaSpi1RxControlTableEntry$9 
    *          0    20000500    00000010     UNINITIALIZED
                      20000500    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi1RxControlTableEntry$9)
    
    .TI.bound:dmaSpi1TxControlTableEntry$9 
    *          0    20000510    00000010     UNINITIALIZED
                      20000510    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi1TxControlTableEntry$9)
    
    .data      0    20000520    00001391     UNINITIALIZED
                      20000520    00000380     peripheral.obj (.data)
                      200008a0    0000037c     simple_peripheral.obj (.data)
                      20000c1c    00000004     SPI.obj (.data)
                      20000c20    00000228     RFCC26XX_singleMode.obj (.data)
                      20000e48    000001e0     devinfoservice.obj (.data)
                      20001028    00000180     simple_gatt_profile.obj (.data)
                      200011a8    00000124     oad.obj (.data)
                      200012cc    00000120     app_ble_pem3.oem3 (.data)
                      200013ec    00000110     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.data:PowerCC26XX_module)
                      200014fc    00000094     icall.obj (.data)
                      20001590    0000006c     ExtFlash.obj (.data)
                      200015fc    00000058     ble_user_config.obj (.data:rfRegTbl)
                      20001654    0000004c     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Object__table__V)
                      200016a0    00000048     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_Timer_Object__table__V)
                      200016e8    00000044     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Module__state__V)
                      2000172c    00000034     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_m3_Hwi_Module__state__V)
                      20001760    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Module_State_0_readyQ__A)
                      20001790    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Object__table__V)
                      200017c0    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Module_State_0_readyQ__A)
                      200017f0    00000030     main.obj (.data:user0Cfg)
                      20001820    0000002c     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Clock_Module__state__V)
                      2000184c    00000024     app_ble_pem3.oem3 (.data:ti_sysbios_BIOS_Module__state__V)
                      20001870    00000014     oad_target_external_flash.obj (.data)
                      20001884    0000000c     icall_api.obj (.data)
                      20001890    00000008     icall_cc2650.obj (.data)
                      20001898    00000008     rtsv7M3_T_le_eabi.lib : _lock.obj (.data)
                      200018a0    00000008                           : exit.obj (.data)
                      200018a8    00000004     ble_user_config.obj (.data)
                      200018ac    00000004     rtsv7M3_T_le_eabi.lib : stkdepth_vars.obj (.data)
                      200018b0    00000001     TRNGCC26XX.obj (.data)
    
    .bss       0    200018b8    00000c5a     UNINITIALIZED
                      200018b8    00000684     app_ble_pem3.oem3 (.bss:xdc_runtime_HeapMin_Instance_State_0_buf__A)
                      20001f3c    00000004     (.common:dispatchInUs$7)
                      20001f40    00000200     app_ble_pem3.oem3 (.bss:taskStackSection)
                      20002140    000001b8     board.obj (.bss:spiCC26XXDMAObjects)
                      200022f8    00000110     PINCC26XX.obj (.bss)
                      20002408    000000c8     app_ble_pem3.oem3 (.bss:ti_sysbios_family_arm_m3_Hwi_dispatchTable)
                      200024d0    00000020     (.common:udmaObjects)
                      200024f0    00000014     driverlib.lib : osc.obj (.bss:oscHfGlobals)
                      20002504    00000008                   : sys_ctrl.obj (.bss:powerQualGlobals)
                      2000250c    00000004     (.common:trngCC26XXObjects)
                      20002510    00000001     (.common:bRestart$7)
                      20002511    00000001     (.common:driverlib_release_0_47020)
    
    .vtable    0    20002512    00000000     UNINITIALIZED
    
    .vtable_ram 
    *          0    20002512    00000000     UNINITIALIZED
    
    vtable_ram 
    *          0    20002512    00000000     UNINITIALIZED
    
    .sysmem    0    20002512    00000000     UNINITIALIZED
    
    .nonretenvar 
    *          0    20002512    00000000     UNINITIALIZED
    
    .stack     0    20004118    00000200     UNINITIALIZED
                      20004118    00000200     --HOLE--
    
    .bootVecs 
    *          0    00000000    00000008     DSECT
                      00000000    00000008     boot.aem3 : boot.oem3 (.bootVecs)
    
    xdc.meta   0    00000000    00000118     COPY SECTION
                      00000000    00000118     app_ble_pem3.oem3 (xdc.meta)
    
    xdc.noload 
    *          0    00000000    00000000     COPY SECTION
    
    
    LINKER GENERATED COPY TABLES
    
    __TI_cinit_table @ 0000c5a0 records: 6, size/record: 8, table size: 48
    	.data: load addr=0000bda8, load size=000007c1 bytes, run addr=20000520, run size=00001391 bytes, compression=rle
    	.TI.bound:dmaSpi0RxControlTableEntry$9: load addr=0000c578, load size=00000008 bytes, run addr=20000430, run size=00000010 bytes, compression=zero_init
    	.TI.bound:dmaSpi0TxControlTableEntry$9: load addr=0000c580, load size=00000008 bytes, run addr=20000440, run size=00000010 bytes, compression=zero_init
    	.TI.bound:dmaSpi1RxControlTableEntry$9: load addr=0000c588, load size=00000008 bytes, run addr=20000500, run size=00000010 bytes, compression=zero_init
    	.TI.bound:dmaSpi1TxControlTableEntry$9: load addr=0000c590, load size=00000008 bytes, run addr=20000510, run size=00000010 bytes, compression=zero_init
    	.bss: load addr=0000c598, load size=00000008 bytes, run addr=200018b8, run size=00000c5a bytes, compression=zero_init
    
    
    LINKER GENERATED HANDLER TABLE
    
    __TI_handler_table @ 0000c56c records: 3, size/record: 4, table size: 12
    	index: 0, handler: __TI_decompress_rle24
    	index: 1, handler: __TI_decompress_none
    	index: 2, handler: __TI_zero_init
    
    
    GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name 
    
    address   name                                                        
    -------   ----                                                        
    10014c00  A1_rw                                                       
    10019ffe  A2_rw                                                       
    10019ffc  A3_rw                                                       
    20004f2c  A4_rw                                                       
    20004f7c  ACCX                                                        
    20004f80  ACCY                                                        
    20004f84  ACCZ                                                        
    10015229  ATOMICPATTERN                                               
    10016c29  AddRoundKeySubBytes_Sw                                      
    10018a19  AesCcm_authEncrypt_Sw                                       
    10018a35  AesCcm_decryptAuth_Sw                                       
    10018b09  AesCcm_getNumBlocks_Sw                                      
    10018ac5  Aes_decrypt_Sw                                              
    10018a99  Aes_encrypt_Sw                                              
    0000791d  AssertHandler                                               
    0000bc48  BoardGpioInitTable                                          
    00007af9  C$$EXIT                                                     
    20004f2c  COMMON_RAM_BASE_ADDR                                        
    10014c01  COMMON_ROM_BASE_ADDR                                        
    10015a6d  COPY                                                        
    000046e3  DefaultAssertCback                                          
    0000ab45  DevInfo_AddService                                          
    0000acf5  DevInfo_SetParameter                                        
    10017959  ECC_allocWorkzone                                           
    10017961  ECC_setWin                                                  
    10017969  ECDSA_sign                                                  
    10017b01  ECDSA_verif                                                 
    10015a11  EXPORTOPERAND                                               
    20004f78  EXPW                                                        
    20004f6c  EXPX                                                        
    20004f70  EXPY                                                        
    20004f74  EXPZ                                                        
    00008e2d  ExtFlash_close                                              
    00006681  ExtFlash_erase                                              
    00007d5d  ExtFlash_open                                               
    00007d9d  ExtFlash_read                                               
    00005d3d  ExtFlash_write                                              
    10016f58  FFMult2                                                     
    10017058  FFMult3                                                     
    10016d05  FFMult_Sw                                                   
    10018d6c  Fill1                                                       
    000084d5  GAPBondMgr_LinkEst                                          
    00009c05  GAPBondMgr_LinkTerm                                         
    00009451  GAPBondMgr_Register                                         
    00008889  GAPBondMgr_SetParameter                                     
    000030a1  GAPRole_GetParameter                                        
    00007ddd  GAPRole_SendUpdateParam                                     
    00001901  GAPRole_SetParameter                                        
    0000a23d  GAPRole_StartDevice                                         
    0000a6a1  GAPRole_TerminateConnection                                 
    00007e1d  GAPRole_createTask                                          
    0000703d  GAP_DeviceInit                                              
    0000ad15  GAP_EndDiscoverable                                         
    000080d9  GAP_GetParamValue                                           
    0000b095  GAP_MakeDiscoverable                                        
    0000b2d1  GAP_RegisterForMsgs                                         
    000088bd  GAP_SetParamValue                                           
    0000b0a1  GAP_TerminateAuth                                           
    00007961  GAP_TerminateLinkReq                                        
    0000708d  GAP_UpdateAdvertisingData                                   
    0000b0ad  GAP_UpdateLinkParamReq                                      
    0000b0b9  GAP_UpdateLinkParamReqReply                                 
    0000b3e5  GATTServApp_AddService                                      
    0000acad  GATTServApp_FindAttr                                        
    00009ea9  GATTServApp_InitCharCfg                                     
    000075b9  GATTServApp_ProcessCCCWriteReq                              
    00005a15  GATTServApp_ProcessCharCfg                                  
    0000ad25  GATTServApp_ReadCharCfg                                     
    00008115  GATTServApp_RegisterService                                 
    000098bf  GATTServApp_WriteCharCfg                                    
    0000af55  GATT_Indication                                             
    0000a585  GATT_Notification                                           
    0000b2d9  GATT_RegisterForMsgs                                        
    00007e5d  GATT_SendRsp                                                
    0000a259  GATT_bm_alloc                                               
    0000a275  GATT_bm_free                                                
    10015141  GETBIT                                                      
    10015155  GETDIGIT                                                    
    100151a5  GETDIGITL2R                                                 
    0000b331  GGS_AddService                                              
    0000b0c5  GGS_SetParameter                                            
    0000947d  HCI_EXT_ConnEventNoticeCmd                                  
    0000ad35  HCI_LE_ReadMaxDataLenCmd                                    
    20001520  HEAPMGR_SIZE                                                
    0000b3e9  HwiP_disable                                                
    0000b3b5  HwiP_restore                                                
    00008151  ICallPlatform_pwrConfigACAction                             
    0000a6b9  ICallPlatform_pwrDispense                                   
    0000af63  ICallPlatform_pwrGetTransitionState                         
    0000ad45  ICallPlatform_pwrGetXOSCStartupTime                         
    0000af71  ICallPlatform_pwrIsStableXOSCHF                             
    00007359  ICallPlatform_pwrRegisterNotify                             
    0000a6d1  ICallPlatform_pwrRequire                                    
    0000b281  ICallPlatform_pwrSwitchXOSCHF                               
    00005a89  ICallPlatform_pwrUpdActivityCounter                         
    00005739  ICall_createRemoteTasks                                     
    200014fc  ICall_dispatcher                                            
    0000a59f  ICall_enterCSImpl                                           
    20001504  ICall_enterCriticalSection                                  
    000094a9  ICall_freeImpl                                              
    000094a9  ICall_heapFree                                              
    00005e1d  ICall_heapInit                                              
    00005325  ICall_heapMalloc                                            
    000098e9  ICall_init                                                  
    0000aabf  ICall_leaveCSImpl                                           
    20001508  ICall_leaveCriticalSection                                  
    0000b337  ICall_mallocImpl                                            
    000089c1  ICall_searchServiceEntity                                   
    10015a35  IMPORTDATA                                                  
    100159a9  IMPORTLENGTH                                                
    100159ad  IMPORTMODULUS                                               
    100159d1  IMPORTOPERAND                                               
    1001568d  INVERT                                                      
    10016da1  InvAddRoundKey_Sw                                           
    10016ed5  InvMixColumns_Sw                                            
    10016dc9  InvRoundKey_Sw                                              
    10017264  InvSbox                                                     
    10016ea1  InvShiftRows_Sw                                             
    10016e8d  InvSubBytes_Sw                                              
    100154f5  JACADD                                                      
    20004fe8  LEN                                                         
    100158ac  LUTC                                                        
    100158dc  LUTINCI                                                     
    100158f4  LUTJ                                                        
    1001588c  LUTOPCODE                                                   
    10015894  LUTOPSIGN                                                   
    100158c4  LUTSE                                                       
    1001596c  LUTSTATE                                                    
    0000b295  List_empty                                                  
    0000b3f1  List_head                                                   
    0000b3f5  List_next                                                   
    00009bb9  List_put                                                    
    0000a5d3  List_remove                                                 
    10018825  MB_ClearInts                                                
    100187f5  MB_DisableInts                                              
    10018835  MB_EnableHWInts                                             
    10018799  MB_EnableInts                                               
    10018945  MB_FwDebugDump                                              
    10018755  MB_Init                                                     
    10018935  MB_ReadMailboxStatus                                        
    1001893d  MB_RegisterIsrCback                                         
    10018865  MB_SendCommand                                              
    100188a5  MB_SendCommandSynch                                         
    20004fe4  MOD                                                         
    20004fd8  MSBMOD                                                      
    10016c79  MixColumns_Sw                                               
    10018b9c  NIST_Curve_P256_Gx                                          
    10018bc0  NIST_Curve_P256_Gy                                          
    10018b54  NIST_Curve_P256_a                                           
    10018b78  NIST_Curve_P256_b                                           
    10018b0c  NIST_Curve_P256_p                                           
    10018b30  NIST_Curve_P256_r                                           
    00009989  NOROM_AONBatMonTemperatureGetDegC                           
    0000ab6d  NOROM_AONRTCCurrent64BitValueGet                            
    0000a7a9  NOROM_AONRTCCurrentCompareValueGet                          
    0000b10d  NOROM_CPUcpsid                                              
    0000b119  NOROM_CPUcpsie                                              
    00007605  NOROM_ChipInfo_GetChipFamily                                
    00005ccd  NOROM_ChipInfo_GetHwRevision                                
    0000a7c1  NOROM_ChipInfo_GetPackageType                               
    00007e9d  NOROM_DDI16BitfieldRead                                     
    0000764d  NOROM_DDI16BitfieldWrite                                    
    000095dd  NOROM_DDI32RegWrite                                         
    0000a2e5  NOROM_OSCClockSourceGet                                     
    0000743d  NOROM_OSCClockSourceSet                                     
    00006739  NOROM_OSCHF_AttemptToSwitchToXosc                           
    0000520d  NOROM_OSCHF_GetStartupTime                                  
    000089f5  NOROM_OSCHF_SwitchToRcOscTurnOffXosc                        
    0000a7d9  NOROM_OSCHF_TurnOnXosc                                      
    0000818d  NOROM_OSC_HPOSCRelativeFrequencyOffsetGet                   
    00004df7  NOROM_RFCAdi3VcoLdoVoltageMode                              
    0000a7f1  NOROM_RFCCpeIntGetAndClear                                  
    00009f69  NOROM_RFCDoorbellSendTo                                     
    000058ab  NOROM_RFCRTrim                                              
    00009f89  NOROM_RFCRfTrimRead                                         
    0000ad75  NOROM_RFCRfTrimSet                                          
    000081c9  NOROM_RFCSynthPowerDown                                     
    000058ad  NOROM_SetupAfterColdResetWakeupFromShutDownCfg1             
    00003aa9  NOROM_SetupAfterColdResetWakeupFromShutDownCfg2             
    00002f71  NOROM_SetupAfterColdResetWakeupFromShutDownCfg3             
    0000a809  NOROM_SetupGetTrimForAdcShModeEn                            
    0000a821  NOROM_SetupGetTrimForAdcShVbufEn                            
    00005e89  NOROM_SetupGetTrimForAmpcompCtrl                            
    0000a839  NOROM_SetupGetTrimForAmpcompTh1                             
    0000a301  NOROM_SetupGetTrimForAmpcompTh2                             
    000060a5  NOROM_SetupGetTrimForAnabypassValue1                        
    0000a851  NOROM_SetupGetTrimForDblrLoopFilterResetVoltage             
    00009609  NOROM_SetupGetTrimForRadcExtCfg                             
    0000a869  NOROM_SetupGetTrimForRcOscLfIBiasTrim                       
    0000a31d  NOROM_SetupGetTrimForRcOscLfRtuneCtuneTrim                  
    00009fa9  NOROM_SetupGetTrimForXoscHfCtl                              
    0000ad85  NOROM_SetupGetTrimForXoscHfFastStart                        
    0000ad95  NOROM_SetupGetTrimForXoscHfIbiastherm                       
    0000a881  NOROM_SetupGetTrimForXoscLfRegulatorAndCmirrwrRatio         
    00008f1d  NOROM_SetupSetAonRtcSubSecInc                               
    0000712d  NOROM_SetupSetCacheModeAccordingToCcfgSetting               
    000048f5  NOROM_SetupTrimDevice                                       
    00006795  NOROM_SysCtrlAdjustRechargeAfterPowerDown                   
    00001d65  NOROM_SysCtrlSetRechargeBeforePowerDown                     
    0000610d  NOROM_SysCtrl_DCDC_VoltageConditionalControl                
    00008a29  NOROM_TRNGConfigure                                         
    0000ab81  NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated
    0000afb7  NOROM_VIMSModeGet                                           
    0000ab95  OADTarget_close                                             
    0000b33d  OADTarget_eraseFlash                                        
    0000ada5  OADTarget_getCrc                                            
    00006175  OADTarget_getCurrentImageHeader                             
    0000afc5  OADTarget_imageAddress                                      
    0000a899  OADTarget_open                                              
    0000b29f  OADTarget_readFlash                                         
    0000adb5  OADTarget_setCrc                                            
    00007edd  OADTarget_storeImageHeader                                  
    0000adc5  OADTarget_systemReset                                       
    000067f1  OADTarget_validateNewImage                                  
    0000aba9  OADTarget_writeFlash                                        
    00006b89  OAD_addService                                              
    00004849  OAD_imgBlockWrite                                           
    00004c25  OAD_imgIdentifyWrite                                        
    0000abbd  OAD_register                                                
    10014c04  P1_ro                                                       
    10019ffe  P1_ro_2                                                     
    20004f40  P2_rw                                                       
    20004f40  P2_s0                                                       
    20004fac  P2_zi                                                       
    00008205  PINCC26XX_getConfig                                         
    00009c71  PINCC26XX_getPinCount                                       
    00009635  PINCC26XX_setMux                                            
    2000238c  PIN_HandleTable                                             
    200022f8  PIN_NumPins                                                 
    00006315  PIN_add                                                     
    0000a1a7  PIN_close                                                   
    0000a8b1  PIN_getConfig                                               
    0000251d  PIN_init                                                    
    00004df9  PIN_open                                                    
    0000b125  PIN_registerIntCb                                           
    00006be1  PIN_remove                                                  
    00009661  PIN_setConfig                                               
    00008f4d  PIN_setInterrupt                                            
    00008a5d  PIN_setOutputValue                                          
    00006501  PowerCC26XX_RCOSC_clockFunc                                 
    00005b71  PowerCC26XX_auxISR                                          
    00005ef5  PowerCC26XX_calibrate                                       
    0000bbfc  PowerCC26XX_config                                          
    00002861  PowerCC26XX_doCalibrate                                     
    0000520d  PowerCC26XX_getXoscStartupTime                              
    00006c39  PowerCC26XX_initiateCalibration                             
    00008a91  PowerCC26XX_isStableXOSC_HF                                 
    200013ec  PowerCC26XX_module                                          
    00003f05  PowerCC26XX_standbyPolicy                                   
    000099b1  PowerCC26XX_switchXOSC_HF                                   
    0000b131  Power_getConstraintMask                                     
    0000b13d  Power_getDependencyCount                                    
    0000a1c5  Power_getTransitionLatency                                  
    0000b149  Power_getTransitionState                                    
    0000a8c9  Power_idleFunc                                              
    000031c1  Power_init                                                  
    000099d9  Power_registerNotify                                        
    00008f7d  Power_releaseConstraint                                     
    00003fd9  Power_releaseDependency                                     
    00008fad  Power_setConstraint                                         
    000040ad  Power_setDependency                                         
    00001b3d  Power_sleep                                                 
    00009fc9  Power_unregisterNotify                                      
    10017158  RCon                                                        
    10018415  RFHAL_AddTxDataEntry                                        
    100184f9  RFHAL_AllocDataEntry                                        
    100184a9  RFHAL_AllocDataEntryQueue                                   
    10018315  RFHAL_AllocRatChan                                          
    100185e1  RFHAL_BuildDataEntryRingBuffer                              
    10018669  RFHAL_BuildLinkedBuffer                                     
    10018551  RFHAL_BuildRingBuffer                                       
    10018549  RFHAL_FreeDataEntry                                         
    100184c5  RFHAL_FreeDataEntryQueue                                    
    10018485  RFHAL_FreeNextTxDataEntry                                   
    1001833d  RFHAL_FreeRatChan                                           
    100184cd  RFHAL_GetNextDataEntry                                      
    100184d1  RFHAL_GetTempDataEntry                                      
    100183b9  RFHAL_InitDataQueue                                         
    100182ad  RFHAL_InitRfHal                                             
    10018369  RFHAL_MapRatChansToInt                                      
    100184d5  RFHAL_NextDataEntryDone                                     
    100183c5  RFHAL_QueueRFDataEntries                                    
    10018391  RFHAL_RegisterRatChanCallback                               
    0000abd1  RF_Params_init                                              
    000029e5  RF_cancelCmd                                                
    0000b2e1  RF_flushCmd                                                 
    0000acbf  RF_getCmdOp                                                 
    00006561  RF_getCurrentTime                                           
    0000717d  RF_getInfo                                                  
    00007f1d  RF_getRssi                                                  
    000043e1  RF_open                                                     
    0000542d  RF_pendCmd                                                  
    000026c5  RF_postCmd                                                  
    00008241  RF_runCmd                                                   
    0000a371  RF_runDirectCmd                                             
    0000a38d  RF_runImmediateCmd                                          
    0000add5  RegisterAssertCback                                         
    00007a71  ResetISR                                                    
    10016b79  RoundKey_Sw                                                 
    10015101  SAVEPOINT                                                   
    20004f68  SCAL                                                        
    100150e5  SCALARMUL                                                   
    10014ced  SCALARMUL_core                                              
    10015019  SCALARMUL_final                                             
    10014c05  SCALARMUL_init                                              
    10015a51  SETOPERAND                                                  
    10015a91  SETWORD                                                     
    10018089  SHA256_final                                                
    10018129  SHA256_full                                                 
    10017ffd  SHA256_init                                                 
    10017ef1  SHA256_nextState                                            
    10018019  SHA256_process                                              
    10017e75  SHA256_round                                                
    10017f49  SHA256_saveBuffer                                           
    10017e39  SHA256_updateW                                              
    UNDEFED   SHT$$INIT_ARRAY$$Base                                       
    UNDEFED   SHT$$INIT_ARRAY$$Limit                                      
    00006b2d  SPICC26XXDMA_close                                          
    00003e29  SPICC26XXDMA_control                                        
    0000b610  SPICC26XXDMA_fxnTable                                       
    0000afd3  SPICC26XXDMA_init                                           
    00002e2d  SPICC26XXDMA_open                                           
    0000462d  SPICC26XXDMA_transfer                                       
    000037dd  SPICC26XXDMA_transferCancel                                 
    0000abe5  SPI_Params_init                                             
    0000b2a9  SPI_close                                                   
    0000b900  SPI_config                                                  
    0000b9b4  SPI_defaultParams                                           
    00008fdd  SPI_open                                                    
    0000b2b3  SPI_transfer                                                
    10015821  SQUAREMULTIPLYWORD                                          
    10017895  SSP_CCM_Auth_Encrypt_Sw                                     
    10017365  SSP_CCM_Auth_Sw                                             
    1001767d  SSP_CCM_Decrypt_Sw                                          
    100174fd  SSP_CCM_Encrypt_Sw                                          
    100178f5  SSP_CCM_InvAuth_Decrypt_Sw                                  
    10017839  SSP_CCM_InvAuth_Sw                                          
    10017771  SSP_CTR_Decrypt_Sw                                          
    100175ed  SSP_CTR_Encrypt_Sw                                          
    00009a29  SafeHapiVoid                                                
    10017164  Sbox                                                        
    10015215  SelectReg                                                   
    10016c45  ShiftRows_Sw                                                
    000082b9  SimpleBLEPeripheral_createTask                              
    00007695  SimpleBLEPeripheral_processOadWriteCB                       
    00009aa1  SimpleProfile_AddService                                    
    000079e9  SimpleProfile_GetParameter                                  
    0000ac0d  SimpleProfile_RegisterAppCBs                                
    00007a2d  SimpleProfile_SetParameter                                  
    20004f88  TMP1                                                        
    20004f8c  TMP2                                                        
    20004f90  TMP3                                                        
    20004f94  TMP4                                                        
    20004f98  TMP5                                                        
    20004f9c  TMP6                                                        
    0000bc84  TRNGCC26XXHWAttrs                                           
    0000bc0c  TRNGCC26XX_config                                           
    000054b1  TRNGCC26XX_getNumber                                        
    00009ac9  TRNGCC26XX_init                                             
    00009817  TRNGCC26XX_isParamValid                                     
    0000a3a9  TRNGCC26XX_open                                             
    0000881d  UDMACC26XX_close                                            
    0000bc1c  UDMACC26XX_config                                           
    0000b2bd  UDMACC26XX_hwiIntFxn                                        
    000068a9  UDMACC26XX_open                                             
    000076dd  Util_constructClock                                         
    0000afe1  Util_constructQueue                                         
    0000a607  Util_dequeueMsg                                             
    00009841  Util_enqueueMsg                                             
    0000ade5  Util_isActive                                               
    000085b5  Util_restartClock                                           
    0000b155  Util_startClock                                             
    0000b3fd  Util_stopClock                                              
    10015a85  ZERO                                                        
    00000000  __ASM__                                                     
    00000092  __ISA__                                                     
    000000a4  __PLAT__                                                    
    20004318  __STACK_END                                                 
    00000200  __STACK_SIZE                                                
    20004318  __STACK_TOP                                                 
    000000cb  __TARG__                                                    
    0000c5a0  __TI_CINIT_Base                                             
    0000c5d0  __TI_CINIT_Limit                                            
    0000c56c  __TI_Handler_Table_Base                                     
    0000c578  __TI_Handler_Table_Limit                                    
    00004ae5  __TI_auto_init                                              
    200018a0  __TI_cleanup_ptr                                            
    0000afef  __TI_decompress_none                                        
    0000b34f  __TI_decompress_rle24                                       
    200018a4  __TI_dtors_ptr                                              
    0000bda8  __TI_static_base__                                          
    0000b161  __TI_zero_init                                              
    000000f0  __TRDR__                                                    
    00006b87  __aeabi_idiv0                                               
    0000a989  __aeabi_lmul                                                
    00005831  __aeabi_memclr                                              
    00005831  __aeabi_memclr4                                             
    00005831  __aeabi_memclr8                                             
    00004cc1  __aeabi_memcpy                                              
    00004cc1  __aeabi_memcpy4                                             
    00004cc1  __aeabi_memcpy8                                             
    00005833  __aeabi_memset                                              
    00005833  __aeabi_memset4                                             
    00005833  __aeabi_memset8                                             
    00007f9d  __aeabi_uidiv                                               
    00007f9d  __aeabi_uidivmod                                            
    00001f69  __aeabi_uldivmod                                            
    ffffffff  __binit__                                                   
    ffffffff  __c_args__                                                  
    0000bd50  __ccfg                                                      
    10019ffe  __checksum_CommonROM                                        
    10014c00  __checksum_begin_CommonROM                                  
    10019ffd  __checksum_end_CommonROM                                    
    0000e0ea  __checksum_value_CommonROM                                  
    10018ced  __exit                                                      
    20004118  __stack                                                     
    0000b343  __xdc__init                                                 
    200013e8  __xdc__init__addr                                           
    0000a971  _args_main                                                  
    00007a71  _c_int00                                                    
    00001000  _imgHdr                                                     
    20001898  _lock                                                       
    0000ac21  _nop                                                        
    0000ac29  _register_lock                                              
    0000ac23  _register_unlock                                            
    2000189c  _unlock                                                     
    00007afd  abort                                                       
    200018a8  appAssertCback                                              
    0000b84a  appearanceUUID                                              
    20004fdc  aux64                                                       
    ffffffff  binit                                                       
    0000b846  charAggFormatUUID                                           
    0000b83c  charExtPropsUUID                                            
    0000b844  charFormatUUID                                              
    0000b83e  charUserDescUUID                                            
    0000b832  characterUUID                                               
    0000b840  clientCharCfgUUID                                           
    000074d5  copy_in                                                     
    0000bba8  devInfo11073CertUUID                                        
    0000bbdc  devInfoCBs                                                  
    0000bba0  devInfoFirmwareRevUUID                                      
    0000bba2  devInfoHardwareRevUUID                                      
    0000bba6  devInfoMfrNameUUID                                          
    0000bb9c  devInfoModelNumberUUID                                      
    0000bbaa  devInfoPnpIdUUID                                            
    0000bb9e  devInfoSerialNumberUUID                                     
    0000bb98  devInfoServUUID                                             
    0000bba4  devInfoSoftwareRevUUID                                      
    0000bb9a  devInfoSystemIdUUID                                         
    0000b848  deviceNameUUID                                              
    200008a4  dispHandle                                                  
    0000ab01  driverTable_fnSpinlock                                      
    20002511  driverlib_release_0_47020                                   
    10017dbd  eccRom_genKeys                                              
    10017ded  eccRom_genSharedSecret                                      
    20004fa0  eccRom_param_Gx                                             
    20004fa4  eccRom_param_Gy                                             
    20004f50  eccRom_param_a                                              
    20004fa8  eccRom_param_b                                              
    20004f48  eccRom_param_p                                              
    20004f4c  eccRom_param_r                                              
    20004f40  eccRom_windowSize                                           
    20004f44  eccRom_workzone                                             
    00007b05  exit                                                        
    0000b856  extReportRefUUID                                            
    20004fcc  fwInfoCmd                                                   
    20000634  gapRoleTask                                                 
    20000684  gapRoleTaskStack                                            
    0000a959  gapRole_clockHandler                                        
    0000b834  gapServiceUUID                                              
    0000b836  gattServiceUUID                                             
    00009cb9  getImageFlag                                                
    20004118  heapEnd                                                     
    20002512  heapStart                                                   
    20004f58  inPointX                                                    
    20004f5c  inPointY                                                    
    20004f54  inScalar                                                    
    0000b83a  includeUUID                                                 
    20001884  lastAppOpcodeSent                                           
    20000520  linkDBNumConns                                              
    00008b2d  linkDB_GetInfo                                              
    000085ed  linkDB_NumActive                                            
    00008625  linkDB_NumConns                                             
    10016551  mADD                                                        
    10015bd5  mINVK                                                       
    10015f81  mMULT                                                       
    10016749  mOUT                                                        
    10015a9d  mSET                                                        
    1001664d  mSUB                                                        
    000065c1  main                                                        
    200018ac  main_func_sp                                                
    10018949  mbCmdAckIsr                                                 
    1001895d  mbCpe0Isr                                                   
    10018985  mbCpe1Isr                                                   
    100189e5  mbHwIsr                                                     
    00009e65  memcmp                                                      
    00004cc1  memcpy                                                      
    00005839  memset                                                      
    0000b66c  oadCBs                                                      
    0000a3fd  openTRNG                                                    
    00008b61  osal_snv_read                                               
    00008b95  osal_snv_write                                              
    20004f60  outPointX                                                   
    20004f64  outPointY                                                   
    20004ffc  pSspAesEncrypt_Sw                                           
    0000b850  periConnParamUUID                                           
    0000b84c  periPrivacyFlagUUID                                         
    20001888  pfnBMAlloc                                                  
    2000188c  pfnBMFree                                                   
    0000b830  primaryServiceUUID                                          
    20004fac  ratChanInfo                                                 
    0000b84e  reconnectAddrUUID                                           
    0000b858  reportRefUUID                                               
    0000b6b8  resourceDB                                                  
    0000b704  rfDriverTable                                               
    200015fc  rfRegTbl                                                    
    0000909d  saveImageInfo                                               
    20000948  sbpTask                                                     
    20000998  sbpTaskStack                                                
    0000b838  secondaryServiceUUID                                        
    0000b842  servCharCfgUUID                                             
    0000b852  serviceChangedUUID                                          
    0000bbf0  simpleProfileCBs                                            
    0000bc3a  simpleProfileServUUID                                       
    0000bc3c  simpleProfilechar1UUID                                      
    0000bc3e  simpleProfilechar2UUID                                      
    0000bc40  simpleProfilechar3UUID                                      
    0000bc42  simpleProfilechar4UUID                                      
    0000bc44  simpleProfilechar5UUID                                      
    0000b7c8  spiCC26XXDMAHWAttrs                                         
    20002140  spiCC26XXDMAObjects                                         
    10016d29  sspAesDecrypt_Sw                                            
    10016af5  sspAesEncryptBasic_Sw                                       
    10016a99  sspAesEncryptKeyExp_Sw                                      
    10016979  sspAesEncrypt_Sw                                            
    10016985  sspKeyExpansion_Sw                                          
    10016975  ssp_KeyInit_Sw                                              
    0000ac35  strlen                                                      
    2000184c  ti_sysbios_BIOS_Module__state__V                            
    0000b409  ti_sysbios_BIOS_RtsGateProxy_enter__E                       
    0000b40d  ti_sysbios_BIOS_RtsGateProxy_leave__E                       
    0000b425  ti_sysbios_BIOS_RtsGateProxy_query__E                       
    000090cd  ti_sysbios_BIOS_atExitFunc__I                               
    0000ab17  ti_sysbios_BIOS_exitFunc__I                                 
    0000ae15  ti_sysbios_BIOS_exit__E                                     
    0000ae25  ti_sysbios_BIOS_getCpuFreq__E                               
    0000b185  ti_sysbios_BIOS_getThreadType__E                            
    0000703b  ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E           
    00007603  ti_sysbios_BIOS_nullFunc__I                                 
    00009d25  ti_sysbios_BIOS_registerRTSLock__I                          
    00009d49  ti_sysbios_BIOS_removeRTSLock__I                            
    0000a029  ti_sysbios_BIOS_rtsLock__I                                  
    0000a9b9  ti_sysbios_BIOS_rtsUnlock__I                                
    0000ae35  ti_sysbios_BIOS_setThreadType__E                            
    000090fd  ti_sysbios_BIOS_startFunc__I                                
    0000ae45  ti_sysbios_BIOS_start__E                                    
    000048f5  ti_sysbios_family_arm_cc26xx_Boot_trimDevice                
    200012cc  ti_sysbios_family_arm_cc26xx_Timer_Module__root__V          
    0000a9d1  ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__F   
    0000a9d1  ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__S   
    200012d4  ti_sysbios_family_arm_cc26xx_Timer_Module__state__V         
    00009d6d  ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E        
    200016a0  ti_sysbios_family_arm_cc26xx_Timer_Object__table__V         
    0000a049  ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E           
    0000b411  ti_sysbios_family_arm_cc26xx_Timer_getCount64__E            
    00008695  ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E        
    00009b41  ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E           
    00008bfd  ti_sysbios_family_arm_cc26xx_Timer_initDevice__I            
    00009e87  ti_sysbios_family_arm_cc26xx_Timer_postInit__I              
    00008dfb  ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E           
    0000b415  ti_sysbios_family_arm_cc26xx_Timer_setPeriod__E             
    0000912d  ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I          
    00006379  ti_sysbios_family_arm_cc26xx_Timer_start__E                 
    0000bc8c  ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C         
    00009d91  ti_sysbios_family_arm_cc26xx_Timer_startup__E               
    0000bc90  ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C            
    000086cd  ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E           
    00005059  ti_sysbios_family_arm_m3_Hwi_Instance_init__E               
    200012fc  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A    
    20001300  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A   
    20001304  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A     
    0000bc46  ti_sysbios_family_arm_m3_Hwi_Module__id__C                  
    200012dc  ti_sysbios_family_arm_m3_Hwi_Module__root__V                
    0000a9e9  ti_sysbios_family_arm_m3_Hwi_Module__startupDone__F         
    0000a9e9  ti_sysbios_family_arm_m3_Hwi_Module__startupDone__S         
    2000172c  ti_sysbios_family_arm_m3_Hwi_Module__state__V               
    000077b5  ti_sysbios_family_arm_m3_Hwi_Module_startup__E              
    0000bc94  ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C              
    0000b9d4  ti_sysbios_family_arm_m3_Hwi_Object__DESC__C                
    0000b800  ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C              
    0000bc98  ti_sysbios_family_arm_m3_Hwi_Object__count__C               
    00007b3d  ti_sysbios_family_arm_m3_Hwi_Object__create__S              
    0000a419  ti_sysbios_family_arm_m3_Hwi_Object__destruct__S            
    0000ac5d  ti_sysbios_family_arm_m3_Hwi_Object__get__S                 
    200012e4  ti_sysbios_family_arm_m3_Hwi_Object__table__V               
    0000b191  ti_sysbios_family_arm_m3_Hwi_Params__init__S                
    0000bc9c  ti_sysbios_family_arm_m3_Hwi_ccr__C                         
    0000845d  ti_sysbios_family_arm_m3_Hwi_construct                      
    0000b419  ti_sysbios_family_arm_m3_Hwi_destruct                       
    0000b19d  ti_sysbios_family_arm_m3_Hwi_disableFxn__E                  
    00007b81  ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E            
    00006f41  ti_sysbios_family_arm_m3_Hwi_dispatchC__I                   
    20002408  ti_sysbios_family_arm_m3_Hwi_dispatchTable                  
    000044a9  ti_sysbios_family_arm_m3_Hwi_dispatch__I                    
    0000b311  ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I                
    0000b3af  ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I               
    0000b1a9  ti_sysbios_family_arm_m3_Hwi_enableFxn__E                   
    00007bc5  ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E             
    0000a069  ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I               
    0000bca0  ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C              
    0000a089  ti_sysbios_family_arm_m3_Hwi_excHandler__I                  
    00007fdd  ti_sysbios_family_arm_m3_Hwi_getStackInfo__E                
    000055b9  ti_sysbios_family_arm_m3_Hwi_initNVIC__E                    
    000077fd  ti_sysbios_family_arm_m3_Hwi_initStacks__E                  
    0000bca4  ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C                 
    e000e000  ti_sysbios_family_arm_m3_Hwi_nvic                           
    0000a655  ti_sysbios_family_arm_m3_Hwi_pendSV__I                      
    0000aa01  ti_sysbios_family_arm_m3_Hwi_plug__E                        
    00006ce9  ti_sysbios_family_arm_m3_Hwi_postInit__I                    
    0000ae55  ti_sysbios_family_arm_m3_Hwi_post__E                        
    0000bca8  ti_sysbios_family_arm_m3_Hwi_priGroup__C                    
    20000000  ti_sysbios_family_arm_m3_Hwi_ramVectors                     
    00001010  ti_sysbios_family_arm_m3_Hwi_resetVectors                   
    0000b3b5  ti_sysbios_family_arm_m3_Hwi_restoreFxn__E                  
    0000a66d  ti_sysbios_family_arm_m3_Hwi_return                         
    0000b3bb  ti_sysbios_family_arm_m3_Hwi_setFunc__E                     
    0000a435  ti_sysbios_family_arm_m3_Hwi_setPriority__E                 
    0000b319  ti_sysbios_family_arm_m3_Hwi_startup__E                     
    0000ac71  ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E         
    0000b41d  ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S 
    00007521  ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack         
    0000b1b5  ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E   
    0000ae65  ti_sysbios_family_arm_m3_TaskSupport_glue                   
    0000bcac  ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C      
    00009421  ti_sysbios_family_arm_m3_TaskSupport_start__E               
    0000ae75  ti_sysbios_family_arm_m3_TaskSupport_swap__E                
    0000a201  ti_sysbios_family_xxx_Hwi_switchAndRunFunc                  
    00007d5b  ti_sysbios_gates_GateHwi_Instance_init__E                   
    0000b924  ti_sysbios_gates_GateHwi_Module__FXNS__C                    
    20001308  ti_sysbios_gates_GateHwi_Module__root__V                    
    0000b9f4  ti_sysbios_gates_GateHwi_Object__DESC__C                    
    0000bb50  ti_sysbios_gates_GateHwi_Object__PARAMS__C                  
    0000915d  ti_sysbios_gates_GateHwi_Object__create__S                  
    20001310  ti_sysbios_gates_GateHwi_Object__table__V                   
    0000b1c1  ti_sysbios_gates_GateHwi_enter__E                           
    0000b3c1  ti_sysbios_gates_GateHwi_leave__E                           
    0000b421  ti_sysbios_gates_GateHwi_query__E                           
    0000bcb0  ti_sysbios_gates_GateMutex_Instance_State_sem__O            
    0000a451  ti_sysbios_gates_GateMutex_Instance_init__E                 
    0000b948  ti_sysbios_gates_GateMutex_Module__FXNS__C                  
    20001314  ti_sysbios_gates_GateMutex_Module__root__V                  
    0000ba14  ti_sysbios_gates_GateMutex_Object__DESC__C                  
    0000bb68  ti_sysbios_gates_GateMutex_Object__PARAMS__C                
    0000918d  ti_sysbios_gates_GateMutex_Object__create__S                
    2000131c  ti_sysbios_gates_GateMutex_Object__table__V                 
    000091bd  ti_sysbios_gates_GateMutex_enter__E                         
    0000aa19  ti_sysbios_gates_GateMutex_leave__E                         
    0000b425  ti_sysbios_gates_GateMutex_query__E                         
    0000a9e9  ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S          
    0000ae85  ti_sysbios_hal_Hwi_HwiProxy_Object__create__S               
    0000b191  ti_sysbios_hal_Hwi_HwiProxy_Params__init__S                 
    0000a46d  ti_sysbios_hal_Hwi_HwiProxy_create                          
    00007b81  ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E             
    0000b19d  ti_sysbios_hal_Hwi_HwiProxy_disable__E                      
    00007bc5  ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E              
    0000b1a9  ti_sysbios_hal_Hwi_HwiProxy_enable__E                       
    00007fdd  ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E                 
    0000ae55  ti_sysbios_hal_Hwi_HwiProxy_post__E                         
    0000b3b5  ti_sysbios_hal_Hwi_HwiProxy_restore__E                      
    0000b319  ti_sysbios_hal_Hwi_HwiProxy_startup__E                      
    0000ac71  ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E          
    00009bdf  ti_sysbios_hal_Hwi_Instance_init__E                         
    20001338  ti_sysbios_hal_Hwi_Module__root__V                          
    0000acd1  ti_sysbios_hal_Hwi_Module_startup__E                        
    0000ba34  ti_sysbios_hal_Hwi_Object__DESC__C                          
    0000b85c  ti_sysbios_hal_Hwi_Object__PARAMS__C                        
    0000b1cd  ti_sysbios_hal_Hwi_Params__init__S                          
    00007845  ti_sysbios_hal_Hwi_create                                   
    00009711  ti_sysbios_hal_Hwi_initStack                                
    00008705  ti_sysbios_knl_Clock_Instance_init__E                       
    0000bcb4  ti_sysbios_knl_Clock_Module_State_clockQ__O                 
    20001340  ti_sysbios_knl_Clock_Module__root__V                        
    20001820  ti_sysbios_knl_Clock_Module__state__V                       
    0000a0a9  ti_sysbios_knl_Clock_Module_startup__E                      
    0000ba54  ti_sysbios_knl_Clock_Object__DESC__C                        
    0000b96c  ti_sysbios_knl_Clock_Object__PARAMS__C                      
    20001348  ti_sysbios_knl_Clock_Object__table__V                       
    0000b1d9  ti_sysbios_knl_Clock_Params__init__S                        
    0000a9d1  ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S      
    0000b429  ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E           
    0000b42d  ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E              
    0000b431  ti_sysbios_knl_Clock_TimerProxy_setNextTick__E              
    00009d91  ti_sysbios_knl_Clock_TimerProxy_startup__E                  
    00009b69  ti_sysbios_knl_Clock_addI__E                                
    00008c31  ti_sysbios_knl_Clock_construct                              
    0000873d  ti_sysbios_knl_Clock_create                                 
    0000ac85  ti_sysbios_knl_Clock_doTick__I                              
    0000973d  ti_sysbios_knl_Clock_getTicksUntilInterrupt__E              
    0000a0c9  ti_sysbios_knl_Clock_getTicks__E                            
    0000b435  ti_sysbios_knl_Clock_isActive__E                            
    0000809b  ti_sysbios_knl_Clock_logTick__E                             
    0000b439  ti_sysbios_knl_Clock_removeI__E                             
    0000a489  ti_sysbios_knl_Clock_scheduleNextTick__E                    
    0000b43d  ti_sysbios_knl_Clock_setTimeout__E                          
    00006245  ti_sysbios_knl_Clock_startI__E                              
    0000ab2d  ti_sysbios_knl_Clock_start__E                               
    0000a0e9  ti_sysbios_knl_Clock_stop__E                                
    0000bcb8  ti_sysbios_knl_Clock_tickPeriod__C                          
    0000bcbc  ti_sysbios_knl_Clock_triggerClock__C                        
    000084d3  ti_sysbios_knl_Clock_triggerFunc__I                         
    0000599d  ti_sysbios_knl_Clock_walkQueueDynamic__E                    
    00004f29  ti_sysbios_knl_Clock_workFuncDynamic__E                     
    0000bcc0  ti_sysbios_knl_Idle_funcList__A                             
    0000bc5c  ti_sysbios_knl_Idle_funcList__C                             
    0000b321  ti_sysbios_knl_Idle_loop__E                                 
    0000a109  ti_sysbios_knl_Idle_run__E                                  
    0000b3c7  ti_sysbios_knl_Queue_Instance_init__E                       
    20001368  ti_sysbios_knl_Queue_Module__root__V                        
    0000ba74  ti_sysbios_knl_Queue_Object__DESC__C                        
    0000bb80  ti_sysbios_knl_Queue_Object__PARAMS__C                      
    0000a4a5  ti_sysbios_knl_Queue_Object__destruct__S                    
    0000b1e5  ti_sysbios_knl_Queue_Object__get__S                         
    00009769  ti_sysbios_knl_Queue_construct                              
    0000b1f1  ti_sysbios_knl_Queue_dequeue__E                             
    0000b441  ti_sysbios_knl_Queue_destruct                               
    0000b3cd  ti_sysbios_knl_Queue_elemClear__E                           
    0000b05f  ti_sysbios_knl_Queue_empty__E                               
    0000b1fd  ti_sysbios_knl_Queue_enqueue__E                             
    0000a4c1  ti_sysbios_knl_Queue_get__E                                 
    0000b445  ti_sysbios_knl_Queue_head__E                                
    0000b449  ti_sysbios_knl_Queue_next__E                                
    0000a4dd  ti_sysbios_knl_Queue_put__E                                 
    0000b06d  ti_sysbios_knl_Queue_remove__E                              
    0000bcc4  ti_sysbios_knl_Semaphore_Instance_State_pendQ__O            
    0000ae95  ti_sysbios_knl_Semaphore_Instance_finalize__E               
    00009db5  ti_sysbios_knl_Semaphore_Instance_init__E                   
    20001370  ti_sysbios_knl_Semaphore_Module__root__V                    
    0000ba94  ti_sysbios_knl_Semaphore_Object__DESC__C                    
    0000b990  ti_sysbios_knl_Semaphore_Object__PARAMS__C                  
    0000a129  ti_sysbios_knl_Semaphore_Object__destruct__S                
    0000b209  ti_sysbios_knl_Semaphore_Params__init__S                    
    000091ed  ti_sysbios_knl_Semaphore_construct                          
    00008c65  ti_sysbios_knl_Semaphore_create                             
    0000b44d  ti_sysbios_knl_Semaphore_destruct                           
    00009795  ti_sysbios_knl_Semaphore_pendTimeout__I                     
    00004249  ti_sysbios_knl_Semaphore_pend__E                            
    000063dd  ti_sysbios_knl_Semaphore_post__E                            
    0000944f  ti_sysbios_knl_Swi_Instance_finalize__E                     
    00006d41  ti_sysbios_knl_Swi_Instance_init__E                         
    20001760  ti_sysbios_knl_Swi_Module_State_0_readyQ__A                 
    20001378  ti_sysbios_knl_Swi_Module__root__V                          
    20001380  ti_sysbios_knl_Swi_Module__state__V                         
    00009dd9  ti_sysbios_knl_Swi_Module_startup__E                        
    0000bab4  ti_sysbios_knl_Swi_Object__DESC__C                          
    0000b888  ti_sysbios_knl_Swi_Object__PARAMS__C                        
    0000bcc8  ti_sysbios_knl_Swi_Object__count__C                         
    0000a4f9  ti_sysbios_knl_Swi_Object__destruct__S                      
    0000ac99  ti_sysbios_knl_Swi_Object__get__S                           
    20001790  ti_sysbios_knl_Swi_Object__table__V                         
    0000b215  ti_sysbios_knl_Swi_Params__init__S                          
    00008775  ti_sysbios_knl_Swi_construct                                
    0000b451  ti_sysbios_knl_Swi_destruct                                 
    0000aea5  ti_sysbios_knl_Swi_disable__E                               
    0000aeb5  ti_sysbios_knl_Swi_enabled__E                               
    0000b221  ti_sysbios_knl_Swi_getTrigger__E                            
    0000aa31  ti_sysbios_knl_Swi_or__E                                    
    0000b455  ti_sysbios_knl_Swi_postInit__I                              
    00007c09  ti_sysbios_knl_Swi_post__E                                  
    000062ad  ti_sysbios_knl_Swi_restoreHwi__E                            
    00008c99  ti_sysbios_knl_Swi_restore__E                               
    0000726d  ti_sysbios_knl_Swi_runLoop__I                               
    00006d99  ti_sysbios_knl_Swi_run__I                                   
    00006f95  ti_sysbios_knl_Swi_schedule__I                              
    0000b3d3  ti_sysbios_knl_Swi_startup__E                               
    20001f40  ti_sysbios_knl_Task_Instance_State_0_stack__A               
    00004315  ti_sysbios_knl_Task_Instance_init__E                        
    200013a4  ti_sysbios_knl_Task_Module_State_0_idleTask__A              
    200017c0  ti_sysbios_knl_Task_Module_State_0_readyQ__A                
    0000bccc  ti_sysbios_knl_Task_Module_State_inactiveQ__O               
    2000139c  ti_sysbios_knl_Task_Module__root__V                         
    200016e8  ti_sysbios_knl_Task_Module__state__V                        
    00006a19  ti_sysbios_knl_Task_Module_startup__E                       
    0000bad4  ti_sysbios_knl_Task_Object__DESC__C                         
    0000b78c  ti_sysbios_knl_Task_Object__PARAMS__C                       
    0000bcd0  ti_sysbios_knl_Task_Object__count__C                        
    0000aec5  ti_sysbios_knl_Task_Object__get__S                          
    20001654  ti_sysbios_knl_Task_Object__table__V                        
    0000b22d  ti_sysbios_knl_Task_Params__init__S                         
    0000b41d  ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S     
    0000b1b5  ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E       
    00009421  ti_sysbios_knl_Task_SupportProxy_start__E                   
    0000ae75  ti_sysbios_knl_Task_SupportProxy_swap__E                    
    0000bcd4  ti_sysbios_knl_Task_allBlockedFunc__C                       
    00007c4d  ti_sysbios_knl_Task_allBlockedFunction__I                   
    00008ccd  ti_sysbios_knl_Task_blockI__E                               
    000087ad  ti_sysbios_knl_Task_construct                               
    00007c91  ti_sysbios_knl_Task_create                                  
    0000bcd8  ti_sysbios_knl_Task_defaultStackHeap__C                     
    0000bcdc  ti_sysbios_knl_Task_defaultStackSize__C                     
    0000aed5  ti_sysbios_knl_Task_disable__E                              
    0000b3d9  ti_sysbios_knl_Task_enable__E                               
    0000a515  ti_sysbios_knl_Task_enter__I                                
    00008499  ti_sysbios_knl_Task_exit__E                                 
    0000bce0  ti_sysbios_knl_Task_numConstructedTasks__C                  
    00005639  ti_sysbios_knl_Task_postInit__I                             
    0000921d  ti_sysbios_knl_Task_processVitalTaskFlag__I                 
    0000a149  ti_sysbios_knl_Task_restoreHwi__E                           
    00009b91  ti_sysbios_knl_Task_restore__E                              
    0000756d  ti_sysbios_knl_Task_schedule__I                             
    0000b239  ti_sysbios_knl_Task_self__E                                 
    00006a75  ti_sysbios_knl_Task_startCore__E                            
    0000b459  ti_sysbios_knl_Task_startup__E                              
    0000ae7d  ti_sysbios_knl_Task_swapReturn                              
    000097c1  ti_sysbios_knl_Task_unblockI__E                             
    0000aa49  ti_sysbios_knl_Task_unblock__E                              
    2000250c  trngCC26XXObjects                                           
    0000bbc8  trngDriverTable                                             
    0000b8d8  txPowerTable                                                
    0000bbc0  txPwrTbl                                                    
    0000bc64  udmaHWAttrs                                                 
    200024d0  udmaObjects                                                 
    200017f0  user0Cfg                                                    
    0000b854  validRangeUUID                                              
    0000788d  xdc_runtime_Core_assignParams__I                            
    000078d5  xdc_runtime_Core_constructObject__I                         
    000056b9  xdc_runtime_Core_createObject__I                            
    0000aa61  xdc_runtime_Core_destructObject__I                          
    0000bce4  xdc_runtime_Error_E_memory__C                               
    200013a8  xdc_runtime_Error_Module__state__V                          
    0000aa79  xdc_runtime_Error_check__E                                  
    0000bce8  xdc_runtime_Error_policyFxn__C                              
    000098e7  xdc_runtime_Error_policySpin__E                             
    0000b8ff  xdc_runtime_Error_policy__C                                 
    0000a531  xdc_runtime_Error_raiseX__E                                 
    0000b245  xdc_runtime_Gate_enterSystem__E                             
    0000aee5  xdc_runtime_Gate_leaveSystem__E                             
    0000bcec  xdc_runtime_HeapMin_E_freeError__C                          
    200018b8  xdc_runtime_HeapMin_Instance_State_0_buf__A                 
    0000b07b  xdc_runtime_HeapMin_Instance_init__E                        
    0000b8b0  xdc_runtime_HeapMin_Module__FXNS__C                         
    0000bd40  xdc_runtime_HeapMin_Module__id__C                           
    200013ac  xdc_runtime_HeapMin_Module__root__V                         
    0000baf4  xdc_runtime_HeapMin_Object__DESC__C                         
    0000bb14  xdc_runtime_HeapMin_Object__PARAMS__C                       
    0000924d  xdc_runtime_HeapMin_Object__create__S                       
    200013b4  xdc_runtime_HeapMin_Object__table__V                        
    0000801d  xdc_runtime_HeapMin_alloc__E                                
    0000bd42  xdc_runtime_HeapMin_freeError__C                            
    0000927d  xdc_runtime_HeapMin_free__E                                 
    0000b251  xdc_runtime_HeapMin_getStats__E                             
    0000b45d  xdc_runtime_HeapMin_isBlocking__E                           
    0000bcf0  xdc_runtime_IGateProvider_Interface__BASE__C                
    0000bcf4  xdc_runtime_IHeap_Interface__BASE__C                        
    0000bcf8  xdc_runtime_IModule_Interface__BASE__C                      
    0000b421  xdc_runtime_Main_Module_GateProxy_query__E                  
    0000b2c7  xdc_runtime_Memory_HeapProxy_alloc__E                       
    0000bd44  xdc_runtime_Memory_Module__id__C                            
    200013c4  xdc_runtime_Memory_Module__state__V                         
    00005fcd  xdc_runtime_Memory_alloc__E                                 
    0000b25d  xdc_runtime_Memory_calloc__E                                
    0000bcfc  xdc_runtime_Memory_defaultHeapInstance__C                   
    0000b269  xdc_runtime_Memory_getMaxDefaultTypeAlign__E                
    0000a54d  xdc_runtime_Memory_valloc__E                                
    200013c8  xdc_runtime_Registry_Module__state__V                       
    0000a169  xdc_runtime_Registry_findById__E                            
    200013d0  xdc_runtime_Startup_Module__state__V                        
    00000001  xdc_runtime_Startup__EXECFXN__C                             
    00000001  xdc_runtime_Startup__RESETFXN__C                            
    0000bd00  xdc_runtime_Startup_execImpl__C                             
    000072bd  xdc_runtime_Startup_exec__E                                 
    0000ace3  xdc_runtime_Startup_exec__I                                 
    0000bc6c  xdc_runtime_Startup_firstFxns__A                            
    0000bc74  xdc_runtime_Startup_firstFxns__C                            
    0000bc7c  xdc_runtime_Startup_lastFxns__C                             
    0000bd04  xdc_runtime_Startup_maxPasses__C                            
    000048f5  xdc_runtime_Startup_reset__I                                
    0000b275  xdc_runtime_Startup_rtsDone__E                              
    0000bc2c  xdc_runtime_Startup_sfxnRts__A                              
    0000bd08  xdc_runtime_Startup_sfxnRts__C                              
    0000bb34  xdc_runtime_Startup_sfxnTab__A                              
    0000bd0c  xdc_runtime_Startup_sfxnTab__C                              
    000035ed  xdc_runtime_Startup_startMods__I                            
    0000bd10  xdc_runtime_SysCallback_abortFxn__C                         
    0000aef5  xdc_runtime_SysCallback_abort__E                            
    0000ab43  xdc_runtime_SysCallback_defaultAbort                        
    0000b471  xdc_runtime_SysCallback_defaultExit                         
    0000b473  xdc_runtime_SysCallback_defaultFlush                        
    0000b475  xdc_runtime_SysCallback_defaultPutch                        
    0000b461  xdc_runtime_SysCallback_defaultReady                        
    0000bd14  xdc_runtime_SysCallback_exitFxn__C                          
    0000af05  xdc_runtime_SysCallback_exit__E                             
    0000bd18  xdc_runtime_SysCallback_flushFxn__C                         
    0000af15  xdc_runtime_SysCallback_flush__E                            
    0000bd1c  xdc_runtime_SysCallback_putchFxn__C                         
    0000af25  xdc_runtime_SysCallback_putch__E                            
    0000bd20  xdc_runtime_SysCallback_readyFxn__C                         
    0000af35  xdc_runtime_SysCallback_ready__E                            
    0000b465  xdc_runtime_System_Module_GateProxy_enter__E                
    0000b469  xdc_runtime_System_Module_GateProxy_leave__E                
    0000b421  xdc_runtime_System_Module_GateProxy_query__E                
    0000bd24  xdc_runtime_System_Module__gateObj__C                       
    200013d8  xdc_runtime_System_Module__state__V                         
    0000b3df  xdc_runtime_System_Module_startup__E                        
    0000aef5  xdc_runtime_System_SupportProxy_abort__E                    
    0000af05  xdc_runtime_System_SupportProxy_exit__E                     
    0000af15  xdc_runtime_System_SupportProxy_flush__E                    
    0000af25  xdc_runtime_System_SupportProxy_putch__E                    
    0000af35  xdc_runtime_System_SupportProxy_ready__E                    
    0000bd28  xdc_runtime_System_abortFxn__C                              
    0000b477  xdc_runtime_System_abortSpin__E                             
    00007afd  xdc_runtime_System_abortStd__E                              
    0000a569  xdc_runtime_System_abort__E                                 
    000087e5  xdc_runtime_System_atexit__E                                
    0000104d  xdc_runtime_System_doPrint__I                               
    0000bd2c  xdc_runtime_System_exitFxn__C                               
    0000b479  xdc_runtime_System_exitSpin__E                              
    00007b05  xdc_runtime_System_exitStd__E                               
    0000aa91  xdc_runtime_System_exit__E                                  
    0000bd30  xdc_runtime_System_extendFxn__C                             
    00005dad  xdc_runtime_System_formatNum__I                             
    0000bd34  xdc_runtime_System_maxAtexitHandlers__C                     
    000036e5  xdc_runtime_System_printfExtend__I                          
    0000a66f  xdc_runtime_System_printf__E                                
    0000b46d  xdc_runtime_System_printf_va__F                             
    000092ad  xdc_runtime_System_processAtExit__E                         
    00009895  xdc_runtime_System_putchar__I                               
    00009dfd  xdc_runtime_System_vprintf__E                               
    0000af45  xdc_runtime_System_vsnprintf__E                             
    200013e0  xdc_runtime_Text_Module__state__V                           
    0000bd4c  xdc_runtime_Text_charTab__A                                 
    0000bd46  xdc_runtime_Text_isLoaded__C                                
    0000bd38  xdc_runtime_Text_nodeTab__A                                 
    000092dd  xdc_runtime_Text_printVisFxn__I                             
    00006ad1  xdc_runtime_Text_putLab__E                                  
    00004fc1  xdc_runtime_Text_putMod__E                                  
    00004d5d  xdc_runtime_Text_putSite__E                                 
    0000bd48  xdc_runtime_Text_registryModsLastId__C                      
    0000bd4a  xdc_runtime_Text_unnamedModsLastId__C                       
    0000bd3c  xdc_runtime_Text_visitRopeFxn__C                            
    0000b329  xdc_runtime_Text_visitRope__I                               
    00007cd5  xdc_runtime_Text_xprintf__I                                 
    10015d19  zADD                                                        
    10015eb5  zADD32                                                      
    10015de9  zMACC32                                                     
    10015f0d  zMULT32                                                     
    10015bcd  zSET                                                        
    10015d5d  zSUB                                                        
    10015e69  zSUB32                                                      
    
    
    GLOBAL SYMBOLS: SORTED BY Symbol Address 
    
    address   name                                                        
    -------   ----                                                        
    00000000  __ASM__                                                     
    00000001  xdc_runtime_Startup__EXECFXN__C                             
    00000001  xdc_runtime_Startup__RESETFXN__C                            
    00000092  __ISA__                                                     
    000000a4  __PLAT__                                                    
    000000cb  __TARG__                                                    
    000000f0  __TRDR__                                                    
    00000200  __STACK_SIZE                                                
    00001000  _imgHdr                                                     
    00001010  ti_sysbios_family_arm_m3_Hwi_resetVectors                   
    0000104d  xdc_runtime_System_doPrint__I                               
    00001901  GAPRole_SetParameter                                        
    00001b3d  Power_sleep                                                 
    00001d65  NOROM_SysCtrlSetRechargeBeforePowerDown                     
    00001f69  __aeabi_uldivmod                                            
    0000251d  PIN_init                                                    
    000026c5  RF_postCmd                                                  
    00002861  PowerCC26XX_doCalibrate                                     
    000029e5  RF_cancelCmd                                                
    00002e2d  SPICC26XXDMA_open                                           
    00002f71  NOROM_SetupAfterColdResetWakeupFromShutDownCfg3             
    000030a1  GAPRole_GetParameter                                        
    000031c1  Power_init                                                  
    000035ed  xdc_runtime_Startup_startMods__I                            
    000036e5  xdc_runtime_System_printfExtend__I                          
    000037dd  SPICC26XXDMA_transferCancel                                 
    00003aa9  NOROM_SetupAfterColdResetWakeupFromShutDownCfg2             
    00003e29  SPICC26XXDMA_control                                        
    00003f05  PowerCC26XX_standbyPolicy                                   
    00003fd9  Power_releaseDependency                                     
    000040ad  Power_setDependency                                         
    00004249  ti_sysbios_knl_Semaphore_pend__E                            
    00004315  ti_sysbios_knl_Task_Instance_init__E                        
    000043e1  RF_open                                                     
    000044a9  ti_sysbios_family_arm_m3_Hwi_dispatch__I                    
    0000462d  SPICC26XXDMA_transfer                                       
    000046e3  DefaultAssertCback                                          
    00004849  OAD_imgBlockWrite                                           
    000048f5  NOROM_SetupTrimDevice                                       
    000048f5  ti_sysbios_family_arm_cc26xx_Boot_trimDevice                
    000048f5  xdc_runtime_Startup_reset__I                                
    00004ae5  __TI_auto_init                                              
    00004c25  OAD_imgIdentifyWrite                                        
    00004cc1  __aeabi_memcpy                                              
    00004cc1  __aeabi_memcpy4                                             
    00004cc1  __aeabi_memcpy8                                             
    00004cc1  memcpy                                                      
    00004d5d  xdc_runtime_Text_putSite__E                                 
    00004df7  NOROM_RFCAdi3VcoLdoVoltageMode                              
    00004df9  PIN_open                                                    
    00004f29  ti_sysbios_knl_Clock_workFuncDynamic__E                     
    00004fc1  xdc_runtime_Text_putMod__E                                  
    00005059  ti_sysbios_family_arm_m3_Hwi_Instance_init__E               
    0000520d  NOROM_OSCHF_GetStartupTime                                  
    0000520d  PowerCC26XX_getXoscStartupTime                              
    00005325  ICall_heapMalloc                                            
    0000542d  RF_pendCmd                                                  
    000054b1  TRNGCC26XX_getNumber                                        
    000055b9  ti_sysbios_family_arm_m3_Hwi_initNVIC__E                    
    00005639  ti_sysbios_knl_Task_postInit__I                             
    000056b9  xdc_runtime_Core_createObject__I                            
    00005739  ICall_createRemoteTasks                                     
    00005831  __aeabi_memclr                                              
    00005831  __aeabi_memclr4                                             
    00005831  __aeabi_memclr8                                             
    00005833  __aeabi_memset                                              
    00005833  __aeabi_memset4                                             
    00005833  __aeabi_memset8                                             
    00005839  memset                                                      
    000058ab  NOROM_RFCRTrim                                              
    000058ad  NOROM_SetupAfterColdResetWakeupFromShutDownCfg1             
    0000599d  ti_sysbios_knl_Clock_walkQueueDynamic__E                    
    00005a15  GATTServApp_ProcessCharCfg                                  
    00005a89  ICallPlatform_pwrUpdActivityCounter                         
    00005b71  PowerCC26XX_auxISR                                          
    00005ccd  NOROM_ChipInfo_GetHwRevision                                
    00005d3d  ExtFlash_write                                              
    00005dad  xdc_runtime_System_formatNum__I                             
    00005e1d  ICall_heapInit                                              
    00005e89  NOROM_SetupGetTrimForAmpcompCtrl                            
    00005ef5  PowerCC26XX_calibrate                                       
    00005fcd  xdc_runtime_Memory_alloc__E                                 
    000060a5  NOROM_SetupGetTrimForAnabypassValue1                        
    0000610d  NOROM_SysCtrl_DCDC_VoltageConditionalControl                
    00006175  OADTarget_getCurrentImageHeader                             
    00006245  ti_sysbios_knl_Clock_startI__E                              
    000062ad  ti_sysbios_knl_Swi_restoreHwi__E                            
    00006315  PIN_add                                                     
    00006379  ti_sysbios_family_arm_cc26xx_Timer_start__E                 
    000063dd  ti_sysbios_knl_Semaphore_post__E                            
    00006501  PowerCC26XX_RCOSC_clockFunc                                 
    00006561  RF_getCurrentTime                                           
    000065c1  main                                                        
    00006681  ExtFlash_erase                                              
    00006739  NOROM_OSCHF_AttemptToSwitchToXosc                           
    00006795  NOROM_SysCtrlAdjustRechargeAfterPowerDown                   
    000067f1  OADTarget_validateNewImage                                  
    000068a9  UDMACC26XX_open                                             
    00006a19  ti_sysbios_knl_Task_Module_startup__E                       
    00006a75  ti_sysbios_knl_Task_startCore__E                            
    00006ad1  xdc_runtime_Text_putLab__E                                  
    00006b2d  SPICC26XXDMA_close                                          
    00006b87  __aeabi_idiv0                                               
    00006b89  OAD_addService                                              
    00006be1  PIN_remove                                                  
    00006c39  PowerCC26XX_initiateCalibration                             
    00006ce9  ti_sysbios_family_arm_m3_Hwi_postInit__I                    
    00006d41  ti_sysbios_knl_Swi_Instance_init__E                         
    00006d99  ti_sysbios_knl_Swi_run__I                                   
    00006f41  ti_sysbios_family_arm_m3_Hwi_dispatchC__I                   
    00006f95  ti_sysbios_knl_Swi_schedule__I                              
    0000703b  ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E           
    0000703d  GAP_DeviceInit                                              
    0000708d  GAP_UpdateAdvertisingData                                   
    0000712d  NOROM_SetupSetCacheModeAccordingToCcfgSetting               
    0000717d  RF_getInfo                                                  
    0000726d  ti_sysbios_knl_Swi_runLoop__I                               
    000072bd  xdc_runtime_Startup_exec__E                                 
    00007359  ICallPlatform_pwrRegisterNotify                             
    0000743d  NOROM_OSCClockSourceSet                                     
    000074d5  copy_in                                                     
    00007521  ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack         
    0000756d  ti_sysbios_knl_Task_schedule__I                             
    000075b9  GATTServApp_ProcessCCCWriteReq                              
    00007603  ti_sysbios_BIOS_nullFunc__I                                 
    00007605  NOROM_ChipInfo_GetChipFamily                                
    0000764d  NOROM_DDI16BitfieldWrite                                    
    00007695  SimpleBLEPeripheral_processOadWriteCB                       
    000076dd  Util_constructClock                                         
    000077b5  ti_sysbios_family_arm_m3_Hwi_Module_startup__E              
    000077fd  ti_sysbios_family_arm_m3_Hwi_initStacks__E                  
    00007845  ti_sysbios_hal_Hwi_create                                   
    0000788d  xdc_runtime_Core_assignParams__I                            
    000078d5  xdc_runtime_Core_constructObject__I                         
    0000791d  AssertHandler                                               
    00007961  GAP_TerminateLinkReq                                        
    000079e9  SimpleProfile_GetParameter                                  
    00007a2d  SimpleProfile_SetParameter                                  
    00007a71  ResetISR                                                    
    00007a71  _c_int00                                                    
    00007af9  C$$EXIT                                                     
    00007afd  abort                                                       
    00007afd  xdc_runtime_System_abortStd__E                              
    00007b05  exit                                                        
    00007b05  xdc_runtime_System_exitStd__E                               
    00007b3d  ti_sysbios_family_arm_m3_Hwi_Object__create__S              
    00007b81  ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E            
    00007b81  ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E             
    00007bc5  ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E             
    00007bc5  ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E              
    00007c09  ti_sysbios_knl_Swi_post__E                                  
    00007c4d  ti_sysbios_knl_Task_allBlockedFunction__I                   
    00007c91  ti_sysbios_knl_Task_create                                  
    00007cd5  xdc_runtime_Text_xprintf__I                                 
    00007d5b  ti_sysbios_gates_GateHwi_Instance_init__E                   
    00007d5d  ExtFlash_open                                               
    00007d9d  ExtFlash_read                                               
    00007ddd  GAPRole_SendUpdateParam                                     
    00007e1d  GAPRole_createTask                                          
    00007e5d  GATT_SendRsp                                                
    00007e9d  NOROM_DDI16BitfieldRead                                     
    00007edd  OADTarget_storeImageHeader                                  
    00007f1d  RF_getRssi                                                  
    00007f9d  __aeabi_uidiv                                               
    00007f9d  __aeabi_uidivmod                                            
    00007fdd  ti_sysbios_family_arm_m3_Hwi_getStackInfo__E                
    00007fdd  ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E                 
    0000801d  xdc_runtime_HeapMin_alloc__E                                
    0000809b  ti_sysbios_knl_Clock_logTick__E                             
    000080d9  GAP_GetParamValue                                           
    00008115  GATTServApp_RegisterService                                 
    00008151  ICallPlatform_pwrConfigACAction                             
    0000818d  NOROM_OSC_HPOSCRelativeFrequencyOffsetGet                   
    000081c9  NOROM_RFCSynthPowerDown                                     
    00008205  PINCC26XX_getConfig                                         
    00008241  RF_runCmd                                                   
    000082b9  SimpleBLEPeripheral_createTask                              
    0000845d  ti_sysbios_family_arm_m3_Hwi_construct                      
    00008499  ti_sysbios_knl_Task_exit__E                                 
    000084d3  ti_sysbios_knl_Clock_triggerFunc__I                         
    000084d5  GAPBondMgr_LinkEst                                          
    000085b5  Util_restartClock                                           
    000085ed  linkDB_NumActive                                            
    00008625  linkDB_NumConns                                             
    00008695  ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E        
    000086cd  ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E           
    00008705  ti_sysbios_knl_Clock_Instance_init__E                       
    0000873d  ti_sysbios_knl_Clock_create                                 
    00008775  ti_sysbios_knl_Swi_construct                                
    000087ad  ti_sysbios_knl_Task_construct                               
    000087e5  xdc_runtime_System_atexit__E                                
    0000881d  UDMACC26XX_close                                            
    00008889  GAPBondMgr_SetParameter                                     
    000088bd  GAP_SetParamValue                                           
    000089c1  ICall_searchServiceEntity                                   
    000089f5  NOROM_OSCHF_SwitchToRcOscTurnOffXosc                        
    00008a29  NOROM_TRNGConfigure                                         
    00008a5d  PIN_setOutputValue                                          
    00008a91  PowerCC26XX_isStableXOSC_HF                                 
    00008b2d  linkDB_GetInfo                                              
    00008b61  osal_snv_read                                               
    00008b95  osal_snv_write                                              
    00008bfd  ti_sysbios_family_arm_cc26xx_Timer_initDevice__I            
    00008c31  ti_sysbios_knl_Clock_construct                              
    00008c65  ti_sysbios_knl_Semaphore_create                             
    00008c99  ti_sysbios_knl_Swi_restore__E                               
    00008ccd  ti_sysbios_knl_Task_blockI__E                               
    00008dfb  ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E           
    00008e2d  ExtFlash_close                                              
    00008f1d  NOROM_SetupSetAonRtcSubSecInc                               
    00008f4d  PIN_setInterrupt                                            
    00008f7d  Power_releaseConstraint                                     
    00008fad  Power_setConstraint                                         
    00008fdd  SPI_open                                                    
    0000909d  saveImageInfo                                               
    000090cd  ti_sysbios_BIOS_atExitFunc__I                               
    000090fd  ti_sysbios_BIOS_startFunc__I                                
    0000912d  ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I          
    0000915d  ti_sysbios_gates_GateHwi_Object__create__S                  
    0000918d  ti_sysbios_gates_GateMutex_Object__create__S                
    000091bd  ti_sysbios_gates_GateMutex_enter__E                         
    000091ed  ti_sysbios_knl_Semaphore_construct                          
    0000921d  ti_sysbios_knl_Task_processVitalTaskFlag__I                 
    0000924d  xdc_runtime_HeapMin_Object__create__S                       
    0000927d  xdc_runtime_HeapMin_free__E                                 
    000092ad  xdc_runtime_System_processAtExit__E                         
    000092dd  xdc_runtime_Text_printVisFxn__I                             
    00009421  ti_sysbios_family_arm_m3_TaskSupport_start__E               
    00009421  ti_sysbios_knl_Task_SupportProxy_start__E                   
    0000944f  ti_sysbios_knl_Swi_Instance_finalize__E                     
    00009451  GAPBondMgr_Register                                         
    0000947d  HCI_EXT_ConnEventNoticeCmd                                  
    000094a9  ICall_freeImpl                                              
    000094a9  ICall_heapFree                                              
    000095dd  NOROM_DDI32RegWrite                                         
    00009609  NOROM_SetupGetTrimForRadcExtCfg                             
    00009635  PINCC26XX_setMux                                            
    00009661  PIN_setConfig                                               
    00009711  ti_sysbios_hal_Hwi_initStack                                
    0000973d  ti_sysbios_knl_Clock_getTicksUntilInterrupt__E              
    00009769  ti_sysbios_knl_Queue_construct                              
    00009795  ti_sysbios_knl_Semaphore_pendTimeout__I                     
    000097c1  ti_sysbios_knl_Task_unblockI__E                             
    00009817  TRNGCC26XX_isParamValid                                     
    00009841  Util_enqueueMsg                                             
    00009895  xdc_runtime_System_putchar__I                               
    000098bf  GATTServApp_WriteCharCfg                                    
    000098e7  xdc_runtime_Error_policySpin__E                             
    000098e9  ICall_init                                                  
    00009989  NOROM_AONBatMonTemperatureGetDegC                           
    000099b1  PowerCC26XX_switchXOSC_HF                                   
    000099d9  Power_registerNotify                                        
    00009a29  SafeHapiVoid                                                
    00009aa1  SimpleProfile_AddService                                    
    00009ac9  TRNGCC26XX_init                                             
    00009b41  ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E           
    00009b69  ti_sysbios_knl_Clock_addI__E                                
    00009b91  ti_sysbios_knl_Task_restore__E                              
    00009bb9  List_put                                                    
    00009bdf  ti_sysbios_hal_Hwi_Instance_init__E                         
    00009c05  GAPBondMgr_LinkTerm                                         
    00009c71  PINCC26XX_getPinCount                                       
    00009cb9  getImageFlag                                                
    00009d25  ti_sysbios_BIOS_registerRTSLock__I                          
    00009d49  ti_sysbios_BIOS_removeRTSLock__I                            
    00009d6d  ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E        
    00009d91  ti_sysbios_family_arm_cc26xx_Timer_startup__E               
    00009d91  ti_sysbios_knl_Clock_TimerProxy_startup__E                  
    00009db5  ti_sysbios_knl_Semaphore_Instance_init__E                   
    00009dd9  ti_sysbios_knl_Swi_Module_startup__E                        
    00009dfd  xdc_runtime_System_vprintf__E                               
    00009e65  memcmp                                                      
    00009e87  ti_sysbios_family_arm_cc26xx_Timer_postInit__I              
    00009ea9  GATTServApp_InitCharCfg                                     
    00009f69  NOROM_RFCDoorbellSendTo                                     
    00009f89  NOROM_RFCRfTrimRead                                         
    00009fa9  NOROM_SetupGetTrimForXoscHfCtl                              
    00009fc9  Power_unregisterNotify                                      
    0000a029  ti_sysbios_BIOS_rtsLock__I                                  
    0000a049  ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E           
    0000a069  ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I               
    0000a089  ti_sysbios_family_arm_m3_Hwi_excHandler__I                  
    0000a0a9  ti_sysbios_knl_Clock_Module_startup__E                      
    0000a0c9  ti_sysbios_knl_Clock_getTicks__E                            
    0000a0e9  ti_sysbios_knl_Clock_stop__E                                
    0000a109  ti_sysbios_knl_Idle_run__E                                  
    0000a129  ti_sysbios_knl_Semaphore_Object__destruct__S                
    0000a149  ti_sysbios_knl_Task_restoreHwi__E                           
    0000a169  xdc_runtime_Registry_findById__E                            
    0000a1a7  PIN_close                                                   
    0000a1c5  Power_getTransitionLatency                                  
    0000a201  ti_sysbios_family_xxx_Hwi_switchAndRunFunc                  
    0000a23d  GAPRole_StartDevice                                         
    0000a259  GATT_bm_alloc                                               
    0000a275  GATT_bm_free                                                
    0000a2e5  NOROM_OSCClockSourceGet                                     
    0000a301  NOROM_SetupGetTrimForAmpcompTh2                             
    0000a31d  NOROM_SetupGetTrimForRcOscLfRtuneCtuneTrim                  
    0000a371  RF_runDirectCmd                                             
    0000a38d  RF_runImmediateCmd                                          
    0000a3a9  TRNGCC26XX_open                                             
    0000a3fd  openTRNG                                                    
    0000a419  ti_sysbios_family_arm_m3_Hwi_Object__destruct__S            
    0000a435  ti_sysbios_family_arm_m3_Hwi_setPriority__E                 
    0000a451  ti_sysbios_gates_GateMutex_Instance_init__E                 
    0000a46d  ti_sysbios_hal_Hwi_HwiProxy_create                          
    0000a489  ti_sysbios_knl_Clock_scheduleNextTick__E                    
    0000a4a5  ti_sysbios_knl_Queue_Object__destruct__S                    
    0000a4c1  ti_sysbios_knl_Queue_get__E                                 
    0000a4dd  ti_sysbios_knl_Queue_put__E                                 
    0000a4f9  ti_sysbios_knl_Swi_Object__destruct__S                      
    0000a515  ti_sysbios_knl_Task_enter__I                                
    0000a531  xdc_runtime_Error_raiseX__E                                 
    0000a54d  xdc_runtime_Memory_valloc__E                                
    0000a569  xdc_runtime_System_abort__E                                 
    0000a585  GATT_Notification                                           
    0000a59f  ICall_enterCSImpl                                           
    0000a5d3  List_remove                                                 
    0000a607  Util_dequeueMsg                                             
    0000a655  ti_sysbios_family_arm_m3_Hwi_pendSV__I                      
    0000a66d  ti_sysbios_family_arm_m3_Hwi_return                         
    0000a66f  xdc_runtime_System_printf__E                                
    0000a6a1  GAPRole_TerminateConnection                                 
    0000a6b9  ICallPlatform_pwrDispense                                   
    0000a6d1  ICallPlatform_pwrRequire                                    
    0000a7a9  NOROM_AONRTCCurrentCompareValueGet                          
    0000a7c1  NOROM_ChipInfo_GetPackageType                               
    0000a7d9  NOROM_OSCHF_TurnOnXosc                                      
    0000a7f1  NOROM_RFCCpeIntGetAndClear                                  
    0000a809  NOROM_SetupGetTrimForAdcShModeEn                            
    0000a821  NOROM_SetupGetTrimForAdcShVbufEn                            
    0000a839  NOROM_SetupGetTrimForAmpcompTh1                             
    0000a851  NOROM_SetupGetTrimForDblrLoopFilterResetVoltage             
    0000a869  NOROM_SetupGetTrimForRcOscLfIBiasTrim                       
    0000a881  NOROM_SetupGetTrimForXoscLfRegulatorAndCmirrwrRatio         
    0000a899  OADTarget_open                                              
    0000a8b1  PIN_getConfig                                               
    0000a8c9  Power_idleFunc                                              
    0000a959  gapRole_clockHandler                                        
    0000a971  _args_main                                                  
    0000a989  __aeabi_lmul                                                
    0000a9b9  ti_sysbios_BIOS_rtsUnlock__I                                
    0000a9d1  ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__F   
    0000a9d1  ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__S   
    0000a9d1  ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S      
    0000a9e9  ti_sysbios_family_arm_m3_Hwi_Module__startupDone__F         
    0000a9e9  ti_sysbios_family_arm_m3_Hwi_Module__startupDone__S         
    0000a9e9  ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S          
    0000aa01  ti_sysbios_family_arm_m3_Hwi_plug__E                        
    0000aa19  ti_sysbios_gates_GateMutex_leave__E                         
    0000aa31  ti_sysbios_knl_Swi_or__E                                    
    0000aa49  ti_sysbios_knl_Task_unblock__E                              
    0000aa61  xdc_runtime_Core_destructObject__I                          
    0000aa79  xdc_runtime_Error_check__E                                  
    0000aa91  xdc_runtime_System_exit__E                                  
    0000aabf  ICall_leaveCSImpl                                           
    0000ab01  driverTable_fnSpinlock                                      
    0000ab17  ti_sysbios_BIOS_exitFunc__I                                 
    0000ab2d  ti_sysbios_knl_Clock_start__E                               
    0000ab43  xdc_runtime_SysCallback_defaultAbort                        
    0000ab45  DevInfo_AddService                                          
    0000ab6d  NOROM_AONRTCCurrent64BitValueGet                            
    0000ab81  NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated
    0000ab95  OADTarget_close                                             
    0000aba9  OADTarget_writeFlash                                        
    0000abbd  OAD_register                                                
    0000abd1  RF_Params_init                                              
    0000abe5  SPI_Params_init                                             
    0000ac0d  SimpleProfile_RegisterAppCBs                                
    0000ac21  _nop                                                        
    0000ac23  _register_unlock                                            
    0000ac29  _register_lock                                              
    0000ac35  strlen                                                      
    0000ac5d  ti_sysbios_family_arm_m3_Hwi_Object__get__S                 
    0000ac71  ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E         
    0000ac71  ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E          
    0000ac85  ti_sysbios_knl_Clock_doTick__I                              
    0000ac99  ti_sysbios_knl_Swi_Object__get__S                           
    0000acad  GATTServApp_FindAttr                                        
    0000acbf  RF_getCmdOp                                                 
    0000acd1  ti_sysbios_hal_Hwi_Module_startup__E                        
    0000ace3  xdc_runtime_Startup_exec__I                                 
    0000acf5  DevInfo_SetParameter                                        
    0000ad15  GAP_EndDiscoverable                                         
    0000ad25  GATTServApp_ReadCharCfg                                     
    0000ad35  HCI_LE_ReadMaxDataLenCmd                                    
    0000ad45  ICallPlatform_pwrGetXOSCStartupTime                         
    0000ad75  NOROM_RFCRfTrimSet                                          
    0000ad85  NOROM_SetupGetTrimForXoscHfFastStart                        
    0000ad95  NOROM_SetupGetTrimForXoscHfIbiastherm                       
    0000ada5  OADTarget_getCrc                                            
    0000adb5  OADTarget_setCrc                                            
    0000adc5  OADTarget_systemReset                                       
    0000add5  RegisterAssertCback                                         
    0000ade5  Util_isActive                                               
    0000ae15  ti_sysbios_BIOS_exit__E                                     
    0000ae25  ti_sysbios_BIOS_getCpuFreq__E                               
    0000ae35  ti_sysbios_BIOS_setThreadType__E                            
    0000ae45  ti_sysbios_BIOS_start__E                                    
    0000ae55  ti_sysbios_family_arm_m3_Hwi_post__E                        
    0000ae55  ti_sysbios_hal_Hwi_HwiProxy_post__E                         
    0000ae65  ti_sysbios_family_arm_m3_TaskSupport_glue                   
    0000ae75  ti_sysbios_family_arm_m3_TaskSupport_swap__E                
    0000ae75  ti_sysbios_knl_Task_SupportProxy_swap__E                    
    0000ae7d  ti_sysbios_knl_Task_swapReturn                              
    0000ae85  ti_sysbios_hal_Hwi_HwiProxy_Object__create__S               
    0000ae95  ti_sysbios_knl_Semaphore_Instance_finalize__E               
    0000aea5  ti_sysbios_knl_Swi_disable__E                               
    0000aeb5  ti_sysbios_knl_Swi_enabled__E                               
    0000aec5  ti_sysbios_knl_Task_Object__get__S                          
    0000aed5  ti_sysbios_knl_Task_disable__E                              
    0000aee5  xdc_runtime_Gate_leaveSystem__E                             
    0000aef5  xdc_runtime_SysCallback_abort__E                            
    0000aef5  xdc_runtime_System_SupportProxy_abort__E                    
    0000af05  xdc_runtime_SysCallback_exit__E                             
    0000af05  xdc_runtime_System_SupportProxy_exit__E                     
    0000af15  xdc_runtime_SysCallback_flush__E                            
    0000af15  xdc_runtime_System_SupportProxy_flush__E                    
    0000af25  xdc_runtime_SysCallback_putch__E                            
    0000af25  xdc_runtime_System_SupportProxy_putch__E                    
    0000af35  xdc_runtime_SysCallback_ready__E                            
    0000af35  xdc_runtime_System_SupportProxy_ready__E                    
    0000af45  xdc_runtime_System_vsnprintf__E                             
    0000af55  GATT_Indication                                             
    0000af63  ICallPlatform_pwrGetTransitionState                         
    0000af71  ICallPlatform_pwrIsStableXOSCHF                             
    0000afb7  NOROM_VIMSModeGet                                           
    0000afc5  OADTarget_imageAddress                                      
    0000afd3  SPICC26XXDMA_init                                           
    0000afe1  Util_constructQueue                                         
    0000afef  __TI_decompress_none                                        
    0000b05f  ti_sysbios_knl_Queue_empty__E                               
    0000b06d  ti_sysbios_knl_Queue_remove__E                              
    0000b07b  xdc_runtime_HeapMin_Instance_init__E                        
    0000b095  GAP_MakeDiscoverable                                        
    0000b0a1  GAP_TerminateAuth                                           
    0000b0ad  GAP_UpdateLinkParamReq                                      
    0000b0b9  GAP_UpdateLinkParamReqReply                                 
    0000b0c5  GGS_SetParameter                                            
    0000b10d  NOROM_CPUcpsid                                              
    0000b119  NOROM_CPUcpsie                                              
    0000b125  PIN_registerIntCb                                           
    0000b131  Power_getConstraintMask                                     
    0000b13d  Power_getDependencyCount                                    
    0000b149  Power_getTransitionState                                    
    0000b155  Util_startClock                                             
    0000b161  __TI_zero_init                                              
    0000b185  ti_sysbios_BIOS_getThreadType__E                            
    0000b191  ti_sysbios_family_arm_m3_Hwi_Params__init__S                
    0000b191  ti_sysbios_hal_Hwi_HwiProxy_Params__init__S                 
    0000b19d  ti_sysbios_family_arm_m3_Hwi_disableFxn__E                  
    0000b19d  ti_sysbios_hal_Hwi_HwiProxy_disable__E                      
    0000b1a9  ti_sysbios_family_arm_m3_Hwi_enableFxn__E                   
    0000b1a9  ti_sysbios_hal_Hwi_HwiProxy_enable__E                       
    0000b1b5  ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E   
    0000b1b5  ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E       
    0000b1c1  ti_sysbios_gates_GateHwi_enter__E                           
    0000b1cd  ti_sysbios_hal_Hwi_Params__init__S                          
    0000b1d9  ti_sysbios_knl_Clock_Params__init__S                        
    0000b1e5  ti_sysbios_knl_Queue_Object__get__S                         
    0000b1f1  ti_sysbios_knl_Queue_dequeue__E                             
    0000b1fd  ti_sysbios_knl_Queue_enqueue__E                             
    0000b209  ti_sysbios_knl_Semaphore_Params__init__S                    
    0000b215  ti_sysbios_knl_Swi_Params__init__S                          
    0000b221  ti_sysbios_knl_Swi_getTrigger__E                            
    0000b22d  ti_sysbios_knl_Task_Params__init__S                         
    0000b239  ti_sysbios_knl_Task_self__E                                 
    0000b245  xdc_runtime_Gate_enterSystem__E                             
    0000b251  xdc_runtime_HeapMin_getStats__E                             
    0000b25d  xdc_runtime_Memory_calloc__E                                
    0000b269  xdc_runtime_Memory_getMaxDefaultTypeAlign__E                
    0000b275  xdc_runtime_Startup_rtsDone__E                              
    0000b281  ICallPlatform_pwrSwitchXOSCHF                               
    0000b295  List_empty                                                  
    0000b29f  OADTarget_readFlash                                         
    0000b2a9  SPI_close                                                   
    0000b2b3  SPI_transfer                                                
    0000b2bd  UDMACC26XX_hwiIntFxn                                        
    0000b2c7  xdc_runtime_Memory_HeapProxy_alloc__E                       
    0000b2d1  GAP_RegisterForMsgs                                         
    0000b2d9  GATT_RegisterForMsgs                                        
    0000b2e1  RF_flushCmd                                                 
    0000b311  ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I                
    0000b319  ti_sysbios_family_arm_m3_Hwi_startup__E                     
    0000b319  ti_sysbios_hal_Hwi_HwiProxy_startup__E                      
    0000b321  ti_sysbios_knl_Idle_loop__E                                 
    0000b329  xdc_runtime_Text_visitRope__I                               
    0000b331  GGS_AddService                                              
    0000b337  ICall_mallocImpl                                            
    0000b33d  OADTarget_eraseFlash                                        
    0000b343  __xdc__init                                                 
    0000b34f  __TI_decompress_rle24                                       
    0000b3af  ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I               
    0000b3b5  HwiP_restore                                                
    0000b3b5  ti_sysbios_family_arm_m3_Hwi_restoreFxn__E                  
    0000b3b5  ti_sysbios_hal_Hwi_HwiProxy_restore__E                      
    0000b3bb  ti_sysbios_family_arm_m3_Hwi_setFunc__E                     
    0000b3c1  ti_sysbios_gates_GateHwi_leave__E                           
    0000b3c7  ti_sysbios_knl_Queue_Instance_init__E                       
    0000b3cd  ti_sysbios_knl_Queue_elemClear__E                           
    0000b3d3  ti_sysbios_knl_Swi_startup__E                               
    0000b3d9  ti_sysbios_knl_Task_enable__E                               
    0000b3df  xdc_runtime_System_Module_startup__E                        
    0000b3e5  GATTServApp_AddService                                      
    0000b3e9  HwiP_disable                                                
    0000b3f1  List_head                                                   
    0000b3f5  List_next                                                   
    0000b3fd  Util_stopClock                                              
    0000b409  ti_sysbios_BIOS_RtsGateProxy_enter__E                       
    0000b40d  ti_sysbios_BIOS_RtsGateProxy_leave__E                       
    0000b411  ti_sysbios_family_arm_cc26xx_Timer_getCount64__E            
    0000b415  ti_sysbios_family_arm_cc26xx_Timer_setPeriod__E             
    0000b419  ti_sysbios_family_arm_m3_Hwi_destruct                       
    0000b41d  ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S 
    0000b41d  ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S     
    0000b421  ti_sysbios_gates_GateHwi_query__E                           
    0000b421  xdc_runtime_Main_Module_GateProxy_query__E                  
    0000b421  xdc_runtime_System_Module_GateProxy_query__E                
    0000b425  ti_sysbios_BIOS_RtsGateProxy_query__E                       
    0000b425  ti_sysbios_gates_GateMutex_query__E                         
    0000b429  ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E           
    0000b42d  ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E              
    0000b431  ti_sysbios_knl_Clock_TimerProxy_setNextTick__E              
    0000b435  ti_sysbios_knl_Clock_isActive__E                            
    0000b439  ti_sysbios_knl_Clock_removeI__E                             
    0000b43d  ti_sysbios_knl_Clock_setTimeout__E                          
    0000b441  ti_sysbios_knl_Queue_destruct                               
    0000b445  ti_sysbios_knl_Queue_head__E                                
    0000b449  ti_sysbios_knl_Queue_next__E                                
    0000b44d  ti_sysbios_knl_Semaphore_destruct                           
    0000b451  ti_sysbios_knl_Swi_destruct                                 
    0000b455  ti_sysbios_knl_Swi_postInit__I                              
    0000b459  ti_sysbios_knl_Task_startup__E                              
    0000b45d  xdc_runtime_HeapMin_isBlocking__E                           
    0000b461  xdc_runtime_SysCallback_defaultReady                        
    0000b465  xdc_runtime_System_Module_GateProxy_enter__E                
    0000b469  xdc_runtime_System_Module_GateProxy_leave__E                
    0000b46d  xdc_runtime_System_printf_va__F                             
    0000b471  xdc_runtime_SysCallback_defaultExit                         
    0000b473  xdc_runtime_SysCallback_defaultFlush                        
    0000b475  xdc_runtime_SysCallback_defaultPutch                        
    0000b477  xdc_runtime_System_abortSpin__E                             
    0000b479  xdc_runtime_System_exitSpin__E                              
    0000b610  SPICC26XXDMA_fxnTable                                       
    0000b66c  oadCBs                                                      
    0000b6b8  resourceDB                                                  
    0000b704  rfDriverTable                                               
    0000b78c  ti_sysbios_knl_Task_Object__PARAMS__C                       
    0000b7c8  spiCC26XXDMAHWAttrs                                         
    0000b800  ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C              
    0000b830  primaryServiceUUID                                          
    0000b832  characterUUID                                               
    0000b834  gapServiceUUID                                              
    0000b836  gattServiceUUID                                             
    0000b838  secondaryServiceUUID                                        
    0000b83a  includeUUID                                                 
    0000b83c  charExtPropsUUID                                            
    0000b83e  charUserDescUUID                                            
    0000b840  clientCharCfgUUID                                           
    0000b842  servCharCfgUUID                                             
    0000b844  charFormatUUID                                              
    0000b846  charAggFormatUUID                                           
    0000b848  deviceNameUUID                                              
    0000b84a  appearanceUUID                                              
    0000b84c  periPrivacyFlagUUID                                         
    0000b84e  reconnectAddrUUID                                           
    0000b850  periConnParamUUID                                           
    0000b852  serviceChangedUUID                                          
    0000b854  validRangeUUID                                              
    0000b856  extReportRefUUID                                            
    0000b858  reportRefUUID                                               
    0000b85c  ti_sysbios_hal_Hwi_Object__PARAMS__C                        
    0000b888  ti_sysbios_knl_Swi_Object__PARAMS__C                        
    0000b8b0  xdc_runtime_HeapMin_Module__FXNS__C                         
    0000b8d8  txPowerTable                                                
    0000b8ff  xdc_runtime_Error_policy__C                                 
    0000b900  SPI_config                                                  
    0000b924  ti_sysbios_gates_GateHwi_Module__FXNS__C                    
    0000b948  ti_sysbios_gates_GateMutex_Module__FXNS__C                  
    0000b96c  ti_sysbios_knl_Clock_Object__PARAMS__C                      
    0000b990  ti_sysbios_knl_Semaphore_Object__PARAMS__C                  
    0000b9b4  SPI_defaultParams                                           
    0000b9d4  ti_sysbios_family_arm_m3_Hwi_Object__DESC__C                
    0000b9f4  ti_sysbios_gates_GateHwi_Object__DESC__C                    
    0000ba14  ti_sysbios_gates_GateMutex_Object__DESC__C                  
    0000ba34  ti_sysbios_hal_Hwi_Object__DESC__C                          
    0000ba54  ti_sysbios_knl_Clock_Object__DESC__C                        
    0000ba74  ti_sysbios_knl_Queue_Object__DESC__C                        
    0000ba94  ti_sysbios_knl_Semaphore_Object__DESC__C                    
    0000bab4  ti_sysbios_knl_Swi_Object__DESC__C                          
    0000bad4  ti_sysbios_knl_Task_Object__DESC__C                         
    0000baf4  xdc_runtime_HeapMin_Object__DESC__C                         
    0000bb14  xdc_runtime_HeapMin_Object__PARAMS__C                       
    0000bb34  xdc_runtime_Startup_sfxnTab__A                              
    0000bb50  ti_sysbios_gates_GateHwi_Object__PARAMS__C                  
    0000bb68  ti_sysbios_gates_GateMutex_Object__PARAMS__C                
    0000bb80  ti_sysbios_knl_Queue_Object__PARAMS__C                      
    0000bb98  devInfoServUUID                                             
    0000bb9a  devInfoSystemIdUUID                                         
    0000bb9c  devInfoModelNumberUUID                                      
    0000bb9e  devInfoSerialNumberUUID                                     
    0000bba0  devInfoFirmwareRevUUID                                      
    0000bba2  devInfoHardwareRevUUID                                      
    0000bba4  devInfoSoftwareRevUUID                                      
    0000bba6  devInfoMfrNameUUID                                          
    0000bba8  devInfo11073CertUUID                                        
    0000bbaa  devInfoPnpIdUUID                                            
    0000bbc0  txPwrTbl                                                    
    0000bbc8  trngDriverTable                                             
    0000bbdc  devInfoCBs                                                  
    0000bbf0  simpleProfileCBs                                            
    0000bbfc  PowerCC26XX_config                                          
    0000bc0c  TRNGCC26XX_config                                           
    0000bc1c  UDMACC26XX_config                                           
    0000bc2c  xdc_runtime_Startup_sfxnRts__A                              
    0000bc3a  simpleProfileServUUID                                       
    0000bc3c  simpleProfilechar1UUID                                      
    0000bc3e  simpleProfilechar2UUID                                      
    0000bc40  simpleProfilechar3UUID                                      
    0000bc42  simpleProfilechar4UUID                                      
    0000bc44  simpleProfilechar5UUID                                      
    0000bc46  ti_sysbios_family_arm_m3_Hwi_Module__id__C                  
    0000bc48  BoardGpioInitTable                                          
    0000bc5c  ti_sysbios_knl_Idle_funcList__C                             
    0000bc64  udmaHWAttrs                                                 
    0000bc6c  xdc_runtime_Startup_firstFxns__A                            
    0000bc74  xdc_runtime_Startup_firstFxns__C                            
    0000bc7c  xdc_runtime_Startup_lastFxns__C                             
    0000bc84  TRNGCC26XXHWAttrs                                           
    0000bc8c  ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C         
    0000bc90  ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C            
    0000bc94  ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C              
    0000bc98  ti_sysbios_family_arm_m3_Hwi_Object__count__C               
    0000bc9c  ti_sysbios_family_arm_m3_Hwi_ccr__C                         
    0000bca0  ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C              
    0000bca4  ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C                 
    0000bca8  ti_sysbios_family_arm_m3_Hwi_priGroup__C                    
    0000bcac  ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C      
    0000bcb0  ti_sysbios_gates_GateMutex_Instance_State_sem__O            
    0000bcb4  ti_sysbios_knl_Clock_Module_State_clockQ__O                 
    0000bcb8  ti_sysbios_knl_Clock_tickPeriod__C                          
    0000bcbc  ti_sysbios_knl_Clock_triggerClock__C                        
    0000bcc0  ti_sysbios_knl_Idle_funcList__A                             
    0000bcc4  ti_sysbios_knl_Semaphore_Instance_State_pendQ__O            
    0000bcc8  ti_sysbios_knl_Swi_Object__count__C                         
    0000bccc  ti_sysbios_knl_Task_Module_State_inactiveQ__O               
    0000bcd0  ti_sysbios_knl_Task_Object__count__C                        
    0000bcd4  ti_sysbios_knl_Task_allBlockedFunc__C                       
    0000bcd8  ti_sysbios_knl_Task_defaultStackHeap__C                     
    0000bcdc  ti_sysbios_knl_Task_defaultStackSize__C                     
    0000bce0  ti_sysbios_knl_Task_numConstructedTasks__C                  
    0000bce4  xdc_runtime_Error_E_memory__C                               
    0000bce8  xdc_runtime_Error_policyFxn__C                              
    0000bcec  xdc_runtime_HeapMin_E_freeError__C                          
    0000bcf0  xdc_runtime_IGateProvider_Interface__BASE__C                
    0000bcf4  xdc_runtime_IHeap_Interface__BASE__C                        
    0000bcf8  xdc_runtime_IModule_Interface__BASE__C                      
    0000bcfc  xdc_runtime_Memory_defaultHeapInstance__C                   
    0000bd00  xdc_runtime_Startup_execImpl__C                             
    0000bd04  xdc_runtime_Startup_maxPasses__C                            
    0000bd08  xdc_runtime_Startup_sfxnRts__C                              
    0000bd0c  xdc_runtime_Startup_sfxnTab__C                              
    0000bd10  xdc_runtime_SysCallback_abortFxn__C                         
    0000bd14  xdc_runtime_SysCallback_exitFxn__C                          
    0000bd18  xdc_runtime_SysCallback_flushFxn__C                         
    0000bd1c  xdc_runtime_SysCallback_putchFxn__C                         
    0000bd20  xdc_runtime_SysCallback_readyFxn__C                         
    0000bd24  xdc_runtime_System_Module__gateObj__C                       
    0000bd28  xdc_runtime_System_abortFxn__C                              
    0000bd2c  xdc_runtime_System_exitFxn__C                               
    0000bd30  xdc_runtime_System_extendFxn__C                             
    0000bd34  xdc_runtime_System_maxAtexitHandlers__C                     
    0000bd38  xdc_runtime_Text_nodeTab__A                                 
    0000bd3c  xdc_runtime_Text_visitRopeFxn__C                            
    0000bd40  xdc_runtime_HeapMin_Module__id__C                           
    0000bd42  xdc_runtime_HeapMin_freeError__C                            
    0000bd44  xdc_runtime_Memory_Module__id__C                            
    0000bd46  xdc_runtime_Text_isLoaded__C                                
    0000bd48  xdc_runtime_Text_registryModsLastId__C                      
    0000bd4a  xdc_runtime_Text_unnamedModsLastId__C                       
    0000bd4c  xdc_runtime_Text_charTab__A                                 
    0000bd50  __ccfg                                                      
    0000bda8  __TI_static_base__                                          
    0000c56c  __TI_Handler_Table_Base                                     
    0000c578  __TI_Handler_Table_Limit                                    
    0000c5a0  __TI_CINIT_Base                                             
    0000c5d0  __TI_CINIT_Limit                                            
    0000e0ea  __checksum_value_CommonROM                                  
    10014c00  A1_rw                                                       
    10014c00  __checksum_begin_CommonROM                                  
    10014c01  COMMON_ROM_BASE_ADDR                                        
    10014c04  P1_ro                                                       
    10014c05  SCALARMUL_init                                              
    10014ced  SCALARMUL_core                                              
    10015019  SCALARMUL_final                                             
    100150e5  SCALARMUL                                                   
    10015101  SAVEPOINT                                                   
    10015141  GETBIT                                                      
    10015155  GETDIGIT                                                    
    100151a5  GETDIGITL2R                                                 
    10015215  SelectReg                                                   
    10015229  ATOMICPATTERN                                               
    100154f5  JACADD                                                      
    1001568d  INVERT                                                      
    10015821  SQUAREMULTIPLYWORD                                          
    1001588c  LUTOPCODE                                                   
    10015894  LUTOPSIGN                                                   
    100158ac  LUTC                                                        
    100158c4  LUTSE                                                       
    100158dc  LUTINCI                                                     
    100158f4  LUTJ                                                        
    1001596c  LUTSTATE                                                    
    100159a9  IMPORTLENGTH                                                
    100159ad  IMPORTMODULUS                                               
    100159d1  IMPORTOPERAND                                               
    10015a11  EXPORTOPERAND                                               
    10015a35  IMPORTDATA                                                  
    10015a51  SETOPERAND                                                  
    10015a6d  COPY                                                        
    10015a85  ZERO                                                        
    10015a91  SETWORD                                                     
    10015a9d  mSET                                                        
    10015bcd  zSET                                                        
    10015bd5  mINVK                                                       
    10015d19  zADD                                                        
    10015d5d  zSUB                                                        
    10015de9  zMACC32                                                     
    10015e69  zSUB32                                                      
    10015eb5  zADD32                                                      
    10015f0d  zMULT32                                                     
    10015f81  mMULT                                                       
    10016551  mADD                                                        
    1001664d  mSUB                                                        
    10016749  mOUT                                                        
    10016975  ssp_KeyInit_Sw                                              
    10016979  sspAesEncrypt_Sw                                            
    10016985  sspKeyExpansion_Sw                                          
    10016a99  sspAesEncryptKeyExp_Sw                                      
    10016af5  sspAesEncryptBasic_Sw                                       
    10016b79  RoundKey_Sw                                                 
    10016c29  AddRoundKeySubBytes_Sw                                      
    10016c45  ShiftRows_Sw                                                
    10016c79  MixColumns_Sw                                               
    10016d05  FFMult_Sw                                                   
    10016d29  sspAesDecrypt_Sw                                            
    10016da1  InvAddRoundKey_Sw                                           
    10016dc9  InvRoundKey_Sw                                              
    10016e8d  InvSubBytes_Sw                                              
    10016ea1  InvShiftRows_Sw                                             
    10016ed5  InvMixColumns_Sw                                            
    10016f58  FFMult2                                                     
    10017058  FFMult3                                                     
    10017158  RCon                                                        
    10017164  Sbox                                                        
    10017264  InvSbox                                                     
    10017365  SSP_CCM_Auth_Sw                                             
    100174fd  SSP_CCM_Encrypt_Sw                                          
    100175ed  SSP_CTR_Encrypt_Sw                                          
    1001767d  SSP_CCM_Decrypt_Sw                                          
    10017771  SSP_CTR_Decrypt_Sw                                          
    10017839  SSP_CCM_InvAuth_Sw                                          
    10017895  SSP_CCM_Auth_Encrypt_Sw                                     
    100178f5  SSP_CCM_InvAuth_Decrypt_Sw                                  
    10017959  ECC_allocWorkzone                                           
    10017961  ECC_setWin                                                  
    10017969  ECDSA_sign                                                  
    10017b01  ECDSA_verif                                                 
    10017dbd  eccRom_genKeys                                              
    10017ded  eccRom_genSharedSecret                                      
    10017e39  SHA256_updateW                                              
    10017e75  SHA256_round                                                
    10017ef1  SHA256_nextState                                            
    10017f49  SHA256_saveBuffer                                           
    10017ffd  SHA256_init                                                 
    10018019  SHA256_process                                              
    10018089  SHA256_final                                                
    10018129  SHA256_full                                                 
    100182ad  RFHAL_InitRfHal                                             
    10018315  RFHAL_AllocRatChan                                          
    1001833d  RFHAL_FreeRatChan                                           
    10018369  RFHAL_MapRatChansToInt                                      
    10018391  RFHAL_RegisterRatChanCallback                               
    100183b9  RFHAL_InitDataQueue                                         
    100183c5  RFHAL_QueueRFDataEntries                                    
    10018415  RFHAL_AddTxDataEntry                                        
    10018485  RFHAL_FreeNextTxDataEntry                                   
    100184a9  RFHAL_AllocDataEntryQueue                                   
    100184c5  RFHAL_FreeDataEntryQueue                                    
    100184cd  RFHAL_GetNextDataEntry                                      
    100184d1  RFHAL_GetTempDataEntry                                      
    100184d5  RFHAL_NextDataEntryDone                                     
    100184f9  RFHAL_AllocDataEntry                                        
    10018549  RFHAL_FreeDataEntry                                         
    10018551  RFHAL_BuildRingBuffer                                       
    100185e1  RFHAL_BuildDataEntryRingBuffer                              
    10018669  RFHAL_BuildLinkedBuffer                                     
    10018755  MB_Init                                                     
    10018799  MB_EnableInts                                               
    100187f5  MB_DisableInts                                              
    10018825  MB_ClearInts                                                
    10018835  MB_EnableHWInts                                             
    10018865  MB_SendCommand                                              
    100188a5  MB_SendCommandSynch                                         
    10018935  MB_ReadMailboxStatus                                        
    1001893d  MB_RegisterIsrCback                                         
    10018945  MB_FwDebugDump                                              
    10018949  mbCmdAckIsr                                                 
    1001895d  mbCpe0Isr                                                   
    10018985  mbCpe1Isr                                                   
    100189e5  mbHwIsr                                                     
    10018a19  AesCcm_authEncrypt_Sw                                       
    10018a35  AesCcm_decryptAuth_Sw                                       
    10018a99  Aes_encrypt_Sw                                              
    10018ac5  Aes_decrypt_Sw                                              
    10018b09  AesCcm_getNumBlocks_Sw                                      
    10018b0c  NIST_Curve_P256_p                                           
    10018b30  NIST_Curve_P256_r                                           
    10018b54  NIST_Curve_P256_a                                           
    10018b78  NIST_Curve_P256_b                                           
    10018b9c  NIST_Curve_P256_Gx                                          
    10018bc0  NIST_Curve_P256_Gy                                          
    10018ced  __exit                                                      
    10018d6c  Fill1                                                       
    10019ffc  A3_rw                                                       
    10019ffd  __checksum_end_CommonROM                                    
    10019ffe  A2_rw                                                       
    10019ffe  P1_ro_2                                                     
    10019ffe  __checksum_CommonROM                                        
    20000000  ti_sysbios_family_arm_m3_Hwi_ramVectors                     
    20000520  linkDBNumConns                                              
    20000634  gapRoleTask                                                 
    20000684  gapRoleTaskStack                                            
    200008a4  dispHandle                                                  
    20000948  sbpTask                                                     
    20000998  sbpTaskStack                                                
    200012cc  ti_sysbios_family_arm_cc26xx_Timer_Module__root__V          
    200012d4  ti_sysbios_family_arm_cc26xx_Timer_Module__state__V         
    200012dc  ti_sysbios_family_arm_m3_Hwi_Module__root__V                
    200012e4  ti_sysbios_family_arm_m3_Hwi_Object__table__V               
    200012fc  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A    
    20001300  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A   
    20001304  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A     
    20001308  ti_sysbios_gates_GateHwi_Module__root__V                    
    20001310  ti_sysbios_gates_GateHwi_Object__table__V                   
    20001314  ti_sysbios_gates_GateMutex_Module__root__V                  
    2000131c  ti_sysbios_gates_GateMutex_Object__table__V                 
    20001338  ti_sysbios_hal_Hwi_Module__root__V                          
    20001340  ti_sysbios_knl_Clock_Module__root__V                        
    20001348  ti_sysbios_knl_Clock_Object__table__V                       
    20001368  ti_sysbios_knl_Queue_Module__root__V                        
    20001370  ti_sysbios_knl_Semaphore_Module__root__V                    
    20001378  ti_sysbios_knl_Swi_Module__root__V                          
    20001380  ti_sysbios_knl_Swi_Module__state__V                         
    2000139c  ti_sysbios_knl_Task_Module__root__V                         
    200013a4  ti_sysbios_knl_Task_Module_State_0_idleTask__A              
    200013a8  xdc_runtime_Error_Module__state__V                          
    200013ac  xdc_runtime_HeapMin_Module__root__V                         
    200013b4  xdc_runtime_HeapMin_Object__table__V                        
    200013c4  xdc_runtime_Memory_Module__state__V                         
    200013c8  xdc_runtime_Registry_Module__state__V                       
    200013d0  xdc_runtime_Startup_Module__state__V                        
    200013d8  xdc_runtime_System_Module__state__V                         
    200013e0  xdc_runtime_Text_Module__state__V                           
    200013e8  __xdc__init__addr                                           
    200013ec  PowerCC26XX_module                                          
    200014fc  ICall_dispatcher                                            
    20001504  ICall_enterCriticalSection                                  
    20001508  ICall_leaveCriticalSection                                  
    20001520  HEAPMGR_SIZE                                                
    200015fc  rfRegTbl                                                    
    20001654  ti_sysbios_knl_Task_Object__table__V                        
    200016a0  ti_sysbios_family_arm_cc26xx_Timer_Object__table__V         
    200016e8  ti_sysbios_knl_Task_Module__state__V                        
    2000172c  ti_sysbios_family_arm_m3_Hwi_Module__state__V               
    20001760  ti_sysbios_knl_Swi_Module_State_0_readyQ__A                 
    20001790  ti_sysbios_knl_Swi_Object__table__V                         
    200017c0  ti_sysbios_knl_Task_Module_State_0_readyQ__A                
    200017f0  user0Cfg                                                    
    20001820  ti_sysbios_knl_Clock_Module__state__V                       
    2000184c  ti_sysbios_BIOS_Module__state__V                            
    20001884  lastAppOpcodeSent                                           
    20001888  pfnBMAlloc                                                  
    2000188c  pfnBMFree                                                   
    20001898  _lock                                                       
    2000189c  _unlock                                                     
    200018a0  __TI_cleanup_ptr                                            
    200018a4  __TI_dtors_ptr                                              
    200018a8  appAssertCback                                              
    200018ac  main_func_sp                                                
    200018b8  xdc_runtime_HeapMin_Instance_State_0_buf__A                 
    20001f40  ti_sysbios_knl_Task_Instance_State_0_stack__A               
    20002140  spiCC26XXDMAObjects                                         
    200022f8  PIN_NumPins                                                 
    2000238c  PIN_HandleTable                                             
    20002408  ti_sysbios_family_arm_m3_Hwi_dispatchTable                  
    200024d0  udmaObjects                                                 
    2000250c  trngCC26XXObjects                                           
    20002511  driverlib_release_0_47020                                   
    20002512  heapStart                                                   
    20004118  __stack                                                     
    20004118  heapEnd                                                     
    20004318  __STACK_END                                                 
    20004318  __STACK_TOP                                                 
    20004f2c  A4_rw                                                       
    20004f2c  COMMON_RAM_BASE_ADDR                                        
    20004f40  P2_rw                                                       
    20004f40  P2_s0                                                       
    20004f40  eccRom_windowSize                                           
    20004f44  eccRom_workzone                                             
    20004f48  eccRom_param_p                                              
    20004f4c  eccRom_param_r                                              
    20004f50  eccRom_param_a                                              
    20004f54  inScalar                                                    
    20004f58  inPointX                                                    
    20004f5c  inPointY                                                    
    20004f60  outPointX                                                   
    20004f64  outPointY                                                   
    20004f68  SCAL                                                        
    20004f6c  EXPX                                                        
    20004f70  EXPY                                                        
    20004f74  EXPZ                                                        
    20004f78  EXPW                                                        
    20004f7c  ACCX                                                        
    20004f80  ACCY                                                        
    20004f84  ACCZ                                                        
    20004f88  TMP1                                                        
    20004f8c  TMP2                                                        
    20004f90  TMP3                                                        
    20004f94  TMP4                                                        
    20004f98  TMP5                                                        
    20004f9c  TMP6                                                        
    20004fa0  eccRom_param_Gx                                             
    20004fa4  eccRom_param_Gy                                             
    20004fa8  eccRom_param_b                                              
    20004fac  P2_zi                                                       
    20004fac  ratChanInfo                                                 
    20004fcc  fwInfoCmd                                                   
    20004fd8  MSBMOD                                                      
    20004fdc  aux64                                                       
    20004fe4  MOD                                                         
    20004fe8  LEN                                                         
    20004ffc  pSspAesEncrypt_Sw                                           
    e000e000  ti_sysbios_family_arm_m3_Hwi_nvic                           
    ffffffff  __binit__                                                   
    ffffffff  __c_args__                                                  
    ffffffff  binit                                                       
    UNDEFED   SHT$$INIT_ARRAY$$Base                                       
    UNDEFED   SHT$$INIT_ARRAY$$Limit                                      
    
    [948 symbols]
    

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    这是构建日志

    **** Clean-only build of configuration FlashOnly_OAD_ExtFlash for project simple_peripheral_cc2650lp_app_STACK_IN_ROM ****
    
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 8 clean -O 
     
    DEL /F  "simple_peripheral_cc2650lp_app_STACK_IN_ROM.hex"  "configPkg\linker.cmd" "configPkg\compiler.opt"  "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" 
    RMDIR /S/Q  "configPkg\" 
    DEL /F "Application\simple_peripheral.obj" "Application\util.obj" "Drivers\Display\Display.obj" "Drivers\Display\DisplayDogm1286.obj" "Drivers\Display\DisplayUART.obj" "Drivers\ECC\ECCROMCC26XX.obj" "Drivers\PIN\PINCC26XX.obj" "Drivers\RF\RFCC26XX_singleMode.obj" "Drivers\SPI\SPI.obj" "Drivers\SPI\SPICC26XXDMA.obj" "Drivers\TRNG\TRNGCC26XX.obj" "Drivers\UART\UART.obj" "Drivers\UART\UARTCC26XX.obj" "Drivers\UDMA\UDMACC26XX.obj" "ICall\icall.obj" "ICall\icall_cc2650.obj" "ICallBLE\ble_user_config.obj" "ICallBLE\icall_api.obj" "Middleware\extflash\ExtFlash.obj" "PROFILES\devinfoservice.obj" "PROFILES\gatt_uuid.obj" "PROFILES\gattservapp_util.obj" "PROFILES\oad.obj" "PROFILES\oad_target_external_flash.obj" "PROFILES\peripheral.obj" "PROFILES\simple_gatt_profile.obj" "Startup\board.obj" "Startup\ccfg_app_ble.obj" "Startup\main.obj" 
    DEL /F "Application\simple_peripheral.d" "Application\util.d" "Drivers\Display\Display.d" "Drivers\Display\DisplayDogm1286.d" "Drivers\Display\DisplayUART.d" "Drivers\ECC\ECCROMCC26XX.d" "Drivers\PIN\PINCC26XX.d" "Drivers\RF\RFCC26XX_singleMode.d" "Drivers\SPI\SPI.d" "Drivers\SPI\SPICC26XXDMA.d" "Drivers\TRNG\TRNGCC26XX.d" "Drivers\UART\UART.d" "Drivers\UART\UARTCC26XX.d" "Drivers\UDMA\UDMACC26XX.d" "ICall\icall.d" "ICall\icall_cc2650.d" "ICallBLE\ble_user_config.d" "ICallBLE\icall_api.d" "Middleware\extflash\ExtFlash.d" "PROFILES\devinfoservice.d" "PROFILES\gatt_uuid.d" "PROFILES\gattservapp_util.d" "PROFILES\oad.d" "PROFILES\oad_target_external_flash.d" "PROFILES\peripheral.d" "PROFILES\simple_gatt_profile.d" "Startup\board.d" "Startup\ccfg_app_ble.d" "Startup\main.d" 
    'Finished clean'
     
    
    **** Build Finished ****
    
    **** Build of configuration FlashOnly_OAD_ExtFlash for project simple_peripheral_cc2650lp_app_STACK_IN_ROM ****
    
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 8 all -O 
     
    'Building file: "../TOOLS/app_ble.cfg"'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_32_02_25_core/xs" --xdcpath="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/packages;C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/tidrivers_cc13xx_cc26xx_2_21_01_01/packages;C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/bios_6_46_01_38/packages;C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/uia_2_01_00_01/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640F128 -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6" --cfgArgs "NO_ROM=1,OAD_IMG_E=1" --compileOptions "-mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path=\"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/target\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom\" --include_path=\"C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272\" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on " "../TOOLS/app_ble.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring app_ble.xem3 from package/cfg/app_ble_pem3.cfg ...
    generating custom ti.sysbios library makefile ... 
    Starting build of library sources ...
    making C:/Users/SuperUs/workspace_v7/simple_peripheral_cc2650lp_app_STACK_IN_ROM/TOOLS/src/sysbios/sysbios.aem3 ...
    gmake[1]: Entering directory `C:/Users/SuperUs/workspace_v7/simple_peripheral_cc2650lp_app_STACK_IN_ROM/TOOLS/src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `C:/Users/SuperUs/workspace_v7/simple_peripheral_cc2650lp_app_STACK_IN_ROM/TOOLS/src/sysbios'
    Build of libraries done.
    clem3 package/cfg/app_ble_pem3.c ...
    'Finished building: "../TOOLS/app_ble.cfg"'
     
    'Building file: "../Drivers/Display/Display.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/Display/Display.d_raw" --obj_directory="Drivers/Display" --cmd_file="configPkg/compiler.opt" "../Drivers/Display/Display.c"
    'Finished building: "../Drivers/Display/Display.c"'
     
    'Building file: "../Drivers/Display/DisplayUART.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/Display/DisplayUART.d_raw" --obj_directory="Drivers/Display" --cmd_file="configPkg/compiler.opt" "../Drivers/Display/DisplayUART.c"
    'Finished building: "../Drivers/Display/DisplayUART.c"'
     
    'Building file: "../Application/util.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Application/util.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "../Application/util.c"
    'Finished building: "../Application/util.c"'
     
    'Building file: "../Drivers/SPI/SPI.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/SPI/SPI.d_raw" --obj_directory="Drivers/SPI" --cmd_file="configPkg/compiler.opt" "../Drivers/SPI/SPI.c"
    'Finished building: "../Drivers/SPI/SPI.c"'
     
    'Building file: "../Drivers/Display/DisplayDogm1286.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/Display/DisplayDogm1286.d_raw" --obj_directory="Drivers/Display" --cmd_file="configPkg/compiler.opt" "../Drivers/Display/DisplayDogm1286.c"
    'Finished building: "../Drivers/Display/DisplayDogm1286.c"'
     
    'Building file: "../Drivers/ECC/ECCROMCC26XX.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/ECC/ECCROMCC26XX.d_raw" --obj_directory="Drivers/ECC" --cmd_file="configPkg/compiler.opt" "../Drivers/ECC/ECCROMCC26XX.c"
    'Finished building: "../Drivers/ECC/ECCROMCC26XX.c"'
     
    'Building file: "../Application/simple_peripheral.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Application/simple_peripheral.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "../Application/simple_peripheral.c"
    'Finished building: "../Application/simple_peripheral.c"'
     
    'Building file: "../Drivers/PIN/PINCC26XX.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/PIN/PINCC26XX.d_raw" --obj_directory="Drivers/PIN" --cmd_file="configPkg/compiler.opt" "../Drivers/PIN/PINCC26XX.c"
    'Finished building: "../Drivers/PIN/PINCC26XX.c"'
     
    'Building file: "../Drivers/UART/UART.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/UART/UART.d_raw" --obj_directory="Drivers/UART" --cmd_file="configPkg/compiler.opt" "../Drivers/UART/UART.c"
    'Finished building: "../Drivers/UART/UART.c"'
     
    'Building file: "../Drivers/TRNG/TRNGCC26XX.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/TRNG/TRNGCC26XX.d_raw" --obj_directory="Drivers/TRNG" --cmd_file="configPkg/compiler.opt" "../Drivers/TRNG/TRNGCC26XX.c"
    'Finished building: "../Drivers/TRNG/TRNGCC26XX.c"'
     
    'Building file: "../Drivers/UDMA/UDMACC26XX.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/UDMA/UDMACC26XX.d_raw" --obj_directory="Drivers/UDMA" --cmd_file="configPkg/compiler.opt" "../Drivers/UDMA/UDMACC26XX.c"
    'Finished building: "../Drivers/UDMA/UDMACC26XX.c"'
     
    'Building file: "../Drivers/RF/RFCC26XX_singleMode.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/RF/RFCC26XX_singleMode.d_raw" --obj_directory="Drivers/RF" --cmd_file="configPkg/compiler.opt" "../Drivers/RF/RFCC26XX_singleMode.c"
    'Finished building: "../Drivers/RF/RFCC26XX_singleMode.c"'
     
    'Building file: "../ICall/icall_cc2650.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICall/icall_cc2650.d_raw" --obj_directory="ICall" --cmd_file="configPkg/compiler.opt" "../ICall/icall_cc2650.c"
    'Finished building: "../ICall/icall_cc2650.c"'
     
    'Building file: "../Drivers/SPI/SPICC26XXDMA.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/SPI/SPICC26XXDMA.d_raw" --obj_directory="Drivers/SPI" --cmd_file="configPkg/compiler.opt" "../Drivers/SPI/SPICC26XXDMA.c"
    'Finished building: "../Drivers/SPI/SPICC26XXDMA.c"'
     
    'Building file: "../Drivers/UART/UARTCC26XX.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/UART/UARTCC26XX.d_raw" --obj_directory="Drivers/UART" --cmd_file="configPkg/compiler.opt" "../Drivers/UART/UARTCC26XX.c"
    'Finished building: "../Drivers/UART/UARTCC26XX.c"'
     
    'Building file: "../ICallBLE/ble_user_config.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICallBLE/ble_user_config.d_raw" --obj_directory="ICallBLE" --cmd_file="configPkg/compiler.opt" "../ICallBLE/ble_user_config.c"
    'Finished building: "../ICallBLE/ble_user_config.c"'
     
    'Building file: "../PROFILES/gatt_uuid.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/gatt_uuid.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/gatt_uuid.c"
    'Finished building: "../PROFILES/gatt_uuid.c"'
     
    'Building file: "../PROFILES/devinfoservice.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/devinfoservice.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/devinfoservice.c"
    'Finished building: "../PROFILES/devinfoservice.c"'
     
    'Building file: "../PROFILES/gattservapp_util.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/gattservapp_util.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/gattservapp_util.c"
    'Finished building: "../PROFILES/gattservapp_util.c"'
     
    'Building file: "../ICall/icall.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICall/icall.d_raw" --obj_directory="ICall" --cmd_file="configPkg/compiler.opt" "../ICall/icall.c"
    'Finished building: "../ICall/icall.c"'
     
    'Building file: "../Middleware/extflash/ExtFlash.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Middleware/extflash/ExtFlash.d_raw" --obj_directory="Middleware/extflash" --cmd_file="configPkg/compiler.opt" "../Middleware/extflash/ExtFlash.c"
    'Finished building: "../Middleware/extflash/ExtFlash.c"'
     
    'Building file: "../Startup/ccfg_app_ble.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Startup/ccfg_app_ble.d_raw" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "../Startup/ccfg_app_ble.c"
    'Finished building: "../Startup/ccfg_app_ble.c"'
     
    'Building file: "../PROFILES/oad_target_external_flash.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/oad_target_external_flash.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/oad_target_external_flash.c"
    'Finished building: "../PROFILES/oad_target_external_flash.c"'
     
    'Building file: "../PROFILES/simple_gatt_profile.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/simple_gatt_profile.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/simple_gatt_profile.c"
    'Finished building: "../PROFILES/simple_gatt_profile.c"'
     
    'Building file: "../PROFILES/oad.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/oad.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/oad.c"
    'Finished building: "../PROFILES/oad.c"'
     
    'Building file: "../Startup/board.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Startup/board.d_raw" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "../Startup/board.c"
    'Finished building: "../Startup/board.c"'
     
    'Building file: "../Startup/main.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Startup/main.d_raw" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "../Startup/main.c"
    'Finished building: "../Startup/main.c"'
     
    'Building file: "../PROFILES/peripheral.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/peripheral.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/peripheral.c"
    'Finished building: "../PROFILES/peripheral.c"'
     
    'Building file: "../ICallBLE/icall_api.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICallBLE/icall_api.d_raw" --obj_directory="ICallBLE" --cmd_file="configPkg/compiler.opt" "../ICallBLE/icall_api.c"
    'Finished building: "../ICallBLE/icall_api.c"'
     
    'Building target: "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out"'
    'Invoking: ARM Linker'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on -z -m"simple_peripheral_cc2650lp_app_STACK_IN_ROM.map" --stack_size=256 --heap_size=0 -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --reread_libs --diag_wrap=off --display_error_number --diag_suppress=10247-D --diag_suppress=16002-D --warn_sections --xml_link_info="simple_peripheral_cc2650lp_app_STACK_IN_ROM_linkInfo.xml" --rom_model --unused_section_elimination=on --compress_dwarf=on -o "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" "../TOOLS/ccs_linker_defines.cmd" "../TOOLS/cc26xx_app_oad.cmd" "./Application/simple_peripheral.obj" "./Application/util.obj" "./Drivers/Display/Display.obj" "./Drivers/Display/DisplayDogm1286.obj" "./Drivers/Display/DisplayUART.obj" "./Drivers/ECC/ECCROMCC26XX.obj" "./Drivers/PIN/PINCC26XX.obj" "./Drivers/RF/RFCC26XX_singleMode.obj" "./Drivers/SPI/SPI.obj" "./Drivers/SPI/SPICC26XXDMA.obj" "./Drivers/TRNG/TRNGCC26XX.obj" "./Drivers/UART/UART.obj" "./Drivers/UART/UARTCC26XX.obj" "./Drivers/UDMA/UDMACC26XX.obj" "./ICall/icall.obj" "./ICall/icall_cc2650.obj" "./ICallBLE/ble_user_config.obj" "./ICallBLE/icall_api.obj" "./Middleware/extflash/ExtFlash.obj" "./PROFILES/devinfoservice.obj" "./PROFILES/gatt_uuid.obj" "./PROFILES/gattservapp_util.obj" "./PROFILES/oad.obj" "./PROFILES/oad_target_external_flash.obj" "./PROFILES/peripheral.obj" "./PROFILES/simple_gatt_profile.obj" "./Startup/board.obj" "./Startup/ccfg_app_ble.obj" "./Startup/main.obj" -l"configPkg/linker.cmd" -llibc.a -l"C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272/driverlib/bin/ccs/driverlib.lib" -l"C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom/common_rom_releases/03282014/common_rom.symbols" 
    <Linking>
    'Finished building target: "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out"'
     
    'Building files: "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out"'
    'Invoking: ARM Hex Utility'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armhex" --memwidth=8 --romwidth=8 --intel -o "simple_peripheral_cc2650lp_app_STACK_IN_ROM.hex"  "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" 
    Translating to Intel format...
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .imgHdr ==> .imgHdr
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .resetVecs ==> .resetVecs
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .text ==> .text
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .const ==> .const
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .ccfg ==> .ccfg
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .cinit ==> .cinit
    'Finished building: "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out"'
     
    C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armhex -order MS --memwidth=8 --romwidth=8 --intel -o      simple_peripheral_cc2650lp_app_STACK_IN_ROM.hex simple_peripheral_cc2650lp_app_STACK_IN_ROM.out & C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../tools/oad/oad_image_tool.exe C:/Users/SuperUs/workspace_v7/simple_peripheral_cc2650lp_app_STACK_IN_ROM/FlashOnly_OAD_ExtFlash/simple_peripheral_cc2650lp_app_STACK_IN_ROM.hex -t offchip -i app --imgVer 0 -ob C:/Users/SuperUs/workspace_v7/simple_peripheral_cc2650lp_app_STACK_IN_ROM/FlashOnly_OAD_ExtFlash/simple_peripheral_cc2650lp_app_STACK_IN_ROM_oad.bin -m 0x1000 --r 0x1000
    Translating to Intel format...
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .imgHdr ==> .imgHdr
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .resetVecs ==> .resetVecs
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .text ==> .text
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .const ==> .const
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .ccfg ==> .ccfg
       "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" .cinit ==> .cinit
    
    ******************************************************************************************
    Texas Instruments OAD Image Tool
    Version: 1.0
    ******************************************************************************************
    
    OAD Type: offchip
    Img Type: APP
    Input file(s): simple_peripheral_cc2650lp_app_STACK_IN_ROM.hex
    Output Hex file: None
    Output Bin file: simple_peripheral_cc2650lp_app_STACK_IN_ROM_oad.bin
    
    Layout of concatenated input files, per flash sector, before applying --range.
    
     00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 
    ---- XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX X--- ---- ---- ---- 
    ---- XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX X--- ---- ---- ---- 
    ---- XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXx Xx-- ---- ---- ---- 
    ---- XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XxXX XX-- ---- ---- ---- 
     16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 
    ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- 
    ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- 
    ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- 
    ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- 
    
      Legend: `X` 100% full, `x` >50% full, `.` <50% full, `-` empty, `F` all 0xFF,
      `0` all 0x00.
    ******************************************************************************************
    Runtime Output:
    
    Placing metadata at 0x00001000
    
    The script has calculated the 16 Byte OAD Metadata vector below
    
    Bytes: | 0 - 2  |  2 - 4   | 4 - 6  | 6 - 8  |     8-12    | 12 - 14 |   15    |  16  |
    Desc : |  CRC   | CRC-SHDW | imgVer | imgLen |     usrId   | imgAddr | imgType | stat |
    ---------------------------------------------------------------------------------------
    Data : | 0xC5D6 |  0xFFFF  |     0  |  11636 | 45:45:45:45 |    400  |   01    |  FF  |
    ******************************************************************************************
    
    Writing to:
     C:/Users/SuperUs/workspace_v7/simple_peripheral_cc2650lp_app_STACK_IN_ROM/FlashOnly_OAD_ExtFlash/simple_peripheral_cc2650lp_app_STACK_IN_ROM_oad.bin
    ******************************************************************************************
    Success
    ******************************************************************************************
     
    
    **** Build Finished ****
    

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    该代码  

    /*使用 ROM 中的内核*/
    VAR ROM = xdc.useModule('ti.sysbios.rom.ROM');
    rom.romName = ROM.CC2650;

    请参阅映射文件和构建日志

    ******************************************************************************
                      TI ARM Linker PC v5.2.6                      
    ******************************************************************************
    >> Linked Fri Feb 17 19:32:06 2023
    
    OUTPUT FILE NAME:   <simple_peripheral_cc2650lp_app_STACK_IN_ROM.out>
    ENTRY POINT SYMBOL: "ResetISR"  address: 00006e05
    
    
    MEMORY CONFIGURATION
    
             name            origin    length      used     unused   attr    fill
    ----------------------  --------  ---------  --------  --------  ----  --------
      IMAGE_HEADER          00001000   00000010  00000010  00000000  R  X
      FLASH                 00001010   0000d010  00009936  000036da  R  X
      SRAM                  20000000   00004318  00002226  000020f2  RW X
    
    
    SEGMENT ALLOCATION MAP
    
    run origin  load origin   length   init length attrs members
    ----------  ----------- ---------- ----------- ----- -------
    00000100    00000100    00000544   00000544    r--
      00000100    00000100    0000003c   0000003c    r-- .const:ti_sysbios_knl_Task_Object__PARAMS__C
      0000013c    0000013c    00000034   00000034    r-- .const:ti_sysbios_knl_Mailbox_Object__PARAMS__C
      00000170    00000170    00000030   00000030    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C
      000001a0    000001a0    0000002c   0000002c    r-- .const:ti_sysbios_hal_Hwi_Object__PARAMS__C
      000001cc    000001cc    00000028   00000028    r-- .const:ti_sysbios_heaps_HeapMem_Module__FXNS__C
      000001f4    000001f4    00000028   00000028    r-- .const:ti_sysbios_knl_Swi_Object__PARAMS__C
      0000021c    0000021c    00000024   00000024    r-- .const:ti_sysbios_gates_GateHwi_Module__FXNS__C
      00000240    00000240    00000024   00000024    r-- .const:ti_sysbios_gates_GateMutex_Module__FXNS__C
      00000264    00000264    00000024   00000024    r-- .const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C
      00000288    00000288    00000024   00000024    r-- .const:ti_sysbios_knl_Clock_Object__PARAMS__C
      000002ac    000002ac    00000024   00000024    r-- .const:ti_sysbios_knl_Semaphore_Object__PARAMS__C
      000002d0    000002d0    00000020   00000020    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C
      000002f0    000002f0    00000020   00000020    r-- .const:ti_sysbios_gates_GateHwi_Object__DESC__C
      00000310    00000310    00000020   00000020    r-- .const:ti_sysbios_gates_GateMutex_Object__DESC__C
      00000330    00000330    00000020   00000020    r-- .const:ti_sysbios_hal_Hwi_Object__DESC__C
      00000350    00000350    00000020   00000020    r-- .const:ti_sysbios_heaps_HeapMem_Object__DESC__C
      00000370    00000370    00000020   00000020    r-- .const:ti_sysbios_knl_Clock_Object__DESC__C
      00000390    00000390    00000020   00000020    r-- .const:ti_sysbios_knl_Mailbox_Object__DESC__C
      000003b0    000003b0    00000020   00000020    r-- .const:ti_sysbios_knl_Queue_Object__DESC__C
      000003d0    000003d0    00000020   00000020    r-- .const:ti_sysbios_knl_Semaphore_Object__DESC__C
      000003f0    000003f0    00000020   00000020    r-- .const:ti_sysbios_knl_Swi_Object__DESC__C
      00000410    00000410    00000020   00000020    r-- .const:ti_sysbios_knl_Task_Object__DESC__C
      00000430    00000430    00000018   00000018    r-- .const:ti_sysbios_gates_GateHwi_Object__PARAMS__C
      00000448    00000448    00000018   00000018    r-- .const:ti_sysbios_gates_GateMutex_Object__PARAMS__C
      00000460    00000460    00000018   00000018    r-- .const:ti_sysbios_knl_Queue_Object__PARAMS__C
      00000478    00000478    00000008   00000008    r-- .const:ti_sysbios_knl_Idle_funcList__C
      00000484    00000484    00000004   00000004    r-- .const:ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C
      00000488    00000488    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C
      0000048c    0000048c    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C
      00000490    00000490    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C
      00000494    00000494    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__count__C
      00000498    00000498    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__table__C
      0000049c    0000049c    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_ccr__C
      000004a0    000004a0    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C
      000004a4    000004a4    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C
      000004a8    000004a8    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C
      000004ac    000004ac    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_priGroup__C
      000004b0    000004b0    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C
      000004b4    000004b4    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_E_memory__C
      000004b8    000004b8    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_Module__gateObj__C
      000004bc    000004bc    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_Object__count__C
      000004c0    000004c0    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_Object__table__C
      000004c4    000004c4    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_reqAlign__C
      000004c8    000004c8    00000004   00000004    r-- .const:ti_sysbios_knl_Clock_serviceMargin__C
      000004cc    000004cc    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Object__count__C
      000004d0    000004d0    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Object__table__C
      000004d4    000004d4    00000004   00000004    r-- .const:ti_sysbios_knl_Queue_Object__count__C
      000004d8    000004d8    00000004   00000004    r-- .const:ti_sysbios_knl_Queue_Object__table__C
      000004dc    000004dc    00000004   00000004    r-- .const:ti_sysbios_knl_Swi_Object__count__C
      000004e0    000004e0    00000004   00000004    r-- .const:ti_sysbios_knl_Swi_Object__table__C
      000004e4    000004e4    00000004   00000004    r-- .const:ti_sysbios_knl_Swi_numPriorities__C
      000004e8    000004e8    00000004   00000004    r-- .const:ti_sysbios_knl_Task_Object__count__C
      000004ec    000004ec    00000004   00000004    r-- .const:ti_sysbios_knl_Task_Object__table__C
      000004f0    000004f0    00000004   00000004    r-- .const:ti_sysbios_knl_Task_allBlockedFunc__C
      000004f4    000004f4    00000004   00000004    r-- .const:ti_sysbios_knl_Task_defaultStackHeap__C
      000004f8    000004f8    00000004   00000004    r-- .const:ti_sysbios_knl_Task_defaultStackSize__C
      000004fc    000004fc    00000004   00000004    r-- .const:ti_sysbios_knl_Task_numConstructedTasks__C
      00000502    00000502    00000002   00000002    r-- .const:ti_sysbios_family_arm_cc26xx_Timer_Module__id__C
      00000504    00000504    00000002   00000002    r-- .const:ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C
      00000506    00000506    00000002   00000002    r-- .const:ti_sysbios_family_arm_m3_Hwi_Module__id__C
      00000508    00000508    00000002   00000002    r-- .const:ti_sysbios_gates_GateHwi_Module__id__C
      0000050a    0000050a    00000002   00000002    r-- .const:ti_sysbios_gates_GateMutex_Module__id__C
      0000050c    0000050c    00000002   00000002    r-- .const:ti_sysbios_heaps_HeapMem_Module__id__C
      0000050e    0000050e    00000002   00000002    r-- .const:ti_sysbios_knl_Task_initStackFlag__C
      00000510    00000510    00000001   00000001    r-- .const:ti_sysbios_knl_Clock_tickMode__C
      00000514    00000514    00000008   00000008    r-- .const:xdc_runtime_Startup_firstFxns__C
      0000051c    0000051c    00000008   00000008    r-- .const:xdc_runtime_Startup_lastFxns__C
      00000524    00000524    00000004   00000004    r-- .const:xdc_runtime_Assert_E_assertFailed__C
      00000528    00000528    00000004   00000004    r-- .const:xdc_runtime_Error_E_memory__C
      0000052c    0000052c    00000004   00000004    r-- .const:xdc_runtime_Error_policyFxn__C
      00000530    00000530    00000004   00000004    r-- .const:xdc_runtime_IGateProvider_Interface__BASE__C
      00000534    00000534    00000004   00000004    r-- .const:xdc_runtime_IHeap_Interface__BASE__C
      00000538    00000538    00000004   00000004    r-- .const:xdc_runtime_IModule_Interface__BASE__C
      0000053c    0000053c    00000004   00000004    r-- .const:xdc_runtime_Main_Module__diagsEnabled__C
      00000540    00000540    00000004   00000004    r-- .const:xdc_runtime_Main_Module__diagsIncluded__C
      00000544    00000544    00000004   00000004    r-- .const:xdc_runtime_Main_Module__diagsMask__C
      00000548    00000548    00000004   00000004    r-- .const:xdc_runtime_Memory_defaultHeapInstance__C
      0000054c    0000054c    00000004   00000004    r-- .const:xdc_runtime_Startup_execImpl__C
      00000550    00000550    00000004   00000004    r-- .const:xdc_runtime_Startup_maxPasses__C
      00000554    00000554    00000004   00000004    r-- .const:xdc_runtime_Startup_sfxnRts__C
      00000558    00000558    00000004   00000004    r-- .const:xdc_runtime_Startup_sfxnTab__C
      0000055c    0000055c    00000004   00000004    r-- .const:xdc_runtime_Startup_startModsFxn__C
      00000560    00000560    00000004   00000004    r-- .const:xdc_runtime_SysCallback_abortFxn__C
      00000564    00000564    00000004   00000004    r-- .const:xdc_runtime_SysCallback_exitFxn__C
      00000568    00000568    00000004   00000004    r-- .const:xdc_runtime_System_abortFxn__C
      0000056c    0000056c    00000004   00000004    r-- .const:xdc_runtime_System_exitFxn__C
      00000570    00000570    00000004   00000004    r-- .const:xdc_runtime_System_maxAtexitHandlers__C
      00000574    00000574    00000004   00000004    r-- .const:xdc_runtime_Text_charTab__C
      00000578    00000578    00000004   00000004    r-- .const:xdc_runtime_Text_nameEmpty__C
      0000057c    0000057c    00000004   00000004    r-- .const:xdc_runtime_Text_nameStatic__C
      00000580    00000580    00000004   00000004    r-- .const:xdc_runtime_Text_nameUnknown__C
      00000584    00000584    00000002   00000002    r-- .const:xdc_runtime_Main_Module__id__C
      00000586    00000586    00000002   00000002    r-- .const:xdc_runtime_Memory_Module__id__C
      00000588    00000588    00000002   00000002    r-- .const:xdc_runtime_Text_charCnt__C
      0000058a    0000058a    00000002   00000002    r-- .const:xdc_runtime_Text_isLoaded__C
      0000058c    0000058c    00000001   00000001    r-- .const:xdc_runtime_Error_policy__C
      00000590    00000590    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_AONRTCChannelEnable
      00000594    00000594    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_AONRTCCompareValueSet
      00000598    00000598    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_AONRTCCurrentCompareValueGet
      0000059c    0000059c    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_AONRTCEventClear
      000005a0    000005a0    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E
      000005a4    000005a4    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
      000005a8    000005a8    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
      000005ac    000005ac    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I
      000005b0    000005b0    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
      000005b4    000005b4    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I
      000005b8    000005b8    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E
      000005bc    000005bc    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
      000005c0    000005c0    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I
      000005c4    000005c4    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E
      000005c8    000005c8    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E
      000005cc    000005cc    00000004   00000004    r-- .const:ti_sysbios_gates_GateMutex_Instance_State_sem__O
      000005d0    000005d0    00000004   00000004    r-- .const:ti_sysbios_knl_Clock_Module_State_clockQ__O
      000005d4    000005d4    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Instance_State_dataQue__O
      000005d8    000005d8    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Instance_State_dataSem__O
      000005dc    000005dc    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Instance_State_freeQue__O
      000005e0    000005e0    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Instance_State_freeSem__O
      000005e4    000005e4    00000004   00000004    r-- .const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O
      000005e8    000005e8    00000004   00000004    r-- .const:ti_sysbios_knl_Task_Module_State_inactiveQ__O
      000005ec    000005ec    00000058   00000058    r-- .ccfg
    00001000    00001000    0000004c   0000004c    r--
      00001000    00001000    00000010   00000010    r-- .imgHdr
      00001010    00001010    0000003c   0000003c    r-- .resetVecs
    00001010    00001010    00009938   00009938    r-x
      00001010    00001010    00008c8c   00008c8c    r-x .text
      00009c9c    00009c9c    000005c2   000005c2    r-- .const
      0000a260    0000a260    000006e8   000006e8    r-- .cinit
    20000100    20000100    00000078   00000000    rw-
      20000100    20000100    00000044   00000000    rw- .data:ti_sysbios_knl_Task_Module__state__V
      20000144    20000144    00000034   00000000    rw- .data:ti_sysbios_family_arm_m3_Hwi_Module__state__V
    20000148    20000148    000012b9   00000000    rw-
      20000148    20000148    000012b9   00000000    rw- .data
    20000178    20000178    0000008c   00000000    rw-
      20000178    20000178    0000002c   00000000    rw- .data:ti_sysbios_knl_Clock_Module__state__V
      200001a4    200001a4    00000024   00000000    rw- .data:ti_sysbios_BIOS_Module__state__V
      200001c8    200001c8    0000001c   00000000    rw- .data:ti_sysbios_knl_Swi_Module__state__V
      200001e4    200001e4    00000008   00000000    rw- .data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V
      200001ec    200001ec    00000004   00000000    rw- .data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V
      200001f0    200001f0    00000008   00000000    rw- .data:xdc_runtime_Startup_Module__state__V
      200001f8    200001f8    00000008   00000000    rw- .data:xdc_runtime_System_Module__state__V
      20000200    20000200    00000004   00000000    rw- .data:xdc_runtime_Memory_Module__state__V
    20000430    20000430    00000010   00000000    rw-
      20000430    20000430    00000010   00000000    rw- .TI.bound:dmaSpi0RxControlTableEntry$9
    20000440    20000440    00000010   00000000    rw-
      20000440    20000440    00000010   00000000    rw- .TI.bound:dmaSpi0TxControlTableEntry$9
    20000500    20000500    00000010   00000000    rw-
      20000500    20000500    00000010   00000000    rw- .TI.bound:dmaSpi1RxControlTableEntry$9
    20000510    20000510    00000010   00000000    rw-
      20000510    20000510    00000010   00000000    rw- .TI.bound:dmaSpi1TxControlTableEntry$9
    20001408    20001408    00000c5a   00000000    rw-
      20001408    20001408    00000c5a   00000000    rw- .bss
    20004118    20004118    00000200   00000000    rw-
      20004118    20004118    00000200   00000000    rw- .stack
    
    
    SECTION ALLOCATION MAP
    
     output                                  attributes/
    section   page    origin      length       input sections
    --------  ----  ----------  ----------   ----------------
    .imgHdr    0    00001000    00000010     
                      00001000    00000010     oad_target_external_flash.obj (.imgHdr:retain)
    
    .text      0    00001010    00008c8c     
                      00001010    00000338     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_System_doPrint__I)
                      00001348    000002ec     peripheral.obj (.text:gapRole_processGAPMsg$24)
                      00001634    00000290     RFCC26XX_singleMode.obj (.text:fsmActiveState$7)
                      000018c4    0000023c     peripheral.obj (.text:GAPRole_SetParameter)
                      00001b00    00000228     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                      00001d28    00000204     driverlib.lib : sys_ctrl.obj (.text:NOROM_SysCtrlSetRechargeBeforePowerDown)
                      00001f2c    000001f4     rtsv7M3_T_le_eabi.lib : ull_div_t2.obj (.text)
                      00002120    000001f0     simple_peripheral.obj (.text:SimpleBLEPeripheral_init$0)
                      00002310    000001d0     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:calibrateRcoscHf1)
                      000024e0    000001a8     PINCC26XX.obj (.text:PIN_init)
                      00002688    0000019c     RFCC26XX_singleMode.obj (.text:RF_postCmd)
                      00002824    00000184     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
                      000029a8    0000017c     RFCC26XX_singleMode.obj (.text:abortCmd$7)
                      00002b24    00000174     RFCC26XX_singleMode.obj (.text:fsmSetupState$7)
                      00002c98    00000158     SPICC26XXDMA.obj (.text:SPICC26XXDMA_initIO$9)
                      00002df0    00000144     SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                      00002f34    00000130     driverlib.lib : setup_rom.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg3)
                      00003064    00000120     peripheral.obj (.text:GAPRole_GetParameter)
                      00003184    0000011c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_init)
                      000032a0    00000110     RFCC26XX_singleMode.obj (.text:hwiFxnCpe0Active$7)
                      000033b0    00000104     RFCC26XX_singleMode.obj (.text:fsmPowerUpState$7)
                      000034b4    000000fc     peripheral.obj (.text:gapRole_taskFxn$24)
                      000035b0    000000f8     app_ble_pem3.oem3 (.text:xdc_runtime_System_printfExtend__I)
                      000036a8    000000f4     SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                      0000379c    000000ec     icall.obj (.text:ICall_primWaitMatch$14)
                      00003888    000000ec     RFCC26XX_singleMode.obj (.text:rf_init$7)
                      00003974    000000e4     driverlib.lib : setup_rom.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg2)
                      00003a58    000000e0     SPICC26XXDMA.obj (.text:SPICC26XXDMA_configDMA$9)
                      00003b38    000000e0     RFCC26XX_singleMode.obj (.text:radioOpDoneCb$7)
                      00003c18    000000dc     PINCC26XX.obj (.text:PINCC26XX_setIoCfg$6)
                      00003cf4    000000dc     SPICC26XXDMA.obj (.text:SPICC26XXDMA_control)
                      00003dd0    000000d4     power_cc26xx_tirtos.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                      00003ea4    000000d4     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseDependency)
                      00003f78    000000d0                             : PowerCC26XX.oem3 (.text:Power_setDependency)
                      00004048    000000cc     simple_peripheral.obj (.text:SimpleBLEPeripheral_taskFxn$0)
                      00004114    000000c8     RFCC26XX_singleMode.obj (.text:RF_open)
                      000041dc    000000bc     driverlib.lib : setup.obj (.text:TrimAfterColdResetWakeupFromShutDown)
                      00004298    000000b6     SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                      0000434e    00000002     ble_user_config.obj (.text:DefaultAssertCback)
                      00004350    000000b4     simple_peripheral.obj (.text:SimpleBLEPeripheral_processStateChangeEvt$0)
                      00004404    000000b0     devinfoservice.obj (.text:devInfo_ReadAttrCB$19)
                      000044b4    000000ac     oad.obj (.text:OAD_imgBlockWrite)
                      00004560    000000a8     driverlib.lib : setup.obj (.text:NOROM_SetupTrimDevice)
                      00004608    000000a8     oad.obj (.text:oadWriteAttrCB$22)
                      000046b0    000000a0     SPICC26XXDMA.obj (.text:SPICC26XXDMA_hwiFxn$9)
                      00004750    000000a0     auto_init.aem3 : auto_init.oem3 (.text)
                      000047f0    000000a0     peripheral.obj (.text:gapRole_init$24)
                      00004890    0000009c     oad.obj (.text:OAD_imgIdentifyWrite)
                      0000492c    0000009c     rtsv7M3_T_le_eabi.lib : memcpy_t2.obj (.text)
                      000049c8    0000009a     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Text_putSite__E)
                      00004a62    00000002     driverlib.lib : rfc.obj (.text:NOROM_RFCAdi3VcoLdoVoltageMode)
                      00004a64    00000098     PINCC26XX.obj (.text:PIN_open)
                      00004afc    00000098     RFCC26XX_singleMode.obj (.text:fsmPowerDownState$7)
                      00004b94    00000098     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
                      00004c2c    00000098                      : rom_sysbios.obj (.text:xdc_runtime_Text_putMod__E)
                      00004cc4    00000090     oad.obj (.text:crcCalcDL$22)
                      00004d54    00000090     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                      00004de4    0000008c     driverlib.lib : osc.obj (.text:NOROM_OSCHF_GetStartupTime)
                      00004e70    0000008c     simple_gatt_profile.obj (.text:simpleProfile_WriteAttrCB$25)
                      00004efc    00000084     icall.obj (.text:ICall_heapMalloc)
                      00004f80    00000084     icall.obj (.text:ICall_primSetTimer$14)
                      00005004    00000084     RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                      00005088    00000084     TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
                      0000510c    00000084     RFCC26XX_singleMode.obj (.text:swiFxnHw$7)
                      00005190    0000007c     icall.obj (.text:ICall_createRemoteTasks)
                      0000520c    0000007c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
                      00005288    0000007a     rtsv7M3_T_le_eabi.lib : memset_t2.obj (.text)
                      00005302    00000002     driverlib.lib : rfc.obj (.text:NOROM_RFCRTrim)
                      00005304    00000078                   : setup_rom.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg1)
                      0000537c    00000078     oad.obj (.text:OAD_rejectImage$22)
                      000053f4    00000074     gattservapp_util.obj (.text:GATTServApp_ProcessCharCfg)
                      00005468    00000074     icall_cc2650.obj (.text:ICallPlatform_pwrUpdActivityCounter)
                      000054dc    00000074     icall.obj (.text:ICall_primSend$14)
                      00005550    00000074     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_auxISR)
                      000055c4    00000074                             : PowerCC26XX_calibrateRCOSC.oem3 (.text:calibrateRcoscHf2)
                      00005638    00000074     peripheral.obj (.text:gapRole_startConnUpdate$24)
                      000056ac    00000070     driverlib.lib : chipinfo.obj (.text:NOROM_ChipInfo_GetHwRevision)
                      0000571c    0000006e     ExtFlash.obj (.text:ExtFlash_write)
                      0000578a    00000002     SPICC26XXDMA.obj (.text:SPICC26XXDMA_serviceISR$9)
                      0000578c    0000006d     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_System_formatNum__I)
                      000057f9    00000001     --HOLE-- [fill = 0]
                      000057fa    00000002     RFCC26XX_singleMode.obj (.text:defaultErrCb$7)
                      000057fc    0000006c     icall.obj (.text:ICall_heapInit)
                      00005868    0000006c     driverlib.lib : setup_rom.obj (.text:NOROM_SetupGetTrimForAmpcompCtrl)
                      000058d4    0000006c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
                      00005940    0000006c     gattservapp_util.obj (.text:gattServApp_SendNotiInd$21)
                      000059ac    0000006a     rtsv7M3_T_le_eabi.lib : copy_decompress_rle.obj (.text)
                      00005a16    00000002     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:emptyClockFunc)
                      00005a18    00000068     driverlib.lib : setup_rom.obj (.text:NOROM_SetupGetTrimForAnabypassValue1)
                      00005a80    00000068                   : sys_ctrl.obj (.text:NOROM_SysCtrl_DCDC_VoltageConditionalControl)
                      00005ae8    00000068     oad_target_external_flash.obj (.text:OADTarget_getCurrentImageHeader)
                      00005b50    00000068     RFCC26XX_singleMode.obj (.text:decActiveClientCnt$7)
                      00005bb8    00000064     PINCC26XX.obj (.text:PIN_add)
                      00005c1c    00000064     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_start__E)
                      00005c80    00000060     icall.obj (.text:ICall_primEnroll$14)
                      00005ce0    00000060     oad.obj (.text:OAD_sendStatus$22)
                      00005d40    00000060     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_RCOSC_clockFunc)
                      00005da0    00000060     RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                      00005e00    00000060     main.obj (.text:main)
                      00005e60    00000060     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:updateSubSecInc)
                      00005ec0    0000005c     ExtFlash.obj (.text:ExtFlash_erase)
                      00005f1c    0000005c     icall.obj (.text:ICall_primThreadServes$14)
                      00005f78    0000005c     driverlib.lib : osc.obj (.text:NOROM_OSCHF_AttemptToSwitchToXosc)
                      00005fd4    0000005c                   : sys_ctrl.obj (.text:NOROM_SysCtrlAdjustRechargeAfterPowerDown)
                      00006030    0000005c     oad_target_external_flash.obj (.text:OADTarget_validateNewImage)
                      0000608c    0000005c     oad.obj (.text:OAD_getNextBlockReq$22)
                      000060e8    0000005c     UDMACC26XX.obj (.text:UDMACC26XX_open)
                      00006144    0000005c     RFCC26XX_singleMode.obj (.text:applyRfCorePatch$7)
                      000061a0    0000005c     RFCC26XX_singleMode.obj (.text:fsmXOSCState$7)
                      000061fc    0000005c     simple_gatt_profile.obj (.text:simpleProfile_ReadAttrCB$25)
                      00006258    0000005c     app_ble_pem3.oem3 (.text:xdc_runtime_Startup_getState__I)
                      000062b4    0000005b     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Text_putLab__E)
                      0000630f    00000001     --HOLE-- [fill = 0]
                      00006310    0000005a     SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
                      0000636a    00000002     rtsv7M3_T_le_eabi.lib : i_div0.obj (.text)
                      0000636c    00000058     oad.obj (.text:OAD_addService)
                      000063c4    00000058     PINCC26XX.obj (.text:PIN_remove)
                      0000641c    00000058     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
                      00006474    00000058     SPICC26XXDMA.obj (.text:SPICC26XXDMA_initHw$9)
                      000064cc    00000054     SPICC26XXDMA.obj (.text:SPICC26XXDMA_swiFxn$9)
                      00006520    00000054     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:configureXOSCHF)
                      00006574    00000054     RFCC26XX_singleMode.obj (.text:hwiFxnHw$7)
                      000065c8    00000054     RFCC26XX_singleMode.obj (.text:ratChanFree$7)
                      0000661c    00000052     icall.obj (.text:ICall_primWait$14)
                      0000666e    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E)
                      00006670    00000050     icall_api.obj (.text:GAP_DeviceInit)
                      000066c0    00000050     icall_api.obj (.text:GAP_UpdateAdvertisingData)
                      00006710    00000050     icall.obj (.text:ICall_primRegisterApp$14)
                      00006760    00000050     driverlib.lib : setup_rom.obj (.text:NOROM_SetupSetCacheModeAccordingToCcfgSetting)
                      000067b0    00000050     RFCC26XX_singleMode.obj (.text:RF_getInfo)
                      00006800    00000050     oad.obj (.text:checkDL$22)
                      00006850    00000050     RFCC26XX_singleMode.obj (.text:syncCb$7)
                      000068a0    0000004c     ExtFlash.obj (.text:ExtFlash_waitReady$18)
                      000068ec    0000004c     icall_cc2650.obj (.text:ICallPlatform_pwrRegisterNotify)
                      00006938    0000004c     icall.obj (.text:ICall_newTask$14)
                      00006984    0000004c     icall.obj (.text:ICall_primGetEntityId$14)
                      000069d0    0000004c     driverlib.lib : osc.obj (.text:NOROM_OSCClockSourceSet)
                      00006a1c    0000004c     peripheral.obj (.text:gapRole_processStackMsg$24)
                      00006a68    0000004c     rtsv7M3_T_le_eabi.lib : cpy_tbl.obj (.text)
                      00006ab4    0000004a     gattservapp_util.obj (.text:GATTServApp_ProcessCCCWriteReq)
                      00006afe    00000002     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_nullFunc__I)
                      00006b00    00000048     driverlib.lib : chipinfo.obj (.text:NOROM_ChipInfo_GetChipFamily)
                      00006b48    00000048                   : ddi.obj (.text:NOROM_DDI16BitfieldWrite)
                      00006b90    00000048     simple_peripheral.obj (.text:SimpleBLEPeripheral_processOadWriteCB)
                      00006bd8    00000048     util.obj (.text:Util_constructClock)
                      00006c20    00000048     icall_api.obj (.text:gattIndNoti$17)
                      00006c68    00000048     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:notify)
                      00006cb0    00000044     main.obj (.text:AssertHandler)
                      00006cf4    00000044     icall_api.obj (.text:GAP_TerminateLinkReq)
                      00006d38    00000044     PINCC26XX.obj (.text:PIN_swi$6)
                      00006d7c    00000044     simple_gatt_profile.obj (.text:SimpleProfile_GetParameter)
                      00006dc0    00000044     simple_gatt_profile.obj (.text:SimpleProfile_SetParameter)
                      00006e04    00000044     boot.aem3 : boot.oem3 (.text)
                      00006e48    00000044     icall_api.obj (.text:gapSendParamAndPtrCmd$17)
                      00006e8c    00000044     rtsv7M3_T_le_eabi.lib : exit.obj (.text)
                      00006ed0    00000044     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Text_xprintf__I)
                      00006f14    00000042     icall.obj (.text:ICall_primCreateTask$14)
                      00006f56    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_triggerFunc__I)
                      00006f58    00000040     ExtFlash.obj (.text:ExtFlash_open)
                      00006f98    00000040     ExtFlash.obj (.text:ExtFlash_read)
                      00006fd8    00000040     peripheral.obj (.text:GAPRole_SendUpdateParam)
                      00007018    00000040     peripheral.obj (.text:GAPRole_createTask)
                      00007058    00000040     icall_api.obj (.text:GATT_SendRsp)
                      00007098    00000040     driverlib.lib : ddi.obj (.text:NOROM_DDI16BitfieldRead)
                      000070d8    00000040     oad_target_external_flash.obj (.text:OADTarget_storeImageHeader)
                      00007118    00000040     RFCC26XX_singleMode.obj (.text:RF_getRssi)
                      00007158    00000040     ExtFlash.obj (.text:extFlashVerifyPart$18)
                      00007198    00000040     rtsv7M3_T_le_eabi.lib : u_divt2.obj (.text)
                      000071d8    00000040     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_HeapMin_alloc__E)
                      00007218    0000003e     icall_api.obj (.text:hciSendParamsCmd$17)
                      00007256    00000002     app_ble_pem3.oem3 (.text:ti_sysbios_rom_cortexm_cc26xx_CC26xx_badRomRevision__E)
                      00007258    0000003c     ExtFlash.obj (.text:ExtFlash_readInfo$18)
                      00007294    0000003c     icall_api.obj (.text:GAP_GetParamValue)
                      000072d0    0000003c     icall_api.obj (.text:GATTServApp_RegisterService)
                      0000730c    0000003c     icall_cc2650.obj (.text:ICallPlatform_pwrConfigACAction)
                      00007348    0000003c     driverlib.lib : osc.obj (.text:NOROM_OSC_HPOSCRelativeFrequencyOffsetGet)
                      00007384    0000003c                   : rfc.obj (.text:NOROM_RFCSynthPowerDown)
                      000073c0    0000003c     PINCC26XX.obj (.text:PINCC26XX_getConfig)
                      000073fc    0000003c     RFCC26XX_singleMode.obj (.text:RF_runCmd)
                      00007438    0000003c     SPICC26XXDMA.obj (.text:SPICC26XXDMA_csnCallback$9)
                      00007474    0000003c     simple_peripheral.obj (.text:SimpleBLEPeripheral_createTask)
                      000074b0    0000003c     RFCC26XX_singleMode.obj (.text:dispatchOpWhen$7)
                      000074ec    0000003c     oad.obj (.text:oadReadAttrCB$22)
                      00007528    0000003c     RFCC26XX_singleMode.obj (.text:postDirImmCmd$7)
                      00007564    0000003c     icall_api.obj (.text:profileSetParameter$17)
                      000075a0    0000003c     icall_api.obj (.text:sendWaitMatchCS$17)
                      000075dc    0000003c     icall_api.obj (.text:sendWaitMatchValueCS$17)
                      00007618    00000038     icall_api.obj (.text:GAPBondMgr_LinkEst)
                      00007650    00000038     icall.obj (.text:ICall_primGetMaxMSecs$14)
                      00007688    00000038     simple_peripheral.obj (.text:SimpleBLEPeripheral_sendAttRsp$0)
                      000076c0    00000038     ExtFlash.obj (.text:Spi_open$18)
                      000076f8    00000038     util.obj (.text:Util_restartClock)
                      00007730    00000038     icall_api.obj (.text:linkDB_NumActive)
                      00007768    00000038     icall_api.obj (.text:linkDB_NumConns)
                      000077a0    00000038     icall_api.obj (.text:registerTask$17)
                      000077d8    00000038     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E)
                      00007810    00000036     UDMACC26XX.obj (.text:UDMACC26XX_close)
                      00007846    00000036     RFCC26XX_singleMode.obj (.text:updateImplicitState$7)
                      0000787c    00000034     icall_api.obj (.text:GAPBondMgr_SetParameter)
                      000078b0    00000034     icall_api.obj (.text:GAP_SetParamValue)
                      000078e4    00000034     icall.obj (.text:ICall_primEntityId2ServiceId$14)
                      00007918    00000034     icall.obj (.text:ICall_primFetchMsg$14)
                      0000794c    00000034     icall.obj (.text:ICall_primRegisterISR$14)
                      00007980    00000034     icall.obj (.text:ICall_primRegisterISR_Ext$14)
                      000079b4    00000034     icall.obj (.text:ICall_searchServiceEntity)
                      000079e8    00000034     driverlib.lib : osc.obj (.text:NOROM_OSCHF_SwitchToRcOscTurnOffXosc)
                      00007a1c    00000034                   : trng.obj (.text:NOROM_TRNGConfigure)
                      00007a50    00000034     PINCC26XX.obj (.text:PIN_setOutputValue)
                      00007a84    00000034     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
                      00007ab8    00000034     RFCC26XX_singleMode.obj (.text:Q_push$7)
                      00007aec    00000034     simple_peripheral.obj (.text:SimpleBLEPeripheral_processGATTMsg$0)
                      00007b20    00000034     icall_api.obj (.text:linkDB_GetInfo)
                      00007b54    00000034     icall_api.obj (.text:osal_snv_read)
                      00007b88    00000034     icall_api.obj (.text:osal_snv_write)
                      00007bbc    00000034     icall_api.obj (.text:profileAddService$17)
                      00007bf0    00000032     icall_api.obj (.text:gapSendParamsCmd$17)
                      00007c22    00000032     icall_api.obj (.text:gapSendPtrParamsCmd$17)
                      00007c54    00000032     icall_api.obj (.text:matchGapSetGetParamCS$17)
                      00007c86    00000032     icall_api.obj (.text:matchGattCmdStatus$17)
                      00007cb8    00000032     icall_api.obj (.text:matchUtilNvCS$17)
                      00007cea    00000032     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E)
                      00007d1c    00000030     ExtFlash.obj (.text:ExtFlash_close)
                      00007d4c    00000030     ExtFlash.obj (.text:ExtFlash_writeEnable$18)
                      00007d7c    00000030     icall_cc2650.obj (.text:ICallPlatform_pwrNotify$15)
                      00007dac    00000030     icall.obj (.text:ICall_msecs2Ticks$14)
                      00007ddc    00000030     icall.obj (.text:ICall_searchTask$14)
                      00007e0c    00000030     driverlib.lib : setup_rom.obj (.text:NOROM_SetupSetAonRtcSubSecInc)
                      00007e3c    00000030     PINCC26XX.obj (.text:PIN_setInterrupt)
                      00007e6c    00000030     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseConstraint)
                      00007e9c    00000030                             : PowerCC26XX.oem3 (.text:Power_setConstraint)
                      00007ecc    00000030     SPI.obj (.text:SPI_open)
                      00007efc    00000030     ExtFlash.obj (.text:Spi_read$18)
                      00007f2c    00000030     ExtFlash.obj (.text:Spi_write$18)
                      00007f5c    00000030     oad.obj (.text:crc16$22)
                      00007f8c    00000030     oad_target_external_flash.obj (.text:saveImageInfo)
                      00007fbc    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                      00007fec    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
                      0000801c    00000030     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_initDevice__I)
                      0000804c    00000030                      : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I)
                      0000807c    00000030     app_ble_pem3.oem3 (.text:xdc_runtime_HeapMin_Object__create__S)
                      000080ac    00000030     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_HeapMin_free__E)
                      000080dc    0000002f                      : rom_sysbios.obj (.text:xdc_runtime_Text_printVisFxn__I)
                      0000810b    00000001     --HOLE-- [fill = 0]
                      0000810c    0000002e     icall_cc2650.obj (.text:ICallPlatform_pwrDispenseImpl$15)
                      0000813a    0000002e     icall_cc2650.obj (.text:ICallPlatform_pwrRequireImpl$15)
                      00008168    0000002e     simple_peripheral.obj (.text:ICall_fetchServiceMsg$0)
                      00008196    0000002e     peripheral.obj (.text:ICall_fetchServiceMsg$24)
                      000081c4    0000002e     icall.obj (.text:ICall_msgDequeue$14)
                      000081f2    0000002e     icall_api.obj (.text:matchProfileAddServiceCS$17)
                      00008220    0000002c     icall_api.obj (.text:GAPBondMgr_Register)
                      0000824c    0000002c     icall_api.obj (.text:HCI_EXT_ConnEventNoticeCmd)
                      00008278    0000002c     icall.obj (.text:ICall_heapFree)
                      000082a4    0000002c     oad.obj (.text:ICall_malloc$22)
                      000082d0    0000002c     simple_gatt_profile.obj (.text:ICall_malloc$25)
                      000082fc    0000002c     icall.obj (.text:ICall_msgEnqueue$14)
                      00008328    0000002c     icall.obj (.text:ICall_primAllocMsg$14)
                      00008354    0000002c     icall.obj (.text:ICall_primFetchServiceMsg$14)
                      00008380    0000002c     icall_api.obj (.text:ICall_sendServiceMsg$17)
                      000083ac    0000002c     driverlib.lib : ddi.obj (.text:NOROM_DDI32RegWrite)
                      000083d8    0000002c                   : setup_rom.obj (.text:NOROM_SetupGetTrimForRadcExtCfg)
                      00008404    0000002c     PINCC26XX.obj (.text:PINCC26XX_setMux)
                      00008430    0000002c     PINCC26XX.obj (.text:PIN_setConfig)
                      0000845c    0000002c     ExtFlash.obj (.text:extFlashPowerStandby$18)
                      00008488    0000002c     RFCC26XX_singleMode.obj (.text:getCmd$7)
                      000084b4    0000002c     icall_api.obj (.text:hciSendCmd$17)
                      000084e0    0000002c     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_getTicksUntilInterrupt__E)
                      0000850c    0000002a     icall_api.obj (.text:ICall_waitMatch$17)
                      00008536    0000002a     TRNGCC26XX.obj (.text:TRNGCC26XX_isParamValid)
                      00008560    0000002a     util.obj (.text:Util_enqueueMsg)
                      0000858a    0000002a     icall_api.obj (.text:matchProfileCS$17)
                      000085b4    0000002a     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_System_putchar__I)
                      000085de    00000028     gattservapp_util.obj (.text:GATTServApp_WriteCharCfg)
                      00008606    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultAbort)
                      00008608    00000028     icall.obj (.text:ICall_init)
                      00008630    00000028     icall.obj (.text:ICall_msgPrepend$14)
                      00008658    00000028     simple_peripheral.obj (.text:ICall_registerApp$0)
                      00008680    00000028     peripheral.obj (.text:ICall_registerApp$24)
                      000086a8    00000028     driverlib.lib : aon_batmon.obj (.text:NOROM_AONBatMonTemperatureGetDegC)
                      000086d0    00000028     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
                      000086f8    00000028                             : PowerCC26XX.oem3 (.text:Power_registerNotify)
                      00008720    00000028     SPICC26XXDMA.obj (.text:SPICC26XXDMA_flushFifos$9)
                      00008748    00000028     driverlib.lib : adi.obj (.text:SafeHapiVoid)
                      00008770    00000028     simple_peripheral.obj (.text:SimpleBLEPeripheral_freeAttRsp$0)
                      00008798    00000028     simple_peripheral.obj (.text:SimpleBLEPeripheral_processStackMsg$0)
                      000087c0    00000028     simple_gatt_profile.obj (.text:SimpleProfile_AddService)
                      000087e8    00000028     TRNGCC26XX.obj (.text:TRNGCC26XX_init)
                      00008810    00000028     RFCC26XX_singleMode.obj (.text:clkPowerUpFxn$7)
                      00008838    00000028     gattservapp_util.obj (.text:gattServApp_FindCharCfgItem$21)
                      00008860    00000028     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E)
                      00008888    00000026     drivers_cc26xxware.aem3 : List.oem3 (.text:List_put)
                      000088ae    00000024     icall_api.obj (.text:GAPBondMgr_LinkTerm)
                      000088d2    00000024     icall_api.obj (.text:ICall_getLocalMsgEntityId$17)
                      000088f6    00000024     icall_api.obj (.text:ICall_threadServes$17)
                      0000891a    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultExit)
                      0000891c    00000024     PINCC26XX.obj (.text:PINCC26XX_getPinCount)
                      00008940    00000024     simple_peripheral.obj (.text:SimpleBLEPeripheral_enqueueMsg$0)
                      00008964    00000024     oad_target_external_flash.obj (.text:getImageFlag)
                      00008988    00000024     drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:getTdcSemaphore)
                      000089ac    00000024     RFCC26XX_singleMode.obj (.text:hwiFxnCpe0PowerFsm$7)
                      000089d0    00000024     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_registerRTSLock__I)
                      000089f4    00000024     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_removeRTSLock__I)
                      00008a18    00000024     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_cc26xxRomInitNVIC__I)
                      00008a3c    00000024                      : rom_sysbios.obj (.text:xdc_runtime_System_vprintf__E)
                      00008a60    00000022     icall.obj (.text:ICall_dispatch$14)
                      00008a82    00000022     util.obj (.text:ICall_malloc$1)
                      00008aa4    00000022     rtsv7M3_T_le_eabi.lib : memcmp.obj (.text)
                      00008ac6    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultFlush)
                      00008ac8    00000020     gattservapp_util.obj (.text:GATTServApp_InitCharCfg)
                      00008ae8    00000020     icall_api.obj (.text:ICall_allocMsg$17)
                      00008b08    00000020     icall_api.obj (.text:ICall_getEntityId$17)
                      00008b28    00000020     simple_peripheral.obj (.text:ICall_malloc$0)
                      00008b48    00000020     icall.obj (.text:ICall_primService$14)
                      00008b68    00000020     icall.obj (.text:ICall_searchService$14)
                      00008b88    00000020     driverlib.lib : rfc.obj (.text:NOROM_RFCDoorbellSendTo)
                      00008ba8    00000020                   : rfc.obj (.text:NOROM_RFCRfTrimRead)
                      00008bc8    00000020                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscHfCtl)
                      00008be8    00000020     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_unregisterNotify)
                      00008c08    00000020     UDMACC26XX.obj (.text:UDMACC26XX_initHw$13)
                      00008c28    00000020     RFCC26XX_singleMode.obj (.text:allocCmd$7)
                      00008c48    00000020     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock__I)
                      00008c68    00000020     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_stop__E)
                      00008c88    00000020                      : rom_sysbios.obj (.text:xdc_runtime_Registry_findById__E)
                      00008ca8    0000001e     icall.obj (.text:ICall_primSendServiceMsg$14)
                      00008cc6    0000001e     PINCC26XX.obj (.text:PIN_close)
                      00008ce4    0000001e     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_getTransitionLatency)
                      00008d02    0000001e     icall_api.obj (.text:matchHciCS$17)
                      00008d20    0000001e     icall_api.obj (.text:waitMatchCS$17)
                      00008d3e    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultPutch)
                      00008d40    0000001c     peripheral.obj (.text:GAPRole_StartDevice)
                      00008d5c    0000001c     icall_api.obj (.text:GATT_bm_alloc)
                      00008d78    0000001c     icall_api.obj (.text:GATT_bm_free)
                      00008d94    0000001c     icall.obj (.text:ICall_initPrim$14)
                      00008db0    0000001c     simple_peripheral.obj (.text:ICall_wait$0)
                      00008dcc    0000001c     peripheral.obj (.text:ICall_wait$24)
                      00008de8    0000001c     driverlib.lib : osc.obj (.text:NOROM_OSCClockSourceGet)
                      00008e04    0000001c                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAmpcompTh2)
                      00008e20    0000001c                   : setup_rom.obj (.text:NOROM_SetupGetTrimForRcOscLfRtuneCtuneTrim)
                      00008e3c    0000001c     PINCC26XX.obj (.text:PINCC26XX_setIoCfgMux$6)
                      00008e58    0000001c     PINCC26XX.obj (.text:PIN_hwi$6)
                      00008e74    0000001c     RFCC26XX_singleMode.obj (.text:RF_runDirectCmd)
                      00008e90    0000001c     RFCC26XX_singleMode.obj (.text:RF_runImmediateCmd)
                      00008eac    0000001c     TRNGCC26XX.obj (.text:TRNGCC26XX_open)
                      00008ec8    0000001c     peripheral.obj (.text:gapRole_HandleParamUpdateNoSuccess$24)
                      00008ee4    0000001c     icall_api.obj (.text:getStatusValueFromErrNo$17)
                      00008f00    0000001c     TRNGCC26XX.obj (.text:openTRNG)
                      00008f1c    0000001c     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E)
                      00008f38    0000001a     icall_api.obj (.text:GATT_Notification)
                      00008f52    0000001a     icall.obj (.text:ICall_enterCSImpl)
                      00008f6c    0000001a     icall.obj (.text:ICall_primSetTimerMSecs$14)
                      00008f86    0000001a     drivers_cc26xxware.aem3 : List.oem3 (.text:List_remove)
                      00008fa0    0000001a     simple_peripheral.obj (.text:SimpleBLEPeripheral_processAppMsg$0)
                      00008fba    0000001a     util.obj (.text:Util_dequeueMsg)
                      00008fd4    0000001a     ExtFlash.obj (.text:extFlashPowerDown$18)
                      00008fee    0000001a     icall_api.obj (.text:matchGattIndNotiCS$17)
                      00009008    0000001a     rom_sysbios.aem3 : rom_sysbios_config.obj (.text:xdc_runtime_System_printf__E)
                      00009022    00000002     --HOLE-- [fill = 0]
                      00009024    00000018     oad.obj (.text:CheckImageDownloadCount$22)
                      0000903c    00000018     peripheral.obj (.text:GAPRole_TerminateConnection)
                      00009054    00000018     icall_cc2650.obj (.text:ICallPlatform_pwrDispense)
                      0000906c    00000018     icall_cc2650.obj (.text:ICallPlatform_pwrRequire)
                      00009084    00000018     simple_peripheral.obj (.text:ICall_free$0)
                      0000909c    00000018     util.obj (.text:ICall_free$1)
                      000090b4    00000018     oad.obj (.text:ICall_free$22)
                      000090cc    00000018     simple_peripheral.obj (.text:ICall_freeMsg$0)
                      000090e4    00000018     icall.obj (.text:ICall_freeMsg$14)
                      000090fc    00000018     icall_api.obj (.text:ICall_freeMsg$17)
                      00009114    00000018     peripheral.obj (.text:ICall_freeMsg$24)
                      0000912c    00000018     icall.obj (.text:ICall_primMalloc$14)
                      00009144    00000018     driverlib.lib : aon_rtc.obj (.text:NOROM_AONRTCCurrentCompareValueGet)
                      0000915c    00000018                   : chipinfo.obj (.text:NOROM_ChipInfo_GetPackageType)
                      00009174    00000018                   : osc.obj (.text:NOROM_OSCHF_TurnOnXosc)
                      0000918c    00000018                   : rfc.obj (.text:NOROM_RFCCpeIntGetAndClear)
                      000091a4    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAdcShModeEn)
                      000091bc    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAdcShVbufEn)
                      000091d4    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForAmpcompTh1)
                      000091ec    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForDblrLoopFilterResetVoltage)
                      00009204    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForRcOscLfIBiasTrim)
                      0000921c    00000018                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscLfRegulatorAndCmirrwrRatio)
                      00009234    00000018     oad_target_external_flash.obj (.text:OADTarget_open)
                      0000924c    00000018     PINCC26XX.obj (.text:PIN_getConfig)
                      00009264    00000018     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_idleFunc)
                      0000927c    00000018     RFCC26XX_singleMode.obj (.text:Q_pop$7)
                      00009294    00000018     simple_peripheral.obj (.text:SimpleBLEPeripheral_performPeriodicTask$0)
                      000092ac    00000018     ExtFlash.obj (.text:Spi_close$18)
                      000092c4    00000018     ExtFlash.obj (.text:Spi_flash$18)
                      000092dc    00000018     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:configureRFCoreClocks)
                      000092f4    00000018     peripheral.obj (.text:gapRole_setEvent$24)
                      0000930c    00000018     rtsv7M3_T_le_eabi.lib : args_main.obj (.text)
                      00009324    00000018                           : ll_mul_t2.obj (.text)
                      0000933c    00000018     RFCC26XX_singleMode.obj (.text:swiFxnFsm$7)
                      00009354    00000018     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock__I)
                      0000936c    00000018     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_or__E)
                      00009384    00000018     app_ble_pem3.oem3 (.text:ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E)
                      0000939c    00000016     icall.obj (.text:ICall_abort$14)
                      000093b2    00000016     icall.obj (.text:ICall_leaveCSImpl)
                      000093c8    00000016     icall.obj (.text:ICall_primStopTimer$14)
                      000093de    00000016     simple_peripheral.obj (.text:SimpleBLEPeripheral_processCharValueChangeEvt$0)
                      000093f4    00000016     ble_user_config.obj (.text:driverTable_fnSpinlock)
                      0000940a    00000016     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__I)
                      00009420    00000014     devinfoservice.obj (.text:DevInfo_AddService)
                      00009434    00000014     ExtFlash.obj (.text:ExtFlash_powerDown$18)
                      00009448    00000014     driverlib.lib : aon_rtc.obj (.text:NOROM_AONRTCCurrent64BitValueGet)
                      0000945c    00000014                   : chipinfo.obj (.text:NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated)
                      00009470    00000014     oad_target_external_flash.obj (.text:OADTarget_close)
                      00009484    00000014     oad_target_external_flash.obj (.text:OADTarget_writeFlash)
                      00009498    00000014     oad.obj (.text:OAD_register)
                      000094ac    00000014     RFCC26XX_singleMode.obj (.text:RF_Params_init)
                      000094c0    00000014     SPI.obj (.text:SPI_Params_init)
                      000094d4    00000014     simple_peripheral.obj (.text:SimpleBLEPeripheral_clockHandler$0)
                      000094e8    00000014     simple_gatt_profile.obj (.text:SimpleProfile_RegisterAppCBs)
                      000094fc    00000014     rtsv7M3_T_le_eabi.lib : _lock.obj (.text)
                      00009510    00000014                           : strlen.obj (.text)
                      00009524    00000014     icall_api.obj (.text:setICallCmdEvtHdr$17)
                      00009538    00000014     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_doTick__I)
                      0000954c    00000012     gattservapp_util.obj (.text:GATTServApp_FindAttr)
                      0000955e    00000012     RFCC26XX_singleMode.obj (.text:RF_getCmdOp)
                      00009570    00000012     app_ble_pem3.oem3 (.text:xdc_runtime_Startup_exec__I)
                      00009582    00000002     --HOLE-- [fill = 0]
                      00009584    00000010     devinfoservice.obj (.text:DevInfo_SetParameter)
                      00009594    00000010     RFCC26XX_singleMode.obj (.text:FsmDispatch$7)
                      000095a4    00000010     icall_api.obj (.text:GAP_EndDiscoverable)
                      000095b4    00000010     gattservapp_util.obj (.text:GATTServApp_ReadCharCfg)
                      000095c4    00000010     icall_api.obj (.text:HCI_LE_ReadMaxDataLenCmd)
                      000095d4    00000010     icall_cc2650.obj (.text:ICallPlatform_pwrGetXOSCStartupTime)
                      000095e4    00000010     icall.obj (.text:ICall_primGetTickPeriod$14)
                      000095f4    00000010     icall.obj (.text:ICall_taskEntry$14)
                      00009604    00000010     driverlib.lib : rfc.obj (.text:NOROM_RFCRfTrimSet)
                      00009614    00000010                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscHfFastStart)
                      00009624    00000010                   : setup_rom.obj (.text:NOROM_SetupGetTrimForXoscHfIbiastherm)
                      00009634    00000010     oad_target_external_flash.obj (.text:OADTarget_getCrc)
                      00009644    00000010     oad_target_external_flash.obj (.text:OADTarget_setCrc)
                      00009654    00000010     oad_target_external_flash.obj (.text:OADTarget_systemReset)
                      00009664    00000010     ble_user_config.obj (.text:RegisterAssertCback)
                      00009674    00000010     util.obj (.text:Util_isActive)
                      00009684    00000010     ExtFlash.obj (.text:extFlashDeselect$18)
                      00009694    00000010     ExtFlash.obj (.text:extFlashSelect$18)
                      000096a4    00000010     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_post__E)
                      000096b4    00000010                      : rom_sysbios.obj (.text:xdc_runtime_SysCallback_flush__E)
                      000096c4    00000010                      : rom_sysbios.obj (.text:xdc_runtime_SysCallback_putch__E)
                      000096d4    00000010                      : rom_sysbios.obj (.text:xdc_runtime_SysCallback_ready__E)
                      000096e4    00000010                      : rom_sysbios.obj (.text:xdc_runtime_System_vsnprintf__E)
                      000096f4    0000000e     icall_api.obj (.text:GATT_Indication)
                      00009702    0000000e     icall_cc2650.obj (.text:ICallPlatform_pwrGetTransitionState)
                      00009710    0000000e     icall_cc2650.obj (.text:ICallPlatform_pwrIsStableXOSCHF)
                      0000971e    0000000e     icall.obj (.text:ICall_primDisableMInt$14)
                      0000972c    0000000e     icall.obj (.text:ICall_primEnableMInt$14)
                      0000973a    0000000e     icall.obj (.text:ICall_primFreeMsg$14)
                      00009748    0000000e     icall.obj (.text:ICall_primGetTicks$14)
                      00009756    0000000e     driverlib.lib : vims.obj (.text:NOROM_VIMSModeGet)
                      00009764    0000000e     oad_target_external_flash.obj (.text:OADTarget_imageAddress)
                      00009772    0000000e     SPICC26XXDMA.obj (.text:SPICC26XXDMA_init)
                      00009780    0000000e     util.obj (.text:Util_constructQueue)
                      0000978e    0000000e     rtsv7M3_T_le_eabi.lib : copy_decompress_none.obj (.text:decompress:none)
                      0000979c    0000000e     icall_api.obj (.text:matchGSARegisterServiceCS$17)
                      000097aa    0000000e     icall_api.obj (.text:matchGapLinkEstCS$17)
                      000097b8    0000000e     icall_api.obj (.text:matchGattSendRspCS$17)
                      000097c6    0000000e     icall_api.obj (.text:matchLinkDBGetInfoCS$17)
                      000097d4    0000000e     icall_api.obj (.text:matchLinkDBNumActiveCS$17)
                      000097e2    0000000e     icall_api.obj (.text:matchLinkDBNumConnsCS$17)
                      000097f0    0000000e     icall_api.obj (.text:setDispatchCmdEvtHdr$17)
                      000097fe    0000000e     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E)
                      0000980c    0000000e                      : rom_sysbios.obj (.text:xdc_runtime_HeapMin_Instance_init__E)
                      0000981a    00000002     --HOLE-- [fill = 0]
                      0000981c    0000000c     RFCC26XX_singleMode.obj (.text:FsmNextState$7)
                      00009828    0000000c     icall_api.obj (.text:GAP_MakeDiscoverable)
                      00009834    0000000c     icall_api.obj (.text:GAP_TerminateAuth)
                      00009840    0000000c     icall_api.obj (.text:GAP_UpdateLinkParamReq)
                      0000984c    0000000c     icall_api.obj (.text:GAP_UpdateLinkParamReqReply)
                      00009858    0000000c     icall_api.obj (.text:GGS_SetParameter)
                      00009864    0000000c     icall.obj (.text:ICall_clockFunc$14)
                      00009870    0000000c     icall.obj (.text:ICall_primDisableInt$14)
                      0000987c    0000000c     icall.obj (.text:ICall_primEnableInt$14)
                      00009888    0000000c     icall.obj (.text:ICall_primFree$14)
                      00009894    0000000c     icall.obj (.text:ICall_primSignal$14)
                      000098a0    0000000c     driverlib.lib : cpu.obj (.text:NOROM_CPUcpsid)
                      000098ac    0000000c                   : cpu.obj (.text:NOROM_CPUcpsie)
                      000098b8    0000000c     PINCC26XX.obj (.text:PIN_registerIntCb)
                      000098c4    0000000c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_getConstraintMask)
                      000098d0    0000000c                             : PowerCC26XX.oem3 (.text:Power_getDependencyCount)
                      000098dc    0000000c                             : PowerCC26XX.oem3 (.text:Power_getTransitionState)
                      000098e8    0000000c     util.obj (.text:Util_startClock)
                      000098f4    0000000c     rtsv7M3_T_le_eabi.lib : copy_zero_init.obj (.text:decompress:ZI)
                      00009900    0000000c     icall_api.obj (.text:matchProfileSetParamCS$17)
                      0000990c    0000000c     SPICC26XXDMA.obj (.text:spiPostNotify$9)
                      00009918    0000000c     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_BIOS_getThreadType__E)
                      00009924    0000000c                      : rom_sysbios_config.obj (.text:ti_sysbios_hal_Hwi_Params__init__S)
                      00009930    0000000c                      : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_getTrigger__E)
                      0000993c    0000000c                      : rom_sysbios.obj (.text:xdc_runtime_HeapMin_getStats__E)
                      00009948    0000000c     app_ble_pem3.oem3 (.text:xdc_runtime_Startup_reset__I)
                      00009954    0000000c     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_Startup_rtsDone__E)
                      00009960    0000000a     icall_cc2650.obj (.text:ICallPlatform_pwrSwitchXOSCHF)
                      0000996a    0000000a     icall.obj (.text:ICall_primE2S$14)
                      00009974    0000000a     drivers_cc26xxware.aem3 : List.oem3 (.text:List_empty)
                      0000997e    0000000a     oad_target_external_flash.obj (.text:OADTarget_readFlash)
                      00009988    0000000a     SPI.obj (.text:SPI_close)
                      00009992    0000000a     SPI.obj (.text:SPI_transfer)
                      0000999c    0000000a     UDMACC26XX.obj (.text:UDMACC26XX_hwiIntFxn)
                      000099a6    00000008     icall_api.obj (.text:GAP_RegisterForMsgs)
                      000099ae    00000008     icall_api.obj (.text:GATT_RegisterForMsgs)
                      000099b6    00000008     RFCC26XX_singleMode.obj (.text:RF_flushCmd)
                      000099be    00000008     SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCallback$9)
                      000099c6    00000008     simple_peripheral.obj (.text:SimpleBLEPeripheral_charValueChangeCB$0)
                      000099ce    00000008     simple_peripheral.obj (.text:SimpleBLEPeripheral_stateChangeCB$0)
                      000099d6    00000008     icall_api.obj (.text:matchHciExtConnEventNoticeCS$17)
                      000099de    00000008     icall_api.obj (.text:matchHciLeReadMaxDataLenCS$17)
                      000099e6    00000008     app_ble_pem3.oem3 (.text:xdc_runtime_Text_visitRope__I)
                      000099ee    00000006     icall_api.obj (.text:GGS_AddService)
                      000099f4    00000006     icall.obj (.text:ICall_mallocImpl)
                      000099fa    00000006     oad_target_external_flash.obj (.text:OADTarget_eraseFlash)
                      00009a00    00000006     rom_sysbios.aem3 : rom_sysbios.obj (.text:__xdc__init)
                      00009a06    00000006     RFCC26XX_singleMode.obj (.text:clkInactivityFxn$7)
                      00009a0c    00000006     rtsv7M3_T_le_eabi.lib : copy_decompress_rle.obj (.text:decompress:rle24)
                      00009a12    00000006     icall_api.obj (.text:gattAddService$17)
                      00009a18    00000006     icall_api.obj (.text:matchBondMgrSetParamCS$17)
                      00009a1e    00000006     icall_api.obj (.text:matchGGSSetParamCS$17)
                      00009a24    00000006     icall_api.obj (.text:matchGapConnParamUpdateReplyCS$17)
                      00009a2a    00000006     icall_api.obj (.text:matchGapDeviceInitCS$17)
                      00009a30    00000006     icall_api.obj (.text:matchGapEndDiscoverableCS$17)
                      00009a36    00000006     icall_api.obj (.text:matchGapGetParamCS$17)
                      00009a3c    00000006     icall_api.obj (.text:matchGapMakeDiscoverableCS$17)
                      00009a42    00000006     icall_api.obj (.text:matchGapSetParamCS$17)
                      00009a48    00000006     icall_api.obj (.text:matchGapTerminateAuthCS$17)
                      00009a4e    00000006     icall_api.obj (.text:matchGapTerminateLinkReqCS$17)
                      00009a54    00000006     icall_api.obj (.text:matchGapUpdateAdvDataCS$17)
                      00009a5a    00000006     icall_api.obj (.text:matchGapUpdateLinkParamReqCS$17)
                      00009a60    00000006     icall_api.obj (.text:matchUtilNvReadCS$17)
                      00009a66    00000006     icall_api.obj (.text:matchUtilNvWriteCS$17)
                      00009a6c    00000006     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_setFunc__E)
                      00009a72    00000004     icall_api.obj (.text:GATTServApp_AddService)
                      00009a76    00000004     tirtosport.aem3 : HwiP_tirtos.oem3 (.text:HwiP_disable)
                      00009a7a    00000004     icall.obj (.text:ICall_primAbort$14)
                      00009a7e    00000004     drivers_cc26xxware.aem3 : List.oem3 (.text:List_head)
                      00009a82    00000004                             : List.oem3 (.text:List_next)
                      00009a86    00000004     RFCC26XX_singleMode.obj (.text:Q_peek$7)
                      00009a8a    00000004     util.obj (.text:Util_stopClock)
                      00009a8e    00000004     peripheral.obj (.text:gapRole_SetupGAP$24)
                      00009a92    00000004     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:nopResourceHandler)
                      00009a96    00000004     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getCount64__E)
                      00009a9a    00000004                      : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_isActive__E)
                      00009a9e    00000004                      : rom_sysbios.obj (.text:xdc_runtime_HeapMin_isBlocking__E)
                      00009aa2    00000004                      : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultReady)
                      00009aa6    00000004                      : rom_sysbios.obj (.text:xdc_runtime_System_printf_va__F)
                      00009aaa    00000002     --HOLE-- [fill = 0]
                      00009aac    00000008     (.tramp.xdc_runtime_Core_assignParams__I.1)
                      00009ab4    00000008     (.tramp.ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E.1)
                      00009abc    00000008     (.tramp.ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E.1)
                      00009ac4    00000008     (.tramp.ti_sysbios_knl_Queue_construct.1)
                      00009acc    00000008     (.tramp.ti_sysbios_knl_Task_enable__E.1)
                      00009ad4    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_enableFxn__E.1)
                      00009adc    00000008     (.tramp.xdc_runtime_Startup_startMods__I.1)
                      00009ae4    00000008     (.tramp.ti_sysbios_knl_Clock_logTick__E.1)
                      00009aec    00000008     (.tramp.ti_sysbios_BIOS_RtsGateProxy_leave__E.1)
                      00009af4    00000008     (.tramp.ti_sysbios_BIOS_RtsGateProxy_enter__E.1)
                      00009afc    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_initNVIC__E.1)
                      00009b04    00000008     (.tramp.xdc_runtime_Error_raiseX__E.1)
                      00009b0c    00000008     (.tramp.xdc_runtime_Core_createObject__I.1)
                      00009b14    00000008     (.tramp.ti_sysbios_knl_Task_startup__E.1)
                      00009b1c    00000008     (.tramp.ti_sysbios_knl_Swi_startup__E.1)
                      00009b24    00000008     (.tramp.ti_sysbios_hal_Hwi_HwiProxy_startup__E.1)
                      00009b2c    00000008     (.tramp.ti_sysbios_family_arm_cc26xx_Timer_startup__E.1)
                      00009b34    00000008     (.tramp.xdc_runtime_System_atexit__E.1)
                      00009b3c    00000008     (.tramp.ti_sysbios_BIOS_setThreadType__E.1)
                      00009b44    00000008     (.tramp.ti_sysbios_hal_Hwi_create.1)
                      00009b4c    00000008     (.tramp.xdc_runtime_Gate_leaveSystem__E.1)
                      00009b54    00000008     (.tramp.xdc_runtime_Gate_enterSystem__E.1)
                      00009b5c    00000008     (.tramp.ti_sysbios_knl_Task_construct.1)
                      00009b64    00000008     (.tramp.xdc_runtime_System_exit__E.1)
                      00009b6c    00000008     (.tramp.ti_sysbios_knl_Queue_put__E.1)
                      00009b74    00000008     (.tramp.ti_sysbios_knl_Semaphore_create.1)
                      00009b7c    00000008     (.tramp.ti_sysbios_BIOS_getCpuFreq__E.1)
                      00009b84    00000008     (.tramp.ti_sysbios_knl_Semaphore_destruct.1)
                      00009b8c    00000008     (.tramp.ti_sysbios_knl_Swi_destruct.1)
                      00009b94    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_destruct.1)
                      00009b9c    00000008     (.tramp.ti_sysbios_BIOS_start__E.1)
                      00009ba4    00000008     (.tramp.ti_sysbios_knl_Task_create.1)
                      00009bac    00000008     (.tramp.ti_sysbios_knl_Task_Params__init__S.1)
                      00009bb4    00000008     (.tramp.ti_sysbios_knl_Clock_create.1)
                      00009bbc    00000008     (.tramp.ti_sysbios_knl_Clock_scheduleNextTick__E.1)
                      00009bc4    00000008     (.tramp.ti_sysbios_knl_Clock_walkQueueDynamic__E.1)
                      00009bcc    00000008     (.tramp.ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E.1)
                      00009bd4    00000008     (.tramp.ti_sysbios_knl_Swi_post__E.1)
                      00009bdc    00000008     (.tramp.ti_sysbios_knl_Queue_get__E.1)
                      00009be4    00000008     (.tramp.ti_sysbios_knl_Queue_empty__E.1)
                      00009bec    00000008     (.tramp.ti_sysbios_knl_Semaphore_post__E.1)
                      00009bf4    00000008     (.tramp.ti_sysbios_knl_Semaphore_pend__E.1)
                      00009bfc    00000008     (.tramp.ti_sysbios_knl_Clock_getTicks__E.1)
                      00009c04    00000008     (.tramp.ti_sysbios_knl_Task_self__E.1)
                      00009c0c    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E.1)
                      00009c14    00000008     (.tramp.ti_sysbios_knl_Clock_construct.1)
                      00009c1c    00000008     (.tramp.ti_sysbios_knl_Clock_Params__init__S.1)
                      00009c24    00000008     (.tramp.xdc_runtime_System_abortSpin__E.1)
                      00009c2c    00000008     (.tramp.ti_sysbios_knl_Clock_start__E.1)
                      00009c34    00000008     (.tramp.ti_sysbios_knl_Clock_setTimeout__E.1)
                      00009c3c    00000008     (.tramp.ti_sysbios_knl_Swi_construct.1)
                      00009c44    00000008     (.tramp.ti_sysbios_knl_Swi_Params__init__S.1)
                      00009c4c    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_construct.1)
                      00009c54    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_Params__init__S.1)
                      00009c5c    00000008     (.tramp.ti_sysbios_knl_Semaphore_construct.1)
                      00009c64    00000008     (.tramp.ti_sysbios_knl_Semaphore_Params__init__S.1)
                      00009c6c    00000008     (.tramp.ti_sysbios_knl_Task_restore__E.1)
                      00009c74    00000008     (.tramp.ti_sysbios_knl_Swi_restore__E.1)
                      00009c7c    00000008     (.tramp.ti_sysbios_knl_Swi_disable__E.1)
                      00009c84    00000008     (.tramp.ti_sysbios_knl_Task_disable__E.1)
                      00009c8c    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_restoreFxn__E.1)
                      00009c94    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_disableFxn__E.1)
    
    .const     0    00009c9c    000005c2     
                      00009c9c    000000cc     icall.obj (.const)
                      00009d68    000000c8     simple_peripheral.obj (.const:.string:$P$T0$1$0)
                      00009e30    00000054     SPICC26XXDMA.obj (.const)
                      00009e84    00000054     oad.obj (.const)
                      00009ed8    0000004c     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.const:resourceDB)
                      00009f24    0000004c     ble_user_config.obj (.const:rfDriverTable)
                      00009f70    00000048     app_ble_pem3.oem3 (.const:.string)
                      00009fb8    0000003c     oad.obj (.const:.string)
                      00009ff4    00000038     board.obj (.const:spiCC26XXDMAHWAttrs)
                      0000a02c    0000002c     gatt_uuid.obj (.const)
                      0000a058    00000028     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_Module__FXNS__C)
                      0000a080    00000027     ble_user_config.obj (.const:txPowerTable)
                      0000a0a7    00000001     app_ble_pem3.oem3 (.const:xdc_runtime_Text_charTab__A)
                      0000a0a8    00000024     board.obj (.const:SPI_config)
                      0000a0cc    00000024     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__A)
                      0000a0f0    00000020     SPI.obj (.const)
                      0000a110    00000020     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_Object__DESC__C)
                      0000a130    00000020     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_Object__PARAMS__C)
                      0000a150    00000014     devinfoservice.obj (.const:.string)
                      0000a164    00000014     RFCC26XX_singleMode.obj (.const)
                      0000a178    00000014     ble_user_config.obj (.const)
                      0000a18c    00000014     devinfoservice.obj (.const)
                      0000a1a0    00000014     simple_gatt_profile.obj (.const)
                      0000a1b4    00000012     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__A)
                      0000a1c6    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_Module__id__C)
                      0000a1c8    00000010     board.obj (.const:PowerCC26XX_config)
                      0000a1d8    00000010     board.obj (.const:TRNGCC26XX_config)
                      0000a1e8    00000010     board.obj (.const:UDMACC26XX_config)
                      0000a1f8    0000000c     simple_gatt_profile.obj (.const:.string)
                      0000a204    0000000c     board.obj (.const:BoardGpioInitTable)
                      0000a210    0000000c     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__A)
                      0000a21c    00000008     ExtFlash.obj (.const)
                      0000a224    00000008     board.obj (.const:udmaHWAttrs)
                      0000a22c    00000004     board.obj (.const:TRNGCC26XXHWAttrs)
                      0000a230    00000004     icall_cc2650.obj (.const)
                      0000a234    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_tickPeriod__C)
                      0000a238    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_triggerClock__C)
                      0000a23c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Idle_funcList__A)
                      0000a240    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_E_freeError__C)
                      0000a244    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_flushFxn__C)
                      0000a248    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_putchFxn__C)
                      0000a24c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_readyFxn__C)
                      0000a250    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_extendFxn__C)
                      0000a254    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_visitRopeFxn__C)
                      0000a258    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_HeapMin_freeError__C)
                      0000a25a    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_registryModsLastId__C)
                      0000a25c    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_unnamedModsLastId__C)
    
    .cinit     0    0000a260    000006e8     
                      0000a260    0000056a     (.cinit..data.load) [load image, compression = rle]
                      0000a7ca    00000006     --HOLE-- [fill = 0]
                      0000a7d0    0000001e     (.cinit..data:ti_sysbios_knl_Task_Module__state__V.load) [load image, compression = rle]
                      0000a7ee    00000002     --HOLE-- [fill = 0]
                      0000a7f0    00000017     (.cinit..data:ti_sysbios_BIOS_Module__state__V.load) [load image, compression = rle]
                      0000a807    00000001     --HOLE-- [fill = 0]
                      0000a808    00000011     (.cinit..data:ti_sysbios_knl_Clock_Module__state__V.load) [load image, compression = rle]
                      0000a819    00000007     --HOLE-- [fill = 0]
                      0000a820    0000000f     (.cinit..data:ti_sysbios_family_arm_m3_Hwi_Module__state__V.load) [load image, compression = rle]
                      0000a82f    00000001     --HOLE-- [fill = 0]
                      0000a830    0000000c     (__TI_handler_table)
                      0000a83c    00000004     --HOLE-- [fill = 0]
                      0000a840    0000000a     (.cinit..data:ti_sysbios_knl_Swi_Module__state__V.load) [load image, compression = rle]
                      0000a84a    00000006     --HOLE-- [fill = 0]
                      0000a850    0000000a     (.cinit..data:xdc_runtime_Memory_Module__state__V.load) [load image, compression = rle]
                      0000a85a    00000006     --HOLE-- [fill = 0]
                      0000a860    00000009     (.cinit..data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V.load) [load image, compression = rle]
                      0000a869    00000007     --HOLE-- [fill = 0]
                      0000a870    00000009     (.cinit..data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V.load) [load image, compression = rle]
                      0000a879    00000007     --HOLE-- [fill = 0]
                      0000a880    00000009     (.cinit..data:xdc_runtime_Startup_Module__state__V.load) [load image, compression = rle]
                      0000a889    00000007     --HOLE-- [fill = 0]
                      0000a890    00000009     (.cinit..data:xdc_runtime_System_Module__state__V.load) [load image, compression = rle]
                      0000a899    00000007     --HOLE-- [fill = 0]
                      0000a8a0    00000008     (.cinit..TI.bound:dmaSpi0RxControlTableEntry$9.load) [load image, compression = zero_init]
                      0000a8a8    00000008     (.cinit..TI.bound:dmaSpi0TxControlTableEntry$9.load) [load image, compression = zero_init]
                      0000a8b0    00000008     (.cinit..TI.bound:dmaSpi1RxControlTableEntry$9.load) [load image, compression = zero_init]
                      0000a8b8    00000008     (.cinit..TI.bound:dmaSpi1TxControlTableEntry$9.load) [load image, compression = zero_init]
                      0000a8c0    00000008     (.cinit..bss.load) [load image, compression = zero_init]
                      0000a8c8    00000080     (__TI_cinit_table)
    
    .init_array 
    *          0    00001010    00000000     UNINITIALIZED
    
    .const:ti_sysbios_knl_Task_Object__PARAMS__C 
    *          0    00000100    0000003c     
                      00000100    0000003c     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__PARAMS__C)
    
    .const:ti_sysbios_knl_Mailbox_Object__PARAMS__C 
    *          0    0000013c    00000034     
                      0000013c    00000034     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__PARAMS__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C 
    *          0    00000170    00000030     
                      00000170    00000030     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C)
    
    .const:ti_sysbios_hal_Hwi_Object__PARAMS__C 
    *          0    000001a0    0000002c     
                      000001a0    0000002c     app_ble_pem3.oem3 (.const:ti_sysbios_hal_Hwi_Object__PARAMS__C)
    
    .const:ti_sysbios_heaps_HeapMem_Module__FXNS__C 
    *          0    000001cc    00000028     
                      000001cc    00000028     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Module__FXNS__C)
    
    .const:ti_sysbios_knl_Swi_Object__PARAMS__C 
    *          0    000001f4    00000028     
                      000001f4    00000028     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__PARAMS__C)
    
    .const:ti_sysbios_gates_GateHwi_Module__FXNS__C 
    *          0    0000021c    00000024     
                      0000021c    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Module__FXNS__C)
    
    .const:ti_sysbios_gates_GateMutex_Module__FXNS__C 
    *          0    00000240    00000024     
                      00000240    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Module__FXNS__C)
    
    .const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C 
    *          0    00000264    00000024     
                      00000264    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C)
    
    .const:ti_sysbios_knl_Clock_Object__PARAMS__C 
    *          0    00000288    00000024     
                      00000288    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_Object__PARAMS__C)
    
    .const:ti_sysbios_knl_Semaphore_Object__PARAMS__C 
    *          0    000002ac    00000024     
                      000002ac    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_Object__PARAMS__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C 
    *          0    000002d0    00000020     
                      000002d0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C)
    
    .const:ti_sysbios_gates_GateHwi_Object__DESC__C 
    *          0    000002f0    00000020     
                      000002f0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Object__DESC__C)
    
    .const:ti_sysbios_gates_GateMutex_Object__DESC__C 
    *          0    00000310    00000020     
                      00000310    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Object__DESC__C)
    
    .const:ti_sysbios_hal_Hwi_Object__DESC__C 
    *          0    00000330    00000020     
                      00000330    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_hal_Hwi_Object__DESC__C)
    
    .const:ti_sysbios_heaps_HeapMem_Object__DESC__C 
    *          0    00000350    00000020     
                      00000350    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__DESC__C)
    
    .const:ti_sysbios_knl_Clock_Object__DESC__C 
    *          0    00000370    00000020     
                      00000370    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_Object__DESC__C)
    
    .const:ti_sysbios_knl_Mailbox_Object__DESC__C 
    *          0    00000390    00000020     
                      00000390    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__DESC__C)
    
    .const:ti_sysbios_knl_Queue_Object__DESC__C 
    *          0    000003b0    00000020     
                      000003b0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__DESC__C)
    
    .const:ti_sysbios_knl_Semaphore_Object__DESC__C 
    *          0    000003d0    00000020     
                      000003d0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_Object__DESC__C)
    
    .const:ti_sysbios_knl_Swi_Object__DESC__C 
    *          0    000003f0    00000020     
                      000003f0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__DESC__C)
    
    .const:ti_sysbios_knl_Task_Object__DESC__C 
    *          0    00000410    00000020     
                      00000410    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__DESC__C)
    
    .const:ti_sysbios_gates_GateHwi_Object__PARAMS__C 
    *          0    00000430    00000018     
                      00000430    00000018     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Object__PARAMS__C)
    
    .const:ti_sysbios_gates_GateMutex_Object__PARAMS__C 
    *          0    00000448    00000018     
                      00000448    00000018     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Object__PARAMS__C)
    
    .const:ti_sysbios_knl_Queue_Object__PARAMS__C 
    *          0    00000460    00000018     
                      00000460    00000018     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__PARAMS__C)
    
    .const:ti_sysbios_knl_Idle_funcList__C 
    *          0    00000478    00000008     
                      00000478    00000008     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Idle_funcList__C)
    
    .const:ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C 
    *          0    00000484    00000004     
                      00000484    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C 
    *          0    00000488    00000004     
                      00000488    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C 
    *          0    0000048c    00000004     
                      0000048c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C 
    *          0    00000490    00000004     
                      00000490    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_Object__count__C 
    *          0    00000494    00000004     
                      00000494    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__count__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_Object__table__C 
    *          0    00000498    00000004     
                      00000498    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__table__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_ccr__C 
    *          0    0000049c    00000004     
                      0000049c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_ccr__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C 
    *          0    000004a0    00000004     
                      000004a0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C 
    *          0    000004a4    00000004     
                      000004a4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C 
    *          0    000004a8    00000004     
                      000004a8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_priGroup__C 
    *          0    000004ac    00000004     
                      000004ac    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_priGroup__C)
    
    .const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C 
    *          0    000004b0    00000004     
                      000004b0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C)
    
    .const:ti_sysbios_heaps_HeapMem_E_memory__C 
    *          0    000004b4    00000004     
                      000004b4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_E_memory__C)
    
    .const:ti_sysbios_heaps_HeapMem_Module__gateObj__C 
    *          0    000004b8    00000004     
                      000004b8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Module__gateObj__C)
    
    .const:ti_sysbios_heaps_HeapMem_Object__count__C 
    *          0    000004bc    00000004     
                      000004bc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__count__C)
    
    .const:ti_sysbios_heaps_HeapMem_Object__table__C 
    *          0    000004c0    00000004     
                      000004c0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__table__C)
    
    .const:ti_sysbios_heaps_HeapMem_reqAlign__C 
    *          0    000004c4    00000004     
                      000004c4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_reqAlign__C)
    
    .const:ti_sysbios_knl_Clock_serviceMargin__C 
    *          0    000004c8    00000004     
                      000004c8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_serviceMargin__C)
    
    .const:ti_sysbios_knl_Mailbox_Object__count__C 
    *          0    000004cc    00000004     
                      000004cc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__count__C)
    
    .const:ti_sysbios_knl_Mailbox_Object__table__C 
    *          0    000004d0    00000004     
                      000004d0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__table__C)
    
    .const:ti_sysbios_knl_Queue_Object__count__C 
    *          0    000004d4    00000004     
                      000004d4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__count__C)
    
    .const:ti_sysbios_knl_Queue_Object__table__C 
    *          0    000004d8    00000004     
                      000004d8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__table__C)
    
    .const:ti_sysbios_knl_Swi_Object__count__C 
    *          0    000004dc    00000004     
                      000004dc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__count__C)
    
    .const:ti_sysbios_knl_Swi_Object__table__C 
    *          0    000004e0    00000004     
                      000004e0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__table__C)
    
    .const:ti_sysbios_knl_Swi_numPriorities__C 
    *          0    000004e4    00000004     
                      000004e4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_numPriorities__C)
    
    .const:ti_sysbios_knl_Task_Object__count__C 
    *          0    000004e8    00000004     
                      000004e8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__count__C)
    
    .const:ti_sysbios_knl_Task_Object__table__C 
    *          0    000004ec    00000004     
                      000004ec    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__table__C)
    
    .const:ti_sysbios_knl_Task_allBlockedFunc__C 
    *          0    000004f0    00000004     
                      000004f0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_allBlockedFunc__C)
    
    .const:ti_sysbios_knl_Task_defaultStackHeap__C 
    *          0    000004f4    00000004     
                      000004f4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_defaultStackHeap__C)
    
    .const:ti_sysbios_knl_Task_defaultStackSize__C 
    *          0    000004f8    00000004     
                      000004f8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_defaultStackSize__C)
    
    .const:ti_sysbios_knl_Task_numConstructedTasks__C 
    *          0    000004fc    00000004     
                      000004fc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_numConstructedTasks__C)
    
    .const:ti_sysbios_family_arm_cc26xx_Timer_Module__id__C 
    *          0    00000502    00000002     
                      00000502    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_Timer_Module__id__C)
    
    .const:ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C 
    *          0    00000504    00000002     
                      00000504    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_Module__id__C 
    *          0    00000506    00000002     
                      00000506    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Module__id__C)
    
    .const:ti_sysbios_gates_GateHwi_Module__id__C 
    *          0    00000508    00000002     
                      00000508    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Module__id__C)
    
    .const:ti_sysbios_gates_GateMutex_Module__id__C 
    *          0    0000050a    00000002     
                      0000050a    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Module__id__C)
    
    .const:ti_sysbios_heaps_HeapMem_Module__id__C 
    *          0    0000050c    00000002     
                      0000050c    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Module__id__C)
    
    .const:ti_sysbios_knl_Task_initStackFlag__C 
    *          0    0000050e    00000002     
                      0000050e    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_initStackFlag__C)
    
    .const:ti_sysbios_knl_Clock_tickMode__C 
    *          0    00000510    00000001     
                      00000510    00000001     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_tickMode__C)
    
    .const:xdc_runtime_Startup_firstFxns__C 
    *          0    00000514    00000008     
                      00000514    00000008     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__C)
    
    .const:xdc_runtime_Startup_lastFxns__C 
    *          0    0000051c    00000008     
                      0000051c    00000008     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_lastFxns__C)
    
    .const:xdc_runtime_Assert_E_assertFailed__C 
    *          0    00000524    00000004     
                      00000524    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Assert_E_assertFailed__C)
    
    .const:xdc_runtime_Error_E_memory__C 
    *          0    00000528    00000004     
                      00000528    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Error_E_memory__C)
    
    .const:xdc_runtime_Error_policyFxn__C 
    *          0    0000052c    00000004     
                      0000052c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Error_policyFxn__C)
    
    .const:xdc_runtime_IGateProvider_Interface__BASE__C 
    *          0    00000530    00000004     
                      00000530    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IGateProvider_Interface__BASE__C)
    
    .const:xdc_runtime_IHeap_Interface__BASE__C 
    *          0    00000534    00000004     
                      00000534    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IHeap_Interface__BASE__C)
    
    .const:xdc_runtime_IModule_Interface__BASE__C 
    *          0    00000538    00000004     
                      00000538    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IModule_Interface__BASE__C)
    
    .const:xdc_runtime_Main_Module__diagsEnabled__C 
    *          0    0000053c    00000004     
                      0000053c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__diagsEnabled__C)
    
    .const:xdc_runtime_Main_Module__diagsIncluded__C 
    *          0    00000540    00000004     
                      00000540    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__diagsIncluded__C)
    
    .const:xdc_runtime_Main_Module__diagsMask__C 
    *          0    00000544    00000004     
                      00000544    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__diagsMask__C)
    
    .const:xdc_runtime_Memory_defaultHeapInstance__C 
    *          0    00000548    00000004     
                      00000548    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Memory_defaultHeapInstance__C)
    
    .const:xdc_runtime_Startup_execImpl__C 
    *          0    0000054c    00000004     
                      0000054c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_execImpl__C)
    
    .const:xdc_runtime_Startup_maxPasses__C 
    *          0    00000550    00000004     
                      00000550    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_maxPasses__C)
    
    .const:xdc_runtime_Startup_sfxnRts__C 
    *          0    00000554    00000004     
                      00000554    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__C)
    
    .const:xdc_runtime_Startup_sfxnTab__C 
    *          0    00000558    00000004     
                      00000558    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__C)
    
    .const:xdc_runtime_Startup_startModsFxn__C 
    *          0    0000055c    00000004     
                      0000055c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_startModsFxn__C)
    
    .const:xdc_runtime_SysCallback_abortFxn__C 
    *          0    00000560    00000004     
                      00000560    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_abortFxn__C)
    
    .const:xdc_runtime_SysCallback_exitFxn__C 
    *          0    00000564    00000004     
                      00000564    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_exitFxn__C)
    
    .const:xdc_runtime_System_abortFxn__C 
    *          0    00000568    00000004     
                      00000568    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_abortFxn__C)
    
    .const:xdc_runtime_System_exitFxn__C 
    *          0    0000056c    00000004     
                      0000056c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_exitFxn__C)
    
    .const:xdc_runtime_System_maxAtexitHandlers__C 
    *          0    00000570    00000004     
                      00000570    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_maxAtexitHandlers__C)
    
    .const:xdc_runtime_Text_charTab__C 
    *          0    00000574    00000004     
                      00000574    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_charTab__C)
    
    .const:xdc_runtime_Text_nameEmpty__C 
    *          0    00000578    00000004     
                      00000578    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nameEmpty__C)
    
    .const:xdc_runtime_Text_nameStatic__C 
    *          0    0000057c    00000004     
                      0000057c    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nameStatic__C)
    
    .const:xdc_runtime_Text_nameUnknown__C 
    *          0    00000580    00000004     
                      00000580    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nameUnknown__C)
    
    .const:xdc_runtime_Main_Module__id__C 
    *          0    00000584    00000002     
                      00000584    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module__id__C)
    
    .const:xdc_runtime_Memory_Module__id__C 
    *          0    00000586    00000002     
                      00000586    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Memory_Module__id__C)
    
    .const:xdc_runtime_Text_charCnt__C 
    *          0    00000588    00000002     
                      00000588    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_charCnt__C)
    
    .const:xdc_runtime_Text_isLoaded__C 
    *          0    0000058a    00000002     
                      0000058a    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_isLoaded__C)
    
    .const:xdc_runtime_Error_policy__C 
    *          0    0000058c    00000001     
                      0000058c    00000001     app_ble_pem3.oem3 (.const:xdc_runtime_Error_policy__C)
    
    .const:ti_sysbios_rom_ROM_AONRTCChannelEnable 
    *          0    00000590    00000004     
                      00000590    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_AONRTCChannelEnable)
    
    .const:ti_sysbios_rom_ROM_AONRTCCompareValueSet 
    *          0    00000594    00000004     
                      00000594    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_AONRTCCompareValueSet)
    
    .const:ti_sysbios_rom_ROM_AONRTCCurrentCompareValueGet 
    *          0    00000598    00000004     
                      00000598    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_AONRTCCurrentCompareValueGet)
    
    .const:ti_sysbios_rom_ROM_AONRTCEventClear 
    *          0    0000059c    00000004     
                      0000059c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_AONRTCEventClear)
    
    .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E 
    *          0    000005a0    00000004     
                      000005a0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E)
    
    .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E 
    *          0    000005a4    00000004     
                      000005a4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E)
    
    .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E 
    *          0    000005a8    00000004     
                      000005a8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E)
    
    .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I 
    *          0    000005ac    00000004     
                      000005ac    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I)
    
    .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E 
    *          0    000005b0    00000004     
                      000005b0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E)
    
    .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I 
    *          0    000005b4    00000004     
                      000005b4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I)
    
    .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E 
    *          0    000005b8    00000004     
                      000005b8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E)
    
    .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E 
    *          0    000005bc    00000004     
                      000005bc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E)
    
    .const:ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I 
    *          0    000005c0    00000004     
                      000005c0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I)
    
    .const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E 
    *          0    000005c4    00000004     
                      000005c4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E)
    
    .const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E 
    *          0    000005c8    00000004     
                      000005c8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E)
    
    .const:ti_sysbios_gates_GateMutex_Instance_State_sem__O 
    *          0    000005cc    00000004     
                      000005cc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Instance_State_sem__O)
    
    .const:ti_sysbios_knl_Clock_Module_State_clockQ__O 
    *          0    000005d0    00000004     
                      000005d0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_Module_State_clockQ__O)
    
    .const:ti_sysbios_knl_Mailbox_Instance_State_dataQue__O 
    *          0    000005d4    00000004     
                      000005d4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Instance_State_dataQue__O)
    
    .const:ti_sysbios_knl_Mailbox_Instance_State_dataSem__O 
    *          0    000005d8    00000004     
                      000005d8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Instance_State_dataSem__O)
    
    .const:ti_sysbios_knl_Mailbox_Instance_State_freeQue__O 
    *          0    000005dc    00000004     
                      000005dc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Instance_State_freeQue__O)
    
    .const:ti_sysbios_knl_Mailbox_Instance_State_freeSem__O 
    *          0    000005e0    00000004     
                      000005e0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Instance_State_freeSem__O)
    
    .const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O 
    *          0    000005e4    00000004     
                      000005e4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O)
    
    .const:ti_sysbios_knl_Task_Module_State_inactiveQ__O 
    *          0    000005e8    00000004     
                      000005e8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Module_State_inactiveQ__O)
    
    .ccfg      0    000005ec    00000058     
                      000005ec    00000058     ccfg_app_ble.obj (.ccfg:retain)
    
    .resetVecs 
    *          0    00001010    0000003c     
                      00001010    0000003c     app_ble_pem3.oem3 (.resetVecs)
    
    .vecs      0    20000000    000000c8     NOLOAD SECTION
                      20000000    000000c8     app_ble_pem3.oem3 (.vecs)
    
    .data:ti_sysbios_knl_Task_Module__state__V 
    *          0    20000100    00000044     UNINITIALIZED
                      20000100    00000044     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Module__state__V)
    
    .data:ti_sysbios_family_arm_m3_Hwi_Module__state__V 
    *          0    20000144    00000034     UNINITIALIZED
                      20000144    00000034     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_m3_Hwi_Module__state__V)
    
    .data      0    20000148    000012b9     UNINITIALIZED
                      20000148    00000380     peripheral.obj (.data)
                      200004c8    0000037c     simple_peripheral.obj (.data)
                      20000844    00000004     SPI.obj (.data)
                      20000848    00000228     RFCC26XX_singleMode.obj (.data)
                      20000a70    000001e0     devinfoservice.obj (.data)
                      20000c50    00000180     simple_gatt_profile.obj (.data)
                      20000dd0    00000124     oad.obj (.data)
                      20000ef4    00000110     drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.data:PowerCC26XX_module)
                      20001004    000000d0     app_ble_pem3.oem3 (.data)
                      200010d4    00000094     icall.obj (.data)
                      20001168    0000006c     ExtFlash.obj (.data)
                      200011d4    00000058     ble_user_config.obj (.data:rfRegTbl)
                      2000122c    0000004c     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Object__table__V)
                      20001278    00000048     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_Timer_Object__table__V)
                      200012c0    00000038     app_ble_pem3.oem3 (.data:ti_sysbios_gates_GateMutex_Object__table__V)
                      200012f8    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Module_State_0_readyQ__A)
                      20001328    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Object__table__V)
                      20001358    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Module_State_0_readyQ__A)
                      20001388    00000030     main.obj (.data:user0Cfg)
                      200013b8    00000014     oad_target_external_flash.obj (.data)
                      200013cc    0000000c     icall_api.obj (.data)
                      200013d8    00000008     icall_cc2650.obj (.data)
                      200013e0    00000008     rtsv7M3_T_le_eabi.lib : _lock.obj (.data)
                      200013e8    00000008                           : exit.obj (.data)
                      200013f0    00000008     app_ble_pem3.oem3 (.data:xdc_runtime_Registry_Module__state__V)
                      200013f8    00000004     ble_user_config.obj (.data)
                      200013fc    00000004     rtsv7M3_T_le_eabi.lib : stkdepth_vars.obj (.data)
                      20001400    00000001     TRNGCC26XX.obj (.data)
    
    .data:ti_sysbios_knl_Clock_Module__state__V 
    *          0    20000178    0000002c     UNINITIALIZED
                      20000178    0000002c     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Clock_Module__state__V)
    
    .data:ti_sysbios_BIOS_Module__state__V 
    *          0    200001a4    00000024     UNINITIALIZED
                      200001a4    00000024     app_ble_pem3.oem3 (.data:ti_sysbios_BIOS_Module__state__V)
    
    .data:ti_sysbios_knl_Swi_Module__state__V 
    *          0    200001c8    0000001c     UNINITIALIZED
                      200001c8    0000001c     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Module__state__V)
    
    .data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V 
    *          0    200001e4    00000008     UNINITIALIZED
                      200001e4    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V)
    
    .data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V 
    *          0    200001ec    00000004     UNINITIALIZED
                      200001ec    00000004     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V)
    
    .data:xdc_runtime_Startup_Module__state__V 
    *          0    200001f0    00000008     UNINITIALIZED
                      200001f0    00000008     app_ble_pem3.oem3 (.data:xdc_runtime_Startup_Module__state__V)
    
    .data:xdc_runtime_System_Module__state__V 
    *          0    200001f8    00000008     UNINITIALIZED
                      200001f8    00000008     app_ble_pem3.oem3 (.data:xdc_runtime_System_Module__state__V)
    
    .data:xdc_runtime_Memory_Module__state__V 
    *          0    20000200    00000004     UNINITIALIZED
                      20000200    00000004     app_ble_pem3.oem3 (.data:xdc_runtime_Memory_Module__state__V)
    
    .TI.bound:dmaSpi0RxControlTableEntry$9 
    *          0    20000430    00000010     UNINITIALIZED
                      20000430    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi0RxControlTableEntry$9)
    
    .TI.bound:dmaSpi0TxControlTableEntry$9 
    *          0    20000440    00000010     UNINITIALIZED
                      20000440    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi0TxControlTableEntry$9)
    
    .TI.bound:dmaSpi1RxControlTableEntry$9 
    *          0    20000500    00000010     UNINITIALIZED
                      20000500    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi1RxControlTableEntry$9)
    
    .TI.bound:dmaSpi1TxControlTableEntry$9 
    *          0    20000510    00000010     UNINITIALIZED
                      20000510    00000010     SPICC26XXDMA.obj (.TI.bound:dmaSpi1TxControlTableEntry$9)
    
    .bss       0    20001408    00000c5a     UNINITIALIZED
                      20001408    00000684     app_ble_pem3.oem3 (.bss:xdc_runtime_HeapMin_Instance_State_0_buf__A)
                      20001a8c    00000004     (.common:dispatchInUs$7)
                      20001a90    00000200     app_ble_pem3.oem3 (.bss:taskStackSection)
                      20001c90    000001b8     board.obj (.bss:spiCC26XXDMAObjects)
                      20001e48    00000110     PINCC26XX.obj (.bss)
                      20001f58    000000c8     app_ble_pem3.oem3 (.bss:ti_sysbios_family_arm_m3_Hwi_dispatchTable)
                      20002020    00000020     (.common:udmaObjects)
                      20002040    00000014     driverlib.lib : osc.obj (.bss:oscHfGlobals)
                      20002054    00000008                   : sys_ctrl.obj (.bss:powerQualGlobals)
                      2000205c    00000004     (.common:trngCC26XXObjects)
                      20002060    00000001     (.common:bRestart$7)
                      20002061    00000001     (.common:driverlib_release_0_47020)
    
    .vtable    0    20002062    00000000     UNINITIALIZED
    
    .vtable_ram 
    *          0    20002062    00000000     UNINITIALIZED
    
    vtable_ram 
    *          0    20002062    00000000     UNINITIALIZED
    
    .sysmem    0    20002062    00000000     UNINITIALIZED
    
    .nonretenvar 
    *          0    20002062    00000000     UNINITIALIZED
    
    .stack     0    20004118    00000200     UNINITIALIZED
                      20004118    00000200     --HOLE--
    
    .bootVecs 
    *          0    00000000    00000008     DSECT
                      00000000    00000008     boot.aem3 : boot.oem3 (.bootVecs)
    
    xdc.meta   0    00000000    00000118     COPY SECTION
                      00000000    00000118     app_ble_pem3.oem3 (xdc.meta)
    
    xdc.noload 
    *          0    00000000    00000000     COPY SECTION
    
    
    LINKER GENERATED COPY TABLES
    
    __TI_cinit_table @ 0000a8c8 records: 16, size/record: 8, table size: 128
    	.data: load addr=0000a260, load size=0000056a bytes, run addr=20000148, run size=000012b9 bytes, compression=rle
    	.data:ti_sysbios_knl_Task_Module__state__V: load addr=0000a7d0, load size=0000001e bytes, run addr=20000100, run size=00000044 bytes, compression=rle
    	.data:ti_sysbios_BIOS_Module__state__V: load addr=0000a7f0, load size=00000017 bytes, run addr=200001a4, run size=00000024 bytes, compression=rle
    	.data:ti_sysbios_knl_Clock_Module__state__V: load addr=0000a808, load size=00000011 bytes, run addr=20000178, run size=0000002c bytes, compression=rle
    	.data:ti_sysbios_family_arm_m3_Hwi_Module__state__V: load addr=0000a820, load size=0000000f bytes, run addr=20000144, run size=00000034 bytes, compression=rle
    	.data:ti_sysbios_knl_Swi_Module__state__V: load addr=0000a840, load size=0000000a bytes, run addr=200001c8, run size=0000001c bytes, compression=rle
    	.data:xdc_runtime_Memory_Module__state__V: load addr=0000a850, load size=0000000a bytes, run addr=20000200, run size=00000004 bytes, compression=rle
    	.data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V: load addr=0000a860, load size=00000009 bytes, run addr=200001e4, run size=00000008 bytes, compression=rle
    	.data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V: load addr=0000a870, load size=00000009 bytes, run addr=200001ec, run size=00000004 bytes, compression=rle
    	.data:xdc_runtime_Startup_Module__state__V: load addr=0000a880, load size=00000009 bytes, run addr=200001f0, run size=00000008 bytes, compression=rle
    	.data:xdc_runtime_System_Module__state__V: load addr=0000a890, load size=00000009 bytes, run addr=200001f8, run size=00000008 bytes, compression=rle
    	.TI.bound:dmaSpi0RxControlTableEntry$9: load addr=0000a8a0, load size=00000008 bytes, run addr=20000430, run size=00000010 bytes, compression=zero_init
    	.TI.bound:dmaSpi0TxControlTableEntry$9: load addr=0000a8a8, load size=00000008 bytes, run addr=20000440, run size=00000010 bytes, compression=zero_init
    	.TI.bound:dmaSpi1RxControlTableEntry$9: load addr=0000a8b0, load size=00000008 bytes, run addr=20000500, run size=00000010 bytes, compression=zero_init
    	.TI.bound:dmaSpi1TxControlTableEntry$9: load addr=0000a8b8, load size=00000008 bytes, run addr=20000510, run size=00000010 bytes, compression=zero_init
    	.bss: load addr=0000a8c0, load size=00000008 bytes, run addr=20001408, run size=00000c5a bytes, compression=zero_init
    
    
    LINKER GENERATED HANDLER TABLE
    
    __TI_handler_table @ 0000a830 records: 3, size/record: 4, table size: 12
    	index: 0, handler: __TI_decompress_rle24
    	index: 1, handler: __TI_decompress_none
    	index: 2, handler: __TI_zero_init
    
    
    FAR CALL TRAMPOLINES
    
    callee name               trampoline name
       callee addr  tramp addr   call addr  call info
    --------------  -----------  ---------  ----------------
    xdc_runtime_Core_assignParams__I  $Tramp$TT$L$PI$$xdc_runtime_Core_assignParams__I
       1001c5f1     00009aac     00009928   rom_sysbios.aem3 : rom_sysbios_config.obj (.text:ti_sysbios_hal_Hwi_Params__init__S)
    ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E  $Tramp$TT$L$PI$$ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E
       1001c285     00009ab4     00009880   icall.obj (.text:ICall_primEnableInt$14)
    ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E  $Tramp$TT$L$PI$$ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E
       1001c281     00009abc     00009874   icall.obj (.text:ICall_primDisableInt$14)
    ti_sysbios_knl_Queue_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_construct
       1001b8f5     00009ac4     00009786   util.obj (.text:Util_constructQueue)
    ti_sysbios_knl_Task_enable__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_enable__E
       1001c243     00009acc     00009732   icall.obj (.text:ICall_primEnableMInt$14)
    ti_sysbios_family_arm_m3_Hwi_enableFxn__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_enableFxn__E
       1001c155     00009ad4     0000972e   icall.obj (.text:ICall_primEnableMInt$14)
    xdc_runtime_Startup_startMods__I  $Tramp$TT$L$PI$$xdc_runtime_Startup_startMods__I
       1001c30d     00009adc     0000957a   app_ble_pem3.oem3 (.text:xdc_runtime_Startup_exec__I)
    ti_sysbios_knl_Clock_logTick__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_logTick__E
       1001be67     00009ae4     0000953a   app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_doTick__I)
    ti_sysbios_BIOS_RtsGateProxy_leave__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_RtsGateProxy_leave__E
       1001c24d     00009aec     00009362   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock__I)
    ti_sysbios_BIOS_RtsGateProxy_enter__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_RtsGateProxy_enter__E
       1001c249     00009af4     00008c4e   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock__I)
    ti_sysbios_family_arm_m3_Hwi_initNVIC__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_initNVIC__E
       1001a699     00009afc     00008a1a   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_cc26xxRomInitNVIC__I)
    xdc_runtime_Error_raiseX__E  $Tramp$TT$L$PI$$xdc_runtime_Error_raiseX__E
       1001c769     00009b04     000080ca   rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_HeapMin_free__E)
    xdc_runtime_Core_createObject__I  $Tramp$TT$L$PI$$xdc_runtime_Core_createObject__I
       1001c405     00009b0c     00008090   app_ble_pem3.oem3 (.text:xdc_runtime_HeapMin_Object__create__S)
    ti_sysbios_knl_Task_startup__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_startup__E
       1001c309     00009b14     00008010   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
    ti_sysbios_knl_Swi_startup__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_startup__E
       1001c23d     00009b1c     0000800c   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
    ti_sysbios_hal_Hwi_HwiProxy_startup__E  $Tramp$TT$L$PI$$ti_sysbios_hal_Hwi_HwiProxy_startup__E
       1001c28d     00009b24     00008008   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
    ti_sysbios_family_arm_cc26xx_Timer_startup__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_cc26xx_Timer_startup__E
       1001b795     00009b2c     00008004   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
    xdc_runtime_System_atexit__E  $Tramp$TT$L$PI$$xdc_runtime_System_atexit__E
       1001c681     00009b34     00007ffc   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
    ti_sysbios_BIOS_setThreadType__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_setThreadType__E
       1001c045     00009b3c     00007fc8   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                                 00009414   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__I)
    ti_sysbios_hal_Hwi_create  $Tramp$TT$L$PI$$ti_sysbios_hal_Hwi_create
       1001ab79     00009b44     0000796c   icall.obj (.text:ICall_primRegisterISR$14)
                                 000079a0   icall.obj (.text:ICall_primRegisterISR_Ext$14)
    xdc_runtime_Gate_leaveSystem__E  $Tramp$TT$L$PI$$xdc_runtime_Gate_leaveSystem__E
       1001c879     00009b4c     00007210   rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_HeapMin_alloc__E)
    xdc_runtime_Gate_enterSystem__E  $Tramp$TT$L$PI$$xdc_runtime_Gate_enterSystem__E
       1001c885     00009b54     000071e0   rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_HeapMin_alloc__E)
    ti_sysbios_knl_Task_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_construct
       1001b125     00009b5c     00007046   peripheral.obj (.text:GAPRole_createTask)
                                 000074a0   simple_peripheral.obj (.text:SimpleBLEPeripheral_createTask)
    xdc_runtime_System_exit__E  $Tramp$TT$L$PI$$xdc_runtime_System_exit__E
       1001c7d1     00009b64     00006e30   boot.aem3 : boot.oem3 (.text)
                                 0000941a   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__I)
    ti_sysbios_knl_Queue_put__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_put__E
       1001bf2d     00009b6c     00006bc4   simple_peripheral.obj (.text:SimpleBLEPeripheral_processOadWriteCB)
                                 0000857c   util.obj (.text:Util_enqueueMsg)
    ti_sysbios_knl_Semaphore_create  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_create
       1001b5ad     00009b74     0000695c   icall.obj (.text:ICall_newTask$14)
    ti_sysbios_BIOS_getCpuFreq__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_getCpuFreq__E
       1001bff9     00009b7c     00006496   SPICC26XXDMA.obj (.text:SPICC26XXDMA_initHw$9)
    ti_sysbios_knl_Semaphore_destruct  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_destruct
       1001c2e1     00009b84     0000634e   SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
    ti_sysbios_knl_Swi_destruct  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_destruct
       1001c2e9     00009b8c     0000633c   SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
    ti_sysbios_family_arm_m3_Hwi_destruct  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_destruct
       1001c261     00009b94     00006334   SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
                                 00007832   UDMACC26XX.obj (.text:UDMACC26XX_close)
    ti_sysbios_BIOS_start__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_start__E
       1001c055     00009b9c     00005e44   main.obj (.text:main)
    ti_sysbios_knl_Task_create  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_create
       1001ae19     00009ba4     000051ca   icall.obj (.text:ICall_createRemoteTasks)
                                 00006f3e   icall.obj (.text:ICall_primCreateTask$14)
    ti_sysbios_knl_Task_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_Params__init__S
       1001c1d9     00009bac     000051ae   icall.obj (.text:ICall_createRemoteTasks)
                                 00006f28   icall.obj (.text:ICall_primCreateTask$14)
                                 00007026   peripheral.obj (.text:GAPRole_createTask)
                                 00007482   simple_peripheral.obj (.text:SimpleBLEPeripheral_createTask)
    ti_sysbios_knl_Clock_create  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_create
       1001b3ed     00009bb4     00004fb2   icall.obj (.text:ICall_primSetTimer$14)
    ti_sysbios_knl_Clock_scheduleNextTick__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_scheduleNextTick__E
       1001bebd     00009bbc     00004c12   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
    ti_sysbios_knl_Clock_walkQueueDynamic__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_walkQueueDynamic__E
       1001a80d     00009bc4     00004bda   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
                                 00004bf6                    : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
    ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E
       1001c095     00009bcc     00004ba8   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
                                 000084f2                    : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_getTicksUntilInterrupt__E)
    ti_sysbios_knl_Swi_post__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_post__E
       1001b321     00009bd4     00004706   SPICC26XXDMA.obj (.text:SPICC26XXDMA_hwiFxn$9)
                                 00009380   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_or__E)
                                 00009542   app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_doTick__I)
    ti_sysbios_knl_Queue_get__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_get__E
       1001bf11     00009bdc     000040e6   simple_peripheral.obj (.text:SimpleBLEPeripheral_taskFxn$0)
                                 00008fbe   util.obj (.text:Util_dequeueMsg)
    ti_sysbios_knl_Queue_empty__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_empty__E
       1001c113     00009be4     000040be   simple_peripheral.obj (.text:SimpleBLEPeripheral_taskFxn$0)
                                 000040dc   simple_peripheral.obj (.text:SimpleBLEPeripheral_taskFxn$0)
    ti_sysbios_knl_Semaphore_post__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_post__E
       1001ac41     00009bec     00003878   icall.obj (.text:ICall_primWaitMatch$14)
                                 00004aea   PINCC26XX.obj (.text:PIN_open)
                                 00004b22   RFCC26XX_singleMode.obj (.text:fsmPowerDownState$7)
                                 0000553a   icall.obj (.text:ICall_primSend$14)
                                 00005c08   PINCC26XX.obj (.text:PIN_add)
                                 00006898   RFCC26XX_singleMode.obj (.text:syncCb$7)
                                 00006bca   simple_peripheral.obj (.text:SimpleBLEPeripheral_processOadWriteCB)
                                 00008584   util.obj (.text:Util_enqueueMsg)
                                 00009302   peripheral.obj (.text:gapRole_setEvent$24)
                                 000094e0   simple_peripheral.obj (.text:SimpleBLEPeripheral_clockHandler$0)
                                 00009898   icall.obj (.text:ICall_primSignal$14)
                                 000099c2   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCallback$9)
    ti_sysbios_knl_Semaphore_pend__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_pend__E
       1001a0cd     00009bf4     00003804   icall.obj (.text:ICall_primWaitMatch$14)
                                 0000432e   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                                 00004344   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                                 00004a78   PINCC26XX.obj (.text:PIN_open)
                                 00005054   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                                 00005bdc   PINCC26XX.obj (.text:PIN_add)
                                 00006660   icall.obj (.text:ICall_primWait$14)
    ti_sysbios_knl_Clock_getTicks__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_getTicks__E
       1001b6d9     00009bfc     000037f0   icall.obj (.text:ICall_primWaitMatch$14)
                                 0000385a   icall.obj (.text:ICall_primWaitMatch$14)
                                 0000974c   icall.obj (.text:ICall_primGetTicks$14)
    ti_sysbios_knl_Task_self__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_self__E
       1001c1e5     00009c04     000037a6   icall.obj (.text:ICall_primWaitMatch$14)
                                 00005c84   icall.obj (.text:ICall_primEnroll$14)
                                 00005f30   icall.obj (.text:ICall_primThreadServes$14)
                                 00006620   icall.obj (.text:ICall_primWait$14)
                                 00006714   icall.obj (.text:ICall_primRegisterApp$14)
                                 00006988   icall.obj (.text:ICall_primGetEntityId$14)
                                 0000791c   icall.obj (.text:ICall_primFetchMsg$14)
    ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E
       1001b2dd     00009c0c     00003446   RFCC26XX_singleMode.obj (.text:fsmPowerUpState$7)
    ti_sysbios_knl_Clock_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_construct
       1001b579     00009c14     000031ca   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_init)
                                 000031d8                           : PowerCC26XX.oem3 (.text:Power_init)
                                 000031e6                           : PowerCC26XX.oem3 (.text:Power_init)
                                 0000392c   RFCC26XX_singleMode.obj (.text:rf_init$7)
                                 000041c6   RFCC26XX_singleMode.obj (.text:RF_open)
                                 00005918   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
                                 00006c14   util.obj (.text:Util_constructClock)
    ti_sysbios_knl_Clock_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_Params__init__S
       1001c185     00009c1c     000031b2   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_init)
                                 000041b6   RFCC26XX_singleMode.obj (.text:RF_open)
                                 00004f9e   icall.obj (.text:ICall_primSetTimer$14)
                                 00005900   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
                                 00006bee   util.obj (.text:Util_constructClock)
    xdc_runtime_System_abortSpin__E  $Tramp$TT$L$PI$$xdc_runtime_System_abortSpin__E
       1001c899     00009c24     00002902   drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
                                 00005d62                           : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_RCOSC_clockFunc)
    ti_sysbios_knl_Clock_start__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_start__E
       1001bfe3     00009c2c     0000279a   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                                 00002980   drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
                                 00003264                           : PowerCC26XX.oem3 (.text:Power_init)
                                 00003be6   RFCC26XX_singleMode.obj (.text:radioOpDoneCb$7)
                                 00003e18   power_cc26xx_tirtos.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                                 00004da6   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                                 00004ff6   icall.obj (.text:ICall_primSetTimer$14)
                                 00005244   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
                                 00005ba4   RFCC26XX_singleMode.obj (.text:decActiveClientCnt$7)
                                 000061da   RFCC26XX_singleMode.obj (.text:fsmXOSCState$7)
                                 0000655e   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:configureXOSCHF)
                                 00007724   util.obj (.text:Util_restartClock)
                                 00008c7a   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_stop__E)
                                 000098ea   util.obj (.text:Util_startClock)
    ti_sysbios_knl_Clock_setTimeout__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_setTimeout__E
       1001c2c1     00009c34     00002794   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                                 0000325e   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_init)
                                 00003bde   RFCC26XX_singleMode.obj (.text:radioOpDoneCb$7)
                                 00003e12   power_cc26xx_tirtos.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                                 00004da0   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                                 00004ff0   icall.obj (.text:ICall_primSetTimer$14)
                                 0000523e   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
                                 00005b9e   RFCC26XX_singleMode.obj (.text:decActiveClientCnt$7)
                                 000061d4   RFCC26XX_singleMode.obj (.text:fsmXOSCState$7)
                                 00006558   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:configureXOSCHF)
                                 0000771e   util.obj (.text:Util_restartClock)
    ti_sysbios_knl_Swi_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_construct
       1001b085     00009c3c     0000263e   PINCC26XX.obj (.text:PIN_init)
                                 00002ec4   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 000038b8   RFCC26XX_singleMode.obj (.text:rf_init$7)
                                 000038fa   RFCC26XX_singleMode.obj (.text:rf_init$7)
    ti_sysbios_knl_Swi_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_Params__init__S
       1001c1cd     00009c44     0000262c   PINCC26XX.obj (.text:PIN_init)
                                 00002eb0   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 000038a4   RFCC26XX_singleMode.obj (.text:rf_init$7)
                                 000038ea   RFCC26XX_singleMode.obj (.text:rf_init$7)
    ti_sysbios_family_arm_m3_Hwi_construct  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_construct
       1001af29     00009c4c     00002620   PINCC26XX.obj (.text:PIN_init)
                                 00002ea4   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 000038de   RFCC26XX_singleMode.obj (.text:rf_init$7)
                                 0000391e   RFCC26XX_singleMode.obj (.text:rf_init$7)
                                 00005928   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
                                 00006124   UDMACC26XX.obj (.text:UDMACC26XX_open)
    ti_sysbios_family_arm_m3_Hwi_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_Params__init__S
       1001c13d     00009c54     0000260a   PINCC26XX.obj (.text:PIN_init)
                                 00002e8c   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 000038c4   RFCC26XX_singleMode.obj (.text:rf_init$7)
                                 00003906   RFCC26XX_singleMode.obj (.text:rf_init$7)
                                 0000610e   UDMACC26XX.obj (.text:UDMACC26XX_open)
    ti_sysbios_knl_Semaphore_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_construct
       1001b709     00009c5c     000025a8   PINCC26XX.obj (.text:PIN_init)
                                 00002ee4   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 000041aa   RFCC26XX_singleMode.obj (.text:RF_open)
    ti_sysbios_knl_Semaphore_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_Params__init__S
       1001c1c1     00009c64     00002594   PINCC26XX.obj (.text:PIN_init)
                                 00002ed4   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 0000419a   RFCC26XX_singleMode.obj (.text:RF_open)
    ti_sysbios_knl_Task_restore__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_restore__E
       1001ba49     00009c6c     00001ce8   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                                 000051ee   icall.obj (.text:ICall_createRemoteTasks)
                                 000093c2   icall.obj (.text:ICall_leaveCSImpl)
    ti_sysbios_knl_Swi_restore__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_restore__E
       1001b5e1     00009c74     00001cde   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                                 00002ae8   RFCC26XX_singleMode.obj (.text:abortCmd$7)
                                 0000501c   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                                 00005048   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                                 00005068   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
    ti_sysbios_knl_Swi_disable__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_disable__E
       1001c0d5     00009c7c     00001b3a   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                                 00002ac6   RFCC26XX_singleMode.obj (.text:abortCmd$7)
                                 0000500a   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                                 00007fbe   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
    ti_sysbios_knl_Task_disable__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_disable__E
       1001c0f5     00009c84     00001b22   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                                 00005198   icall.obj (.text:ICall_createRemoteTasks)
                                 00007fc2   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                                 00008f54   icall.obj (.text:ICall_enterCSImpl)
                                 00009720   icall.obj (.text:ICall_primDisableMInt$14)
    ti_sysbios_family_arm_m3_Hwi_restoreFxn__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_restoreFxn__E
       1001c219     00009c8c     0000185c   RFCC26XX_singleMode.obj (.text:fsmActiveState$7)
                                 00001876   RFCC26XX_singleMode.obj (.text:fsmActiveState$7)
                                 00002742   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                                 000027a4   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                                 00002800   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                                 00002a1c   RFCC26XX_singleMode.obj (.text:abortCmd$7)
                                 00002a44   RFCC26XX_singleMode.obj (.text:abortCmd$7)
                                 00002a78   RFCC26XX_singleMode.obj (.text:abortCmd$7)
                                 00002ada   RFCC26XX_singleMode.obj (.text:abortCmd$7)
                                 00002b0a   RFCC26XX_singleMode.obj (.text:abortCmd$7)
                                 00002e0e   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 00002e1e   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 00002e7c   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 000036c2   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                                 00003734   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                                 0000378a   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                                 00003b9e   RFCC26XX_singleMode.obj (.text:radioOpDoneCb$7)
                                 00003cc8   PINCC26XX.obj (.text:PINCC26XX_setIoCfg$6)
                                 00003f5e   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseDependency)
                                 0000402e                           : PowerCC26XX.oem3 (.text:Power_setDependency)
                                 0000414c   RFCC26XX_singleMode.obj (.text:RF_open)
                                 0000415a   RFCC26XX_singleMode.obj (.text:RF_open)
                                 000042b6   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                                 000042c8   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                                 000042fe   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                                 00004dce   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                                 000050f2   TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
                                 00005154   RFCC26XX_singleMode.obj (.text:swiFxnHw$7)
                                 0000516e   RFCC26XX_singleMode.obj (.text:swiFxnHw$7)
                                 00005baa   RFCC26XX_singleMode.obj (.text:decActiveClientCnt$7)
                                 00005db2   RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                                 00005dba   RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                                 00006132   UDMACC26XX.obj (.text:UDMACC26XX_open)
                                 00006364   SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
                                 00006442   drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
                                 0000650c   SPICC26XXDMA.obj (.text:SPICC26XXDMA_swiFxn$9)
                                 0000660e   RFCC26XX_singleMode.obj (.text:ratChanFree$7)
                                 000067f2   RFCC26XX_singleMode.obj (.text:RF_getInfo)
                                 00007138   RFCC26XX_singleMode.obj (.text:RF_getRssi)
                                 00007544   RFCC26XX_singleMode.obj (.text:postDirImmCmd$7)
                                 00007558   RFCC26XX_singleMode.obj (.text:postDirImmCmd$7)
                                 00007840   UDMACC26XX.obj (.text:UDMACC26XX_close)
                                 00007aa8   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
                                 00007ae4   RFCC26XX_singleMode.obj (.text:Q_push$7)
                                 00007e90   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseConstraint)
                                 00007ec0                           : PowerCC26XX.oem3 (.text:Power_setConstraint)
                                 000086ee                           : PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
                                 00008802   TRNGCC26XX.obj (.text:TRNGCC26XX_init)
                                 000088a8   drivers_cc26xxware.aem3 : List.oem3 (.text:List_put)
                                 00008bfc                           : PowerCC26XX.oem3 (.text:Power_unregisterNotify)
                                 00008eba   TRNGCC26XX.obj (.text:TRNGCC26XX_open)
                                 0000928c   RFCC26XX_singleMode.obj (.text:Q_pop$7)
                                 000093ba   icall.obj (.text:ICall_leaveCSImpl)
    ti_sysbios_family_arm_m3_Hwi_disableFxn__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_disableFxn__E
       1001c149     00009c94     0000183c   RFCC26XX_singleMode.obj (.text:fsmActiveState$7)
                                 00002694   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                                 00002758   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                                 000029bc   RFCC26XX_singleMode.obj (.text:abortCmd$7)
                                 00002e00   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 00002e74   SPICC26XXDMA.obj (.text:SPICC26XXDMA_open)
                                 000036b6   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                                 0000370c   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transferCancel)
                                 00003b7c   RFCC26XX_singleMode.obj (.text:radioOpDoneCb$7)
                                 00003caa   PINCC26XX.obj (.text:PINCC26XX_setIoCfg$6)
                                 00003eaa   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseDependency)
                                 00003f7e                           : PowerCC26XX.oem3 (.text:Power_setDependency)
                                 00004144   RFCC26XX_singleMode.obj (.text:RF_open)
                                 000042ac   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                                 000042d0   SPICC26XXDMA.obj (.text:SPICC26XXDMA_transfer)
                                 00004d58   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                                 0000508e   TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
                                 0000510e   RFCC26XX_singleMode.obj (.text:swiFxnHw$7)
                                 00005b54   RFCC26XX_singleMode.obj (.text:decActiveClientCnt$7)
                                 00005da2   RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                                 000060fa   UDMACC26XX.obj (.text:UDMACC26XX_open)
                                 0000635a   SPICC26XXDMA.obj (.text:SPICC26XXDMA_close)
                                 0000642e   drivers_cc26xxware.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
                                 000064e6   SPICC26XXDMA.obj (.text:SPICC26XXDMA_swiFxn$9)
                                 000065cc   RFCC26XX_singleMode.obj (.text:ratChanFree$7)
                                 000067b6   RFCC26XX_singleMode.obj (.text:RF_getInfo)
                                 00007128   RFCC26XX_singleMode.obj (.text:RF_getRssi)
                                 0000752c   RFCC26XX_singleMode.obj (.text:postDirImmCmd$7)
                                 00007816   UDMACC26XX.obj (.text:UDMACC26XX_close)
                                 00007a86   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
                                 00007ac6   RFCC26XX_singleMode.obj (.text:Q_push$7)
                                 00007ace   RFCC26XX_singleMode.obj (.text:Q_push$7)
                                 00007e70   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_releaseConstraint)
                                 00007ea0                           : PowerCC26XX.oem3 (.text:Power_setConstraint)
                                 000086d2                           : PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
                                 000087ea   TRNGCC26XX.obj (.text:TRNGCC26XX_init)
                                 00008bec   drivers_cc26xxware.aem3 : PowerCC26XX.oem3 (.text:Power_unregisterNotify)
                                 00008eae   TRNGCC26XX.obj (.text:TRNGCC26XX_open)
                                 00008f5e   icall.obj (.text:ICall_enterCSImpl)
                                 00009280   RFCC26XX_singleMode.obj (.text:Q_pop$7)
                                 00009724   icall.obj (.text:ICall_primDisableMInt$14)
                                 00009a76   tirtosport.aem3 : HwiP_tirtos.oem3 (.text:HwiP_disable)
    
    [62 trampolines]
    [262 trampoline calls]
    
    
    GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name 
    
    address   name                                                                      
    -------   ----                                                                      
    10014c00  A1_rw                                                                     
    10019ffe  A2_rw                                                                     
    10019ffc  A3_rw                                                                     
    20004f2c  A4_rw                                                                     
    20004f7c  ACCX                                                                      
    20004f80  ACCY                                                                      
    20004f84  ACCZ                                                                      
    10015229  ATOMICPATTERN                                                             
    10016c29  AddRoundKeySubBytes_Sw                                                    
    10018a19  AesCcm_authEncrypt_Sw                                                     
    10018a35  AesCcm_decryptAuth_Sw                                                     
    10018b09  AesCcm_getNumBlocks_Sw                                                    
    10018ac5  Aes_decrypt_Sw                                                            
    10018a99  Aes_encrypt_Sw                                                            
    00006cb1  AssertHandler                                                             
    0000a204  BoardGpioInitTable                                                        
    00006e8d  C$$EXIT                                                                   
    20004f2c  COMMON_RAM_BASE_ADDR                                                      
    10014c01  COMMON_ROM_BASE_ADDR                                                      
    10015a6d  COPY                                                                      
    0000434f  DefaultAssertCback                                                        
    00009421  DevInfo_AddService                                                        
    00009585  DevInfo_SetParameter                                                      
    10017959  ECC_allocWorkzone                                                         
    10017961  ECC_setWin                                                                
    10017969  ECDSA_sign                                                                
    10017b01  ECDSA_verif                                                               
    10015a11  EXPORTOPERAND                                                             
    20004f78  EXPW                                                                      
    20004f6c  EXPX                                                                      
    20004f70  EXPY                                                                      
    20004f74  EXPZ                                                                      
    00007d1d  ExtFlash_close                                                            
    00005ec1  ExtFlash_erase                                                            
    00006f59  ExtFlash_open                                                             
    00006f99  ExtFlash_read                                                             
    0000571d  ExtFlash_write                                                            
    10016f58  FFMult2                                                                   
    10017058  FFMult3                                                                   
    10016d05  FFMult_Sw                                                                 
    10018d6c  Fill1                                                                     
    00007619  GAPBondMgr_LinkEst                                                        
    000088af  GAPBondMgr_LinkTerm                                                       
    00008221  GAPBondMgr_Register                                                       
    0000787d  GAPBondMgr_SetParameter                                                   
    00003065  GAPRole_GetParameter                                                      
    00006fd9  GAPRole_SendUpdateParam                                                   
    000018c5  GAPRole_SetParameter                                                      
    00008d41  GAPRole_StartDevice                                                       
    0000903d  GAPRole_TerminateConnection                                               
    00007019  GAPRole_createTask                                                        
    00006671  GAP_DeviceInit                                                            
    000095a5  GAP_EndDiscoverable                                                       
    00007295  GAP_GetParamValue                                                         
    00009829  GAP_MakeDiscoverable                                                      
    000099a7  GAP_RegisterForMsgs                                                       
    000078b1  GAP_SetParamValue                                                         
    00009835  GAP_TerminateAuth                                                         
    00006cf5  GAP_TerminateLinkReq                                                      
    000066c1  GAP_UpdateAdvertisingData                                                 
    00009841  GAP_UpdateLinkParamReq                                                    
    0000984d  GAP_UpdateLinkParamReqReply                                               
    00009a73  GATTServApp_AddService                                                    
    0000954d  GATTServApp_FindAttr                                                      
    00008ac9  GATTServApp_InitCharCfg                                                   
    00006ab5  GATTServApp_ProcessCCCWriteReq                                            
    000053f5  GATTServApp_ProcessCharCfg                                                
    000095b5  GATTServApp_ReadCharCfg                                                   
    000072d1  GATTServApp_RegisterService                                               
    000085df  GATTServApp_WriteCharCfg                                                  
    000096f5  GATT_Indication                                                           
    00008f39  GATT_Notification                                                         
    000099af  GATT_RegisterForMsgs                                                      
    00007059  GATT_SendRsp                                                              
    00008d5d  GATT_bm_alloc                                                             
    00008d79  GATT_bm_free                                                              
    10015141  GETBIT                                                                    
    10015155  GETDIGIT                                                                  
    100151a5  GETDIGITL2R                                                               
    000099ef  GGS_AddService                                                            
    00009859  GGS_SetParameter                                                          
    0000824d  HCI_EXT_ConnEventNoticeCmd                                                
    000095c5  HCI_LE_ReadMaxDataLenCmd                                                  
    200010f8  HEAPMGR_SIZE                                                              
    00009a77  HwiP_disable                                                              
    UNDEFED   HwiP_restore                                                              
    0000730d  ICallPlatform_pwrConfigACAction                                           
    00009055  ICallPlatform_pwrDispense                                                 
    00009703  ICallPlatform_pwrGetTransitionState                                       
    000095d5  ICallPlatform_pwrGetXOSCStartupTime                                       
    00009711  ICallPlatform_pwrIsStableXOSCHF                                           
    000068ed  ICallPlatform_pwrRegisterNotify                                           
    0000906d  ICallPlatform_pwrRequire                                                  
    00009961  ICallPlatform_pwrSwitchXOSCHF                                             
    00005469  ICallPlatform_pwrUpdActivityCounter                                       
    00005191  ICall_createRemoteTasks                                                   
    200010d4  ICall_dispatcher                                                          
    00008f53  ICall_enterCSImpl                                                         
    200010dc  ICall_enterCriticalSection                                                
    00008279  ICall_freeImpl                                                            
    00008279  ICall_heapFree                                                            
    000057fd  ICall_heapInit                                                            
    00004efd  ICall_heapMalloc                                                          
    00008609  ICall_init                                                                
    000093b3  ICall_leaveCSImpl                                                         
    200010e0  ICall_leaveCriticalSection                                                
    000099f5  ICall_mallocImpl                                                          
    000079b5  ICall_searchServiceEntity                                                 
    10015a35  IMPORTDATA                                                                
    100159a9  IMPORTLENGTH                                                              
    100159ad  IMPORTMODULUS                                                             
    100159d1  IMPORTOPERAND                                                             
    1001568d  INVERT                                                                    
    10016da1  InvAddRoundKey_Sw                                                         
    10016ed5  InvMixColumns_Sw                                                          
    10016dc9  InvRoundKey_Sw                                                            
    10017264  InvSbox                                                                   
    10016ea1  InvShiftRows_Sw                                                           
    10016e8d  InvSubBytes_Sw                                                            
    100154f5  JACADD                                                                    
    20004fe8  LEN                                                                       
    100158ac  LUTC                                                                      
    100158dc  LUTINCI                                                                   
    100158f4  LUTJ                                                                      
    1001588c  LUTOPCODE                                                                 
    10015894  LUTOPSIGN                                                                 
    100158c4  LUTSE                                                                     
    1001596c  LUTSTATE                                                                  
    00009975  List_empty                                                                
    00009a7f  List_head                                                                 
    00009a83  List_next                                                                 
    00008889  List_put                                                                  
    00008f87  List_remove                                                               
    10018825  MB_ClearInts                                                              
    100187f5  MB_DisableInts                                                            
    10018835  MB_EnableHWInts                                                           
    10018799  MB_EnableInts                                                             
    10018945  MB_FwDebugDump                                                            
    10018755  MB_Init                                                                   
    10018935  MB_ReadMailboxStatus                                                      
    1001893d  MB_RegisterIsrCback                                                       
    10018865  MB_SendCommand                                                            
    100188a5  MB_SendCommandSynch                                                       
    20004fe4  MOD                                                                       
    20004fd8  MSBMOD                                                                    
    10016c79  MixColumns_Sw                                                             
    10018b9c  NIST_Curve_P256_Gx                                                        
    10018bc0  NIST_Curve_P256_Gy                                                        
    10018b54  NIST_Curve_P256_a                                                         
    10018b78  NIST_Curve_P256_b                                                         
    10018b0c  NIST_Curve_P256_p                                                         
    10018b30  NIST_Curve_P256_r                                                         
    000086a9  NOROM_AONBatMonTemperatureGetDegC                                         
    00009449  NOROM_AONRTCCurrent64BitValueGet                                          
    00009145  NOROM_AONRTCCurrentCompareValueGet                                        
    000098a1  NOROM_CPUcpsid                                                            
    000098ad  NOROM_CPUcpsie                                                            
    00006b01  NOROM_ChipInfo_GetChipFamily                                              
    000056ad  NOROM_ChipInfo_GetHwRevision                                              
    0000915d  NOROM_ChipInfo_GetPackageType                                             
    00007099  NOROM_DDI16BitfieldRead                                                   
    00006b49  NOROM_DDI16BitfieldWrite                                                  
    000083ad  NOROM_DDI32RegWrite                                                       
    00008de9  NOROM_OSCClockSourceGet                                                   
    000069d1  NOROM_OSCClockSourceSet                                                   
    00005f79  NOROM_OSCHF_AttemptToSwitchToXosc                                         
    00004de5  NOROM_OSCHF_GetStartupTime                                                
    000079e9  NOROM_OSCHF_SwitchToRcOscTurnOffXosc                                      
    00009175  NOROM_OSCHF_TurnOnXosc                                                    
    00007349  NOROM_OSC_HPOSCRelativeFrequencyOffsetGet                                 
    00004a63  NOROM_RFCAdi3VcoLdoVoltageMode                                            
    0000918d  NOROM_RFCCpeIntGetAndClear                                                
    00008b89  NOROM_RFCDoorbellSendTo                                                   
    00005303  NOROM_RFCRTrim                                                            
    00008ba9  NOROM_RFCRfTrimRead                                                       
    00009605  NOROM_RFCRfTrimSet                                                        
    00007385  NOROM_RFCSynthPowerDown                                                   
    00005305  NOROM_SetupAfterColdResetWakeupFromShutDownCfg1                           
    00003975  NOROM_SetupAfterColdResetWakeupFromShutDownCfg2                           
    00002f35  NOROM_SetupAfterColdResetWakeupFromShutDownCfg3                           
    000091a5  NOROM_SetupGetTrimForAdcShModeEn                                          
    000091bd  NOROM_SetupGetTrimForAdcShVbufEn                                          
    00005869  NOROM_SetupGetTrimForAmpcompCtrl                                          
    000091d5  NOROM_SetupGetTrimForAmpcompTh1                                           
    00008e05  NOROM_SetupGetTrimForAmpcompTh2                                           
    00005a19  NOROM_SetupGetTrimForAnabypassValue1                                      
    000091ed  NOROM_SetupGetTrimForDblrLoopFilterResetVoltage                           
    000083d9  NOROM_SetupGetTrimForRadcExtCfg                                           
    00009205  NOROM_SetupGetTrimForRcOscLfIBiasTrim                                     
    00008e21  NOROM_SetupGetTrimForRcOscLfRtuneCtuneTrim                                
    00008bc9  NOROM_SetupGetTrimForXoscHfCtl                                            
    00009615  NOROM_SetupGetTrimForXoscHfFastStart                                      
    00009625  NOROM_SetupGetTrimForXoscHfIbiastherm                                     
    0000921d  NOROM_SetupGetTrimForXoscLfRegulatorAndCmirrwrRatio                       
    00007e0d  NOROM_SetupSetAonRtcSubSecInc                                             
    00006761  NOROM_SetupSetCacheModeAccordingToCcfgSetting                             
    00004561  NOROM_SetupTrimDevice                                                     
    00005fd5  NOROM_SysCtrlAdjustRechargeAfterPowerDown                                 
    00001d29  NOROM_SysCtrlSetRechargeBeforePowerDown                                   
    00005a81  NOROM_SysCtrl_DCDC_VoltageConditionalControl                              
    00007a1d  NOROM_TRNGConfigure                                                       
    0000945d  NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated              
    00009757  NOROM_VIMSModeGet                                                         
    00009471  OADTarget_close                                                           
    000099fb  OADTarget_eraseFlash                                                      
    00009635  OADTarget_getCrc                                                          
    00005ae9  OADTarget_getCurrentImageHeader                                           
    00009765  OADTarget_imageAddress                                                    
    00009235  OADTarget_open                                                            
    0000997f  OADTarget_readFlash                                                       
    00009645  OADTarget_setCrc                                                          
    000070d9  OADTarget_storeImageHeader                                                
    00009655  OADTarget_systemReset                                                     
    00006031  OADTarget_validateNewImage                                                
    00009485  OADTarget_writeFlash                                                      
    0000636d  OAD_addService                                                            
    000044b5  OAD_imgBlockWrite                                                         
    00004891  OAD_imgIdentifyWrite                                                      
    00009499  OAD_register                                                              
    10014c04  P1_ro                                                                     
    10019ffe  P1_ro_2                                                                   
    20004f40  P2_rw                                                                     
    20004f40  P2_s0                                                                     
    20004fac  P2_zi                                                                     
    000073c1  PINCC26XX_getConfig                                                       
    0000891d  PINCC26XX_getPinCount                                                     
    00008405  PINCC26XX_setMux                                                          
    20001edc  PIN_HandleTable                                                           
    20001e48  PIN_NumPins                                                               
    00005bb9  PIN_add                                                                   
    00008cc7  PIN_close                                                                 
    0000924d  PIN_getConfig                                                             
    000024e1  PIN_init                                                                  
    00004a65  PIN_open                                                                  
    000098b9  PIN_registerIntCb                                                         
    000063c5  PIN_remove                                                                
    00008431  PIN_setConfig                                                             
    00007e3d  PIN_setInterrupt                                                          
    00007a51  PIN_setOutputValue                                                        
    00005d41  PowerCC26XX_RCOSC_clockFunc                                               
    00005551  PowerCC26XX_auxISR                                                        
    000058d5  PowerCC26XX_calibrate                                                     
    0000a1c8  PowerCC26XX_config                                                        
    00002825  PowerCC26XX_doCalibrate                                                   
    00004de5  PowerCC26XX_getXoscStartupTime                                            
    0000641d  PowerCC26XX_initiateCalibration                                           
    00007a85  PowerCC26XX_isStableXOSC_HF                                               
    20000ef4  PowerCC26XX_module                                                        
    00003dd1  PowerCC26XX_standbyPolicy                                                 
    000086d1  PowerCC26XX_switchXOSC_HF                                                 
    000098c5  Power_getConstraintMask                                                   
    000098d1  Power_getDependencyCount                                                  
    00008ce5  Power_getTransitionLatency                                                
    000098dd  Power_getTransitionState                                                  
    00009265  Power_idleFunc                                                            
    00003185  Power_init                                                                
    000086f9  Power_registerNotify                                                      
    00007e6d  Power_releaseConstraint                                                   
    00003ea5  Power_releaseDependency                                                   
    00007e9d  Power_setConstraint                                                       
    00003f79  Power_setDependency                                                       
    00001b01  Power_sleep                                                               
    00008be9  Power_unregisterNotify                                                    
    10017158  RCon                                                                      
    10018415  RFHAL_AddTxDataEntry                                                      
    100184f9  RFHAL_AllocDataEntry                                                      
    100184a9  RFHAL_AllocDataEntryQueue                                                 
    10018315  RFHAL_AllocRatChan                                                        
    100185e1  RFHAL_BuildDataEntryRingBuffer                                            
    10018669  RFHAL_BuildLinkedBuffer                                                   
    10018551  RFHAL_BuildRingBuffer                                                     
    10018549  RFHAL_FreeDataEntry                                                       
    100184c5  RFHAL_FreeDataEntryQueue                                                  
    10018485  RFHAL_FreeNextTxDataEntry                                                 
    1001833d  RFHAL_FreeRatChan                                                         
    100184cd  RFHAL_GetNextDataEntry                                                    
    100184d1  RFHAL_GetTempDataEntry                                                    
    100183b9  RFHAL_InitDataQueue                                                       
    100182ad  RFHAL_InitRfHal                                                           
    10018369  RFHAL_MapRatChansToInt                                                    
    100184d5  RFHAL_NextDataEntryDone                                                   
    100183c5  RFHAL_QueueRFDataEntries                                                  
    10018391  RFHAL_RegisterRatChanCallback                                             
    000094ad  RF_Params_init                                                            
    000029a9  RF_cancelCmd                                                              
    000099b7  RF_flushCmd                                                               
    0000955f  RF_getCmdOp                                                               
    00005da1  RF_getCurrentTime                                                         
    000067b1  RF_getInfo                                                                
    00007119  RF_getRssi                                                                
    00004115  RF_open                                                                   
    00005005  RF_pendCmd                                                                
    00002689  RF_postCmd                                                                
    000073fd  RF_runCmd                                                                 
    00008e75  RF_runDirectCmd                                                           
    00008e91  RF_runImmediateCmd                                                        
    00009665  RegisterAssertCback                                                       
    00006e05  ResetISR                                                                  
    10016b79  RoundKey_Sw                                                               
    10015101  SAVEPOINT                                                                 
    20004f68  SCAL                                                                      
    100150e5  SCALARMUL                                                                 
    10014ced  SCALARMUL_core                                                            
    10015019  SCALARMUL_final                                                           
    10014c05  SCALARMUL_init                                                            
    10015a51  SETOPERAND                                                                
    10015a91  SETWORD                                                                   
    10018089  SHA256_final                                                              
    10018129  SHA256_full                                                               
    10017ffd  SHA256_init                                                               
    10017ef1  SHA256_nextState                                                          
    10018019  SHA256_process                                                            
    10017e75  SHA256_round                                                              
    10017f49  SHA256_saveBuffer                                                         
    10017e39  SHA256_updateW                                                            
    UNDEFED   SHT$$INIT_ARRAY$$Base                                                     
    UNDEFED   SHT$$INIT_ARRAY$$Limit                                                    
    00006311  SPICC26XXDMA_close                                                        
    00003cf5  SPICC26XXDMA_control                                                      
    00009e30  SPICC26XXDMA_fxnTable                                                     
    00009773  SPICC26XXDMA_init                                                         
    00002df1  SPICC26XXDMA_open                                                         
    00004299  SPICC26XXDMA_transfer                                                     
    000036a9  SPICC26XXDMA_transferCancel                                               
    000094c1  SPI_Params_init                                                           
    00009989  SPI_close                                                                 
    0000a0a8  SPI_config                                                                
    0000a0f0  SPI_defaultParams                                                         
    00007ecd  SPI_open                                                                  
    00009993  SPI_transfer                                                              
    10015821  SQUAREMULTIPLYWORD                                                        
    10017895  SSP_CCM_Auth_Encrypt_Sw                                                   
    10017365  SSP_CCM_Auth_Sw                                                           
    1001767d  SSP_CCM_Decrypt_Sw                                                        
    100174fd  SSP_CCM_Encrypt_Sw                                                        
    100178f5  SSP_CCM_InvAuth_Decrypt_Sw                                                
    10017839  SSP_CCM_InvAuth_Sw                                                        
    10017771  SSP_CTR_Decrypt_Sw                                                        
    100175ed  SSP_CTR_Encrypt_Sw                                                        
    00008749  SafeHapiVoid                                                              
    10017164  Sbox                                                                      
    10015215  SelectReg                                                                 
    10016c45  ShiftRows_Sw                                                              
    00007475  SimpleBLEPeripheral_createTask                                            
    00006b91  SimpleBLEPeripheral_processOadWriteCB                                     
    000087c1  SimpleProfile_AddService                                                  
    00006d7d  SimpleProfile_GetParameter                                                
    000094e9  SimpleProfile_RegisterAppCBs                                              
    00006dc1  SimpleProfile_SetParameter                                                
    20004f88  TMP1                                                                      
    20004f8c  TMP2                                                                      
    20004f90  TMP3                                                                      
    20004f94  TMP4                                                                      
    20004f98  TMP5                                                                      
    20004f9c  TMP6                                                                      
    0000a22c  TRNGCC26XXHWAttrs                                                         
    0000a1d8  TRNGCC26XX_config                                                         
    00005089  TRNGCC26XX_getNumber                                                      
    000087e9  TRNGCC26XX_init                                                           
    00008537  TRNGCC26XX_isParamValid                                                   
    00008ead  TRNGCC26XX_open                                                           
    00007811  UDMACC26XX_close                                                          
    0000a1e8  UDMACC26XX_config                                                         
    0000999d  UDMACC26XX_hwiIntFxn                                                      
    000060e9  UDMACC26XX_open                                                           
    00006bd9  Util_constructClock                                                       
    00009781  Util_constructQueue                                                       
    00008fbb  Util_dequeueMsg                                                           
    00008561  Util_enqueueMsg                                                           
    00009675  Util_isActive                                                             
    000076f9  Util_restartClock                                                         
    000098e9  Util_startClock                                                           
    00009a8b  Util_stopClock                                                            
    10015a85  ZERO                                                                      
    00000000  __ASM__                                                                   
    00000092  __ISA__                                                                   
    000000a4  __PLAT__                                                                  
    20004318  __STACK_END                                                               
    00000200  __STACK_SIZE                                                              
    20004318  __STACK_TOP                                                               
    000000cb  __TARG__                                                                  
    0000a8c8  __TI_CINIT_Base                                                           
    0000a948  __TI_CINIT_Limit                                                          
    0000a830  __TI_Handler_Table_Base                                                   
    0000a83c  __TI_Handler_Table_Limit                                                  
    00004751  __TI_auto_init                                                            
    200013e8  __TI_cleanup_ptr                                                          
    0000978f  __TI_decompress_none                                                      
    00009a0d  __TI_decompress_rle24                                                     
    200013ec  __TI_dtors_ptr                                                            
    0000a260  __TI_static_base__                                                        
    000098f5  __TI_zero_init                                                            
    000000f0  __TRDR__                                                                  
    0000636b  __aeabi_idiv0                                                             
    00009325  __aeabi_lmul                                                              
    00005289  __aeabi_memclr                                                            
    00005289  __aeabi_memclr4                                                           
    00005289  __aeabi_memclr8                                                           
    0000492d  __aeabi_memcpy                                                            
    0000492d  __aeabi_memcpy4                                                           
    0000492d  __aeabi_memcpy8                                                           
    0000528b  __aeabi_memset                                                            
    0000528b  __aeabi_memset4                                                           
    0000528b  __aeabi_memset8                                                           
    00007199  __aeabi_uidiv                                                             
    00007199  __aeabi_uidivmod                                                          
    00001f2d  __aeabi_uldivmod                                                          
    ffffffff  __binit__                                                                 
    ffffffff  __c_args__                                                                
    000005ec  __ccfg                                                                    
    10019ffe  __checksum_CommonROM                                                      
    10014c00  __checksum_begin_CommonROM                                                
    10019ffd  __checksum_end_CommonROM                                                  
    0000e0ea  __checksum_value_CommonROM                                                
    10018ced  __exit                                                                    
    20004118  __stack                                                                   
    00009a01  __xdc__init                                                               
    200010d0  __xdc__init__addr                                                         
    0000930d  _args_main                                                                
    00006e05  _c_int00                                                                  
    00001000  _imgHdr                                                                   
    200013e0  _lock                                                                     
    000094fd  _nop                                                                      
    00009505  _register_lock                                                            
    000094ff  _register_unlock                                                          
    200013e4  _unlock                                                                   
    00006e91  abort                                                                     
    200013f8  appAssertCback                                                            
    0000a046  appearanceUUID                                                            
    20004fdc  aux64                                                                     
    ffffffff  binit                                                                     
    0000a042  charAggFormatUUID                                                         
    0000a038  charExtPropsUUID                                                          
    0000a040  charFormatUUID                                                            
    0000a03a  charUserDescUUID                                                          
    0000a02e  characterUUID                                                             
    0000a03c  clientCharCfgUUID                                                         
    00006a69  copy_in                                                                   
    0000a160  devInfo11073CertUUID                                                      
    0000a194  devInfoCBs                                                                
    0000a158  devInfoFirmwareRevUUID                                                    
    0000a15a  devInfoHardwareRevUUID                                                    
    0000a15e  devInfoMfrNameUUID                                                        
    0000a154  devInfoModelNumberUUID                                                    
    0000a162  devInfoPnpIdUUID                                                          
    0000a156  devInfoSerialNumberUUID                                                   
    0000a150  devInfoServUUID                                                           
    0000a15c  devInfoSoftwareRevUUID                                                    
    0000a152  devInfoSystemIdUUID                                                       
    0000a044  deviceNameUUID                                                            
    200004cc  dispHandle                                                                
    000093f5  driverTable_fnSpinlock                                                    
    20002061  driverlib_release_0_47020                                                 
    10017dbd  eccRom_genKeys                                                            
    10017ded  eccRom_genSharedSecret                                                    
    20004fa0  eccRom_param_Gx                                                           
    20004fa4  eccRom_param_Gy                                                           
    20004f50  eccRom_param_a                                                            
    20004fa8  eccRom_param_b                                                            
    20004f48  eccRom_param_p                                                            
    20004f4c  eccRom_param_r                                                            
    20004f40  eccRom_windowSize                                                         
    20004f44  eccRom_workzone                                                           
    00006e99  exit                                                                      
    0000a052  extReportRefUUID                                                          
    20004fcc  fwInfoCmd                                                                 
    2000025c  gapRoleTask                                                               
    200002ac  gapRoleTaskStack                                                          
    000092f5  gapRole_clockHandler                                                      
    0000a030  gapServiceUUID                                                            
    0000a032  gattServiceUUID                                                           
    00008965  getImageFlag                                                              
    20004118  heapEnd                                                                   
    20002062  heapStart                                                                 
    20004f58  inPointX                                                                  
    20004f5c  inPointY                                                                  
    20004f54  inScalar                                                                  
    0000a036  includeUUID                                                               
    200013cc  lastAppOpcodeSent                                                         
    20000148  linkDBNumConns                                                            
    00007b21  linkDB_GetInfo                                                            
    00007731  linkDB_NumActive                                                          
    00007769  linkDB_NumConns                                                           
    10016551  mADD                                                                      
    10015bd5  mINVK                                                                     
    10015f81  mMULT                                                                     
    10016749  mOUT                                                                      
    10015a9d  mSET                                                                      
    1001664d  mSUB                                                                      
    00005e01  main                                                                      
    200013fc  main_func_sp                                                              
    10018949  mbCmdAckIsr                                                               
    1001895d  mbCpe0Isr                                                                 
    10018985  mbCpe1Isr                                                                 
    100189e5  mbHwIsr                                                                   
    00008aa5  memcmp                                                                    
    0000492d  memcpy                                                                    
    00005291  memset                                                                    
    00009e8c  oadCBs                                                                    
    00008f01  openTRNG                                                                  
    00007b55  osal_snv_read                                                             
    00007b89  osal_snv_write                                                            
    20004f60  outPointX                                                                 
    20004f64  outPointY                                                                 
    20004ffc  pSspAesEncrypt_Sw                                                         
    0000a04c  periConnParamUUID                                                         
    0000a048  periPrivacyFlagUUID                                                       
    200013d0  pfnBMAlloc                                                                
    200013d4  pfnBMFree                                                                 
    0000a02c  primaryServiceUUID                                                        
    20004fac  ratChanInfo                                                               
    0000a04a  reconnectAddrUUID                                                         
    0000a054  reportRefUUID                                                             
    00009ed8  resourceDB                                                                
    00009f24  rfDriverTable                                                             
    200011d4  rfRegTbl                                                                  
    00007f8d  saveImageInfo                                                             
    20000570  sbpTask                                                                   
    200005c0  sbpTaskStack                                                              
    0000a034  secondaryServiceUUID                                                      
    0000a03e  servCharCfgUUID                                                           
    0000a04e  serviceChangedUUID                                                        
    0000a1a8  simpleProfileCBs                                                          
    0000a1f8  simpleProfileServUUID                                                     
    0000a1fa  simpleProfilechar1UUID                                                    
    0000a1fc  simpleProfilechar2UUID                                                    
    0000a1fe  simpleProfilechar3UUID                                                    
    0000a200  simpleProfilechar4UUID                                                    
    0000a202  simpleProfilechar5UUID                                                    
    00009ff4  spiCC26XXDMAHWAttrs                                                       
    20001c90  spiCC26XXDMAObjects                                                       
    10016d29  sspAesDecrypt_Sw                                                          
    10016af5  sspAesEncryptBasic_Sw                                                     
    10016a99  sspAesEncryptKeyExp_Sw                                                    
    10016979  sspAesEncrypt_Sw                                                          
    10016985  sspKeyExpansion_Sw                                                        
    10016975  ssp_KeyInit_Sw                                                            
    00009511  strlen                                                                    
    200001a4  ti_sysbios_BIOS_Module__state__V                                          
    1001bc29  ti_sysbios_BIOS_RtsGateProxy_Handle__label__S                             
    UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Handle__label__S__mangled__                  
    1001bab9  ti_sysbios_BIOS_RtsGateProxy_Object__delete__S                            
    UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Object__delete__S__mangled__                 
    1001c179  ti_sysbios_BIOS_RtsGateProxy_Params__init__S                              
    UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Params__init__S__mangled__                   
    1001c249  ti_sysbios_BIOS_RtsGateProxy_enter__E                                     
    1001c24d  ti_sysbios_BIOS_RtsGateProxy_leave__E                                     
    1001c275  ti_sysbios_BIOS_RtsGateProxy_query__E                                     
    UNDEFED   ti_sysbios_BIOS_RtsGateProxy_query__E__mangled__                          
    00007fbd  ti_sysbios_BIOS_atExitFunc__I                                             
    0000940b  ti_sysbios_BIOS_exitFunc__I                                               
    1001c035  ti_sysbios_BIOS_exit__E                                                   
    1001bff9  ti_sysbios_BIOS_getCpuFreq__E                                             
    00009919  ti_sysbios_BIOS_getThreadType__E                                          
    0000666f  ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E                         
    00006aff  ti_sysbios_BIOS_nullFunc__I                                               
    000089d1  ti_sysbios_BIOS_registerRTSLock__I                                        
    000089f5  ti_sysbios_BIOS_removeRTSLock__I                                          
    00008c49  ti_sysbios_BIOS_rtsLock__I                                                
    00009355  ti_sysbios_BIOS_rtsUnlock__I                                              
    1001c045  ti_sysbios_BIOS_setThreadType__E                                          
    00007fed  ti_sysbios_BIOS_startFunc__I                                              
    1001c055  ti_sysbios_BIOS_start__E                                                  
    00004561  ti_sysbios_family_arm_cc26xx_Boot_trimDevice                              
    00000502  ti_sysbios_family_arm_cc26xx_Timer_Module__id__C                          
    20001004  ti_sysbios_family_arm_cc26xx_Timer_Module__root__V                        
    1001bb49  ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__S                 
    200001e4  ti_sysbios_family_arm_cc26xx_Timer_Module__state__V                       
    1001ba71  ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E                      
    20001278  ti_sysbios_family_arm_cc26xx_Timer_Object__table__V                       
    00008f1d  ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E                         
    00009a97  ti_sysbios_family_arm_cc26xx_Timer_getCount64__E                          
    000077d9  ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E                      
    1001c251  ti_sysbios_family_arm_cc26xx_Timer_getExpiredTicks__E                     
    00008861  ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E                         
    1001c255  ti_sysbios_family_arm_cc26xx_Timer_getPeriod__E                           
    0000801d  ti_sysbios_family_arm_cc26xx_Timer_initDevice__I                          
    1001a469  ti_sysbios_family_arm_cc26xx_Timer_periodicStub__E                        
    1001b769  ti_sysbios_family_arm_cc26xx_Timer_postInit__I                            
    00007ceb  ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E                         
    1001c259  ti_sysbios_family_arm_cc26xx_Timer_setPeriod__E                           
    0000804d  ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I                        
    00005c1d  ti_sysbios_family_arm_cc26xx_Timer_start__E                               
    00000484  ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C                       
    1001b795  ti_sysbios_family_arm_cc26xx_Timer_startup__E                             
    200001ec  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V           
    1001bb69  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E          
    000097ff  ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E                   
    1001b9d1  ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E                   
    1001c12f  ti_sysbios_family_arm_cc26xx_TimestampProvider_getFreq__E                 
    00000504  ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C           
    00000488  ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C                          
    0000048c  ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C                        
    1001aed1  ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E                         
    1001a3c9  ti_sysbios_family_arm_m3_Hwi_Instance_init__E                             
    2000102c  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A                  
    20001030  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A                 
    20001034  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A                   
    00000506  ti_sysbios_family_arm_m3_Hwi_Module__id__C                                
    2000100c  ti_sysbios_family_arm_m3_Hwi_Module__root__V                              
    1001bb89  ti_sysbios_family_arm_m3_Hwi_Module__startupDone__S                       
    20000144  ti_sysbios_family_arm_m3_Hwi_Module__state__V                             
    1001b1c1  ti_sysbios_family_arm_m3_Hwi_Module_startup__E                            
    00000490  ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C                            
    000002d0  ti_sysbios_family_arm_m3_Hwi_Object__DESC__C                              
    00000170  ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C                            
    00000494  ti_sysbios_family_arm_m3_Hwi_Object__count__C                             
    1001aab1  ti_sysbios_family_arm_m3_Hwi_Object__create__S                            
    1001bba9  ti_sysbios_family_arm_m3_Hwi_Object__delete__S                            
    1001be69  ti_sysbios_family_arm_m3_Hwi_Object__destruct__S                          
    1001b7c1  ti_sysbios_family_arm_m3_Hwi_Object__get__S                               
    00000498  ti_sysbios_family_arm_m3_Hwi_Object__table__C                             
    20001014  ti_sysbios_family_arm_m3_Hwi_Object__table__V                             
    1001c13d  ti_sysbios_family_arm_m3_Hwi_Params__init__S                              
    00008a19  ti_sysbios_family_arm_m3_Hwi_cc26xxRomInitNVIC__I                         
    0000049c  ti_sysbios_family_arm_m3_Hwi_ccr__C                                       
    1001af29  ti_sysbios_family_arm_m3_Hwi_construct                                    
    1001ab15  ti_sysbios_family_arm_m3_Hwi_create                                       
    1001c25d  ti_sysbios_family_arm_m3_Hwi_delete                                       
    1001c261  ti_sysbios_family_arm_m3_Hwi_destruct                                     
    1001c149  ti_sysbios_family_arm_m3_Hwi_disableFxn__E                                
    1001b299  ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E                          
    1001aa49  ti_sysbios_family_arm_m3_Hwi_dispatchC__I                                 
    20001f58  ti_sysbios_family_arm_m3_Hwi_dispatchTable                                
    1001c89d  ti_sysbios_family_arm_m3_Hwi_dispatch__I                                  
    1001c1fb  ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I                              
    1001c213  ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I                             
    1001c155  ti_sysbios_family_arm_m3_Hwi_enableFxn__E                                 
    1001b2dd  ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E                           
    1001ca01  ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I                             
    000004a0  ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C                            
    1001bbc9  ti_sysbios_family_arm_m3_Hwi_excHandler__I                                
    1001b465  ti_sysbios_family_arm_m3_Hwi_getStackInfo__E                              
    1001a699  ti_sysbios_family_arm_m3_Hwi_initNVIC__E                                  
    1001c9b9  ti_sysbios_family_arm_m3_Hwi_initStacks__E                                
    000004a4  ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C                               
    000004a8  ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C                       
    e000e000  ti_sysbios_family_arm_m3_Hwi_nvic                                         
    1001ca3f  ti_sysbios_family_arm_m3_Hwi_pendSV__I                                    
    1001c065  ti_sysbios_family_arm_m3_Hwi_plug__E                                      
    1001a319  ti_sysbios_family_arm_m3_Hwi_postInit__I                                  
    000096a5  ti_sysbios_family_arm_m3_Hwi_post__E                                      
    000004ac  ti_sysbios_family_arm_m3_Hwi_priGroup__C                                  
    20000000  ti_sysbios_family_arm_m3_Hwi_ramVectors                                   
    00001010  ti_sysbios_family_arm_m3_Hwi_resetVectors                                 
    1001c219  ti_sysbios_family_arm_m3_Hwi_restoreFxn__E                                
    1001ca57  ti_sysbios_family_arm_m3_Hwi_return                                       
    00009a6d  ti_sysbios_family_arm_m3_Hwi_setFunc__E                                   
    1001be85  ti_sysbios_family_arm_m3_Hwi_setPriority__E                               
    1001c203  ti_sysbios_family_arm_m3_Hwi_startup__E                                   
    1001c00d  ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E                       
    1001c265  ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S               
    1001c96d  ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack                       
    1001c161  ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E                 
    1001ca59  ti_sysbios_family_arm_m3_TaskSupport_glue                                 
    000004b0  ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C                    
    1001b49d  ti_sysbios_family_arm_m3_TaskSupport_start__E                             
    1001ca69  ti_sysbios_family_arm_m3_TaskSupport_swap__E                              
    1001ca21  ti_sysbios_family_xxx_Hwi_switchAndRunFunc                                
    1001bbe9  ti_sysbios_gates_GateHwi_Handle__label__S                                 
    1001b463  ti_sysbios_gates_GateHwi_Instance_init__E                                 
    0000021c  ti_sysbios_gates_GateHwi_Module__FXNS__C                                  
    00000508  ti_sysbios_gates_GateHwi_Module__id__C                                    
    20001038  ti_sysbios_gates_GateHwi_Module__root__V                                  
    000002f0  ti_sysbios_gates_GateHwi_Object__DESC__C                                  
    00000430  ti_sysbios_gates_GateHwi_Object__PARAMS__C                                
    1001ba95  ti_sysbios_gates_GateHwi_Object__create__S                                
    1001bc09  ti_sysbios_gates_GateHwi_Object__delete__S                                
    20001040  ti_sysbios_gates_GateHwi_Object__table__V                                 
    1001c16d  ti_sysbios_gates_GateHwi_enter__E                                         
    1001c21f  ti_sysbios_gates_GateHwi_leave__E                                         
    1001c269  ti_sysbios_gates_GateHwi_query__E                                         
    1001bc29  ti_sysbios_gates_GateMutex_Handle__label__S                               
    000005cc  ti_sysbios_gates_GateMutex_Instance_State_sem__O                          
    1001c075  ti_sysbios_gates_GateMutex_Instance_finalize__E                           
    1001bea1  ti_sysbios_gates_GateMutex_Instance_init__E                               
    00000240  ti_sysbios_gates_GateMutex_Module__FXNS__C                                
    0000050a  ti_sysbios_gates_GateMutex_Module__id__C                                  
    20001044  ti_sysbios_gates_GateMutex_Module__root__V                                
    00000310  ti_sysbios_gates_GateMutex_Object__DESC__C                                
    00000448  ti_sysbios_gates_GateMutex_Object__PARAMS__C                              
    1001b649  ti_sysbios_gates_GateMutex_Object__create__S                              
    1001bab9  ti_sysbios_gates_GateMutex_Object__delete__S                              
    1001bc49  ti_sysbios_gates_GateMutex_Object__destruct__S                            
    200012c0  ti_sysbios_gates_GateMutex_Object__table__V                               
    1001c179  ti_sysbios_gates_GateMutex_Params__init__S                                
    1001b7ed  ti_sysbios_gates_GateMutex_construct                                      
    1001b679  ti_sysbios_gates_GateMutex_create                                         
    1001c26d  ti_sysbios_gates_GateMutex_delete                                         
    1001c271  ti_sysbios_gates_GateMutex_destruct                                       
    1001b6a9  ti_sysbios_gates_GateMutex_enter__E                                       
    1001bf9d  ti_sysbios_gates_GateMutex_leave__E                                       
    1001c275  ti_sysbios_gates_GateMutex_query__E                                       
    1001c279  ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S                        
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S__mangled__             
    1001c085  ti_sysbios_hal_Hwi_HwiProxy_Object__create__S                             
    1001bba9  ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S                             
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S__mangled__                  
    1001c13d  ti_sysbios_hal_Hwi_HwiProxy_Params__init__S                               
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Params__init__S__mangled__                    
    1001be49  ti_sysbios_hal_Hwi_HwiProxy_create                                        
    1001c27d  ti_sysbios_hal_Hwi_HwiProxy_delete                                        
    1001c281  ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E                           
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E__mangled__                
    1001c285  ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E                            
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E__mangled__                 
    1001c289  ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E                               
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E__mangled__                    
    000096a5  ti_sysbios_hal_Hwi_HwiProxy_post__E                                       
    1001c28d  ti_sysbios_hal_Hwi_HwiProxy_startup__E                                    
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_startup__E__mangled__                         
    1001c291  ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E                        
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E__mangled__             
    1001c1f1  ti_sysbios_hal_Hwi_Instance_finalize__E                                   
    1001b9f9  ti_sysbios_hal_Hwi_Instance_init__E                                       
    2000104c  ti_sysbios_hal_Hwi_Module__root__V                                        
    1001c021  ti_sysbios_hal_Hwi_Module_startup__E                                      
    00000330  ti_sysbios_hal_Hwi_Object__DESC__C                                        
    000001a0  ti_sysbios_hal_Hwi_Object__PARAMS__C                                      
    1001bc69  ti_sysbios_hal_Hwi_Object__delete__S                                      
    00009925  ti_sysbios_hal_Hwi_Params__init__S                                        
    1001ab79  ti_sysbios_hal_Hwi_create                                                 
    1001c295  ti_sysbios_hal_Hwi_delete                                                 
    1001c281  ti_sysbios_hal_Hwi_disableInterrupt__E                                    
    UNDEFED   ti_sysbios_hal_Hwi_disableInterrupt__E                                    
    1001c285  ti_sysbios_hal_Hwi_enableInterrupt__E                                     
    UNDEFED   ti_sysbios_hal_Hwi_enableInterrupt__E                                     
    1001c289  ti_sysbios_hal_Hwi_getStackInfo__E                                        
    UNDEFED   ti_sysbios_hal_Hwi_getStackInfo__E                                        
    1001b819  ti_sysbios_hal_Hwi_initStack                                              
    000096a5  ti_sysbios_hal_Hwi_post__E                                                
    1001c28d  ti_sysbios_hal_Hwi_startup__E                                             
    UNDEFED   ti_sysbios_hal_Hwi_startup__E                                             
    1001c299  ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
    UNDEFED   ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
    000004b4  ti_sysbios_heaps_HeapMem_E_memory__C                                      
    1001bc89  ti_sysbios_heaps_HeapMem_Handle__label__S                                 
    1001b4d5  ti_sysbios_heaps_HeapMem_Instance_init__E                                 
    1001bc29  ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S                
    UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S__mangled__     
    1001bab9  ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__delete__S               
    UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__delete__S__mangled__    
    1001c179  ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S                 
    UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S__mangled__      
    1001c29d  ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E                        
    1001c2a1  ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E                        
    1001c275  ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E                        
    UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E__mangled__             
    000001cc  ti_sysbios_heaps_HeapMem_Module__FXNS__C                                  
    000004b8  ti_sysbios_heaps_HeapMem_Module__gateObj__C                               
    0000050c  ti_sysbios_heaps_HeapMem_Module__id__C                                    
    20001054  ti_sysbios_heaps_HeapMem_Module__root__V                                  
    00000350  ti_sysbios_heaps_HeapMem_Object__DESC__C                                  
    00000264  ti_sysbios_heaps_HeapMem_Object__PARAMS__C                                
    000004bc  ti_sysbios_heaps_HeapMem_Object__count__C                                 
    1001b845  ti_sysbios_heaps_HeapMem_Object__create__S                                
    1001bca9  ti_sysbios_heaps_HeapMem_Object__delete__S                                
    1001b871  ti_sysbios_heaps_HeapMem_Object__get__S                                   
    000004c0  ti_sysbios_heaps_HeapMem_Object__table__C                                 
    1001a199  ti_sysbios_heaps_HeapMem_alloc__E                                         
    1001a795  ti_sysbios_heaps_HeapMem_free__E                                          
    1001b209  ti_sysbios_heaps_HeapMem_getStats__E                                      
    1001b545  ti_sysbios_heaps_HeapMem_init__I                                          
    1001c2a5  ti_sysbios_heaps_HeapMem_isBlocking__E                                    
    000004c4  ti_sysbios_heaps_HeapMem_reqAlign__C                                      
    1001c105  ti_sysbios_heaps_HeapMem_restore__E                                       
    1001bfcd  ti_sysbios_knl_Clock_Instance_finalize__E                                 
    1001b50d  ti_sysbios_knl_Clock_Instance_init__E                                     
    000005d0  ti_sysbios_knl_Clock_Module_State_clockQ__O                               
    2000105c  ti_sysbios_knl_Clock_Module__root__V                                      
    20000178  ti_sysbios_knl_Clock_Module__state__V                                     
    1001bcc9  ti_sysbios_knl_Clock_Module_startup__E                                    
    00000370  ti_sysbios_knl_Clock_Object__DESC__C                                      
    00000288  ti_sysbios_knl_Clock_Object__PARAMS__C                                    
    1001badd  ti_sysbios_knl_Clock_Object__delete__S                                    
    1001bce9  ti_sysbios_knl_Clock_Object__destruct__S                                  
    20001064  ti_sysbios_knl_Clock_Object__table__V                                     
    1001c185  ti_sysbios_knl_Clock_Params__init__S                                      
    1001c2a9  ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S                    
    UNDEFED   ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S__mangled__         
    1001c095  ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E                         
    1001c2ad  ti_sysbios_knl_Clock_TimerProxy_getExpiredTicks__E                        
    1001c0a5  ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E                            
    1001c2b1  ti_sysbios_knl_Clock_TimerProxy_getPeriod__E                              
    1001c0b5  ti_sysbios_knl_Clock_TimerProxy_setNextTick__E                            
    1001b795  ti_sysbios_knl_Clock_TimerProxy_startup__E                                
    UNDEFED   ti_sysbios_knl_Clock_TimerProxy_startup__E__mangled__                     
    1001ba21  ti_sysbios_knl_Clock_addI__E                                              
    1001b579  ti_sysbios_knl_Clock_construct                                            
    1001b3ed  ti_sysbios_knl_Clock_create                                               
    1001c2b5  ti_sysbios_knl_Clock_delete                                               
    1001c2b9  ti_sysbios_knl_Clock_destruct                                             
    00009539  ti_sysbios_knl_Clock_doTick__I                                            
    000084e1  ti_sysbios_knl_Clock_getTicksUntilInterrupt__E                            
    1001b6d9  ti_sysbios_knl_Clock_getTicks__E                                          
    1001c191  ti_sysbios_knl_Clock_getTimerHandle__E                                    
    00009a9b  ti_sysbios_knl_Clock_isActive__E                                          
    1001be67  ti_sysbios_knl_Clock_logTick__E                                           
    1001c2bd  ti_sysbios_knl_Clock_removeI__E                                           
    1001bebd  ti_sysbios_knl_Clock_scheduleNextTick__E                                  
    000004c8  ti_sysbios_knl_Clock_serviceMargin__C                                     
    1001c2c1  ti_sysbios_knl_Clock_setTimeout__E                                        
    1001a719  ti_sysbios_knl_Clock_startI__E                                            
    1001bfe3  ti_sysbios_knl_Clock_start__E                                             
    00008c69  ti_sysbios_knl_Clock_stop__E                                              
    00000510  ti_sysbios_knl_Clock_tickMode__C                                          
    0000a234  ti_sysbios_knl_Clock_tickPeriod__C                                        
    0000a238  ti_sysbios_knl_Clock_triggerClock__C                                      
    00006f57  ti_sysbios_knl_Clock_triggerFunc__I                                       
    1001a80d  ti_sysbios_knl_Clock_walkQueueDynamic__E                                  
    00004b95  ti_sysbios_knl_Clock_workFuncDynamic__E                                   
    1001a885  ti_sysbios_knl_Clock_workFunc__E                                          
    20001084  ti_sysbios_knl_Event_Module__root__V                                      
    0000a23c  ti_sysbios_knl_Idle_funcList__A                                           
    00000478  ti_sysbios_knl_Idle_funcList__C                                           
    1001c20b  ti_sysbios_knl_Idle_loop__E                                               
    1001bd09  ti_sysbios_knl_Idle_run__E                                                
    000005d4  ti_sysbios_knl_Mailbox_Instance_State_dataQue__O                          
    000005d8  ti_sysbios_knl_Mailbox_Instance_State_dataSem__O                          
    000005dc  ti_sysbios_knl_Mailbox_Instance_State_freeQue__O                          
    000005e0  ti_sysbios_knl_Mailbox_Instance_State_freeSem__O                          
    1001a9dd  ti_sysbios_knl_Mailbox_Instance_finalize__E                               
    1001a001  ti_sysbios_knl_Mailbox_Instance_init__E                                   
    2000108c  ti_sysbios_knl_Mailbox_Module__root__V                                    
    1001b251  ti_sysbios_knl_Mailbox_Module_startup__E                                  
    00000390  ti_sysbios_knl_Mailbox_Object__DESC__C                                    
    0000013c  ti_sysbios_knl_Mailbox_Object__PARAMS__C                                  
    000004cc  ti_sysbios_knl_Mailbox_Object__count__C                                   
    1001bd29  ti_sysbios_knl_Mailbox_Object__delete__S                                  
    1001bed9  ti_sysbios_knl_Mailbox_Object__destruct__S                                
    1001b89d  ti_sysbios_knl_Mailbox_Object__get__S                                     
    000004d0  ti_sysbios_knl_Mailbox_Object__table__C                                   
    1001c19d  ti_sysbios_knl_Mailbox_Params__init__S                                    
    1001af81  ti_sysbios_knl_Mailbox_construct                                          
    1001abdd  ti_sysbios_knl_Mailbox_create                                             
    1001c2c5  ti_sysbios_knl_Mailbox_delete                                             
    1001c2c9  ti_sysbios_knl_Mailbox_destruct                                           
    1001a8fd  ti_sysbios_knl_Mailbox_pend__E                                            
    1001b8c9  ti_sysbios_knl_Mailbox_postInit__I                                        
    1001a591  ti_sysbios_knl_Mailbox_post__E                                            
    1001c22b  ti_sysbios_knl_Queue_Instance_init__E                                     
    20001094  ti_sysbios_knl_Queue_Module__root__V                                      
    000003b0  ti_sysbios_knl_Queue_Object__DESC__C                                      
    00000460  ti_sysbios_knl_Queue_Object__PARAMS__C                                    
    000004d4  ti_sysbios_knl_Queue_Object__count__C                                     
    1001bd49  ti_sysbios_knl_Queue_Object__delete__S                                    
    1001bef5  ti_sysbios_knl_Queue_Object__destruct__S                                  
    1001bd69  ti_sysbios_knl_Queue_Object__get__S                                       
    000004d8  ti_sysbios_knl_Queue_Object__table__C                                     
    1001b8f5  ti_sysbios_knl_Queue_construct                                            
    1001b921  ti_sysbios_knl_Queue_create                                               
    1001c2cd  ti_sysbios_knl_Queue_delete                                               
    1001c1a9  ti_sysbios_knl_Queue_dequeue__E                                           
    1001c2d1  ti_sysbios_knl_Queue_destruct                                             
    1001c231  ti_sysbios_knl_Queue_elemClear__E                                         
    1001c113  ti_sysbios_knl_Queue_empty__E                                             
    1001c1b5  ti_sysbios_knl_Queue_enqueue__E                                           
    1001bf11  ti_sysbios_knl_Queue_get__E                                               
    1001c2d5  ti_sysbios_knl_Queue_head__E                                              
    1001c2d9  ti_sysbios_knl_Queue_next__E                                              
    1001bf2d  ti_sysbios_knl_Queue_put__E                                               
    1001c121  ti_sysbios_knl_Queue_remove__E                                            
    000005e4  ti_sysbios_knl_Semaphore_Instance_State_pendQ__O                          
    1001c0c5  ti_sysbios_knl_Semaphore_Instance_finalize__E                             
    1001bb01  ti_sysbios_knl_Semaphore_Instance_init__E                                 
    2000109c  ti_sysbios_knl_Semaphore_Module__root__V                                  
    000003d0  ti_sysbios_knl_Semaphore_Object__DESC__C                                  
    000002ac  ti_sysbios_knl_Semaphore_Object__PARAMS__C                                
    1001bb25  ti_sysbios_knl_Semaphore_Object__delete__S                                
    1001bd89  ti_sysbios_knl_Semaphore_Object__destruct__S                              
    1001c1c1  ti_sysbios_knl_Semaphore_Params__init__S                                  
    1001b709  ti_sysbios_knl_Semaphore_construct                                        
    1001b5ad  ti_sysbios_knl_Semaphore_create                                           
    1001c2dd  ti_sysbios_knl_Semaphore_delete                                           
    1001c2e1  ti_sysbios_knl_Semaphore_destruct                                         
    1001b94d  ti_sysbios_knl_Semaphore_pendTimeout__I                                   
    1001a0cd  ti_sysbios_knl_Semaphore_pend__E                                          
    1001ac41  ti_sysbios_knl_Semaphore_post__E                                          
    1001bf9b  ti_sysbios_knl_Swi_Instance_finalize__E                                   
    1001aca5  ti_sysbios_knl_Swi_Instance_init__E                                       
    200012f8  ti_sysbios_knl_Swi_Module_State_0_readyQ__A                               
    200010a4  ti_sysbios_knl_Swi_Module__root__V                                        
    200001c8  ti_sysbios_knl_Swi_Module__state__V                                       
    1001c237  ti_sysbios_knl_Swi_Module_startup__E                                      
    000003f0  ti_sysbios_knl_Swi_Object__DESC__C                                        
    000001f4  ti_sysbios_knl_Swi_Object__PARAMS__C                                      
    000004dc  ti_sysbios_knl_Swi_Object__count__C                                       
    1001bda9  ti_sysbios_knl_Swi_Object__delete__S                                      
    1001bf49  ti_sysbios_knl_Swi_Object__destruct__S                                    
    1001b979  ti_sysbios_knl_Swi_Object__get__S                                         
    000004e0  ti_sysbios_knl_Swi_Object__table__C                                       
    20001328  ti_sysbios_knl_Swi_Object__table__V                                       
    1001c1cd  ti_sysbios_knl_Swi_Params__init__S                                        
    1001b085  ti_sysbios_knl_Swi_construct                                              
    1001ad05  ti_sysbios_knl_Swi_create                                                 
    1001c2e5  ti_sysbios_knl_Swi_delete                                                 
    1001c2e9  ti_sysbios_knl_Swi_destruct                                               
    1001c0d5  ti_sysbios_knl_Swi_disable__E                                             
    1001c0e5  ti_sysbios_knl_Swi_enabled__E                                             
    00009931  ti_sysbios_knl_Swi_getTrigger__E                                          
    000004e4  ti_sysbios_knl_Swi_numPriorities__C                                       
    0000936d  ti_sysbios_knl_Swi_or__E                                                  
    1001c2ed  ti_sysbios_knl_Swi_postInit__I                                            
    1001b321  ti_sysbios_knl_Swi_post__E                                                
    1001ad61  ti_sysbios_knl_Swi_restoreHwi__E                                          
    1001b5e1  ti_sysbios_knl_Swi_restore__E                                             
    1001b0d5  ti_sysbios_knl_Swi_runLoop__I                                             
    1001afd9  ti_sysbios_knl_Swi_run__I                                                 
    1001b031  ti_sysbios_knl_Swi_schedule__I                                            
    1001c23d  ti_sysbios_knl_Swi_startup__E                                             
    20001a90  ti_sysbios_knl_Task_Instance_State_0_stack__A                             
    1001a4fd  ti_sysbios_knl_Task_Instance_finalize__E                                  
    1001a25d  ti_sysbios_knl_Task_Instance_init__E                                      
    200010b4  ti_sysbios_knl_Task_Module_State_0_idleTask__A                            
    20001358  ti_sysbios_knl_Task_Module_State_0_readyQ__A                              
    000005e8  ti_sysbios_knl_Task_Module_State_inactiveQ__O                             
    200010ac  ti_sysbios_knl_Task_Module__root__V                                       
    20000100  ti_sysbios_knl_Task_Module__state__V                                      
    1001adbd  ti_sysbios_knl_Task_Module_startup__E                                     
    00000410  ti_sysbios_knl_Task_Object__DESC__C                                       
    00000100  ti_sysbios_knl_Task_Object__PARAMS__C                                     
    000004e8  ti_sysbios_knl_Task_Object__count__C                                      
    1001bdc9  ti_sysbios_knl_Task_Object__delete__S                                     
    1001bf65  ti_sysbios_knl_Task_Object__destruct__S                                   
    1001bde9  ti_sysbios_knl_Task_Object__get__S                                        
    000004ec  ti_sysbios_knl_Task_Object__table__C                                      
    2000122c  ti_sysbios_knl_Task_Object__table__V                                      
    1001c1d9  ti_sysbios_knl_Task_Params__init__S                                       
    1001c2f1  ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S                   
    UNDEFED   ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S__mangled__        
    1001c2f5  ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E                     
    UNDEFED   ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E__mangled__          
    1001c2f9  ti_sysbios_knl_Task_SupportProxy_start__E                                 
    UNDEFED   ti_sysbios_knl_Task_SupportProxy_start__E__mangled__                      
    1001c2fd  ti_sysbios_knl_Task_SupportProxy_swap__E                                  
    UNDEFED   ti_sysbios_knl_Task_SupportProxy_swap__E__mangled__                       
    000004f0  ti_sysbios_knl_Task_allBlockedFunc__C                                     
    1001b365  ti_sysbios_knl_Task_allBlockedFunction__I                                 
    1001b615  ti_sysbios_knl_Task_blockI__E                                             
    1001b125  ti_sysbios_knl_Task_construct                                             
    1001ae19  ti_sysbios_knl_Task_create                                                
    000004f4  ti_sysbios_knl_Task_defaultStackHeap__C                                   
    000004f8  ti_sysbios_knl_Task_defaultStackSize__C                                   
    1001c301  ti_sysbios_knl_Task_delete                                                
    1001c305  ti_sysbios_knl_Task_destruct                                              
    1001c0f5  ti_sysbios_knl_Task_disable__E                                            
    1001c243  ti_sysbios_knl_Task_enable__E                                             
    1001be09  ti_sysbios_knl_Task_enter__I                                              
    1001b429  ti_sysbios_knl_Task_exit__E                                               
    0000050e  ti_sysbios_knl_Task_initStackFlag__C                                      
    000004fc  ti_sysbios_knl_Task_numConstructedTasks__C                                
    1001a615  ti_sysbios_knl_Task_postInit__I                                           
    1001b739  ti_sysbios_knl_Task_processVitalTaskFlag__I                               
    1001be29  ti_sysbios_knl_Task_restoreHwi__E                                         
    1001ba49  ti_sysbios_knl_Task_restore__E                                            
    1001b175  ti_sysbios_knl_Task_schedule__I                                           
    1001c1e5  ti_sysbios_knl_Task_self__E                                               
    1001bf81  ti_sysbios_knl_Task_sleepTimeout__I                                       
    1001a96d  ti_sysbios_knl_Task_sleep__E                                              
    1001ae75  ti_sysbios_knl_Task_startCore__E                                          
    1001c309  ti_sysbios_knl_Task_startup__E                                            
    1001ca71  ti_sysbios_knl_Task_swapReturn                                            
    1001b9a5  ti_sysbios_knl_Task_unblockI__E                                           
    1001bfb5  ti_sysbios_knl_Task_unblock__E                                            
    1001b3a9  ti_sysbios_knl_Task_yield__E                                              
    00000590  ti_sysbios_rom_ROM_AONRTCChannelEnable                                    
    00000594  ti_sysbios_rom_ROM_AONRTCCompareValueSet                                  
    00000598  ti_sysbios_rom_ROM_AONRTCCurrentCompareValueGet                           
    0000059c  ti_sysbios_rom_ROM_AONRTCEventClear                                       
    000005a0  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E       
    000005a4  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E   
    000005a8  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E      
    000005ac  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I       
    000005b0  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E      
    000005b4  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I     
    000005b8  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E            
    000005bc  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    000005c0  ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I                        
    000005c4  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E               
    000005c8  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E                
    00007257  ti_sysbios_rom_cortexm_cc26xx_CC26xx_badRomRevision__E                    
    00009385  ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E                     
    1001ca9b  ti_sysbios_rom_cortexm_cc26xx_CC26xx_getRevision__E                       
    2000205c  trngCC26XXObjects                                                         
    0000a180  trngDriverTable                                                           
    0000a080  txPowerTable                                                              
    0000a178  txPwrTbl                                                                  
    0000a224  udmaHWAttrs                                                               
    20002020  udmaObjects                                                               
    20001388  user0Cfg                                                                  
    0000a050  validRangeUUID                                                            
    00000524  xdc_runtime_Assert_E_assertFailed__C                                      
    1001c5a9  xdc_runtime_Assert_raise__I                                               
    1001c6ed  xdc_runtime_Core_assignLabel__I                                           
    1001c5f1  xdc_runtime_Core_assignParams__I                                          
    1001c639  xdc_runtime_Core_constructObject__I                                       
    1001c405  xdc_runtime_Core_createObject__I                                          
    1001c4f9  xdc_runtime_Core_deleteObject__I                                          
    1001c7a1  xdc_runtime_Core_destructObject__I                                        
    00000528  xdc_runtime_Error_E_memory__C                                             
    1001c7b9  xdc_runtime_Error_check__E                                                
    1001c841  xdc_runtime_Error_init__E                                                 
    0000052c  xdc_runtime_Error_policyFxn__C                                            
    1001c487  xdc_runtime_Error_policySpin__E                                           
    0000058c  xdc_runtime_Error_policy__C                                               
    1001c769  xdc_runtime_Error_raiseX__E                                               
    1001c885  xdc_runtime_Gate_enterSystem__E                                           
    1001c879  xdc_runtime_Gate_leaveSystem__E                                           
    0000a240  xdc_runtime_HeapMin_E_freeError__C                                        
    20001408  xdc_runtime_HeapMin_Instance_State_0_buf__A                               
    0000980d  xdc_runtime_HeapMin_Instance_init__E                                      
    0000a058  xdc_runtime_HeapMin_Module__FXNS__C                                       
    0000a1c6  xdc_runtime_HeapMin_Module__id__C                                         
    200010b8  xdc_runtime_HeapMin_Module__root__V                                       
    0000a110  xdc_runtime_HeapMin_Object__DESC__C                                       
    0000a130  xdc_runtime_HeapMin_Object__PARAMS__C                                     
    0000807d  xdc_runtime_HeapMin_Object__create__S                                     
    200010c0  xdc_runtime_HeapMin_Object__table__V                                      
    000071d9  xdc_runtime_HeapMin_alloc__E                                              
    0000a258  xdc_runtime_HeapMin_freeError__C                                          
    000080ad  xdc_runtime_HeapMin_free__E                                               
    0000993d  xdc_runtime_HeapMin_getStats__E                                           
    00009a9f  xdc_runtime_HeapMin_isBlocking__E                                         
    00000530  xdc_runtime_IGateProvider_Interface__BASE__C                              
    00000534  xdc_runtime_IHeap_Interface__BASE__C                                      
    00000538  xdc_runtime_IModule_Interface__BASE__C                                    
    UNDEFED   xdc_runtime_Main_Module_GateProxy_Handle__label__S                        
    UNDEFED   xdc_runtime_Main_Module_GateProxy_Object__delete__S                       
    UNDEFED   xdc_runtime_Main_Module_GateProxy_query__E                                
    0000053c  xdc_runtime_Main_Module__diagsEnabled__C                                  
    00000540  xdc_runtime_Main_Module__diagsIncluded__C                                 
    00000544  xdc_runtime_Main_Module__diagsMask__C                                     
    00000584  xdc_runtime_Main_Module__id__C                                            
    1001bc89  xdc_runtime_Memory_HeapProxy_Handle__label__S                             
    UNDEFED   xdc_runtime_Memory_HeapProxy_Handle__label__S__mangled__                  
    1001bca9  xdc_runtime_Memory_HeapProxy_Object__delete__S                            
    UNDEFED   xdc_runtime_Memory_HeapProxy_Object__delete__S__mangled__                 
    1001c889  xdc_runtime_Memory_HeapProxy_alloc__E                                     
    1001c88d  xdc_runtime_Memory_HeapProxy_free__E                                      
    00000586  xdc_runtime_Memory_Module__id__C                                          
    20000200  xdc_runtime_Memory_Module__state__V                                       
    1001c489  xdc_runtime_Memory_alloc__E                                               
    1001c84d  xdc_runtime_Memory_calloc__E                                              
    00000548  xdc_runtime_Memory_defaultHeapInstance__C                                 
    1001c801  xdc_runtime_Memory_free__E                                                
    1001c859  xdc_runtime_Memory_getMaxDefaultTypeAlign__E                              
    1001c785  xdc_runtime_Memory_valloc__E                                              
    200013f0  xdc_runtime_Registry_Module__state__V                                     
    00008c89  xdc_runtime_Registry_findById__E                                          
    200001f0  xdc_runtime_Startup_Module__state__V                                      
    00000001  xdc_runtime_Startup__EXECFXN__C                                           
    00000001  xdc_runtime_Startup__RESETFXN__C                                          
    0000054c  xdc_runtime_Startup_execImpl__C                                           
    1001c559  xdc_runtime_Startup_exec__E                                               
    00009571  xdc_runtime_Startup_exec__I                                               
    0000a210  xdc_runtime_Startup_firstFxns__A                                          
    00000514  xdc_runtime_Startup_firstFxns__C                                          
    00006259  xdc_runtime_Startup_getState__I                                           
    0000051c  xdc_runtime_Startup_lastFxns__C                                           
    00000550  xdc_runtime_Startup_maxPasses__C                                          
    00009949  xdc_runtime_Startup_reset__I                                              
    00009955  xdc_runtime_Startup_rtsDone__E                                            
    0000a1b4  xdc_runtime_Startup_sfxnRts__A                                            
    00000554  xdc_runtime_Startup_sfxnRts__C                                            
    0000a0cc  xdc_runtime_Startup_sfxnTab__A                                            
    00000558  xdc_runtime_Startup_sfxnTab__C                                            
    0000055c  xdc_runtime_Startup_startModsFxn__C                                       
    1001c30d  xdc_runtime_Startup_startMods__I                                          
    00000560  xdc_runtime_SysCallback_abortFxn__C                                       
    1001c811  xdc_runtime_SysCallback_abort__E                                          
    00008607  xdc_runtime_SysCallback_defaultAbort                                      
    0000891b  xdc_runtime_SysCallback_defaultExit                                       
    00008ac7  xdc_runtime_SysCallback_defaultFlush                                      
    00008d3f  xdc_runtime_SysCallback_defaultPutch                                      
    00009aa3  xdc_runtime_SysCallback_defaultReady                                      
    00000564  xdc_runtime_SysCallback_exitFxn__C                                        
    1001c821  xdc_runtime_SysCallback_exit__E                                           
    0000a244  xdc_runtime_SysCallback_flushFxn__C                                       
    000096b5  xdc_runtime_SysCallback_flush__E                                          
    0000a248  xdc_runtime_SysCallback_putchFxn__C                                       
    000096c5  xdc_runtime_SysCallback_putch__E                                          
    0000a24c  xdc_runtime_SysCallback_readyFxn__C                                       
    000096d5  xdc_runtime_SysCallback_ready__E                                          
    1001bbe9  xdc_runtime_System_Module_GateProxy_Handle__label__S                      
    UNDEFED   xdc_runtime_System_Module_GateProxy_Handle__label__S__mangled__           
    1001bc09  xdc_runtime_System_Module_GateProxy_Object__delete__S                     
    UNDEFED   xdc_runtime_System_Module_GateProxy_Object__delete__S__mangled__          
    1001c891  xdc_runtime_System_Module_GateProxy_enter__E                              
    1001c895  xdc_runtime_System_Module_GateProxy_leave__E                              
    1001c269  xdc_runtime_System_Module_GateProxy_query__E                              
    UNDEFED   xdc_runtime_System_Module_GateProxy_query__E__mangled__                   
    200001f8  xdc_runtime_System_Module__state__V                                       
    1001c87f  xdc_runtime_System_Module_startup__E                                      
    UNDEFED   xdc_runtime_System_SupportProxy_abort__E                                  
    UNDEFED   xdc_runtime_System_SupportProxy_exit__E                                   
    000096b5  xdc_runtime_System_SupportProxy_flush__E                                  
    000096c5  xdc_runtime_System_SupportProxy_putch__E                                  
    000096d5  xdc_runtime_System_SupportProxy_ready__E                                  
    00000568  xdc_runtime_System_abortFxn__C                                            
    1001c899  xdc_runtime_System_abortSpin__E                                           
    00006e91  xdc_runtime_System_abortStd__E                                            
    1001c749  xdc_runtime_System_abort__E                                               
    1001c681  xdc_runtime_System_atexit__E                                              
    00001011  xdc_runtime_System_doPrint__I                                             
    0000056c  xdc_runtime_System_exitFxn__C                                             
    1001c89b  xdc_runtime_System_exitSpin__E                                            
    00006e99  xdc_runtime_System_exitStd__E                                             
    1001c7d1  xdc_runtime_System_exit__E                                                
    0000a250  xdc_runtime_System_extendFxn__C                                           
    0000578d  xdc_runtime_System_formatNum__I                                           
    00000570  xdc_runtime_System_maxAtexitHandlers__C                                   
    000035b1  xdc_runtime_System_printfExtend__I                                        
    00009009  xdc_runtime_System_printf__E                                              
    00009aa7  xdc_runtime_System_printf_va__F                                           
    1001c6b9  xdc_runtime_System_processAtExit__E                                       
    000085b5  xdc_runtime_System_putchar__I                                             
    00008a3d  xdc_runtime_System_vprintf__E                                             
    000096e5  xdc_runtime_System_vsnprintf__E                                           
    00000588  xdc_runtime_Text_charCnt__C                                               
    0000a0a7  xdc_runtime_Text_charTab__A                                               
    00000574  xdc_runtime_Text_charTab__C                                               
    1001c71d  xdc_runtime_Text_cordText__E                                              
    0000058a  xdc_runtime_Text_isLoaded__C                                              
    00000578  xdc_runtime_Text_nameEmpty__C                                             
    0000057c  xdc_runtime_Text_nameStatic__C                                            
    00000580  xdc_runtime_Text_nameUnknown__C                                           
    000080dd  xdc_runtime_Text_printVisFxn__I                                           
    000062b5  xdc_runtime_Text_putLab__E                                                
    00004c2d  xdc_runtime_Text_putMod__E                                                
    000049c9  xdc_runtime_Text_putSite__E                                               
    0000a25a  xdc_runtime_Text_registryModsLastId__C                                    
    1001c7e9  xdc_runtime_Text_ropeText__E                                              
    0000a25c  xdc_runtime_Text_unnamedModsLastId__C                                     
    0000a254  xdc_runtime_Text_visitRopeFxn__C                                          
    000099e7  xdc_runtime_Text_visitRope__I                                             
    00006ed1  xdc_runtime_Text_xprintf__I                                               
    1001c831  xdc_runtime_Timestamp_SupportProxy_get32__E                               
    000097ff  xdc_runtime_Timestamp_SupportProxy_get32__E__mangled__                    
    1001b9d1  xdc_runtime_Timestamp_SupportProxy_get64__E                               
    UNDEFED   xdc_runtime_Timestamp_SupportProxy_get64__E__mangled__                    
    1001c12f  xdc_runtime_Timestamp_SupportProxy_getFreq__E                             
    UNDEFED   xdc_runtime_Timestamp_SupportProxy_getFreq__E__mangled__                  
    1001c831  xdc_runtime_Timestamp_get32__E                                            
    UNDEFED   xdc_runtime_Timestamp_get32__E                                            
    1001b9d1  xdc_runtime_Timestamp_get64__E                                            
    UNDEFED   xdc_runtime_Timestamp_get64__E                                            
    1001c12f  xdc_runtime_Timestamp_getFreq__E                                          
    UNDEFED   xdc_runtime_Timestamp_getFreq__E                                          
    10015d19  zADD                                                                      
    10015eb5  zADD32                                                                    
    10015de9  zMACC32                                                                   
    10015f0d  zMULT32                                                                   
    10015bcd  zSET                                                                      
    10015d5d  zSUB                                                                      
    10015e69  zSUB32                                                                    
    
    
    GLOBAL SYMBOLS: SORTED BY Symbol Address 
    
    address   name                                                                      
    -------   ----                                                                      
    00000000  __ASM__                                                                   
    00000001  xdc_runtime_Startup__EXECFXN__C                                           
    00000001  xdc_runtime_Startup__RESETFXN__C                                          
    00000092  __ISA__                                                                   
    000000a4  __PLAT__                                                                  
    000000cb  __TARG__                                                                  
    000000f0  __TRDR__                                                                  
    00000100  ti_sysbios_knl_Task_Object__PARAMS__C                                     
    0000013c  ti_sysbios_knl_Mailbox_Object__PARAMS__C                                  
    00000170  ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C                            
    000001a0  ti_sysbios_hal_Hwi_Object__PARAMS__C                                      
    000001cc  ti_sysbios_heaps_HeapMem_Module__FXNS__C                                  
    000001f4  ti_sysbios_knl_Swi_Object__PARAMS__C                                      
    00000200  __STACK_SIZE                                                              
    0000021c  ti_sysbios_gates_GateHwi_Module__FXNS__C                                  
    00000240  ti_sysbios_gates_GateMutex_Module__FXNS__C                                
    00000264  ti_sysbios_heaps_HeapMem_Object__PARAMS__C                                
    00000288  ti_sysbios_knl_Clock_Object__PARAMS__C                                    
    000002ac  ti_sysbios_knl_Semaphore_Object__PARAMS__C                                
    000002d0  ti_sysbios_family_arm_m3_Hwi_Object__DESC__C                              
    000002f0  ti_sysbios_gates_GateHwi_Object__DESC__C                                  
    00000310  ti_sysbios_gates_GateMutex_Object__DESC__C                                
    00000330  ti_sysbios_hal_Hwi_Object__DESC__C                                        
    00000350  ti_sysbios_heaps_HeapMem_Object__DESC__C                                  
    00000370  ti_sysbios_knl_Clock_Object__DESC__C                                      
    00000390  ti_sysbios_knl_Mailbox_Object__DESC__C                                    
    000003b0  ti_sysbios_knl_Queue_Object__DESC__C                                      
    000003d0  ti_sysbios_knl_Semaphore_Object__DESC__C                                  
    000003f0  ti_sysbios_knl_Swi_Object__DESC__C                                        
    00000410  ti_sysbios_knl_Task_Object__DESC__C                                       
    00000430  ti_sysbios_gates_GateHwi_Object__PARAMS__C                                
    00000448  ti_sysbios_gates_GateMutex_Object__PARAMS__C                              
    00000460  ti_sysbios_knl_Queue_Object__PARAMS__C                                    
    00000478  ti_sysbios_knl_Idle_funcList__C                                           
    00000484  ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C                       
    00000488  ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C                          
    0000048c  ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C                        
    00000490  ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C                            
    00000494  ti_sysbios_family_arm_m3_Hwi_Object__count__C                             
    00000498  ti_sysbios_family_arm_m3_Hwi_Object__table__C                             
    0000049c  ti_sysbios_family_arm_m3_Hwi_ccr__C                                       
    000004a0  ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C                            
    000004a4  ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C                               
    000004a8  ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C                       
    000004ac  ti_sysbios_family_arm_m3_Hwi_priGroup__C                                  
    000004b0  ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C                    
    000004b4  ti_sysbios_heaps_HeapMem_E_memory__C                                      
    000004b8  ti_sysbios_heaps_HeapMem_Module__gateObj__C                               
    000004bc  ti_sysbios_heaps_HeapMem_Object__count__C                                 
    000004c0  ti_sysbios_heaps_HeapMem_Object__table__C                                 
    000004c4  ti_sysbios_heaps_HeapMem_reqAlign__C                                      
    000004c8  ti_sysbios_knl_Clock_serviceMargin__C                                     
    000004cc  ti_sysbios_knl_Mailbox_Object__count__C                                   
    000004d0  ti_sysbios_knl_Mailbox_Object__table__C                                   
    000004d4  ti_sysbios_knl_Queue_Object__count__C                                     
    000004d8  ti_sysbios_knl_Queue_Object__table__C                                     
    000004dc  ti_sysbios_knl_Swi_Object__count__C                                       
    000004e0  ti_sysbios_knl_Swi_Object__table__C                                       
    000004e4  ti_sysbios_knl_Swi_numPriorities__C                                       
    000004e8  ti_sysbios_knl_Task_Object__count__C                                      
    000004ec  ti_sysbios_knl_Task_Object__table__C                                      
    000004f0  ti_sysbios_knl_Task_allBlockedFunc__C                                     
    000004f4  ti_sysbios_knl_Task_defaultStackHeap__C                                   
    000004f8  ti_sysbios_knl_Task_defaultStackSize__C                                   
    000004fc  ti_sysbios_knl_Task_numConstructedTasks__C                                
    00000502  ti_sysbios_family_arm_cc26xx_Timer_Module__id__C                          
    00000504  ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C           
    00000506  ti_sysbios_family_arm_m3_Hwi_Module__id__C                                
    00000508  ti_sysbios_gates_GateHwi_Module__id__C                                    
    0000050a  ti_sysbios_gates_GateMutex_Module__id__C                                  
    0000050c  ti_sysbios_heaps_HeapMem_Module__id__C                                    
    0000050e  ti_sysbios_knl_Task_initStackFlag__C                                      
    00000510  ti_sysbios_knl_Clock_tickMode__C                                          
    00000514  xdc_runtime_Startup_firstFxns__C                                          
    0000051c  xdc_runtime_Startup_lastFxns__C                                           
    00000524  xdc_runtime_Assert_E_assertFailed__C                                      
    00000528  xdc_runtime_Error_E_memory__C                                             
    0000052c  xdc_runtime_Error_policyFxn__C                                            
    00000530  xdc_runtime_IGateProvider_Interface__BASE__C                              
    00000534  xdc_runtime_IHeap_Interface__BASE__C                                      
    00000538  xdc_runtime_IModule_Interface__BASE__C                                    
    0000053c  xdc_runtime_Main_Module__diagsEnabled__C                                  
    00000540  xdc_runtime_Main_Module__diagsIncluded__C                                 
    00000544  xdc_runtime_Main_Module__diagsMask__C                                     
    00000548  xdc_runtime_Memory_defaultHeapInstance__C                                 
    0000054c  xdc_runtime_Startup_execImpl__C                                           
    00000550  xdc_runtime_Startup_maxPasses__C                                          
    00000554  xdc_runtime_Startup_sfxnRts__C                                            
    00000558  xdc_runtime_Startup_sfxnTab__C                                            
    0000055c  xdc_runtime_Startup_startModsFxn__C                                       
    00000560  xdc_runtime_SysCallback_abortFxn__C                                       
    00000564  xdc_runtime_SysCallback_exitFxn__C                                        
    00000568  xdc_runtime_System_abortFxn__C                                            
    0000056c  xdc_runtime_System_exitFxn__C                                             
    00000570  xdc_runtime_System_maxAtexitHandlers__C                                   
    00000574  xdc_runtime_Text_charTab__C                                               
    00000578  xdc_runtime_Text_nameEmpty__C                                             
    0000057c  xdc_runtime_Text_nameStatic__C                                            
    00000580  xdc_runtime_Text_nameUnknown__C                                           
    00000584  xdc_runtime_Main_Module__id__C                                            
    00000586  xdc_runtime_Memory_Module__id__C                                          
    00000588  xdc_runtime_Text_charCnt__C                                               
    0000058a  xdc_runtime_Text_isLoaded__C                                              
    0000058c  xdc_runtime_Error_policy__C                                               
    00000590  ti_sysbios_rom_ROM_AONRTCChannelEnable                                    
    00000594  ti_sysbios_rom_ROM_AONRTCCompareValueSet                                  
    00000598  ti_sysbios_rom_ROM_AONRTCCurrentCompareValueGet                           
    0000059c  ti_sysbios_rom_ROM_AONRTCEventClear                                       
    000005a0  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E       
    000005a4  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E   
    000005a8  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E      
    000005ac  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I       
    000005b0  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E      
    000005b4  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I     
    000005b8  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E            
    000005bc  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    000005c0  ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I                        
    000005c4  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E               
    000005c8  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E                
    000005cc  ti_sysbios_gates_GateMutex_Instance_State_sem__O                          
    000005d0  ti_sysbios_knl_Clock_Module_State_clockQ__O                               
    000005d4  ti_sysbios_knl_Mailbox_Instance_State_dataQue__O                          
    000005d8  ti_sysbios_knl_Mailbox_Instance_State_dataSem__O                          
    000005dc  ti_sysbios_knl_Mailbox_Instance_State_freeQue__O                          
    000005e0  ti_sysbios_knl_Mailbox_Instance_State_freeSem__O                          
    000005e4  ti_sysbios_knl_Semaphore_Instance_State_pendQ__O                          
    000005e8  ti_sysbios_knl_Task_Module_State_inactiveQ__O                             
    000005ec  __ccfg                                                                    
    00001000  _imgHdr                                                                   
    00001010  ti_sysbios_family_arm_m3_Hwi_resetVectors                                 
    00001011  xdc_runtime_System_doPrint__I                                             
    000018c5  GAPRole_SetParameter                                                      
    00001b01  Power_sleep                                                               
    00001d29  NOROM_SysCtrlSetRechargeBeforePowerDown                                   
    00001f2d  __aeabi_uldivmod                                                          
    000024e1  PIN_init                                                                  
    00002689  RF_postCmd                                                                
    00002825  PowerCC26XX_doCalibrate                                                   
    000029a9  RF_cancelCmd                                                              
    00002df1  SPICC26XXDMA_open                                                         
    00002f35  NOROM_SetupAfterColdResetWakeupFromShutDownCfg3                           
    00003065  GAPRole_GetParameter                                                      
    00003185  Power_init                                                                
    000035b1  xdc_runtime_System_printfExtend__I                                        
    000036a9  SPICC26XXDMA_transferCancel                                               
    00003975  NOROM_SetupAfterColdResetWakeupFromShutDownCfg2                           
    00003cf5  SPICC26XXDMA_control                                                      
    00003dd1  PowerCC26XX_standbyPolicy                                                 
    00003ea5  Power_releaseDependency                                                   
    00003f79  Power_setDependency                                                       
    00004115  RF_open                                                                   
    00004299  SPICC26XXDMA_transfer                                                     
    0000434f  DefaultAssertCback                                                        
    000044b5  OAD_imgBlockWrite                                                         
    00004561  NOROM_SetupTrimDevice                                                     
    00004561  ti_sysbios_family_arm_cc26xx_Boot_trimDevice                              
    00004751  __TI_auto_init                                                            
    00004891  OAD_imgIdentifyWrite                                                      
    0000492d  __aeabi_memcpy                                                            
    0000492d  __aeabi_memcpy4                                                           
    0000492d  __aeabi_memcpy8                                                           
    0000492d  memcpy                                                                    
    000049c9  xdc_runtime_Text_putSite__E                                               
    00004a63  NOROM_RFCAdi3VcoLdoVoltageMode                                            
    00004a65  PIN_open                                                                  
    00004b95  ti_sysbios_knl_Clock_workFuncDynamic__E                                   
    00004c2d  xdc_runtime_Text_putMod__E                                                
    00004de5  NOROM_OSCHF_GetStartupTime                                                
    00004de5  PowerCC26XX_getXoscStartupTime                                            
    00004efd  ICall_heapMalloc                                                          
    00005005  RF_pendCmd                                                                
    00005089  TRNGCC26XX_getNumber                                                      
    00005191  ICall_createRemoteTasks                                                   
    00005289  __aeabi_memclr                                                            
    00005289  __aeabi_memclr4                                                           
    00005289  __aeabi_memclr8                                                           
    0000528b  __aeabi_memset                                                            
    0000528b  __aeabi_memset4                                                           
    0000528b  __aeabi_memset8                                                           
    00005291  memset                                                                    
    00005303  NOROM_RFCRTrim                                                            
    00005305  NOROM_SetupAfterColdResetWakeupFromShutDownCfg1                           
    000053f5  GATTServApp_ProcessCharCfg                                                
    00005469  ICallPlatform_pwrUpdActivityCounter                                       
    00005551  PowerCC26XX_auxISR                                                        
    000056ad  NOROM_ChipInfo_GetHwRevision                                              
    0000571d  ExtFlash_write                                                            
    0000578d  xdc_runtime_System_formatNum__I                                           
    000057fd  ICall_heapInit                                                            
    00005869  NOROM_SetupGetTrimForAmpcompCtrl                                          
    000058d5  PowerCC26XX_calibrate                                                     
    00005a19  NOROM_SetupGetTrimForAnabypassValue1                                      
    00005a81  NOROM_SysCtrl_DCDC_VoltageConditionalControl                              
    00005ae9  OADTarget_getCurrentImageHeader                                           
    00005bb9  PIN_add                                                                   
    00005c1d  ti_sysbios_family_arm_cc26xx_Timer_start__E                               
    00005d41  PowerCC26XX_RCOSC_clockFunc                                               
    00005da1  RF_getCurrentTime                                                         
    00005e01  main                                                                      
    00005ec1  ExtFlash_erase                                                            
    00005f79  NOROM_OSCHF_AttemptToSwitchToXosc                                         
    00005fd5  NOROM_SysCtrlAdjustRechargeAfterPowerDown                                 
    00006031  OADTarget_validateNewImage                                                
    000060e9  UDMACC26XX_open                                                           
    00006259  xdc_runtime_Startup_getState__I                                           
    000062b5  xdc_runtime_Text_putLab__E                                                
    00006311  SPICC26XXDMA_close                                                        
    0000636b  __aeabi_idiv0                                                             
    0000636d  OAD_addService                                                            
    000063c5  PIN_remove                                                                
    0000641d  PowerCC26XX_initiateCalibration                                           
    0000666f  ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E                         
    00006671  GAP_DeviceInit                                                            
    000066c1  GAP_UpdateAdvertisingData                                                 
    00006761  NOROM_SetupSetCacheModeAccordingToCcfgSetting                             
    000067b1  RF_getInfo                                                                
    000068ed  ICallPlatform_pwrRegisterNotify                                           
    000069d1  NOROM_OSCClockSourceSet                                                   
    00006a69  copy_in                                                                   
    00006ab5  GATTServApp_ProcessCCCWriteReq                                            
    00006aff  ti_sysbios_BIOS_nullFunc__I                                               
    00006b01  NOROM_ChipInfo_GetChipFamily                                              
    00006b49  NOROM_DDI16BitfieldWrite                                                  
    00006b91  SimpleBLEPeripheral_processOadWriteCB                                     
    00006bd9  Util_constructClock                                                       
    00006cb1  AssertHandler                                                             
    00006cf5  GAP_TerminateLinkReq                                                      
    00006d7d  SimpleProfile_GetParameter                                                
    00006dc1  SimpleProfile_SetParameter                                                
    00006e05  ResetISR                                                                  
    00006e05  _c_int00                                                                  
    00006e8d  C$$EXIT                                                                   
    00006e91  abort                                                                     
    00006e91  xdc_runtime_System_abortStd__E                                            
    00006e99  exit                                                                      
    00006e99  xdc_runtime_System_exitStd__E                                             
    00006ed1  xdc_runtime_Text_xprintf__I                                               
    00006f57  ti_sysbios_knl_Clock_triggerFunc__I                                       
    00006f59  ExtFlash_open                                                             
    00006f99  ExtFlash_read                                                             
    00006fd9  GAPRole_SendUpdateParam                                                   
    00007019  GAPRole_createTask                                                        
    00007059  GATT_SendRsp                                                              
    00007099  NOROM_DDI16BitfieldRead                                                   
    000070d9  OADTarget_storeImageHeader                                                
    00007119  RF_getRssi                                                                
    00007199  __aeabi_uidiv                                                             
    00007199  __aeabi_uidivmod                                                          
    000071d9  xdc_runtime_HeapMin_alloc__E                                              
    00007257  ti_sysbios_rom_cortexm_cc26xx_CC26xx_badRomRevision__E                    
    00007295  GAP_GetParamValue                                                         
    000072d1  GATTServApp_RegisterService                                               
    0000730d  ICallPlatform_pwrConfigACAction                                           
    00007349  NOROM_OSC_HPOSCRelativeFrequencyOffsetGet                                 
    00007385  NOROM_RFCSynthPowerDown                                                   
    000073c1  PINCC26XX_getConfig                                                       
    000073fd  RF_runCmd                                                                 
    00007475  SimpleBLEPeripheral_createTask                                            
    00007619  GAPBondMgr_LinkEst                                                        
    000076f9  Util_restartClock                                                         
    00007731  linkDB_NumActive                                                          
    00007769  linkDB_NumConns                                                           
    000077d9  ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E                      
    00007811  UDMACC26XX_close                                                          
    0000787d  GAPBondMgr_SetParameter                                                   
    000078b1  GAP_SetParamValue                                                         
    000079b5  ICall_searchServiceEntity                                                 
    000079e9  NOROM_OSCHF_SwitchToRcOscTurnOffXosc                                      
    00007a1d  NOROM_TRNGConfigure                                                       
    00007a51  PIN_setOutputValue                                                        
    00007a85  PowerCC26XX_isStableXOSC_HF                                               
    00007b21  linkDB_GetInfo                                                            
    00007b55  osal_snv_read                                                             
    00007b89  osal_snv_write                                                            
    00007ceb  ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E                         
    00007d1d  ExtFlash_close                                                            
    00007e0d  NOROM_SetupSetAonRtcSubSecInc                                             
    00007e3d  PIN_setInterrupt                                                          
    00007e6d  Power_releaseConstraint                                                   
    00007e9d  Power_setConstraint                                                       
    00007ecd  SPI_open                                                                  
    00007f8d  saveImageInfo                                                             
    00007fbd  ti_sysbios_BIOS_atExitFunc__I                                             
    00007fed  ti_sysbios_BIOS_startFunc__I                                              
    0000801d  ti_sysbios_family_arm_cc26xx_Timer_initDevice__I                          
    0000804d  ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I                        
    0000807d  xdc_runtime_HeapMin_Object__create__S                                     
    000080ad  xdc_runtime_HeapMin_free__E                                               
    000080dd  xdc_runtime_Text_printVisFxn__I                                           
    00008221  GAPBondMgr_Register                                                       
    0000824d  HCI_EXT_ConnEventNoticeCmd                                                
    00008279  ICall_freeImpl                                                            
    00008279  ICall_heapFree                                                            
    000083ad  NOROM_DDI32RegWrite                                                       
    000083d9  NOROM_SetupGetTrimForRadcExtCfg                                           
    00008405  PINCC26XX_setMux                                                          
    00008431  PIN_setConfig                                                             
    000084e1  ti_sysbios_knl_Clock_getTicksUntilInterrupt__E                            
    00008537  TRNGCC26XX_isParamValid                                                   
    00008561  Util_enqueueMsg                                                           
    000085b5  xdc_runtime_System_putchar__I                                             
    000085df  GATTServApp_WriteCharCfg                                                  
    00008607  xdc_runtime_SysCallback_defaultAbort                                      
    00008609  ICall_init                                                                
    000086a9  NOROM_AONBatMonTemperatureGetDegC                                         
    000086d1  PowerCC26XX_switchXOSC_HF                                                 
    000086f9  Power_registerNotify                                                      
    00008749  SafeHapiVoid                                                              
    000087c1  SimpleProfile_AddService                                                  
    000087e9  TRNGCC26XX_init                                                           
    00008861  ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E                         
    00008889  List_put                                                                  
    000088af  GAPBondMgr_LinkTerm                                                       
    0000891b  xdc_runtime_SysCallback_defaultExit                                       
    0000891d  PINCC26XX_getPinCount                                                     
    00008965  getImageFlag                                                              
    000089d1  ti_sysbios_BIOS_registerRTSLock__I                                        
    000089f5  ti_sysbios_BIOS_removeRTSLock__I                                          
    00008a19  ti_sysbios_family_arm_m3_Hwi_cc26xxRomInitNVIC__I                         
    00008a3d  xdc_runtime_System_vprintf__E                                             
    00008aa5  memcmp                                                                    
    00008ac7  xdc_runtime_SysCallback_defaultFlush                                      
    00008ac9  GATTServApp_InitCharCfg                                                   
    00008b89  NOROM_RFCDoorbellSendTo                                                   
    00008ba9  NOROM_RFCRfTrimRead                                                       
    00008bc9  NOROM_SetupGetTrimForXoscHfCtl                                            
    00008be9  Power_unregisterNotify                                                    
    00008c49  ti_sysbios_BIOS_rtsLock__I                                                
    00008c69  ti_sysbios_knl_Clock_stop__E                                              
    00008c89  xdc_runtime_Registry_findById__E                                          
    00008cc7  PIN_close                                                                 
    00008ce5  Power_getTransitionLatency                                                
    00008d3f  xdc_runtime_SysCallback_defaultPutch                                      
    00008d41  GAPRole_StartDevice                                                       
    00008d5d  GATT_bm_alloc                                                             
    00008d79  GATT_bm_free                                                              
    00008de9  NOROM_OSCClockSourceGet                                                   
    00008e05  NOROM_SetupGetTrimForAmpcompTh2                                           
    00008e21  NOROM_SetupGetTrimForRcOscLfRtuneCtuneTrim                                
    00008e75  RF_runDirectCmd                                                           
    00008e91  RF_runImmediateCmd                                                        
    00008ead  TRNGCC26XX_open                                                           
    00008f01  openTRNG                                                                  
    00008f1d  ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E                         
    00008f39  GATT_Notification                                                         
    00008f53  ICall_enterCSImpl                                                         
    00008f87  List_remove                                                               
    00008fbb  Util_dequeueMsg                                                           
    00009009  xdc_runtime_System_printf__E                                              
    0000903d  GAPRole_TerminateConnection                                               
    00009055  ICallPlatform_pwrDispense                                                 
    0000906d  ICallPlatform_pwrRequire                                                  
    00009145  NOROM_AONRTCCurrentCompareValueGet                                        
    0000915d  NOROM_ChipInfo_GetPackageType                                             
    00009175  NOROM_OSCHF_TurnOnXosc                                                    
    0000918d  NOROM_RFCCpeIntGetAndClear                                                
    000091a5  NOROM_SetupGetTrimForAdcShModeEn                                          
    000091bd  NOROM_SetupGetTrimForAdcShVbufEn                                          
    000091d5  NOROM_SetupGetTrimForAmpcompTh1                                           
    000091ed  NOROM_SetupGetTrimForDblrLoopFilterResetVoltage                           
    00009205  NOROM_SetupGetTrimForRcOscLfIBiasTrim                                     
    0000921d  NOROM_SetupGetTrimForXoscLfRegulatorAndCmirrwrRatio                       
    00009235  OADTarget_open                                                            
    0000924d  PIN_getConfig                                                             
    00009265  Power_idleFunc                                                            
    000092f5  gapRole_clockHandler                                                      
    0000930d  _args_main                                                                
    00009325  __aeabi_lmul                                                              
    00009355  ti_sysbios_BIOS_rtsUnlock__I                                              
    0000936d  ti_sysbios_knl_Swi_or__E                                                  
    00009385  ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E                     
    000093b3  ICall_leaveCSImpl                                                         
    000093f5  driverTable_fnSpinlock                                                    
    0000940b  ti_sysbios_BIOS_exitFunc__I                                               
    00009421  DevInfo_AddService                                                        
    00009449  NOROM_AONRTCCurrent64BitValueGet                                          
    0000945d  NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated              
    00009471  OADTarget_close                                                           
    00009485  OADTarget_writeFlash                                                      
    00009499  OAD_register                                                              
    000094ad  RF_Params_init                                                            
    000094c1  SPI_Params_init                                                           
    000094e9  SimpleProfile_RegisterAppCBs                                              
    000094fd  _nop                                                                      
    000094ff  _register_unlock                                                          
    00009505  _register_lock                                                            
    00009511  strlen                                                                    
    00009539  ti_sysbios_knl_Clock_doTick__I                                            
    0000954d  GATTServApp_FindAttr                                                      
    0000955f  RF_getCmdOp                                                               
    00009571  xdc_runtime_Startup_exec__I                                               
    00009585  DevInfo_SetParameter                                                      
    000095a5  GAP_EndDiscoverable                                                       
    000095b5  GATTServApp_ReadCharCfg                                                   
    000095c5  HCI_LE_ReadMaxDataLenCmd                                                  
    000095d5  ICallPlatform_pwrGetXOSCStartupTime                                       
    00009605  NOROM_RFCRfTrimSet                                                        
    00009615  NOROM_SetupGetTrimForXoscHfFastStart                                      
    00009625  NOROM_SetupGetTrimForXoscHfIbiastherm                                     
    00009635  OADTarget_getCrc                                                          
    00009645  OADTarget_setCrc                                                          
    00009655  OADTarget_systemReset                                                     
    00009665  RegisterAssertCback                                                       
    00009675  Util_isActive                                                             
    000096a5  ti_sysbios_family_arm_m3_Hwi_post__E                                      
    000096a5  ti_sysbios_hal_Hwi_HwiProxy_post__E                                       
    000096a5  ti_sysbios_hal_Hwi_post__E                                                
    000096b5  xdc_runtime_SysCallback_flush__E                                          
    000096b5  xdc_runtime_System_SupportProxy_flush__E                                  
    000096c5  xdc_runtime_SysCallback_putch__E                                          
    000096c5  xdc_runtime_System_SupportProxy_putch__E                                  
    000096d5  xdc_runtime_SysCallback_ready__E                                          
    000096d5  xdc_runtime_System_SupportProxy_ready__E                                  
    000096e5  xdc_runtime_System_vsnprintf__E                                           
    000096f5  GATT_Indication                                                           
    00009703  ICallPlatform_pwrGetTransitionState                                       
    00009711  ICallPlatform_pwrIsStableXOSCHF                                           
    00009757  NOROM_VIMSModeGet                                                         
    00009765  OADTarget_imageAddress                                                    
    00009773  SPICC26XXDMA_init                                                         
    00009781  Util_constructQueue                                                       
    0000978f  __TI_decompress_none                                                      
    000097ff  ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E                   
    000097ff  xdc_runtime_Timestamp_SupportProxy_get32__E__mangled__                    
    0000980d  xdc_runtime_HeapMin_Instance_init__E                                      
    00009829  GAP_MakeDiscoverable                                                      
    00009835  GAP_TerminateAuth                                                         
    00009841  GAP_UpdateLinkParamReq                                                    
    0000984d  GAP_UpdateLinkParamReqReply                                               
    00009859  GGS_SetParameter                                                          
    000098a1  NOROM_CPUcpsid                                                            
    000098ad  NOROM_CPUcpsie                                                            
    000098b9  PIN_registerIntCb                                                         
    000098c5  Power_getConstraintMask                                                   
    000098d1  Power_getDependencyCount                                                  
    000098dd  Power_getTransitionState                                                  
    000098e9  Util_startClock                                                           
    000098f5  __TI_zero_init                                                            
    00009919  ti_sysbios_BIOS_getThreadType__E                                          
    00009925  ti_sysbios_hal_Hwi_Params__init__S                                        
    00009931  ti_sysbios_knl_Swi_getTrigger__E                                          
    0000993d  xdc_runtime_HeapMin_getStats__E                                           
    00009949  xdc_runtime_Startup_reset__I                                              
    00009955  xdc_runtime_Startup_rtsDone__E                                            
    00009961  ICallPlatform_pwrSwitchXOSCHF                                             
    00009975  List_empty                                                                
    0000997f  OADTarget_readFlash                                                       
    00009989  SPI_close                                                                 
    00009993  SPI_transfer                                                              
    0000999d  UDMACC26XX_hwiIntFxn                                                      
    000099a7  GAP_RegisterForMsgs                                                       
    000099af  GATT_RegisterForMsgs                                                      
    000099b7  RF_flushCmd                                                               
    000099e7  xdc_runtime_Text_visitRope__I                                             
    000099ef  GGS_AddService                                                            
    000099f5  ICall_mallocImpl                                                          
    000099fb  OADTarget_eraseFlash                                                      
    00009a01  __xdc__init                                                               
    00009a0d  __TI_decompress_rle24                                                     
    00009a6d  ti_sysbios_family_arm_m3_Hwi_setFunc__E                                   
    00009a73  GATTServApp_AddService                                                    
    00009a77  HwiP_disable                                                              
    00009a7f  List_head                                                                 
    00009a83  List_next                                                                 
    00009a8b  Util_stopClock                                                            
    00009a97  ti_sysbios_family_arm_cc26xx_Timer_getCount64__E                          
    00009a9b  ti_sysbios_knl_Clock_isActive__E                                          
    00009a9f  xdc_runtime_HeapMin_isBlocking__E                                         
    00009aa3  xdc_runtime_SysCallback_defaultReady                                      
    00009aa7  xdc_runtime_System_printf_va__F                                           
    00009e30  SPICC26XXDMA_fxnTable                                                     
    00009e8c  oadCBs                                                                    
    00009ed8  resourceDB                                                                
    00009f24  rfDriverTable                                                             
    00009ff4  spiCC26XXDMAHWAttrs                                                       
    0000a02c  primaryServiceUUID                                                        
    0000a02e  characterUUID                                                             
    0000a030  gapServiceUUID                                                            
    0000a032  gattServiceUUID                                                           
    0000a034  secondaryServiceUUID                                                      
    0000a036  includeUUID                                                               
    0000a038  charExtPropsUUID                                                          
    0000a03a  charUserDescUUID                                                          
    0000a03c  clientCharCfgUUID                                                         
    0000a03e  servCharCfgUUID                                                           
    0000a040  charFormatUUID                                                            
    0000a042  charAggFormatUUID                                                         
    0000a044  deviceNameUUID                                                            
    0000a046  appearanceUUID                                                            
    0000a048  periPrivacyFlagUUID                                                       
    0000a04a  reconnectAddrUUID                                                         
    0000a04c  periConnParamUUID                                                         
    0000a04e  serviceChangedUUID                                                        
    0000a050  validRangeUUID                                                            
    0000a052  extReportRefUUID                                                          
    0000a054  reportRefUUID                                                             
    0000a058  xdc_runtime_HeapMin_Module__FXNS__C                                       
    0000a080  txPowerTable                                                              
    0000a0a7  xdc_runtime_Text_charTab__A                                               
    0000a0a8  SPI_config                                                                
    0000a0cc  xdc_runtime_Startup_sfxnTab__A                                            
    0000a0f0  SPI_defaultParams                                                         
    0000a110  xdc_runtime_HeapMin_Object__DESC__C                                       
    0000a130  xdc_runtime_HeapMin_Object__PARAMS__C                                     
    0000a150  devInfoServUUID                                                           
    0000a152  devInfoSystemIdUUID                                                       
    0000a154  devInfoModelNumberUUID                                                    
    0000a156  devInfoSerialNumberUUID                                                   
    0000a158  devInfoFirmwareRevUUID                                                    
    0000a15a  devInfoHardwareRevUUID                                                    
    0000a15c  devInfoSoftwareRevUUID                                                    
    0000a15e  devInfoMfrNameUUID                                                        
    0000a160  devInfo11073CertUUID                                                      
    0000a162  devInfoPnpIdUUID                                                          
    0000a178  txPwrTbl                                                                  
    0000a180  trngDriverTable                                                           
    0000a194  devInfoCBs                                                                
    0000a1a8  simpleProfileCBs                                                          
    0000a1b4  xdc_runtime_Startup_sfxnRts__A                                            
    0000a1c6  xdc_runtime_HeapMin_Module__id__C                                         
    0000a1c8  PowerCC26XX_config                                                        
    0000a1d8  TRNGCC26XX_config                                                         
    0000a1e8  UDMACC26XX_config                                                         
    0000a1f8  simpleProfileServUUID                                                     
    0000a1fa  simpleProfilechar1UUID                                                    
    0000a1fc  simpleProfilechar2UUID                                                    
    0000a1fe  simpleProfilechar3UUID                                                    
    0000a200  simpleProfilechar4UUID                                                    
    0000a202  simpleProfilechar5UUID                                                    
    0000a204  BoardGpioInitTable                                                        
    0000a210  xdc_runtime_Startup_firstFxns__A                                          
    0000a224  udmaHWAttrs                                                               
    0000a22c  TRNGCC26XXHWAttrs                                                         
    0000a234  ti_sysbios_knl_Clock_tickPeriod__C                                        
    0000a238  ti_sysbios_knl_Clock_triggerClock__C                                      
    0000a23c  ti_sysbios_knl_Idle_funcList__A                                           
    0000a240  xdc_runtime_HeapMin_E_freeError__C                                        
    0000a244  xdc_runtime_SysCallback_flushFxn__C                                       
    0000a248  xdc_runtime_SysCallback_putchFxn__C                                       
    0000a24c  xdc_runtime_SysCallback_readyFxn__C                                       
    0000a250  xdc_runtime_System_extendFxn__C                                           
    0000a254  xdc_runtime_Text_visitRopeFxn__C                                          
    0000a258  xdc_runtime_HeapMin_freeError__C                                          
    0000a25a  xdc_runtime_Text_registryModsLastId__C                                    
    0000a25c  xdc_runtime_Text_unnamedModsLastId__C                                     
    0000a260  __TI_static_base__                                                        
    0000a830  __TI_Handler_Table_Base                                                   
    0000a83c  __TI_Handler_Table_Limit                                                  
    0000a8c8  __TI_CINIT_Base                                                           
    0000a948  __TI_CINIT_Limit                                                          
    0000e0ea  __checksum_value_CommonROM                                                
    10014c00  A1_rw                                                                     
    10014c00  __checksum_begin_CommonROM                                                
    10014c01  COMMON_ROM_BASE_ADDR                                                      
    10014c04  P1_ro                                                                     
    10014c05  SCALARMUL_init                                                            
    10014ced  SCALARMUL_core                                                            
    10015019  SCALARMUL_final                                                           
    100150e5  SCALARMUL                                                                 
    10015101  SAVEPOINT                                                                 
    10015141  GETBIT                                                                    
    10015155  GETDIGIT                                                                  
    100151a5  GETDIGITL2R                                                               
    10015215  SelectReg                                                                 
    10015229  ATOMICPATTERN                                                             
    100154f5  JACADD                                                                    
    1001568d  INVERT                                                                    
    10015821  SQUAREMULTIPLYWORD                                                        
    1001588c  LUTOPCODE                                                                 
    10015894  LUTOPSIGN                                                                 
    100158ac  LUTC                                                                      
    100158c4  LUTSE                                                                     
    100158dc  LUTINCI                                                                   
    100158f4  LUTJ                                                                      
    1001596c  LUTSTATE                                                                  
    100159a9  IMPORTLENGTH                                                              
    100159ad  IMPORTMODULUS                                                             
    100159d1  IMPORTOPERAND                                                             
    10015a11  EXPORTOPERAND                                                             
    10015a35  IMPORTDATA                                                                
    10015a51  SETOPERAND                                                                
    10015a6d  COPY                                                                      
    10015a85  ZERO                                                                      
    10015a91  SETWORD                                                                   
    10015a9d  mSET                                                                      
    10015bcd  zSET                                                                      
    10015bd5  mINVK                                                                     
    10015d19  zADD                                                                      
    10015d5d  zSUB                                                                      
    10015de9  zMACC32                                                                   
    10015e69  zSUB32                                                                    
    10015eb5  zADD32                                                                    
    10015f0d  zMULT32                                                                   
    10015f81  mMULT                                                                     
    10016551  mADD                                                                      
    1001664d  mSUB                                                                      
    10016749  mOUT                                                                      
    10016975  ssp_KeyInit_Sw                                                            
    10016979  sspAesEncrypt_Sw                                                          
    10016985  sspKeyExpansion_Sw                                                        
    10016a99  sspAesEncryptKeyExp_Sw                                                    
    10016af5  sspAesEncryptBasic_Sw                                                     
    10016b79  RoundKey_Sw                                                               
    10016c29  AddRoundKeySubBytes_Sw                                                    
    10016c45  ShiftRows_Sw                                                              
    10016c79  MixColumns_Sw                                                             
    10016d05  FFMult_Sw                                                                 
    10016d29  sspAesDecrypt_Sw                                                          
    10016da1  InvAddRoundKey_Sw                                                         
    10016dc9  InvRoundKey_Sw                                                            
    10016e8d  InvSubBytes_Sw                                                            
    10016ea1  InvShiftRows_Sw                                                           
    10016ed5  InvMixColumns_Sw                                                          
    10016f58  FFMult2                                                                   
    10017058  FFMult3                                                                   
    10017158  RCon                                                                      
    10017164  Sbox                                                                      
    10017264  InvSbox                                                                   
    10017365  SSP_CCM_Auth_Sw                                                           
    100174fd  SSP_CCM_Encrypt_Sw                                                        
    100175ed  SSP_CTR_Encrypt_Sw                                                        
    1001767d  SSP_CCM_Decrypt_Sw                                                        
    10017771  SSP_CTR_Decrypt_Sw                                                        
    10017839  SSP_CCM_InvAuth_Sw                                                        
    10017895  SSP_CCM_Auth_Encrypt_Sw                                                   
    100178f5  SSP_CCM_InvAuth_Decrypt_Sw                                                
    10017959  ECC_allocWorkzone                                                         
    10017961  ECC_setWin                                                                
    10017969  ECDSA_sign                                                                
    10017b01  ECDSA_verif                                                               
    10017dbd  eccRom_genKeys                                                            
    10017ded  eccRom_genSharedSecret                                                    
    10017e39  SHA256_updateW                                                            
    10017e75  SHA256_round                                                              
    10017ef1  SHA256_nextState                                                          
    10017f49  SHA256_saveBuffer                                                         
    10017ffd  SHA256_init                                                               
    10018019  SHA256_process                                                            
    10018089  SHA256_final                                                              
    10018129  SHA256_full                                                               
    100182ad  RFHAL_InitRfHal                                                           
    10018315  RFHAL_AllocRatChan                                                        
    1001833d  RFHAL_FreeRatChan                                                         
    10018369  RFHAL_MapRatChansToInt                                                    
    10018391  RFHAL_RegisterRatChanCallback                                             
    100183b9  RFHAL_InitDataQueue                                                       
    100183c5  RFHAL_QueueRFDataEntries                                                  
    10018415  RFHAL_AddTxDataEntry                                                      
    10018485  RFHAL_FreeNextTxDataEntry                                                 
    100184a9  RFHAL_AllocDataEntryQueue                                                 
    100184c5  RFHAL_FreeDataEntryQueue                                                  
    100184cd  RFHAL_GetNextDataEntry                                                    
    100184d1  RFHAL_GetTempDataEntry                                                    
    100184d5  RFHAL_NextDataEntryDone                                                   
    100184f9  RFHAL_AllocDataEntry                                                      
    10018549  RFHAL_FreeDataEntry                                                       
    10018551  RFHAL_BuildRingBuffer                                                     
    100185e1  RFHAL_BuildDataEntryRingBuffer                                            
    10018669  RFHAL_BuildLinkedBuffer                                                   
    10018755  MB_Init                                                                   
    10018799  MB_EnableInts                                                             
    100187f5  MB_DisableInts                                                            
    10018825  MB_ClearInts                                                              
    10018835  MB_EnableHWInts                                                           
    10018865  MB_SendCommand                                                            
    100188a5  MB_SendCommandSynch                                                       
    10018935  MB_ReadMailboxStatus                                                      
    1001893d  MB_RegisterIsrCback                                                       
    10018945  MB_FwDebugDump                                                            
    10018949  mbCmdAckIsr                                                               
    1001895d  mbCpe0Isr                                                                 
    10018985  mbCpe1Isr                                                                 
    100189e5  mbHwIsr                                                                   
    10018a19  AesCcm_authEncrypt_Sw                                                     
    10018a35  AesCcm_decryptAuth_Sw                                                     
    10018a99  Aes_encrypt_Sw                                                            
    10018ac5  Aes_decrypt_Sw                                                            
    10018b09  AesCcm_getNumBlocks_Sw                                                    
    10018b0c  NIST_Curve_P256_p                                                         
    10018b30  NIST_Curve_P256_r                                                         
    10018b54  NIST_Curve_P256_a                                                         
    10018b78  NIST_Curve_P256_b                                                         
    10018b9c  NIST_Curve_P256_Gx                                                        
    10018bc0  NIST_Curve_P256_Gy                                                        
    10018ced  __exit                                                                    
    10018d6c  Fill1                                                                     
    10019ffc  A3_rw                                                                     
    10019ffd  __checksum_end_CommonROM                                                  
    10019ffe  A2_rw                                                                     
    10019ffe  P1_ro_2                                                                   
    10019ffe  __checksum_CommonROM                                                      
    1001a001  ti_sysbios_knl_Mailbox_Instance_init__E                                   
    1001a0cd  ti_sysbios_knl_Semaphore_pend__E                                          
    1001a199  ti_sysbios_heaps_HeapMem_alloc__E                                         
    1001a25d  ti_sysbios_knl_Task_Instance_init__E                                      
    1001a319  ti_sysbios_family_arm_m3_Hwi_postInit__I                                  
    1001a3c9  ti_sysbios_family_arm_m3_Hwi_Instance_init__E                             
    1001a469  ti_sysbios_family_arm_cc26xx_Timer_periodicStub__E                        
    1001a4fd  ti_sysbios_knl_Task_Instance_finalize__E                                  
    1001a591  ti_sysbios_knl_Mailbox_post__E                                            
    1001a615  ti_sysbios_knl_Task_postInit__I                                           
    1001a699  ti_sysbios_family_arm_m3_Hwi_initNVIC__E                                  
    1001a719  ti_sysbios_knl_Clock_startI__E                                            
    1001a795  ti_sysbios_heaps_HeapMem_free__E                                          
    1001a80d  ti_sysbios_knl_Clock_walkQueueDynamic__E                                  
    1001a885  ti_sysbios_knl_Clock_workFunc__E                                          
    1001a8fd  ti_sysbios_knl_Mailbox_pend__E                                            
    1001a96d  ti_sysbios_knl_Task_sleep__E                                              
    1001a9dd  ti_sysbios_knl_Mailbox_Instance_finalize__E                               
    1001aa49  ti_sysbios_family_arm_m3_Hwi_dispatchC__I                                 
    1001aab1  ti_sysbios_family_arm_m3_Hwi_Object__create__S                            
    1001ab15  ti_sysbios_family_arm_m3_Hwi_create                                       
    1001ab79  ti_sysbios_hal_Hwi_create                                                 
    1001abdd  ti_sysbios_knl_Mailbox_create                                             
    1001ac41  ti_sysbios_knl_Semaphore_post__E                                          
    1001aca5  ti_sysbios_knl_Swi_Instance_init__E                                       
    1001ad05  ti_sysbios_knl_Swi_create                                                 
    1001ad61  ti_sysbios_knl_Swi_restoreHwi__E                                          
    1001adbd  ti_sysbios_knl_Task_Module_startup__E                                     
    1001ae19  ti_sysbios_knl_Task_create                                                
    1001ae75  ti_sysbios_knl_Task_startCore__E                                          
    1001aed1  ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E                         
    1001af29  ti_sysbios_family_arm_m3_Hwi_construct                                    
    1001af81  ti_sysbios_knl_Mailbox_construct                                          
    1001afd9  ti_sysbios_knl_Swi_run__I                                                 
    1001b031  ti_sysbios_knl_Swi_schedule__I                                            
    1001b085  ti_sysbios_knl_Swi_construct                                              
    1001b0d5  ti_sysbios_knl_Swi_runLoop__I                                             
    1001b125  ti_sysbios_knl_Task_construct                                             
    1001b175  ti_sysbios_knl_Task_schedule__I                                           
    1001b1c1  ti_sysbios_family_arm_m3_Hwi_Module_startup__E                            
    1001b209  ti_sysbios_heaps_HeapMem_getStats__E                                      
    1001b251  ti_sysbios_knl_Mailbox_Module_startup__E                                  
    1001b299  ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E                          
    1001b2dd  ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E                           
    1001b321  ti_sysbios_knl_Swi_post__E                                                
    1001b365  ti_sysbios_knl_Task_allBlockedFunction__I                                 
    1001b3a9  ti_sysbios_knl_Task_yield__E                                              
    1001b3ed  ti_sysbios_knl_Clock_create                                               
    1001b429  ti_sysbios_knl_Task_exit__E                                               
    1001b463  ti_sysbios_gates_GateHwi_Instance_init__E                                 
    1001b465  ti_sysbios_family_arm_m3_Hwi_getStackInfo__E                              
    1001b49d  ti_sysbios_family_arm_m3_TaskSupport_start__E                             
    1001b4d5  ti_sysbios_heaps_HeapMem_Instance_init__E                                 
    1001b50d  ti_sysbios_knl_Clock_Instance_init__E                                     
    1001b545  ti_sysbios_heaps_HeapMem_init__I                                          
    1001b579  ti_sysbios_knl_Clock_construct                                            
    1001b5ad  ti_sysbios_knl_Semaphore_create                                           
    1001b5e1  ti_sysbios_knl_Swi_restore__E                                             
    1001b615  ti_sysbios_knl_Task_blockI__E                                             
    1001b649  ti_sysbios_gates_GateMutex_Object__create__S                              
    1001b679  ti_sysbios_gates_GateMutex_create                                         
    1001b6a9  ti_sysbios_gates_GateMutex_enter__E                                       
    1001b6d9  ti_sysbios_knl_Clock_getTicks__E                                          
    1001b709  ti_sysbios_knl_Semaphore_construct                                        
    1001b739  ti_sysbios_knl_Task_processVitalTaskFlag__I                               
    1001b769  ti_sysbios_family_arm_cc26xx_Timer_postInit__I                            
    1001b795  ti_sysbios_family_arm_cc26xx_Timer_startup__E                             
    1001b795  ti_sysbios_knl_Clock_TimerProxy_startup__E                                
    1001b7c1  ti_sysbios_family_arm_m3_Hwi_Object__get__S                               
    1001b7ed  ti_sysbios_gates_GateMutex_construct                                      
    1001b819  ti_sysbios_hal_Hwi_initStack                                              
    1001b845  ti_sysbios_heaps_HeapMem_Object__create__S                                
    1001b871  ti_sysbios_heaps_HeapMem_Object__get__S                                   
    1001b89d  ti_sysbios_knl_Mailbox_Object__get__S                                     
    1001b8c9  ti_sysbios_knl_Mailbox_postInit__I                                        
    1001b8f5  ti_sysbios_knl_Queue_construct                                            
    1001b921  ti_sysbios_knl_Queue_create                                               
    1001b94d  ti_sysbios_knl_Semaphore_pendTimeout__I                                   
    1001b979  ti_sysbios_knl_Swi_Object__get__S                                         
    1001b9a5  ti_sysbios_knl_Task_unblockI__E                                           
    1001b9d1  ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E                   
    1001b9d1  xdc_runtime_Timestamp_SupportProxy_get64__E                               
    1001b9d1  xdc_runtime_Timestamp_get64__E                                            
    1001b9f9  ti_sysbios_hal_Hwi_Instance_init__E                                       
    1001ba21  ti_sysbios_knl_Clock_addI__E                                              
    1001ba49  ti_sysbios_knl_Task_restore__E                                            
    1001ba71  ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E                      
    1001ba95  ti_sysbios_gates_GateHwi_Object__create__S                                
    1001bab9  ti_sysbios_BIOS_RtsGateProxy_Object__delete__S                            
    1001bab9  ti_sysbios_gates_GateMutex_Object__delete__S                              
    1001bab9  ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__delete__S               
    1001badd  ti_sysbios_knl_Clock_Object__delete__S                                    
    1001bb01  ti_sysbios_knl_Semaphore_Instance_init__E                                 
    1001bb25  ti_sysbios_knl_Semaphore_Object__delete__S                                
    1001bb49  ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__S                 
    1001bb69  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E          
    1001bb89  ti_sysbios_family_arm_m3_Hwi_Module__startupDone__S                       
    1001bba9  ti_sysbios_family_arm_m3_Hwi_Object__delete__S                            
    1001bba9  ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S                             
    1001bbc9  ti_sysbios_family_arm_m3_Hwi_excHandler__I                                
    1001bbe9  ti_sysbios_gates_GateHwi_Handle__label__S                                 
    1001bbe9  xdc_runtime_System_Module_GateProxy_Handle__label__S                      
    1001bc09  ti_sysbios_gates_GateHwi_Object__delete__S                                
    1001bc09  xdc_runtime_System_Module_GateProxy_Object__delete__S                     
    1001bc29  ti_sysbios_BIOS_RtsGateProxy_Handle__label__S                             
    1001bc29  ti_sysbios_gates_GateMutex_Handle__label__S                               
    1001bc29  ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S                
    1001bc49  ti_sysbios_gates_GateMutex_Object__destruct__S                            
    1001bc69  ti_sysbios_hal_Hwi_Object__delete__S                                      
    1001bc89  ti_sysbios_heaps_HeapMem_Handle__label__S                                 
    1001bc89  xdc_runtime_Memory_HeapProxy_Handle__label__S                             
    1001bca9  ti_sysbios_heaps_HeapMem_Object__delete__S                                
    1001bca9  xdc_runtime_Memory_HeapProxy_Object__delete__S                            
    1001bcc9  ti_sysbios_knl_Clock_Module_startup__E                                    
    1001bce9  ti_sysbios_knl_Clock_Object__destruct__S                                  
    1001bd09  ti_sysbios_knl_Idle_run__E                                                
    1001bd29  ti_sysbios_knl_Mailbox_Object__delete__S                                  
    1001bd49  ti_sysbios_knl_Queue_Object__delete__S                                    
    1001bd69  ti_sysbios_knl_Queue_Object__get__S                                       
    1001bd89  ti_sysbios_knl_Semaphore_Object__destruct__S                              
    1001bda9  ti_sysbios_knl_Swi_Object__delete__S                                      
    1001bdc9  ti_sysbios_knl_Task_Object__delete__S                                     
    1001bde9  ti_sysbios_knl_Task_Object__get__S                                        
    1001be09  ti_sysbios_knl_Task_enter__I                                              
    1001be29  ti_sysbios_knl_Task_restoreHwi__E                                         
    1001be49  ti_sysbios_hal_Hwi_HwiProxy_create                                        
    1001be67  ti_sysbios_knl_Clock_logTick__E                                           
    1001be69  ti_sysbios_family_arm_m3_Hwi_Object__destruct__S                          
    1001be85  ti_sysbios_family_arm_m3_Hwi_setPriority__E                               
    1001bea1  ti_sysbios_gates_GateMutex_Instance_init__E                               
    1001bebd  ti_sysbios_knl_Clock_scheduleNextTick__E                                  
    1001bed9  ti_sysbios_knl_Mailbox_Object__destruct__S                                
    1001bef5  ti_sysbios_knl_Queue_Object__destruct__S                                  
    1001bf11  ti_sysbios_knl_Queue_get__E                                               
    1001bf2d  ti_sysbios_knl_Queue_put__E                                               
    1001bf49  ti_sysbios_knl_Swi_Object__destruct__S                                    
    1001bf65  ti_sysbios_knl_Task_Object__destruct__S                                   
    1001bf81  ti_sysbios_knl_Task_sleepTimeout__I                                       
    1001bf9b  ti_sysbios_knl_Swi_Instance_finalize__E                                   
    1001bf9d  ti_sysbios_gates_GateMutex_leave__E                                       
    1001bfb5  ti_sysbios_knl_Task_unblock__E                                            
    1001bfcd  ti_sysbios_knl_Clock_Instance_finalize__E                                 
    1001bfe3  ti_sysbios_knl_Clock_start__E                                             
    1001bff9  ti_sysbios_BIOS_getCpuFreq__E                                             
    1001c00d  ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E                       
    1001c021  ti_sysbios_hal_Hwi_Module_startup__E                                      
    1001c035  ti_sysbios_BIOS_exit__E                                                   
    1001c045  ti_sysbios_BIOS_setThreadType__E                                          
    1001c055  ti_sysbios_BIOS_start__E                                                  
    1001c065  ti_sysbios_family_arm_m3_Hwi_plug__E                                      
    1001c075  ti_sysbios_gates_GateMutex_Instance_finalize__E                           
    1001c085  ti_sysbios_hal_Hwi_HwiProxy_Object__create__S                             
    1001c095  ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E                         
    1001c0a5  ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E                            
    1001c0b5  ti_sysbios_knl_Clock_TimerProxy_setNextTick__E                            
    1001c0c5  ti_sysbios_knl_Semaphore_Instance_finalize__E                             
    1001c0d5  ti_sysbios_knl_Swi_disable__E                                             
    1001c0e5  ti_sysbios_knl_Swi_enabled__E                                             
    1001c0f5  ti_sysbios_knl_Task_disable__E                                            
    1001c105  ti_sysbios_heaps_HeapMem_restore__E                                       
    1001c113  ti_sysbios_knl_Queue_empty__E                                             
    1001c121  ti_sysbios_knl_Queue_remove__E                                            
    1001c12f  ti_sysbios_family_arm_cc26xx_TimestampProvider_getFreq__E                 
    1001c12f  xdc_runtime_Timestamp_SupportProxy_getFreq__E                             
    1001c12f  xdc_runtime_Timestamp_getFreq__E                                          
    1001c13d  ti_sysbios_family_arm_m3_Hwi_Params__init__S                              
    1001c13d  ti_sysbios_hal_Hwi_HwiProxy_Params__init__S                               
    1001c149  ti_sysbios_family_arm_m3_Hwi_disableFxn__E                                
    1001c155  ti_sysbios_family_arm_m3_Hwi_enableFxn__E                                 
    1001c161  ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E                 
    1001c16d  ti_sysbios_gates_GateHwi_enter__E                                         
    1001c179  ti_sysbios_BIOS_RtsGateProxy_Params__init__S                              
    1001c179  ti_sysbios_gates_GateMutex_Params__init__S                                
    1001c179  ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S                 
    1001c185  ti_sysbios_knl_Clock_Params__init__S                                      
    1001c191  ti_sysbios_knl_Clock_getTimerHandle__E                                    
    1001c19d  ti_sysbios_knl_Mailbox_Params__init__S                                    
    1001c1a9  ti_sysbios_knl_Queue_dequeue__E                                           
    1001c1b5  ti_sysbios_knl_Queue_enqueue__E                                           
    1001c1c1  ti_sysbios_knl_Semaphore_Params__init__S                                  
    1001c1cd  ti_sysbios_knl_Swi_Params__init__S                                        
    1001c1d9  ti_sysbios_knl_Task_Params__init__S                                       
    1001c1e5  ti_sysbios_knl_Task_self__E                                               
    1001c1f1  ti_sysbios_hal_Hwi_Instance_finalize__E                                   
    1001c1fb  ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I                              
    1001c203  ti_sysbios_family_arm_m3_Hwi_startup__E                                   
    1001c20b  ti_sysbios_knl_Idle_loop__E                                               
    1001c213  ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I                             
    1001c219  ti_sysbios_family_arm_m3_Hwi_restoreFxn__E                                
    1001c21f  ti_sysbios_gates_GateHwi_leave__E                                         
    1001c22b  ti_sysbios_knl_Queue_Instance_init__E                                     
    1001c231  ti_sysbios_knl_Queue_elemClear__E                                         
    1001c237  ti_sysbios_knl_Swi_Module_startup__E                                      
    1001c23d  ti_sysbios_knl_Swi_startup__E                                             
    1001c243  ti_sysbios_knl_Task_enable__E                                             
    1001c249  ti_sysbios_BIOS_RtsGateProxy_enter__E                                     
    1001c24d  ti_sysbios_BIOS_RtsGateProxy_leave__E                                     
    1001c251  ti_sysbios_family_arm_cc26xx_Timer_getExpiredTicks__E                     
    1001c255  ti_sysbios_family_arm_cc26xx_Timer_getPeriod__E                           
    1001c259  ti_sysbios_family_arm_cc26xx_Timer_setPeriod__E                           
    1001c25d  ti_sysbios_family_arm_m3_Hwi_delete                                       
    1001c261  ti_sysbios_family_arm_m3_Hwi_destruct                                     
    1001c265  ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S               
    1001c269  ti_sysbios_gates_GateHwi_query__E                                         
    1001c269  xdc_runtime_System_Module_GateProxy_query__E                              
    1001c26d  ti_sysbios_gates_GateMutex_delete                                         
    1001c271  ti_sysbios_gates_GateMutex_destruct                                       
    1001c275  ti_sysbios_BIOS_RtsGateProxy_query__E                                     
    1001c275  ti_sysbios_gates_GateMutex_query__E                                       
    1001c275  ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E                        
    1001c279  ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S                        
    1001c27d  ti_sysbios_hal_Hwi_HwiProxy_delete                                        
    1001c281  ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E                           
    1001c281  ti_sysbios_hal_Hwi_disableInterrupt__E                                    
    1001c285  ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E                            
    1001c285  ti_sysbios_hal_Hwi_enableInterrupt__E                                     
    1001c289  ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E                               
    1001c289  ti_sysbios_hal_Hwi_getStackInfo__E                                        
    1001c28d  ti_sysbios_hal_Hwi_HwiProxy_startup__E                                    
    1001c28d  ti_sysbios_hal_Hwi_startup__E                                             
    1001c291  ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E                        
    1001c295  ti_sysbios_hal_Hwi_delete                                                 
    1001c299  ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
    1001c29d  ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E                        
    1001c2a1  ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E                        
    1001c2a5  ti_sysbios_heaps_HeapMem_isBlocking__E                                    
    1001c2a9  ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S                    
    1001c2ad  ti_sysbios_knl_Clock_TimerProxy_getExpiredTicks__E                        
    1001c2b1  ti_sysbios_knl_Clock_TimerProxy_getPeriod__E                              
    1001c2b5  ti_sysbios_knl_Clock_delete                                               
    1001c2b9  ti_sysbios_knl_Clock_destruct                                             
    1001c2bd  ti_sysbios_knl_Clock_removeI__E                                           
    1001c2c1  ti_sysbios_knl_Clock_setTimeout__E                                        
    1001c2c5  ti_sysbios_knl_Mailbox_delete                                             
    1001c2c9  ti_sysbios_knl_Mailbox_destruct                                           
    1001c2cd  ti_sysbios_knl_Queue_delete                                               
    1001c2d1  ti_sysbios_knl_Queue_destruct                                             
    1001c2d5  ti_sysbios_knl_Queue_head__E                                              
    1001c2d9  ti_sysbios_knl_Queue_next__E                                              
    1001c2dd  ti_sysbios_knl_Semaphore_delete                                           
    1001c2e1  ti_sysbios_knl_Semaphore_destruct                                         
    1001c2e5  ti_sysbios_knl_Swi_delete                                                 
    1001c2e9  ti_sysbios_knl_Swi_destruct                                               
    1001c2ed  ti_sysbios_knl_Swi_postInit__I                                            
    1001c2f1  ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S                   
    1001c2f5  ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E                     
    1001c2f9  ti_sysbios_knl_Task_SupportProxy_start__E                                 
    1001c2fd  ti_sysbios_knl_Task_SupportProxy_swap__E                                  
    1001c301  ti_sysbios_knl_Task_delete                                                
    1001c305  ti_sysbios_knl_Task_destruct                                              
    1001c309  ti_sysbios_knl_Task_startup__E                                            
    1001c30d  xdc_runtime_Startup_startMods__I                                          
    1001c405  xdc_runtime_Core_createObject__I                                          
    1001c487  xdc_runtime_Error_policySpin__E                                           
    1001c489  xdc_runtime_Memory_alloc__E                                               
    1001c4f9  xdc_runtime_Core_deleteObject__I                                          
    1001c559  xdc_runtime_Startup_exec__E                                               
    1001c5a9  xdc_runtime_Assert_raise__I                                               
    1001c5f1  xdc_runtime_Core_assignParams__I                                          
    1001c639  xdc_runtime_Core_constructObject__I                                       
    1001c681  xdc_runtime_System_atexit__E                                              
    1001c6b9  xdc_runtime_System_processAtExit__E                                       
    1001c6ed  xdc_runtime_Core_assignLabel__I                                           
    1001c71d  xdc_runtime_Text_cordText__E                                              
    1001c749  xdc_runtime_System_abort__E                                               
    1001c769  xdc_runtime_Error_raiseX__E                                               
    1001c785  xdc_runtime_Memory_valloc__E                                              
    1001c7a1  xdc_runtime_Core_destructObject__I                                        
    1001c7b9  xdc_runtime_Error_check__E                                                
    1001c7d1  xdc_runtime_System_exit__E                                                
    1001c7e9  xdc_runtime_Text_ropeText__E                                              
    1001c801  xdc_runtime_Memory_free__E                                                
    1001c811  xdc_runtime_SysCallback_abort__E                                          
    1001c821  xdc_runtime_SysCallback_exit__E                                           
    1001c831  xdc_runtime_Timestamp_SupportProxy_get32__E                               
    1001c831  xdc_runtime_Timestamp_get32__E                                            
    1001c841  xdc_runtime_Error_init__E                                                 
    1001c84d  xdc_runtime_Memory_calloc__E                                              
    1001c859  xdc_runtime_Memory_getMaxDefaultTypeAlign__E                              
    1001c879  xdc_runtime_Gate_leaveSystem__E                                           
    1001c87f  xdc_runtime_System_Module_startup__E                                      
    1001c885  xdc_runtime_Gate_enterSystem__E                                           
    1001c889  xdc_runtime_Memory_HeapProxy_alloc__E                                     
    1001c88d  xdc_runtime_Memory_HeapProxy_free__E                                      
    1001c891  xdc_runtime_System_Module_GateProxy_enter__E                              
    1001c895  xdc_runtime_System_Module_GateProxy_leave__E                              
    1001c899  xdc_runtime_System_abortSpin__E                                           
    1001c89b  xdc_runtime_System_exitSpin__E                                            
    1001c89d  ti_sysbios_family_arm_m3_Hwi_dispatch__I                                  
    1001c96d  ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack                       
    1001c9b9  ti_sysbios_family_arm_m3_Hwi_initStacks__E                                
    1001ca01  ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I                             
    1001ca21  ti_sysbios_family_xxx_Hwi_switchAndRunFunc                                
    1001ca3f  ti_sysbios_family_arm_m3_Hwi_pendSV__I                                    
    1001ca57  ti_sysbios_family_arm_m3_Hwi_return                                       
    1001ca59  ti_sysbios_family_arm_m3_TaskSupport_glue                                 
    1001ca69  ti_sysbios_family_arm_m3_TaskSupport_swap__E                              
    1001ca71  ti_sysbios_knl_Task_swapReturn                                            
    1001ca9b  ti_sysbios_rom_cortexm_cc26xx_CC26xx_getRevision__E                       
    20000000  ti_sysbios_family_arm_m3_Hwi_ramVectors                                   
    20000100  ti_sysbios_knl_Task_Module__state__V                                      
    20000144  ti_sysbios_family_arm_m3_Hwi_Module__state__V                             
    20000148  linkDBNumConns                                                            
    20000178  ti_sysbios_knl_Clock_Module__state__V                                     
    200001a4  ti_sysbios_BIOS_Module__state__V                                          
    200001c8  ti_sysbios_knl_Swi_Module__state__V                                       
    200001e4  ti_sysbios_family_arm_cc26xx_Timer_Module__state__V                       
    200001ec  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V           
    200001f0  xdc_runtime_Startup_Module__state__V                                      
    200001f8  xdc_runtime_System_Module__state__V                                       
    20000200  xdc_runtime_Memory_Module__state__V                                       
    2000025c  gapRoleTask                                                               
    200002ac  gapRoleTaskStack                                                          
    200004cc  dispHandle                                                                
    20000570  sbpTask                                                                   
    200005c0  sbpTaskStack                                                              
    20000ef4  PowerCC26XX_module                                                        
    20001004  ti_sysbios_family_arm_cc26xx_Timer_Module__root__V                        
    2000100c  ti_sysbios_family_arm_m3_Hwi_Module__root__V                              
    20001014  ti_sysbios_family_arm_m3_Hwi_Object__table__V                             
    2000102c  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A                  
    20001030  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A                 
    20001034  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A                   
    20001038  ti_sysbios_gates_GateHwi_Module__root__V                                  
    20001040  ti_sysbios_gates_GateHwi_Object__table__V                                 
    20001044  ti_sysbios_gates_GateMutex_Module__root__V                                
    2000104c  ti_sysbios_hal_Hwi_Module__root__V                                        
    20001054  ti_sysbios_heaps_HeapMem_Module__root__V                                  
    2000105c  ti_sysbios_knl_Clock_Module__root__V                                      
    20001064  ti_sysbios_knl_Clock_Object__table__V                                     
    20001084  ti_sysbios_knl_Event_Module__root__V                                      
    2000108c  ti_sysbios_knl_Mailbox_Module__root__V                                    
    20001094  ti_sysbios_knl_Queue_Module__root__V                                      
    2000109c  ti_sysbios_knl_Semaphore_Module__root__V                                  
    200010a4  ti_sysbios_knl_Swi_Module__root__V                                        
    200010ac  ti_sysbios_knl_Task_Module__root__V                                       
    200010b4  ti_sysbios_knl_Task_Module_State_0_idleTask__A                            
    200010b8  xdc_runtime_HeapMin_Module__root__V                                       
    200010c0  xdc_runtime_HeapMin_Object__table__V                                      
    200010d0  __xdc__init__addr                                                         
    200010d4  ICall_dispatcher                                                          
    200010dc  ICall_enterCriticalSection                                                
    200010e0  ICall_leaveCriticalSection                                                
    200010f8  HEAPMGR_SIZE                                                              
    200011d4  rfRegTbl                                                                  
    2000122c  ti_sysbios_knl_Task_Object__table__V                                      
    20001278  ti_sysbios_family_arm_cc26xx_Timer_Object__table__V                       
    200012c0  ti_sysbios_gates_GateMutex_Object__table__V                               
    200012f8  ti_sysbios_knl_Swi_Module_State_0_readyQ__A                               
    20001328  ti_sysbios_knl_Swi_Object__table__V                                       
    20001358  ti_sysbios_knl_Task_Module_State_0_readyQ__A                              
    20001388  user0Cfg                                                                  
    200013cc  lastAppOpcodeSent                                                         
    200013d0  pfnBMAlloc                                                                
    200013d4  pfnBMFree                                                                 
    200013e0  _lock                                                                     
    200013e4  _unlock                                                                   
    200013e8  __TI_cleanup_ptr                                                          
    200013ec  __TI_dtors_ptr                                                            
    200013f0  xdc_runtime_Registry_Module__state__V                                     
    200013f8  appAssertCback                                                            
    200013fc  main_func_sp                                                              
    20001408  xdc_runtime_HeapMin_Instance_State_0_buf__A                               
    20001a90  ti_sysbios_knl_Task_Instance_State_0_stack__A                             
    20001c90  spiCC26XXDMAObjects                                                       
    20001e48  PIN_NumPins                                                               
    20001edc  PIN_HandleTable                                                           
    20001f58  ti_sysbios_family_arm_m3_Hwi_dispatchTable                                
    20002020  udmaObjects                                                               
    2000205c  trngCC26XXObjects                                                         
    20002061  driverlib_release_0_47020                                                 
    20002062  heapStart                                                                 
    20004118  __stack                                                                   
    20004118  heapEnd                                                                   
    20004318  __STACK_END                                                               
    20004318  __STACK_TOP                                                               
    20004f2c  A4_rw                                                                     
    20004f2c  COMMON_RAM_BASE_ADDR                                                      
    20004f40  P2_rw                                                                     
    20004f40  P2_s0                                                                     
    20004f40  eccRom_windowSize                                                         
    20004f44  eccRom_workzone                                                           
    20004f48  eccRom_param_p                                                            
    20004f4c  eccRom_param_r                                                            
    20004f50  eccRom_param_a                                                            
    20004f54  inScalar                                                                  
    20004f58  inPointX                                                                  
    20004f5c  inPointY                                                                  
    20004f60  outPointX                                                                 
    20004f64  outPointY                                                                 
    20004f68  SCAL                                                                      
    20004f6c  EXPX                                                                      
    20004f70  EXPY                                                                      
    20004f74  EXPZ                                                                      
    20004f78  EXPW                                                                      
    20004f7c  ACCX                                                                      
    20004f80  ACCY                                                                      
    20004f84  ACCZ                                                                      
    20004f88  TMP1                                                                      
    20004f8c  TMP2                                                                      
    20004f90  TMP3                                                                      
    20004f94  TMP4                                                                      
    20004f98  TMP5                                                                      
    20004f9c  TMP6                                                                      
    20004fa0  eccRom_param_Gx                                                           
    20004fa4  eccRom_param_Gy                                                           
    20004fa8  eccRom_param_b                                                            
    20004fac  P2_zi                                                                     
    20004fac  ratChanInfo                                                               
    20004fcc  fwInfoCmd                                                                 
    20004fd8  MSBMOD                                                                    
    20004fdc  aux64                                                                     
    20004fe4  MOD                                                                       
    20004fe8  LEN                                                                       
    20004ffc  pSspAesEncrypt_Sw                                                         
    e000e000  ti_sysbios_family_arm_m3_Hwi_nvic                                         
    ffffffff  __binit__                                                                 
    ffffffff  __c_args__                                                                
    ffffffff  binit                                                                     
    UNDEFED   HwiP_restore                                                              
    UNDEFED   SHT$$INIT_ARRAY$$Base                                                     
    UNDEFED   SHT$$INIT_ARRAY$$Limit                                                    
    UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Handle__label__S__mangled__                  
    UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Object__delete__S__mangled__                 
    UNDEFED   ti_sysbios_BIOS_RtsGateProxy_Params__init__S__mangled__                   
    UNDEFED   ti_sysbios_BIOS_RtsGateProxy_query__E__mangled__                          
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S__mangled__             
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S__mangled__                  
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_Params__init__S__mangled__                    
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E__mangled__                
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E__mangled__                 
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E__mangled__                    
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_startup__E__mangled__                         
    UNDEFED   ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E__mangled__             
    UNDEFED   ti_sysbios_hal_Hwi_disableInterrupt__E                                    
    UNDEFED   ti_sysbios_hal_Hwi_enableInterrupt__E                                     
    UNDEFED   ti_sysbios_hal_Hwi_getStackInfo__E                                        
    UNDEFED   ti_sysbios_hal_Hwi_startup__E                                             
    UNDEFED   ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
    UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S__mangled__     
    UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__delete__S__mangled__    
    UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S__mangled__      
    UNDEFED   ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E__mangled__             
    UNDEFED   ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S__mangled__         
    UNDEFED   ti_sysbios_knl_Clock_TimerProxy_startup__E__mangled__                     
    UNDEFED   ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S__mangled__        
    UNDEFED   ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E__mangled__          
    UNDEFED   ti_sysbios_knl_Task_SupportProxy_start__E__mangled__                      
    UNDEFED   ti_sysbios_knl_Task_SupportProxy_swap__E__mangled__                       
    UNDEFED   xdc_runtime_Main_Module_GateProxy_Handle__label__S                        
    UNDEFED   xdc_runtime_Main_Module_GateProxy_Object__delete__S                       
    UNDEFED   xdc_runtime_Main_Module_GateProxy_query__E                                
    UNDEFED   xdc_runtime_Memory_HeapProxy_Handle__label__S__mangled__                  
    UNDEFED   xdc_runtime_Memory_HeapProxy_Object__delete__S__mangled__                 
    UNDEFED   xdc_runtime_System_Module_GateProxy_Handle__label__S__mangled__           
    UNDEFED   xdc_runtime_System_Module_GateProxy_Object__delete__S__mangled__          
    UNDEFED   xdc_runtime_System_Module_GateProxy_query__E__mangled__                   
    UNDEFED   xdc_runtime_System_SupportProxy_abort__E                                  
    UNDEFED   xdc_runtime_System_SupportProxy_exit__E                                   
    UNDEFED   xdc_runtime_Timestamp_SupportProxy_get64__E__mangled__                    
    UNDEFED   xdc_runtime_Timestamp_SupportProxy_getFreq__E__mangled__                  
    UNDEFED   xdc_runtime_Timestamp_get32__E                                            
    UNDEFED   xdc_runtime_Timestamp_get64__E                                            
    UNDEFED   xdc_runtime_Timestamp_getFreq__E                                          
    
    [1155 symbols]
    

    生成日志->

    **** Clean-only build of configuration FlashOnly_OAD_ExtFlash for project simple_peripheral_cc2650lp_app_STACK_IN_ROM ****
    
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 8 clean -O 
     
    DEL /F  "simple_peripheral_cc2650lp_app_STACK_IN_ROM.hex"  "configPkg\linker.cmd" "configPkg\compiler.opt"  "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" 
    RMDIR /S/Q  "configPkg\" 
    DEL /F "Application\simple_peripheral.obj" "Application\util.obj" "Drivers\Display\Display.obj" "Drivers\Display\DisplayDogm1286.obj" "Drivers\Display\DisplayUART.obj" "Drivers\ECC\ECCROMCC26XX.obj" "Drivers\PIN\PINCC26XX.obj" "Drivers\RF\RFCC26XX_singleMode.obj" "Drivers\SPI\SPI.obj" "Drivers\SPI\SPICC26XXDMA.obj" "Drivers\TRNG\TRNGCC26XX.obj" "Drivers\UART\UART.obj" "Drivers\UART\UARTCC26XX.obj" "Drivers\UDMA\UDMACC26XX.obj" "ICall\icall.obj" "ICall\icall_cc2650.obj" "ICallBLE\ble_user_config.obj" "ICallBLE\icall_api.obj" "Middleware\extflash\ExtFlash.obj" "PROFILES\devinfoservice.obj" "PROFILES\gatt_uuid.obj" "PROFILES\gattservapp_util.obj" "PROFILES\oad.obj" "PROFILES\oad_target_external_flash.obj" "PROFILES\peripheral.obj" "PROFILES\simple_gatt_profile.obj" "Startup\board.obj" "Startup\ccfg_app_ble.obj" "Startup\main.obj" 
    DEL /F "Application\simple_peripheral.d" "Application\util.d" "Drivers\Display\Display.d" "Drivers\Display\DisplayDogm1286.d" "Drivers\Display\DisplayUART.d" "Drivers\ECC\ECCROMCC26XX.d" "Drivers\PIN\PINCC26XX.d" "Drivers\RF\RFCC26XX_singleMode.d" "Drivers\SPI\SPI.d" "Drivers\SPI\SPICC26XXDMA.d" "Drivers\TRNG\TRNGCC26XX.d" "Drivers\UART\UART.d" "Drivers\UART\UARTCC26XX.d" "Drivers\UDMA\UDMACC26XX.d" "ICall\icall.d" "ICall\icall_cc2650.d" "ICallBLE\ble_user_config.d" "ICallBLE\icall_api.d" "Middleware\extflash\ExtFlash.d" "PROFILES\devinfoservice.d" "PROFILES\gatt_uuid.d" "PROFILES\gattservapp_util.d" "PROFILES\oad.d" "PROFILES\oad_target_external_flash.d" "PROFILES\peripheral.d" "PROFILES\simple_gatt_profile.d" "Startup\board.d" "Startup\ccfg_app_ble.d" "Startup\main.d" 
    Could Not Find C:\Users\SuperUs\workspace_v7\simple_peripheral_cc2650lp_app_STACK_IN_ROM\FlashOnly_OAD_ExtFlash\simple_peripheral_cc2650lp_app_STACK_IN_ROM.hex
    Could Not Find C:\Users\SuperUs\workspace_v7\simple_peripheral_cc2650lp_app_STACK_IN_ROM\FlashOnly_OAD_ExtFlash\simple_peripheral_cc2650lp_app_STACK_IN_ROM.out
    'Finished clean'
     
    
    **** Build Finished ****
    
    **** Build of configuration FlashOnly_OAD_ExtFlash for project simple_peripheral_cc2650lp_app_STACK_IN_ROM ****
    
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 8 all -O 
     
    'Building file: "../TOOLS/app_ble.cfg"'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_32_02_25_core/xs" --xdcpath="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/packages;C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/tidrivers_cc13xx_cc26xx_2_21_01_01/packages;C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/bios_6_46_01_38/packages;C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/uia_2_01_00_01/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640F128 -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6" --cfgArgs "NO_ROM=1,OAD_IMG_E=1" --compileOptions "-mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path=\"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/target\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc\" --include_path=\"C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom\" --include_path=\"C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272\" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on " "../TOOLS/app_ble.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring app_ble.xem3 from package/cfg/app_ble_pem3.cfg ...
    generating custom ROM library makefile ... 
    Starting build of library sources ...
    making C:/Users/SuperUs/workspace_v7/simple_peripheral_cc2650lp_app_STACK_IN_ROM/TOOLS/src/sysbios/rom_sysbios.aem3 ...
    gmake[1]: Entering directory `C:/Users/SuperUs/workspace_v7/simple_peripheral_cc2650lp_app_STACK_IN_ROM/TOOLS/src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `C:/Users/SuperUs/workspace_v7/simple_peripheral_cc2650lp_app_STACK_IN_ROM/TOOLS/src/sysbios'
    Build of libraries done.
    clem3 package/cfg/app_ble_pem3.c ...
    'Finished building: "../TOOLS/app_ble.cfg"'
     
    'Building file: "../Drivers/Display/Display.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/Display/Display.d_raw" --obj_directory="Drivers/Display" --cmd_file="configPkg/compiler.opt" "../Drivers/Display/Display.c"
    'Finished building: "../Drivers/Display/Display.c"'
     
    'Building file: "../Drivers/Display/DisplayUART.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/Display/DisplayUART.d_raw" --obj_directory="Drivers/Display" --cmd_file="configPkg/compiler.opt" "../Drivers/Display/DisplayUART.c"
    'Finished building: "../Drivers/Display/DisplayUART.c"'
     
    'Building file: "../Drivers/SPI/SPI.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/SPI/SPI.d_raw" --obj_directory="Drivers/SPI" --cmd_file="configPkg/compiler.opt" "../Drivers/SPI/SPI.c"
    'Finished building: "../Drivers/SPI/SPI.c"'
     
    'Building file: "../Application/util.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Application/util.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "../Application/util.c"
    'Finished building: "../Application/util.c"'
     
    'Building file: "../Drivers/Display/DisplayDogm1286.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/Display/DisplayDogm1286.d_raw" --obj_directory="Drivers/Display" --cmd_file="configPkg/compiler.opt" "../Drivers/Display/DisplayDogm1286.c"
    'Finished building: "../Drivers/Display/DisplayDogm1286.c"'
     
    'Building file: "../Drivers/ECC/ECCROMCC26XX.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/ECC/ECCROMCC26XX.d_raw" --obj_directory="Drivers/ECC" --cmd_file="configPkg/compiler.opt" "../Drivers/ECC/ECCROMCC26XX.c"
    'Finished building: "../Drivers/ECC/ECCROMCC26XX.c"'
     
    'Building file: "../Application/simple_peripheral.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Application/simple_peripheral.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "../Application/simple_peripheral.c"
    'Finished building: "../Application/simple_peripheral.c"'
     
    'Building file: "../Drivers/UART/UART.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/UART/UART.d_raw" --obj_directory="Drivers/UART" --cmd_file="configPkg/compiler.opt" "../Drivers/UART/UART.c"
    'Finished building: "../Drivers/UART/UART.c"'
     
    'Building file: "../Drivers/PIN/PINCC26XX.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/PIN/PINCC26XX.d_raw" --obj_directory="Drivers/PIN" --cmd_file="configPkg/compiler.opt" "../Drivers/PIN/PINCC26XX.c"
    'Finished building: "../Drivers/PIN/PINCC26XX.c"'
     
    'Building file: "../Drivers/TRNG/TRNGCC26XX.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/TRNG/TRNGCC26XX.d_raw" --obj_directory="Drivers/TRNG" --cmd_file="configPkg/compiler.opt" "../Drivers/TRNG/TRNGCC26XX.c"
    'Finished building: "../Drivers/TRNG/TRNGCC26XX.c"'
     
    'Building file: "../Drivers/UDMA/UDMACC26XX.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/UDMA/UDMACC26XX.d_raw" --obj_directory="Drivers/UDMA" --cmd_file="configPkg/compiler.opt" "../Drivers/UDMA/UDMACC26XX.c"
    'Finished building: "../Drivers/UDMA/UDMACC26XX.c"'
     
    'Building file: "../Drivers/RF/RFCC26XX_singleMode.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/RF/RFCC26XX_singleMode.d_raw" --obj_directory="Drivers/RF" --cmd_file="configPkg/compiler.opt" "../Drivers/RF/RFCC26XX_singleMode.c"
    'Finished building: "../Drivers/RF/RFCC26XX_singleMode.c"'
     
    'Building file: "../ICall/icall_cc2650.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICall/icall_cc2650.d_raw" --obj_directory="ICall" --cmd_file="configPkg/compiler.opt" "../ICall/icall_cc2650.c"
    'Finished building: "../ICall/icall_cc2650.c"'
     
    'Building file: "../Drivers/SPI/SPICC26XXDMA.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/SPI/SPICC26XXDMA.d_raw" --obj_directory="Drivers/SPI" --cmd_file="configPkg/compiler.opt" "../Drivers/SPI/SPICC26XXDMA.c"
    'Finished building: "../Drivers/SPI/SPICC26XXDMA.c"'
     
    'Building file: "../Drivers/UART/UARTCC26XX.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/UART/UARTCC26XX.d_raw" --obj_directory="Drivers/UART" --cmd_file="configPkg/compiler.opt" "../Drivers/UART/UARTCC26XX.c"
    'Finished building: "../Drivers/UART/UARTCC26XX.c"'
     
    'Building file: "../ICallBLE/ble_user_config.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICallBLE/ble_user_config.d_raw" --obj_directory="ICallBLE" --cmd_file="configPkg/compiler.opt" "../ICallBLE/ble_user_config.c"
    'Finished building: "../ICallBLE/ble_user_config.c"'
     
    'Building file: "../PROFILES/gatt_uuid.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/gatt_uuid.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/gatt_uuid.c"
    'Finished building: "../PROFILES/gatt_uuid.c"'
     
    'Building file: "../PROFILES/devinfoservice.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/devinfoservice.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/devinfoservice.c"
    'Finished building: "../PROFILES/devinfoservice.c"'
     
    'Building file: "../PROFILES/gattservapp_util.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/gattservapp_util.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/gattservapp_util.c"
    'Finished building: "../PROFILES/gattservapp_util.c"'
     
    'Building file: "../ICall/icall.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICall/icall.d_raw" --obj_directory="ICall" --cmd_file="configPkg/compiler.opt" "../ICall/icall.c"
    'Finished building: "../ICall/icall.c"'
     
    'Building file: "../PROFILES/oad_target_external_flash.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/oad_target_external_flash.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/oad_target_external_flash.c"
    'Finished building: "../PROFILES/oad_target_external_flash.c"'
     
    'Building file: "../Startup/ccfg_app_ble.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Startup/ccfg_app_ble.d_raw" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "../Startup/ccfg_app_ble.c"
    'Finished building: "../Startup/ccfg_app_ble.c"'
     
    'Building file: "../Middleware/extflash/ExtFlash.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Middleware/extflash/ExtFlash.d_raw" --obj_directory="Middleware/extflash" --cmd_file="configPkg/compiler.opt" "../Middleware/extflash/ExtFlash.c"
    'Finished building: "../Middleware/extflash/ExtFlash.c"'
     
    'Building file: "../PROFILES/oad.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/oad.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/oad.c"
    'Finished building: "../PROFILES/oad.c"'
     
    'Building file: "../PROFILES/simple_gatt_profile.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/simple_gatt_profile.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/simple_gatt_profile.c"
    'Finished building: "../PROFILES/simple_gatt_profile.c"'
     
    'Building file: "../Startup/main.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Startup/main.d_raw" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "../Startup/main.c"
    'Finished building: "../Startup/main.c"'
     
    'Building file: "../Startup/board.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Startup/board.d_raw" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "../Startup/board.c"
    'Finished building: "../Startup/board.c"'
     
    'Building file: "../ICallBLE/icall_api.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICallBLE/icall_api.d_raw" --obj_directory="ICallBLE" --cmd_file="configPkg/compiler.opt" "../ICallBLE/icall_api.c"
    'Finished building: "../ICallBLE/icall_api.c"'
     
    'Building file: "../PROFILES/peripheral.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/examples/simple_peripheral/cc26xx/app" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/icall/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/roles" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/dev_info" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/oad/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/profiles/simple_profile" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/heapmgr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/controller/cc26xx/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/target" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/hal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/osal/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/sdata" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/services/src/saddr" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/components/icall/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/inc" --include_path="C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom" --include_path="C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272" -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/peripheral.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/peripheral.c"
    'Finished building: "../PROFILES/peripheral.c"'
     
    'Building target: "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out"'
    'Invoking: ARM Linker'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_07_06/examples/cc2650lp/simple_peripheral/ccs/app/../../iar/stack/../../ccs/config/ccs_compiler_defines.bcfg"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 -g --c99 --gcc --define=CC2650_LAUNCHXL --define=CC26XX --define=Display_DISABLE_ALL --define=FEATURE_OAD --define=GAPROLE_TASK_STACK_SIZE=540 --define=HAL_IMAGE_E --define=HEAPMGR_SIZE=0 --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=POWER_SAVING --define=USE_ICALL --define=xHEAPMGR_SIZE=0 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --diag_warning=225 --diag_suppress=48 --diag_wrap=off --display_error_number --gen_func_subsections=on -z -m"simple_peripheral_cc2650lp_app_STACK_IN_ROM.map" --stack_size=256 --heap_size=0 -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/include" --reread_libs --diag_wrap=off --display_error_number --diag_suppress=10247-D --diag_suppress=16002-D --warn_sections --xml_link_info="simple_peripheral_cc2650lp_app_STACK_IN_ROM_linkInfo.xml" --rom_model --unused_section_elimination=on --compress_dwarf=on -o "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" "../TOOLS/ccs_linker_defines.cmd" "../TOOLS/cc26xx_app_oad.cmd" "./Application/simple_peripheral.obj" "./Application/util.obj" "./Drivers/Display/Display.obj" "./Drivers/Display/DisplayDogm1286.obj" "./Drivers/Display/DisplayUART.obj" "./Drivers/ECC/ECCROMCC26XX.obj" "./Drivers/PIN/PINCC26XX.obj" "./Drivers/RF/RFCC26XX_singleMode.obj" "./Drivers/SPI/SPI.obj" "./Drivers/SPI/SPICC26XXDMA.obj" "./Drivers/TRNG/TRNGCC26XX.obj" "./Drivers/UART/UART.obj" "./Drivers/UART/UARTCC26XX.obj" "./Drivers/UDMA/UDMACC26XX.obj" "./ICall/icall.obj" "./ICall/icall_cc2650.obj" "./ICallBLE/ble_user_config.obj" "./ICallBLE/icall_api.obj" "./Middleware/extflash/ExtFlash.obj" "./PROFILES/devinfoservice.obj" "./PROFILES/gatt_uuid.obj" "./PROFILES/gattservapp_util.obj" "./PROFILES/oad.obj" "./PROFILES/oad_target_external_flash.obj" "./PROFILES/peripheral.obj" "./PROFILES/simple_gatt_profile.obj" "./Startup/board.obj" "./Startup/ccfg_app_ble.obj" "./Startup/main.obj" -l"configPkg/linker.cmd" -llibc.a -l"C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272/driverlib/bin/ccs/driverlib.lib" -l"C:/ti/simplelink/ble_sdk_2_02_07_06/src/rom/common_rom_releases/03282014/common_rom.symbols" 
    <Linking>
    "configPkg/linker.cmd", line 596: warning #10096-D: specified address lies outside memory map
    error #10264: DEFAULT memory range overlaps existing memory range IMAGE_HEADER
    error #10264: DEFAULT memory range overlaps existing memory range FLASH
    error #10264: DEFAULT memory range overlaps existing memory range SRAM
    error #10010: errors encountered during linking; "simple_peripheral_cc2650lp_app_STACK_IN_ROM.out" not built
    
    >> Compilation failure
    makefile:200: recipe for target 'simple_peripheral_cc2650lp_app_STACK_IN_ROM.out' failed
    gmake[1]: *** [simple_peripheral_cc2650lp_app_STACK_IN_ROM.out] Error 1
    gmake[1]: Target 'secondary-outputs' not remade because of errors.
    gmake: *** [all] Error 2
    makefile:196: recipe for target 'all' failed
    
    **** Build Finished ****
    

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    我确认 ROM 在您提供的.map 文件中使用:

    10014c00  A1_rw                                                       
    10014c00  __checksum_begin_CommonROM                                  
    10014c01  COMMON_ROM_BASE_ADDR                                        
    10014c04  P1_ro                                                       
    10014c05  SCALARMUL_init                                              
    10014ced  SCALARMUL_core                                              
    10015019  SCALARMUL_final                                             
    100150e5  SCALARMUL                                                   
    10015101  SAVEPOINT                                                   
    10015141  GETBIT                                                      
    10015155  GETDIGIT                                                    
    100151a5  GETDIGITL2R                                                 
    10015215  SelectReg                                                   
    10015229  ATOMICPATTERN                                               
    100154f5  JACADD                                                      
    1001568d  INVERT                                                      
    10015821  SQUAREMULTIPLYWORD                                          
    1001588c  LUTOPCODE                                                   
    10015894  LUTOPSIGN                                                   
    100158ac  LUTC                                                        
    100158c4  LUTSE                                                       
    100158dc  LUTINCI                                                     
    100158f4  LUTJ                                                        
    1001596c  LUTSTATE                                                    
    100159a9  IMPORTLENGTH                                                
    100159ad  IMPORTMODULUS                                               
    100159d1  IMPORTOPERAND                                               
    10015a11  EXPORTOPERAND                                               
    10015a35  IMPORTDATA                                                  
    10015a51  SETOPERAND                                                  
    10015a6d  COPY                                                        
    10015a85  ZERO                                                        
    10015a91  SETWORD                                                     
    10015a9d  mSET                                                        
    10015bcd  zSET                                                        
    10015bd5  mINVK                                                       
    10015d19  zADD                                                        
    10015d5d  zSUB                                                        
    10015de9  zMACC32                                                     
    10015e69  zSUB32                                                      
    10015eb5  zADD32                                                      
    10015f0d  zMULT32                                                     
    10015f81  mMULT                                                       
    10016551  mADD                                                        
    1001664d  mSUB                                                        
    10016749  mOUT                                                        
    10016975  ssp_KeyInit_Sw                                              
    10016979  sspAesEncrypt_Sw                                            
    10016985  sspKeyExpansion_Sw                                          
    10016a99  sspAesEncryptKeyExp_Sw                                      
    10016af5  sspAesEncryptBasic_Sw                                       
    10016b79  RoundKey_Sw                                                 
    10016c29  AddRoundKeySubBytes_Sw                                      
    10016c45  ShiftRows_Sw                                                
    10016c79  MixColumns_Sw                                               
    10016d05  FFMult_Sw                                                   
    10016d29  sspAesDecrypt_Sw                                            
    10016da1  InvAddRoundKey_Sw                                           
    10016dc9  InvRoundKey_Sw                                              
    10016e8d  InvSubBytes_Sw                                              
    10016ea1  InvShiftRows_Sw                                             
    10016ed5  InvMixColumns_Sw                                            
    10016f58  FFMult2                                                     
    10017058  FFMult3                                                     
    10017158  RCon                                                        
    10017164  Sbox                                                        
    10017264  InvSbox                                                     
    10017365  SSP_CCM_Auth_Sw                                             
    100174fd  SSP_CCM_Encrypt_Sw                                          
    100175ed  SSP_CTR_Encrypt_Sw                                          
    1001767d  SSP_CCM_Decrypt_Sw                                          
    10017771  SSP_CTR_Decrypt_Sw                                          
    10017839  SSP_CCM_InvAuth_Sw                                          
    10017895  SSP_CCM_Auth_Encrypt_Sw                                     
    100178f5  SSP_CCM_InvAuth_Decrypt_Sw                                  
    10017959  ECC_allocWorkzone                                           
    10017961  ECC_setWin                                                  
    10017969  ECDSA_sign                                                  
    10017b01  ECDSA_verif                                                 
    10017dbd  eccRom_genKeys                                              
    10017ded  eccRom_genSharedSecret                                      
    10017e39  SHA256_updateW                                              
    10017e75  SHA256_round                                                
    10017ef1  SHA256_nextState                                            
    10017f49  SHA256_saveBuffer                                           
    10017ffd  SHA256_init                                                 
    10018019  SHA256_process                                              
    10018089  SHA256_final                                                
    10018129  SHA256_full                                                 
    100182ad  RFHAL_InitRfHal                                             
    10018315  RFHAL_AllocRatChan                                          
    1001833d  RFHAL_FreeRatChan                                           
    10018369  RFHAL_MapRatChansToInt                                      
    10018391  RFHAL_RegisterRatChanCallback                               
    100183b9  RFHAL_InitDataQueue                                         
    100183c5  RFHAL_QueueRFDataEntries                                    
    10018415  RFHAL_AddTxDataEntry                                        
    10018485  RFHAL_FreeNextTxDataEntry                                   
    100184a9  RFHAL_AllocDataEntryQueue                                   
    100184c5  RFHAL_FreeDataEntryQueue                                    
    100184cd  RFHAL_GetNextDataEntry                                      
    100184d1  RFHAL_GetTempDataEntry                                      
    100184d5  RFHAL_NextDataEntryDone                                     
    100184f9  RFHAL_AllocDataEntry                                        
    10018549  RFHAL_FreeDataEntry                                         
    10018551  RFHAL_BuildRingBuffer                                       
    100185e1  RFHAL_BuildDataEntryRingBuffer                              
    10018669  RFHAL_BuildLinkedBuffer                                     
    10018755  MB_Init                                                     
    10018799  MB_EnableInts                                               
    100187f5  MB_DisableInts                                              
    10018825  MB_ClearInts                                                
    10018835  MB_EnableHWInts                                             
    10018865  MB_SendCommand                                              
    100188a5  MB_SendCommandSynch                                         
    10018935  MB_ReadMailboxStatus                                        
    1001893d  MB_RegisterIsrCback                                         
    10018945  MB_FwDebugDump                                              
    10018949  mbCmdAckIsr                                                 
    1001895d  mbCpe0Isr                                                   
    10018985  mbCpe1Isr                                                   
    100189e5  mbHwIsr                                                     
    10018a19  AesCcm_authEncrypt_Sw                                       
    10018a35  AesCcm_decryptAuth_Sw                                       
    10018a99  Aes_encrypt_Sw                                              
    10018ac5  Aes_decrypt_Sw                                              
    10018b09  AesCcm_getNumBlocks_Sw                                      
    10018b0c  NIST_Curve_P256_p                                           
    10018b30  NIST_Curve_P256_r                                           
    10018b54  NIST_Curve_P256_a                                           
    10018b78  NIST_Curve_P256_b                                           
    10018b9c  NIST_Curve_P256_Gx                                          
    10018bc0  NIST_Curve_P256_Gy                                          
    10018ced  __exit                                                      
    10018d6c  Fill1                                                       
    10019ffc  A3_rw                                                       
    10019ffd  __checksum_end_CommonROM                                    
    10019ffe  A2_rw                                                       
    10019ffe  P1_ro_2                                                     
    10019ffe  __checksum_CommonROM                                        
    

    请继续使用默认配置(即、注释掉所述代码)。

    此致、

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    请您详细说明一下、您是如何知道这一点的

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您的意思是不使用此代码  

    /*使用 ROM 中的内核*/
    VAR ROM = xdc.useModule('ti.sysbios.rom.ROM');
    rom.romName = ROM.CC2650;

    正在使用来自 ROM 的内核?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

     

    我们今天能得到一些帮助吗?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    感谢您在我外出度假时的耐心等待。

    如前所述、您已将部分代码存储在闪存中、并使用了配置(其中的行注释掉)。 目前、包含将整个堆栈和 RTOS 置于 ROM 中的配置尚未针对 CC2650上启用 OAD 的项目进行测试。

    如果您希望进一步尝试、我建议您仔细检查所有项目(所有 OAD 项目、RTOS、堆栈等)的相同配置是否实现。 它还可能需要在链接器命令文件中进行一些调整。

    我希望这将有所帮助、

    此致、

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

     您好、Cl é ment

    感谢您的详细回答。

    我们已购买了20、000个 CC2650器件。 我们 将在产品最终确定后的每月需要40K 至50K CC2650。

    正如您所说的、自从我们所讨论的配置后、  包含将整个堆栈和 RTOS 放入 ROM 中、CC2650上未针对启用 OAD 的项目进行测试。  

    因此、我不想尝试使用以下代码来保存存储器
    /*使用 ROM 中的内核*/
    //var ROM = xdc.useModule('ti.sysbios.rom.ROM');
    //rom.romName = ROM.CC2650;

    但我尝试更改配置的主要原因是为了获得日志打印的内存空间。

    我无法将日志打印添加到我的代码中。

    如果我尝试启用 UART 日志、我会遇到错误。

    "程序将不能放入可用的内存中。 对齐方式放置在".const"大小为0xa4b 的段时失败。 可用存储器范围:
    闪存大小:0xd010未使用:0x5d0最大空洞:0x5d0"

    我希望您能帮助我快速启用 UART 日志、因为这条线程已经有几天了。

    此致

    Dnyaneshvar

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    utils.importFile("C:\\ti\\simplelink\\ble_sdk_2_02_07_06\\src\\common\\cc26xx\\kernel\\cc2640\\config\\cc2640.cfg");
    
    // Logging
    var Log = xdc.useModule('xdc.runtime.Log');
    
    // Override error output color with ANSI codes, and use shorter (file.c:line) format.
    //Log.L_error =  {
    //    mask: Diags.STATUS,
    //    level: Diags.ERROR,
    //    msg: "\x1b[31;1mERROR:\x1b[0m (%s:%d) %$S"
    //};
    
    Log.L_info = {
        mask: Diags.INFO,
        msg: "\x1b[32;1mINFO:\x1b[0m (%s:%d) %$S"
    };
    
    //Log.L_warning = {
    //   mask: Diags.STATUS,
     //   level: Diags.WARNING,
    //    msg: "\x1b[33;1mWARNING:\x1b[0m (%s:%d) %$S"
     //   };
    
    // Pull in LoggerCallback
    var LoggerCallback = xdc.useModule('xdc.runtime.LoggerCallback');
    
    // Tell LoggerCallback to call our output function
    LoggerCallback.outputFxn = "&uartLog_outputFxn";
    
    // Tell the Idle module to add our flush() function to the idle loop (before Power)
    var Idle = xdc.useModule('ti.sysbios.knl.Idle'); // Add if Idle isn't already imported.
    Idle.addFunc('&uartLog_flush');
    
    // Create a static instance of LoggerCallback and set as default Main logger
    var loggerParams = new LoggerCallback.Params();
    loggerParams.arg = 1;
    
    // Only for Main (code that's not in an rtsc module)
    Main.common$.logger = LoggerCallback.create(loggerParams);
    //Defaults.common$.logger = LoggerCallback.create(loggerParams); // Use for all log events
    
    // Turn on USER1 logs and INFO in Main module (user code). Turn off USER2 for fun.
    Main.common$.diags_USER1 = Diags.ALWAYS_ON;
    //Main.common$.diags_USER2 = Diags.ALWAYS_OFF;
    Main.common$.diags_USER2 = Diags.ALWAYS_OFF;
    Main.common$.diags_USER6 = Diags.ALWAYS_OFF;
    Main.common$.diags_INFO = Diags.ALWAYS_OFF;
    
    

    这是在 m y 代码中使用的* cfg 文件

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    如果未清除、则必须减少存储器闪存的使用。  

    《CC2650开发人员指南》(https://www.ti.com/lit/swru393)提供了减少存储器使用的线索(尤其是§10.4部分)。 另一个选项是简化使用的日志功能。  

    最后但同样重要的是、让我提一下 CC2640R2F 器件、它允许从 CC2650进行非常直接的迁移。 CC2640R2F 具有更大的可用闪存。 CC2340 (https://www.ti.com/cc2340)也是一个有趣的选择、它可以帮助降低系统成本(但需要重新设计硬件、并稍微增加软件迁移工作量)。

    我希望这将有所帮助、

    此致、

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    感谢你的答复。

    最后但同样重要的是、让我提一下 CC2640R2F 器件、它允许从 CC2650进行非常直接的迁移。 CC2640R2F 具有更大的可用闪存。 CC2340 (https://www.ti.com/cc2340)也是一个有趣的选择、它可以帮助降低系统成本(但需要重新设计硬件、并稍微增加软件迁移工作量)。

    感谢您向我们推荐了更好的替代方案、但我们将不得不使用已购买的前20K 器件

    另一个选项是简化使用的日志功能。  -您能指导我如何简化日志功能吗?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!  

    [引用 userid="508658" URL"~/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1197206/default-memory-range-overlaps-existing-memory-range-image_header-in-launchxl-cc2650-when-stack-in-rom-feature-selected/4518213 #4518213]\n 另一个选项是简化使用的日志函数。  -您能不能指导我如何简化日志功能?

    我将让您自己来研究这个。 根据您所使用的日志、我想您可以将其限制为 UART Tx、甚至只使用 GPIO。  

    此致、  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    感谢你的答复。

    您的意思是、我不需要使用格式化的日志 API、而只需要使用普通 UART 驱动程序向 UART 终端发送数据吗?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!  

    [引用 userid="508658" URL"~/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1197206/default-memory-range-overlaps-existing-memory-range-image_header-in-launchxl-cc2650-when-stack-in-rom-feature-selected/4520189 #4520189"]您的意思是,我不需要使用格式化的日志 API,而只需要使用普通 UART 驱动程序将数据发送到 UART 终端?

    这是一种可能性。  

    已 回答初始问题、我将关闭此主题。 请打开一个单独的主题以获得其他主题的支持。 感谢您的理解。  

    此致、