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-CC2640R2:无法将高速缓存重新用作 GPRAM

Guru**** 2526700 points
Other Parts Discussed in Thread: CC2640R2L, LAUNCHXL-CC2640R2, BLE-STACK

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1031495/launchxl-cc2640r2-unable-to-repurpose-cache-as-gpram

器件型号:LAUNCHXL-CC2640R2
Thread 中讨论的其他部件:CC2640R2LBLE-STACK

您好!

我正在基于 CC2640R2器件的 ProjectZero 示例开发应用程序。 我的定制硬件上有 Launchxl-cc2640r2和 CC2640R2L IC。 我经常耗尽导致 BLE 稳定性问题的 SRAM。 因此、我想将高速缓存用作 GPRAM、希望它会额外增加8kB 的 SRAM。 我按照 BLE Stack 用户指南中有关将缓存配置为 GPRAM 的整个5步指南进行操作。 但是、"Memory Allocation"窗口没有变化。 我只能看到 SRAM 的使用量从12、333字节稍微增加到了12、341字节。 如果我删除了 cache_as RAM 预定义、则 SRAM 使用情况会返回到12、333字节。

图1. 更改前的 SRAM 使用情况和 cache_as RAM 预定义(12、333字节)

图2. 更改后的 SRAM 使用情况/添加 cache_as RAM 预定义(12、341字节)

我原本希望在"Memory Allocation"窗口中额外增加8kB 的 RAM。 是否有特定的方法使用不同于正常 SRAM 的 GPRAM? 还是未正确配置 GPRAM 缓存?

在《BLE Stack 用户指南 》的将缓存配置为 GPRAM 部分的末尾、显示"请参阅将 AUX RAM 用作 RAM 以了解相关示例。"。 我在这里找不到任何这样的例子。 我是否必须将 AUX RAM 配置为 RAM 才能将缓存用作 GPRAM? 也许不是。

如何调试此问题?

请尽快告诉我、我已经遇到了很多有关该 MCU 及其 RAM 使用的问题、而且我的大量开发时间都在浪费。

我使用的是 Simplelink SDK 版本4.40和 TI 编译器版本20.2.3.LTS

谢谢

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

    您好、Sarthak、

    感谢您提供此信息!  我将把这一点交给一位团队专家、他很快就能提供帮助。

    对于 AUX RAM - 它只是作为另一个关于如何增加总体 RAM 大小的建议列出的。 它不应与上面列出的将高速缓存 RAM 配置为 GPRAM 的步骤相关。

    最棒的

    不需要

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

    您好!
    您似乎没有遵循为您的 SDK 版本编写的文档。 对于 SDK 4.40、此处提供了相关文档

    此外、请确保指定不起作用的内容(是否在链接时遇到问题、内存损坏等)。

    此致、

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

    您好、Cl é ment、

    正如您所知、 在我的上一篇文章中、我意识到由于 RAM 限制、我无法将我的硬件与 iPhone 配合使用。 因此、我想通过这种方法增加 RAM、看看它是否起作用。

    现在、我的内存分配窗口如下所示:

    图1. 12、817字节的 SRAM 使用量太大、BLE 无法与 iPhone 正常配合使用。

    BLE 与 iPhone 正常工作的唯一方法是通过临时解决方法、将 UART 从固件中完全删除。 在这种情况下、内存分配窗口如下所示:

    图2. 12、333字节的 SRAM 使用。

    因此、我想减少 RAM 的使用量、这就是我尝试将高速缓存配置为 GPRAM 的原因。 显然、它无法正常工作、因为我的内存分配窗口中唯一的变化是 SRAM 使用增加了8个字节:

    我原本希望具有额外的8kB 或~8、000字节的额外 SRAM。 即使将缓存配置为 GPRAM、我仍然无法使用具有 SRAM 限制的 UART。 这不能正常工作。

    此外、您提供的链接是 BLE5-Stack 用户指南的链接。 我在 项目中使用 BLE-Stack 而不是 BLE5-Stack、因此参考了射频用户指南。 在 BLE5-Stack 用户指南中、第一步是工程 syscfg 文件中禁用闪存缓存。 我的项目从未将 syscfg 文件作为我使用的 ProjectZero 基础代码、它在 BLE 上工作。 我认为 BLE5 projectZero 具有一个 syscfg 文件。

    总之、我遵循 了 RF 用户指南 、通过编辑 ccfg 文件也完成了同样的操作、我已经完成了。 我已经执行了所有步骤、并且不知道如何使用项目中应该存在的8KB GPRAM。

    [引用 userid="370266" URL"~/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1031495/launchxl-cc2640r2-unable-to-repurpose-cache-as-gpram/3814493 #3814493"]此外,请确保指定不起作用的内容

    我需要更多 SRAM 才能在项目中包含 UART。 我将高速缓存配置为 GPRAM、由于无法使用该额外的8kB GPRAM、因此该高速缓存无法正常工作。

    如何启用它?

    此致、

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

    您好!

    您能否验证链接器命令文件的内容以查看是否会链接缓存中的某些符号?

    此外、您还可以查看工具链生成的映射文件、以验证某些符号是否在缓存中链接。 如果未清除、则缓存(GPRAM)从0x11000000开始、大小为0x2000。

    此致、

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

    您好!

    我已经附加了链接器文件和项目的映射文件以供您参考。 根据我在映射文件中的理解、高速缓存中没有符号链接、即没有符号具有0x11000000到0x11002000的地址。 因此、存在一些问题。

    在执行这些步骤时,我不必更改链接器文件,因为已添加所有编译时间#IFS (#ifdef cache_as _RAM... #endif)。 链接器文件的段部分略有不同。

    映射文件:

    ******************************************************************************
                      TI ARM Linker PC v20.2.5                     
    ******************************************************************************
    >> Linked Wed Sep  1 12:48:33 2021
    
    OUTPUT FILE NAME:   <project_zero_cc2640r2lp_app.out>
    ENTRY POINT SYMBOL: "ResetISR"  address: 00012b15
    
    
    MEMORY CONFIGURATION
    
             name            origin    length      used     unused   attr    fill
    ----------------------  --------  ---------  --------  --------  ----  --------
      FLASH                 00000000   0001f000  00018f2e  000060d2  R  X
      FLASH_LAST_PAGE       0001f000   00001000  00000058  00000fa8  R  X
      SRAM                  20000000   00004400  00003035  000013cb  RW X
    
    
    SEGMENT ALLOCATION MAP
    
    run origin  load origin   length   init length attrs members
    ----------  ----------- ---------- ----------- ----- -------
    00000000    00000000    00017f34   00017f34    r-x
      00000000    00000000    0000003c   0000003c    r-- .resetVecs
      0000003c    0000003c    00000fc4   00000fc4    r-x .text.1
      00001000    00001000    00000028   00000028    r-- .const:ti_sysbios_heaps_HeapMem_Module__FXNS__C
      00001028    00001028    00000024   00000024    r-- .const:ti_sysbios_gates_GateHwi_Module__FXNS__C
      0000104c    0000104c    00000024   00000024    r-- .const:ti_sysbios_gates_GateMutex_Module__FXNS__C
      00001070    00001070    00000020   00000020    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C
      00001090    00001090    00000020   00000020    r-- .const:ti_sysbios_gates_GateHwi_Object__DESC__C
      000010b0    000010b0    00000020   00000020    r-- .const:ti_sysbios_gates_GateMutex_Object__DESC__C
      000010d0    000010d0    00000020   00000020    r-- .const:ti_sysbios_hal_Hwi_Object__DESC__C
      000010f0    000010f0    00000020   00000020    r-- .const:ti_sysbios_heaps_HeapMem_Object__DESC__C
      00001110    00001110    00000020   00000020    r-- .const:ti_sysbios_knl_Clock_Object__DESC__C
      00001130    00001130    00000020   00000020    r-- .const:ti_sysbios_knl_Event_Object__DESC__C
      00001150    00001150    00000020   00000020    r-- .const:ti_sysbios_knl_Mailbox_Object__DESC__C
      00001170    00001170    00000020   00000020    r-- .const:ti_sysbios_knl_Queue_Object__DESC__C
      00001190    00001190    00000020   00000020    r-- .const:ti_sysbios_knl_Semaphore_Object__DESC__C
      000011b0    000011b0    00000020   00000020    r-- .const:ti_sysbios_knl_Swi_Object__DESC__C
      000011d0    000011d0    00000020   00000020    r-- .const:ti_sysbios_knl_Task_Object__DESC__C
      000011f0    000011f0    00000008   00000008    r-- .const:ti_sysbios_knl_Idle_funcList__C
      000011f8    000011f8    00000004   00000004    r-- .const:ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C
      000011fc    000011fc    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C
      00001200    00001200    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C
      00001204    00001204    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C
      00001208    00001208    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__count__C
      0000120c    0000120c    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_Object__table__C
      00001210    00001210    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_ccr__C
      00001214    00001214    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C
      00001218    00001218    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C
      0000121c    0000121c    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C
      00001220    00001220    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_Hwi_priGroup__C
      00001224    00001224    00000004   00000004    r-- .const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C
      00001228    00001228    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_E_memory__C
      0000122c    0000122c    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_Module__gateObj__C
      00001230    00001230    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_Object__count__C
      00001234    00001234    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_Object__table__C
      00001238    00001238    00000004   00000004    r-- .const:ti_sysbios_heaps_HeapMem_reqAlign__C
      0000123c    0000123c    00000004   00000004    r-- .const:ti_sysbios_knl_Clock_triggerClock__C
      00001240    00001240    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Object__count__C
      00001244    00001244    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_Object__table__C
      00001248    00001248    00000004   00000004    r-- .const:ti_sysbios_knl_Mailbox_maxTypeAlign__C
      0000124c    0000124c    00000004   00000004    r-- .const:ti_sysbios_knl_Queue_Object__count__C
      00001250    00001250    00000004   00000004    r-- .const:ti_sysbios_knl_Queue_Object__table__C
      00001254    00001254    00000004   00000004    r-- .const:ti_sysbios_knl_Semaphore_eventPost__C
      00001258    00001258    00000004   00000004    r-- .const:ti_sysbios_knl_Semaphore_eventSync__C
      0000125c    0000125c    00000004   00000004    r-- .const:ti_sysbios_knl_Swi_Object__count__C
      00001260    00001260    00000004   00000004    r-- .const:ti_sysbios_knl_Swi_Object__table__C
      00001264    00001264    00000004   00000004    r-- .const:ti_sysbios_knl_Swi_numPriorities__C
      00001268    00001268    00000004   00000004    r-- .const:ti_sysbios_knl_Task_Object__count__C
      0000126c    0000126c    00000004   00000004    r-- .const:ti_sysbios_knl_Task_Object__table__C
      00001270    00001270    00000004   00000004    r-- .const:ti_sysbios_knl_Task_allBlockedFunc__C
      00001274    00001274    00000004   00000004    r-- .const:ti_sysbios_knl_Task_defaultStackHeap__C
      00001278    00001278    00000004   00000004    r-- .const:ti_sysbios_knl_Task_defaultStackSize__C
      0000127c    0000127c    00000004   00000004    r-- .const:ti_sysbios_knl_Task_numConstructedTasks__C
      00001280    00001280    00000002   00000002    r-- .const:ti_sysbios_family_arm_cc26xx_Timer_Module__id__C
      00001282    00001282    00000002   00000002    r-- .const:ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C
      00001284    00001284    00000002   00000002    r-- .const:ti_sysbios_family_arm_m3_Hwi_Module__id__C
      00001286    00001286    00000002   00000002    r-- .const:ti_sysbios_gates_GateHwi_Module__id__C
      00001288    00001288    00000002   00000002    r-- .const:ti_sysbios_gates_GateMutex_Module__id__C
      0000128a    0000128a    00000002   00000002    r-- .const:ti_sysbios_heaps_HeapMem_Module__id__C
      0000128c    0000128c    00000002   00000002    r-- .const:ti_sysbios_knl_Task_initStackFlag__C
      0000128e    0000128e    00000001   00000001    r-- .const:ti_sysbios_knl_Clock_tickMode__C
      00001290    00001290    00000008   00000008    r-- .const:xdc_runtime_Startup_firstFxns__C
      00001298    00001298    00000008   00000008    r-- .const:xdc_runtime_Startup_lastFxns__C
      000012a0    000012a0    00000004   00000004    r-- .const:xdc_runtime_Assert_E_assertFailed__C
      000012a4    000012a4    00000004   00000004    r-- .const:xdc_runtime_Error_E_memory__C
      000012a8    000012a8    00000004   00000004    r-- .const:xdc_runtime_Error_policyFxn__C
      000012ac    000012ac    00000004   00000004    r-- .const:xdc_runtime_Error_raiseHook__C
      000012b0    000012b0    00000004   00000004    r-- .const:xdc_runtime_IGateProvider_Interface__BASE__C
      000012b4    000012b4    00000004   00000004    r-- .const:xdc_runtime_IHeap_Interface__BASE__C
      000012b8    000012b8    00000004   00000004    r-- .const:xdc_runtime_IModule_Interface__BASE__C
      000012bc    000012bc    00000004   00000004    r-- .const:xdc_runtime_Memory_defaultHeapInstance__C
      000012c0    000012c0    00000004   00000004    r-- .const:xdc_runtime_Startup_execImpl__C
      000012c4    000012c4    00000004   00000004    r-- .const:xdc_runtime_Startup_maxPasses__C
      000012c8    000012c8    00000004   00000004    r-- .const:xdc_runtime_Startup_sfxnRts__C
      000012cc    000012cc    00000004   00000004    r-- .const:xdc_runtime_Startup_sfxnTab__C
      000012d0    000012d0    00000004   00000004    r-- .const:xdc_runtime_Startup_startModsFxn__C
      000012d4    000012d4    00000004   00000004    r-- .const:xdc_runtime_SysCallback_abortFxn__C
      000012d8    000012d8    00000004   00000004    r-- .const:xdc_runtime_SysCallback_exitFxn__C
      000012dc    000012dc    00000004   00000004    r-- .const:xdc_runtime_System_abortFxn__C
      000012e0    000012e0    00000004   00000004    r-- .const:xdc_runtime_System_exitFxn__C
      000012e4    000012e4    00000004   00000004    r-- .const:xdc_runtime_System_maxAtexitHandlers__C
      000012e8    000012e8    00000004   00000004    r-- .const:xdc_runtime_Text_charTab__C
      000012ec    000012ec    00000004   00000004    r-- .const:xdc_runtime_Text_nameEmpty__C
      000012f0    000012f0    00000004   00000004    r-- .const:xdc_runtime_Text_nameStatic__C
      000012f4    000012f4    00000004   00000004    r-- .const:xdc_runtime_Text_nameUnknown__C
      000012f8    000012f8    00000002   00000002    r-- .const:xdc_runtime_Error_maxDepth__C
      000012fa    000012fa    00000002   00000002    r-- .const:xdc_runtime_Memory_Module__id__C
      000012fc    000012fc    00000002   00000002    r-- .const:xdc_runtime_Text_charCnt__C
      000012fe    000012fe    00000002   00000002    r-- .const:xdc_runtime_Text_isLoaded__C
      00001300    00001300    00000001   00000001    r-- .const:xdc_runtime_Error_policy__C
      00001304    00001304    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E
      00001308    00001308    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
      0000130c    0000130c    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
      00001310    00001310    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I
      00001314    00001314    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
      00001318    00001318    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I
      0000131c    0000131c    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E
      00001320    00001320    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
      00001324    00001324    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I
      00001328    00001328    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E
      0000132c    0000132c    00000004   00000004    r-- .const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E
      00001330    00001330    00014fbc   00014fbc    r-x .text.2
      000162ec    000162ec    00000004   00000004    r-- .rodata.1
      000162f0    000162f0    00001606   00001606    r-- .const
      000178f8    000178f8    000000a0   000000a0    r-- .rodata.2
      00017998    00017998    0000059c   0000059c    r-- .cinit
    0001e000    0001e000    00001000   00001000    r--
      0001e000    0001e000    00001000   00001000    r-- .snvSectors
    0001ffa8    0001ffa8    00000058   00000058    r--
      0001ffa8    0001ffa8    00000058   00000058    r-- .ccfg
    20000100    20000100    00000106   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
      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
      20000204    20000204    00000002   00000000    rw- .data:xdc_runtime_Error_Module__state__V
    20000430    20000430    00000010   00000000    rw-
      20000430    20000430    00000010   00000000    rw- .TI.bound:dmaSpi0RxControlTableEntry
    20000440    20000440    00000010   00000000    rw-
      20000440    20000440    00000010   00000000    rw- .TI.bound:dmaSpi0TxControlTableEntry
    20000500    20000500    00000010   00000000    rw-
      20000500    20000500    00000010   00000000    rw- .TI.bound:dmaSpi1RxControlTableEntry
    20000510    20000510    00002a37   00000000    rw-
      20000510    20000510    00000010   00000000    rw- .TI.bound:dmaSpi1TxControlTableEntry
      20000520    20000520    00001ac2   00000000    rw- .data
      20001fe8    20001fe8    00000f5f   00000000    rw- .bss
    20004000    20004000    00000400   00000000    rw-
      20004000    20004000    00000400   00000000    rw- .stack
    
    
    SECTION ALLOCATION MAP
    
     output                                  attributes/
    section   page    origin      length       input sections
    --------  ----  ----------  ----------   ----------------
    .const:ti_sysbios_heaps_HeapMem_Module__FXNS__C 
    *          0    00001000    00000028     
                      00001000    00000028     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Module__FXNS__C)
    
    .const:ti_sysbios_gates_GateHwi_Module__FXNS__C 
    *          0    00001028    00000024     
                      00001028    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Module__FXNS__C)
    
    .const:ti_sysbios_gates_GateMutex_Module__FXNS__C 
    *          0    0000104c    00000024     
                      0000104c    00000024     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Module__FXNS__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C 
    *          0    00001070    00000020     
                      00001070    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C)
    
    .const:ti_sysbios_gates_GateHwi_Object__DESC__C 
    *          0    00001090    00000020     
                      00001090    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Object__DESC__C)
    
    .const:ti_sysbios_gates_GateMutex_Object__DESC__C 
    *          0    000010b0    00000020     
                      000010b0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Object__DESC__C)
    
    .const:ti_sysbios_hal_Hwi_Object__DESC__C 
    *          0    000010d0    00000020     
                      000010d0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_hal_Hwi_Object__DESC__C)
    
    .const:ti_sysbios_heaps_HeapMem_Object__DESC__C 
    *          0    000010f0    00000020     
                      000010f0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__DESC__C)
    
    .const:ti_sysbios_knl_Clock_Object__DESC__C 
    *          0    00001110    00000020     
                      00001110    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_Object__DESC__C)
    
    .const:ti_sysbios_knl_Event_Object__DESC__C 
    *          0    00001130    00000020     
                      00001130    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Event_Object__DESC__C)
    
    .const:ti_sysbios_knl_Mailbox_Object__DESC__C 
    *          0    00001150    00000020     
                      00001150    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__DESC__C)
    
    .const:ti_sysbios_knl_Queue_Object__DESC__C 
    *          0    00001170    00000020     
                      00001170    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__DESC__C)
    
    .const:ti_sysbios_knl_Semaphore_Object__DESC__C 
    *          0    00001190    00000020     
                      00001190    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_Object__DESC__C)
    
    .const:ti_sysbios_knl_Swi_Object__DESC__C 
    *          0    000011b0    00000020     
                      000011b0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__DESC__C)
    
    .const:ti_sysbios_knl_Task_Object__DESC__C 
    *          0    000011d0    00000020     
                      000011d0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__DESC__C)
    
    .const:ti_sysbios_knl_Idle_funcList__C 
    *          0    000011f0    00000008     
                      000011f0    00000008     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Idle_funcList__C)
    
    .const:ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C 
    *          0    000011f8    00000004     
                      000011f8    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    000011fc    00000004     
                      000011fc    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    00001200    00000004     
                      00001200    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    00001204    00000004     
                      00001204    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    00001208    00000004     
                      00001208    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    0000120c    00000004     
                      0000120c    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    00001210    00000004     
                      00001210    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_ccr__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C 
    *          0    00001214    00000004     
                      00001214    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C 
    *          0    00001218    00000004     
                      00001218    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C 
    *          0    0000121c    00000004     
                      0000121c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_priGroup__C 
    *          0    00001220    00000004     
                      00001220    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_priGroup__C)
    
    .const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C 
    *          0    00001224    00000004     
                      00001224    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C)
    
    .const:ti_sysbios_heaps_HeapMem_E_memory__C 
    *          0    00001228    00000004     
                      00001228    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_E_memory__C)
    
    .const:ti_sysbios_heaps_HeapMem_Module__gateObj__C 
    *          0    0000122c    00000004     
                      0000122c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Module__gateObj__C)
    
    .const:ti_sysbios_heaps_HeapMem_Object__count__C 
    *          0    00001230    00000004     
                      00001230    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__count__C)
    
    .const:ti_sysbios_heaps_HeapMem_Object__table__C 
    *          0    00001234    00000004     
                      00001234    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Object__table__C)
    
    .const:ti_sysbios_heaps_HeapMem_reqAlign__C 
    *          0    00001238    00000004     
                      00001238    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_reqAlign__C)
    
    .const:ti_sysbios_knl_Clock_triggerClock__C 
    *          0    0000123c    00000004     
                      0000123c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_triggerClock__C)
    
    .const:ti_sysbios_knl_Mailbox_Object__count__C 
    *          0    00001240    00000004     
                      00001240    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__count__C)
    
    .const:ti_sysbios_knl_Mailbox_Object__table__C 
    *          0    00001244    00000004     
                      00001244    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_Object__table__C)
    
    .const:ti_sysbios_knl_Mailbox_maxTypeAlign__C 
    *          0    00001248    00000004     
                      00001248    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Mailbox_maxTypeAlign__C)
    
    .const:ti_sysbios_knl_Queue_Object__count__C 
    *          0    0000124c    00000004     
                      0000124c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__count__C)
    
    .const:ti_sysbios_knl_Queue_Object__table__C 
    *          0    00001250    00000004     
                      00001250    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Queue_Object__table__C)
    
    .const:ti_sysbios_knl_Semaphore_eventPost__C 
    *          0    00001254    00000004     
                      00001254    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_eventPost__C)
    
    .const:ti_sysbios_knl_Semaphore_eventSync__C 
    *          0    00001258    00000004     
                      00001258    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Semaphore_eventSync__C)
    
    .const:ti_sysbios_knl_Swi_Object__count__C 
    *          0    0000125c    00000004     
                      0000125c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__count__C)
    
    .const:ti_sysbios_knl_Swi_Object__table__C 
    *          0    00001260    00000004     
                      00001260    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_Object__table__C)
    
    .const:ti_sysbios_knl_Swi_numPriorities__C 
    *          0    00001264    00000004     
                      00001264    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Swi_numPriorities__C)
    
    .const:ti_sysbios_knl_Task_Object__count__C 
    *          0    00001268    00000004     
                      00001268    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__count__C)
    
    .const:ti_sysbios_knl_Task_Object__table__C 
    *          0    0000126c    00000004     
                      0000126c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_Object__table__C)
    
    .const:ti_sysbios_knl_Task_allBlockedFunc__C 
    *          0    00001270    00000004     
                      00001270    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_allBlockedFunc__C)
    
    .const:ti_sysbios_knl_Task_defaultStackHeap__C 
    *          0    00001274    00000004     
                      00001274    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_defaultStackHeap__C)
    
    .const:ti_sysbios_knl_Task_defaultStackSize__C 
    *          0    00001278    00000004     
                      00001278    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_defaultStackSize__C)
    
    .const:ti_sysbios_knl_Task_numConstructedTasks__C 
    *          0    0000127c    00000004     
                      0000127c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_numConstructedTasks__C)
    
    .const:ti_sysbios_family_arm_cc26xx_Timer_Module__id__C 
    *          0    00001280    00000002     
                      00001280    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    00001282    00000002     
                      00001282    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    00001284    00000002     
                      00001284    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Module__id__C)
    
    .const:ti_sysbios_gates_GateHwi_Module__id__C 
    *          0    00001286    00000002     
                      00001286    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Module__id__C)
    
    .const:ti_sysbios_gates_GateMutex_Module__id__C 
    *          0    00001288    00000002     
                      00001288    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Module__id__C)
    
    .const:ti_sysbios_heaps_HeapMem_Module__id__C 
    *          0    0000128a    00000002     
                      0000128a    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapMem_Module__id__C)
    
    .const:ti_sysbios_knl_Task_initStackFlag__C 
    *          0    0000128c    00000002     
                      0000128c    00000002     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Task_initStackFlag__C)
    
    .const:ti_sysbios_knl_Clock_tickMode__C 
    *          0    0000128e    00000001     
                      0000128e    00000001     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_tickMode__C)
    
    .const:xdc_runtime_Startup_firstFxns__C 
    *          0    00001290    00000008     
                      00001290    00000008     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__C)
    
    .const:xdc_runtime_Startup_lastFxns__C 
    *          0    00001298    00000008     
                      00001298    00000008     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_lastFxns__C)
    
    .const:xdc_runtime_Assert_E_assertFailed__C 
    *          0    000012a0    00000004     
                      000012a0    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Assert_E_assertFailed__C)
    
    .const:xdc_runtime_Error_E_memory__C 
    *          0    000012a4    00000004     
                      000012a4    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Error_E_memory__C)
    
    .const:xdc_runtime_Error_policyFxn__C 
    *          0    000012a8    00000004     
                      000012a8    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Error_policyFxn__C)
    
    .const:xdc_runtime_Error_raiseHook__C 
    *          0    000012ac    00000004     
                      000012ac    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Error_raiseHook__C)
    
    .const:xdc_runtime_IGateProvider_Interface__BASE__C 
    *          0    000012b0    00000004     
                      000012b0    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IGateProvider_Interface__BASE__C)
    
    .const:xdc_runtime_IHeap_Interface__BASE__C 
    *          0    000012b4    00000004     
                      000012b4    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IHeap_Interface__BASE__C)
    
    .const:xdc_runtime_IModule_Interface__BASE__C 
    *          0    000012b8    00000004     
                      000012b8    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_IModule_Interface__BASE__C)
    
    .const:xdc_runtime_Memory_defaultHeapInstance__C 
    *          0    000012bc    00000004     
                      000012bc    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Memory_defaultHeapInstance__C)
    
    .const:xdc_runtime_Startup_execImpl__C 
    *          0    000012c0    00000004     
                      000012c0    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_execImpl__C)
    
    .const:xdc_runtime_Startup_maxPasses__C 
    *          0    000012c4    00000004     
                      000012c4    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_maxPasses__C)
    
    .const:xdc_runtime_Startup_sfxnRts__C 
    *          0    000012c8    00000004     
                      000012c8    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__C)
    
    .const:xdc_runtime_Startup_sfxnTab__C 
    *          0    000012cc    00000004     
                      000012cc    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__C)
    
    .const:xdc_runtime_Startup_startModsFxn__C 
    *          0    000012d0    00000004     
                      000012d0    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_startModsFxn__C)
    
    .const:xdc_runtime_SysCallback_abortFxn__C 
    *          0    000012d4    00000004     
                      000012d4    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_abortFxn__C)
    
    .const:xdc_runtime_SysCallback_exitFxn__C 
    *          0    000012d8    00000004     
                      000012d8    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_exitFxn__C)
    
    .const:xdc_runtime_System_abortFxn__C 
    *          0    000012dc    00000004     
                      000012dc    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_abortFxn__C)
    
    .const:xdc_runtime_System_exitFxn__C 
    *          0    000012e0    00000004     
                      000012e0    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_exitFxn__C)
    
    .const:xdc_runtime_System_maxAtexitHandlers__C 
    *          0    000012e4    00000004     
                      000012e4    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_System_maxAtexitHandlers__C)
    
    .const:xdc_runtime_Text_charTab__C 
    *          0    000012e8    00000004     
                      000012e8    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_charTab__C)
    
    .const:xdc_runtime_Text_nameEmpty__C 
    *          0    000012ec    00000004     
                      000012ec    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nameEmpty__C)
    
    .const:xdc_runtime_Text_nameStatic__C 
    *          0    000012f0    00000004     
                      000012f0    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nameStatic__C)
    
    .const:xdc_runtime_Text_nameUnknown__C 
    *          0    000012f4    00000004     
                      000012f4    00000004     app_ble_pem3.oem3 (.const:xdc_runtime_Text_nameUnknown__C)
    
    .const:xdc_runtime_Error_maxDepth__C 
    *          0    000012f8    00000002     
                      000012f8    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Error_maxDepth__C)
    
    .const:xdc_runtime_Memory_Module__id__C 
    *          0    000012fa    00000002     
                      000012fa    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Memory_Module__id__C)
    
    .const:xdc_runtime_Text_charCnt__C 
    *          0    000012fc    00000002     
                      000012fc    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_charCnt__C)
    
    .const:xdc_runtime_Text_isLoaded__C 
    *          0    000012fe    00000002     
                      000012fe    00000002     app_ble_pem3.oem3 (.const:xdc_runtime_Text_isLoaded__C)
    
    .const:xdc_runtime_Error_policy__C 
    *          0    00001300    00000001     
                      00001300    00000001     app_ble_pem3.oem3 (.const:xdc_runtime_Error_policy__C)
    
    .const:ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E 
    *          0    00001304    00000004     
                      00001304    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    00001308    00000004     
                      00001308    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    0000130c    00000004     
                      0000130c    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    00001310    00000004     
                      00001310    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    00001314    00000004     
                      00001314    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    00001318    00000004     
                      00001318    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    0000131c    00000004     
                      0000131c    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    00001320    00000004     
                      00001320    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    00001324    00000004     
                      00001324    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    00001328    00000004     
                      00001328    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    0000132c    00000004     
                      0000132c    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E)
    
    .rodata.1 
    *          0    000162ec    00000004     
                      000162ec    00000004     cc2640_ctrlll_pxxx.a : ll_config.o (.rodata)
    
    .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: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)
    
    .data:xdc_runtime_Error_Module__state__V 
    *          0    20000204    00000002     UNINITIALIZED
                      20000204    00000002     app_ble_pem3.oem3 (.data:xdc_runtime_Error_Module__state__V)
    
    .bootVecs 
    *          0    00000000    00000008     DSECT
                      00000000    00000008     boot.aem3 : boot.oem3 (.bootVecs)
    
    .resetVecs 
    *          0    00000000    0000003c     
                      00000000    0000003c     app_ble_pem3.oem3 (.resetVecs)
    
    .vecs      0    20000000    000000c8     NOLOAD SECTION
                      20000000    000000c8     app_ble_pem3.oem3 (.vecs)
    
    xdc.meta   0    00000000    0000010e     COPY SECTION
                      00000000    0000010e     app_ble_pem3.oem3 (xdc.meta)
    
    xdc.noload 
    *          0    00000000    00000000     COPY SECTION
    
    .cinit     0    00017998    0000059c     
                      00017998    00000416     (.cinit..data.load) [load image, compression = lzss]
                      00017dae    00000028     (.cinit..data:ti_sysbios_family_arm_m3_Hwi_Module__state__V.load) [load image, compression = lzss]
                      00017dd6    00000021     (.cinit..data:ti_sysbios_knl_Task_Module__state__V.load) [load image, compression = lzss]
                      00017df7    0000001f     (.cinit..data:ti_sysbios_BIOS_Module__state__V.load) [load image, compression = lzss]
                      00017e16    0000001e     (.cinit..data:ti_sysbios_knl_Clock_Module__state__V.load) [load image, compression = lzss]
                      00017e34    00000010     (.cinit..data:ti_sysbios_knl_Swi_Module__state__V.load) [load image, compression = lzss]
                      00017e44    0000000c     (__TI_handler_table)
                      00017e50    0000000b     (.cinit..data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V.load) [load image, compression = lzss]
                      00017e5b    00000005     --HOLE-- [fill = 0]
                      00017e60    00000008     (.cinit..TI.bound:dmaSpi0RxControlTableEntry.load) [load image, compression = zero_init]
                      00017e68    00000008     (.cinit..TI.bound:dmaSpi0TxControlTableEntry.load) [load image, compression = zero_init]
                      00017e70    00000008     (.cinit..TI.bound:dmaSpi1RxControlTableEntry.load) [load image, compression = zero_init]
                      00017e78    00000008     (.cinit..TI.bound:dmaSpi1TxControlTableEntry.load) [load image, compression = zero_init]
                      00017e80    00000008     (.cinit..bss.load) [load image, compression = zero_init]
                      00017e88    00000008     (.cinit..data:xdc_runtime_Memory_Module__state__V.load) [load image, compression = lzss]
                      00017e90    00000007     (.cinit..data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V.load) [load image, compression = lzss]
                      00017e97    00000007     (.cinit..data:xdc_runtime_Startup_Module__state__V.load) [load image, compression = lzss]
                      00017e9e    00000007     (.cinit..data:xdc_runtime_System_Module__state__V.load) [load image, compression = lzss]
                      00017ea5    00000006     (.cinit..data:xdc_runtime_Error_Module__state__V.load) [load image, compression = lzss]
                      00017eab    00000001     --HOLE-- [fill = 0]
                      00017eac    00000088     (__TI_cinit_table)
    
    .init_array 
    *          0    00000000    00000000     UNINITIALIZED
    
    .snvSectors 
    *          0    0001e000    00001000     
                      0001e000    00001000     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.snvSectors:retain)
    
    .ccfg      0    0001ffa8    00000058     
                      0001ffa8    00000058     ccfg_app_ble.obj (.ccfg:retain)
    
    .TI.bound:dmaSpi0RxControlTableEntry 
    *          0    20000430    00000010     UNINITIALIZED
                      20000430    00000010     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.TI.bound:dmaSpi0RxControlTableEntry)
    
    .TI.bound:dmaSpi1RxControlTableEntry 
    *          0    20000500    00000010     UNINITIALIZED
                      20000500    00000010     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.TI.bound:dmaSpi1RxControlTableEntry)
    
    .data      0    20000520    00001ac2     UNINITIALIZED
                      20000520    00000a0c     project_zero.obj (.data:$O1$$)
                      20000f2c    000001d4     devinfoservice.obj (.data:$O13$$)
                      20001100    00000174     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.data:$O25$$)
                      20001274    00000160     peripheral.obj (.data:$O17$$)
                      200013d4    00000140     data_service.obj (.data:$O11$$)
                      20001514    00000114     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.data:$O1$$)
                      20001628    00000114                           : PowerCC26XX.oem3 (.data:PowerCC26XX_module)
                      2000173c    000000d0     process_msg.obj (.data:$O20$$)
                      2000180c    0000009c     icall.obj (.data:$O6$$)
                      200018a8    0000007c     project_zero_cc2640r2lp_stack_library.lib : osal_cbtimer.obj (.data:$O27$$)
                      20001924    00000078     sbit.obj (.data:g_gen_sharing_buffer)
                      2000199c    00000070     cc26xx_profiles_pxxx.a : gapgattserver.o (.data)
                      20001a0c    0000005c     serial_flash.obj (.data:$O22$$)
                      20001a68    00000058     drivers_cc26x0r2.aem3 : CryptoResourceCC26XX.oem3 (.data:$O1$$)
                      20001ac0    00000058     cc26xx_gap_pxxx.a : gap_configmgr.o (.data)
                      20001b18    0000004c     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Object__table__V)
                      20001b64    00000004     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.data:$O24$$)
                      20001b68    00000048     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_Timer_Object__table__V)
                      20001bb0    0000003c     accelerometer.obj (.data:$O19$$)
                      20001bec    00000038     cc2640_ctrlll_pxxx.a : ll_config.o (.data)
                      20001c24    00000004     project_zero_cc2640r2lp_stack_library.lib : osal_pwrmgr.obj (.data:$O28$$)
                      20001c28    00000038     sbit.obj (.data)
                      20001c60    00000038     app_ble_pem3.oem3 (.data:ti_sysbios_gates_GateMutex_Object__table__V)
                      20001c98    00000034     ble_user_config.obj (.data:rfRegTbl)
                      20001ccc    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Module_State_0_readyQ__A)
                      20001cfc    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Object__table__V)
                      20001d2c    00000030     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Module_State_0_readyQ__A)
                      20001d5c    0000002c     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.data:$O26$$)
                      20001d88    00000028     ECCROMCC26XX.obj (.data:$O3$$)
                      20001db0    00000024     cc26xx_profiles_pxxx.a : gapgattserver.o (.data)
                      20001dd4    00000024     rtsv7M3_T_le_eabi.lib : localtim.c.obj (.data:local_tm$66)
                      20001df8    00000020     drivers_cc26x0r2.aem3 : ADCCC26XX.oem3 (.data:$O1$$)
                      20001e18    00000020     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Clock_Object__table__V)
                      20001e38    00000020     app_ble_pem3.oem3 (.data:xdc_runtime_Error_IgnoreBlock)
                      20001e58    00000018     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_m3_Hwi_Object__table__V)
                      20001e70    00000014     sbit.obj (.data:g_device_ID)
                      20001e84    00000014     project_zero.obj (.data)
                      20001e98    00000010     rtsv7M3_T_le_eabi.lib : tmzone.c.obj (.data:_tz)
                      20001ea8    00000010     icall_user_config.obj (.data:bleAppServiceInfoTable)
                      20001eb8    00000010     cc26xx_profiles_pxxx.a : gattservapp.o (.data)
                      20001ec8    00000010     icall_api_lite.obj (.data)
                      20001ed8    00000010     ble_user_config.obj (.data:rfModeOverride)
                      20001ee8    00000010     main.obj (.data:user0Cfg)
                      20001ef8    0000000c     accelerometer.obj (.data)
                      20001f04    0000000c     cc2640_ctrlll_pxxx.a : ll_data.o (.data)
                      20001f10    0000000c     app_ble_pem3.oem3 (.data:ti_sysbios_heaps_HeapCallback_Object__table__V)
                      20001f1c    00000009     devinfoservice.obj (.data)
                      20001f25    00000002     data_service.obj (.data)
                      20001f27    00000001     TRNGCC26XX.obj (.data)
                      20001f28    00000008     project_zero_cc2640r2lp_stack_library.lib : hal_assert.obj (.data:$O23$$)
                      20001f30    00000008                                               : osal_clock.obj (.data:$O31$$)
                      20001f38    00000008     rtsv7M3_T_le_eabi.lib : _lock.c.obj (.data:$O34$$)
                      20001f40    00000008     icall_cc2650.obj (.data:$O8$$)
                      20001f48    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_Seconds_Module__state__V)
                      20001f50    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_m3_Hwi_Module__root__V)
                      20001f58    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_gates_GateHwi_Module__root__V)
                      20001f60    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_gates_GateMutex_Module__root__V)
                      20001f68    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_hal_Hwi_Module__root__V)
                      20001f70    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_heaps_HeapCallback_Module__root__V)
                      20001f78    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_heaps_HeapMem_Module__root__V)
                      20001f80    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Clock_Module__root__V)
                      20001f88    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Event_Module__root__V)
                      20001f90    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Mailbox_Module__root__V)
                      20001f98    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Queue_Module__root__V)
                      20001fa0    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Semaphore_Module__root__V)
                      20001fa8    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Swi_Module__root__V)
                      20001fb0    00000008     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Module__root__V)
                      20001fb8    00000004     ble_user_config.obj (.data)
                      20001fbc    00000004     project_zero_cc2640r2lp_stack_library.lib : ble_user_config.obj (.data)
                      20001fc0    00000004                                               : osal_bufmgr.obj (.data)
                      20001fc4    00000004     rtsv7M3_T_le_eabi.lib : errno.c.obj (.data)
                      20001fc8    00000004                           : stkdepth_vars.c.obj (.data)
                      20001fcc    00000004     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A)
                      20001fd0    00000004     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A)
                      20001fd4    00000004     app_ble_pem3.oem3 (.data:ti_sysbios_knl_Task_Module_State_0_idleTask__A)
                      20001fd8    00000002     app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A)
                      20001fda    00000001     cc2640_ctrlll_pxxx.a : ll_data.o (.data)
                      20001fdb    00000001     cc26xx_profiles_pxxx.a : gapgattserver.o (.data)
                      20001fdc    00000001                            : gapgattserver.o (.data)
                      20001fdd    00000001                            : gapgattserver.o (.data)
                      20001fde    00000001     drivers_cc26x0r2.aem3 : ADC.oem3 (.data)
                      20001fdf    00000001                           : CryptoCC26XX.oem3 (.data)
                      20001fe0    00000001                           : SPI.oem3 (.data)
                      20001fe1    00000001                           : Watchdog.oem3 (.data)
    
    .bss       0    20001fe8    00000f5f     UNINITIALIZED
                      20001fe8    000003a0     RFCC26XX_singleMode.obj (.bss:$O5$$)
                      20002388    00000200     app_ble_pem3.oem3 (.bss:taskStackSection)
                      20002588    000001e0     (.common:gapRoleTaskStack)
                      20002768    000001c8     (.common:spiCC26XXDMAObjects)
                      20002930    00000128     sbit.obj (.bss:$O21$$)
                      20002a58    00000120     (.common:gptimerCC26XXObjects)
                      20002b78    000000dc     (.common:adcCC26xxObjects)
                      20002c54    000000c8     (.common:ti_sysbios_family_arm_m3_Hwi_dispatchTable)
                      20002d1c    00000004     cc2640_ctrlll_pxxx.a : ll.o (.bss)
                      20002d20    00000078                          : ll.o (.bss)
                      20002d98    00000064     (.common:g_response_buffer)
                      20002dfc    0000002c     (.common:cryptoCC26XXObjects)
                      20002e28    00000028     (.common:watchdogCC26XXObjects)
                      20002e50    00000020     (.common:udmaObjects)
                      20002e70    00000014     RFCC26XX_singleMode.obj (.bss:RF_ratSyncCmd$3)
                      20002e84    00000014     driverlib.lib : osc.obj (.bss:oscHfGlobals$95)
                      20002e98    00000010     util.obj (.bss:str$1$1)
                      20002ea8    0000000c     project_zero_cc2640r2lp_stack_library.lib : osal_timers.obj (.bss:$O29$$)
                      20002eb4    0000000c     cc2640_ctrlll_pxxx.a : ll_scheduler.o (.bss)
                      20002ec0    00000008     dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.bss:$O1$$)
                      20002ec8    00000008     cc2640_ctrlll_pxxx.a : ll_common.o (.bss)
                      20002ed0    00000008                          : ll_common.o (.bss)
                      20002ed8    00000008     driverlib.lib : sys_ctrl.obj (.bss:powerQualGlobals$97)
                      20002ee0    00000004     cc2640_ctrlll_pxxx.a : ll.o (.bss)
                      20002ee4    00000004                          : ll.o (.bss)
                      20002ee8    00000004                          : ll_common.o (.bss)
                      20002eec    00000004     cc26xx_gap_pxxx.a : gap_linkmgr.o (.bss)
                      20002ef0    00000004     cc26xx_profiles_pxxx.a : gapgattserver.o (.bss)
                      20002ef4    00000004     (.common:ClockP_tickPeriod)
                      20002ef8    00000004     (.common:g_2_sec_cnt)
                      20002efc    00000004     (.common:g_activity_cnt)
                      20002f00    00000004     (.common:g_adcNtc_calibrate_sum)
                      20002f04    00000004     (.common:g_adc_bat_val)
                      20002f08    00000004     (.common:g_adc_ntc_calib_val)
                      20002f0c    00000004     (.common:g_adc_ntc_val)
                      20002f10    00000004     (.common:g_calculate_temp_interval)
                      20002f14    00000004     (.common:g_harsh_acc_cnt)
                      20002f18    00000004     (.common:g_harsh_acc_cntr_window)
                      20002f1c    00000004     (.common:g_motion_end_cntr)
                      20002f20    00000004     (.common:g_ntc_read_interval)
                      20002f24    00000004     (.common:g_pkt_len)
                      20002f28    00000004     (.common:g_position_cnt)
                      20002f2c    00000004     (.common:g_sample)
                      20002f30    00000004     (.common:g_total_acc_int1_cnt)
                      20002f34    00000004     (.common:tasksEvents)
                      20002f38    00000004     (.common:trngCC26XXObjects)
                      20002f3c    00000002     cc2640_ctrlll_pxxx.a : ll_slave_end_causes.o (.bss)
                      20002f3e    00000001     RFCC26XX_singleMode.obj (.bss)
                      20002f3f    00000001     cc26xx_hci_tl_none.a : hci_tl.o (.bss)
                      20002f40    00000001                          : hci_tl.o (.bss)
                      20002f41    00000001                          : hci_tl.o (.bss)
                      20002f42    00000001                          : hci_tl.o (.bss)
                      20002f43    00000001                          : hci_tl.o (.bss)
                      20002f44    00000001     drivers_cc26x0r2.aem3 : CryptoCC26XX.oem3 (.bss)
                      20002f45    00000001     (.common:driverlib_release_0_60062)
                      20002f46    00000001     (.common:icall_liteTaskId)
    
    .vtable    0    20002f47    00000000     UNINITIALIZED
    
    .vtable_ram 
    *          0    20002f47    00000000     UNINITIALIZED
    
    vtable_ram 
    *          0    20002f47    00000000     UNINITIALIZED
    
    .sysmem    0    20002f47    00000000     UNINITIALIZED
    
    .nonretenvar 
    *          0    20002f47    00000000     UNINITIALIZED
    
    .stack     0    20004000    00000400     UNINITIALIZED
                      20004000    00000400     --HOLE--
    
    .TI.bound:dmaSpi0TxControlTableEntry 
    *          0    20000440    00000010     UNINITIALIZED
                      20000440    00000010     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.TI.bound:dmaSpi0TxControlTableEntry)
    
    .TI.bound:dmaSpi1TxControlTableEntry 
    *          0    20000510    00000010     UNINITIALIZED
                      20000510    00000010     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.TI.bound:dmaSpi1TxControlTableEntry)
    
    .text.1    0    0000003c    00000fc4     
                      0000003c    00000a4e     rtsv7M3_T_le_eabi.lib : _printfi.c.obj (.text:__TI_printfi)
                      00000a8a    00000002     ble_user_config.obj (.text:DefaultAssertCback)
                      00000a8c    0000047c     project_zero_cc2640r2lp_stack_library.lib : icall_startup.obj (.text:startup_entry)
                      00000f08    00000008     ble_r2.symbols (.tramp.L2CAP_SetUserConfig.1)
                      00000f10    00000008     ble_r2.symbols (.tramp.L2CAP_Init.1)
                      00000f18    00000008     ble_r2.symbols (.tramp.GAP_Init.1)
                      00000f20    00000008     ble_r2.symbols (.tramp.SM_Init.1)
                      00000f28    00000008     ble_r2.symbols (.tramp.GATT_Init.1)
                      00000f30    00000008     ble_r2.symbols (.tramp.GAP_RegisterBondMgrCBs.1)
                      00000f38    000000c8     project_zero.obj (.text:factory_reset$0)
    
    .text.2    0    00001330    00014fbc     
                      00001330    00001108     project_zero.obj (.text:ProjectZero_taskFxn$0)
                      00002438    000009c8     rtsv7M3_T_le_eabi.lib : e_pow.c.obj (.text:pow)
                      00002e00    000009c4     project_zero.obj (.text:app_process_ble_msg)
                      000037c4    000007a0     project_zero.obj (.text:ProjectZero_clockHandler$0)
                      00003f64    000006dc     process_msg.obj (.text:decode_bt_cmd)
                      00004640    00000598     project_zero.obj (.text:ProjectZero_init$0)
                      00004bd8    0000058c     peripheral.obj (.text:gapRole_taskFxn$16)
                      00005164    00000478     cc2640_ctrlll_pxxx.a : ll.o (.text)
                      000055dc    00000460     rtsv7M3_T_le_eabi.lib : strftime.c.obj (.text:strftime)
                      00005a3c    00000450                           : strtod.c.obj (.text:strtod)
                      00005e8c    00000330     cc2640_ctrlll_pxxx.a : ll_slave_end_causes.o (.text)
                      000061bc    00000320                          : ll.o (.text)
                      000064dc    00000314     drivers_cc26x0r2.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_auxISR)
                      000067f0    00000308     process_msg.obj (.text:prepare_protocol)
                      00006af8    000002f4     cc2640_ctrlll_pxxx.a : ll_scheduler.o (.text)
                      00006dec    000002ec     rtsv7M3_T_le_eabi.lib : s_atan.c.obj (.text:atan)
                      000070d8    000002e4     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      000073bc    000002cc     accelerometer.obj (.text:accIntrCallbackFxn$21)
                      00007688    000002c4     RFCC26XX_singleMode.obj (.text:RF_fsmActiveState$3)
                      0000794c    000002a0     rtsv7M3_T_le_eabi.lib : mktime.c.obj (.text:__mktime32)
                      00007bec    00000294     peripheral.obj (.text:GAPRole_SetParameter)
                      00007e80    00000294     cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
                      00008114    00000278     drivers_cc26x0r2.aem3 : CryptoCC26XX.oem3 (.text:cryptoTransactionExecute)
                      0000838c    0000025c     rtsv7M3_T_le_eabi.lib : _printfi.c.obj (.text:_pconv_a$80)
                      000085e8    00000240     cc2640_ctrlll_pxxx.a : ble.o (.text)
                      00008828    00000238     cc26xx_profiles_pxxx.a : gapgattserver.o (.text)
                      00008a60    0000022c     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_SetParameter)
                      00008c8c    0000022c     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                      00008eb8    00000220     driverlib.lib : sys_ctrl.obj (.text:NOROM_SysCtrlSetRechargeBeforePowerDown)
                      000090d8    0000021c     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transfer)
                      000092f4    0000020c     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_ProcessGAPMsg)
                      00009500    0000020c     RFCC26XX_singleMode.obj (.text:RF_open)
                      0000970c    00000200     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      0000990c    000001e8     ECCROMCC26XX.obj (.text:ECC_VerifyPublicKeyWeierstrass$2)
                      00009af4    000001d0     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrAddBond$33)
                      00009cc4    000001cc     rtsv7M3_T_le_eabi.lib : _printfi.c.obj (.text:_pconv_g$80)
                      00009e90    000001b8     RFCC26XX_singleMode.obj (.text:RF_fsmSetupState$3)
                      0000a048    000001b6     rtsv7M3_T_le_eabi.lib : fd_add_t2.asm.obj (.text)
                      0000a1fe    00000002     icall.obj (.text:ICall_abort)
                      0000a200    000001b0     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PIN_init)
                      0000a3b0    000001b0     cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
                      0000a560    000001a4     ECCROMCC26XX.obj (.text:ECCROMCC26XX_genDHKey)
                      0000a704    00000190     drivers_cc26x0r2.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
                      0000a894    00000190     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrAuthenticate$33)
                      0000aa24    00000190     icall.obj (.text:icall_directAPI)
                      0000abb4    0000018c     cc2640_ctrlll_pxxx.a : ll.o (.text)
                      0000ad40    0000018c                          : ll_isr.o (.text)
                      0000aecc    00000170     rtsv7M3_T_le_eabi.lib : e_sqrt.c.obj (.text:sqrt)
                      0000b03c    00000158     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_initIO)
                      0000b194    00000150     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_ProcessEvent)
                      0000b2e4    00000150     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      0000b434    0000013c     rtsv7M3_T_le_eabi.lib : _printfi.c.obj (.text:_pconv_e$80)
                      0000b570    00000136                           : fd_div_t2.asm.obj (.text)
                      0000b6a6    00000002     project_zero_cc2640r2lp_stack_library.lib : onboard.obj (.text:Onboard_soft_reset)
                      0000b6a8    00000134     rtsv7M3_T_le_eabi.lib : localtim.c.obj (.text:__localtime32)
                      0000b7dc    0000012c     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:Power_init)
                      0000b908    00000128     ECCROMCC26XX.obj (.text:ECCROMCC26XX_genKeys)
                      0000ba30    00000128     cc2640_ctrlll_pxxx.a : ll_scheduler.o (.text)
                      0000bb58    00000128     process_msg.obj (.text:set_rtc)
                      0000bc80    00000124     peripheral.obj (.text:GAPRole_GetParameter)
                      0000bda4    00000124     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrEraseBonding$33)
                      0000bec8    00000120     rtsv7M3_T_le_eabi.lib : _printfi.c.obj (.text:fcvt$80)
                      0000bfe8    0000011c     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_open)
                      0000c104    00000114     cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
                      0000c218    00000114     serial_flash.obj (.text:read_unsent_data_unplanned_server)
                      0000c32c    00000110     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PINCC26XX_setIoCfg)
                      0000c43c    00000110     cc26xx_gatt_pxxx.a : gatt_server.o (.text)
                      0000c54c    0000010c     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_configDMA)
                      0000c658    00000104     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.text:compactPage$31)
                      0000c75c    00000100     accelerometer.obj (.text:read)
                      0000c85c    000000fc     rtsv7M3_T_le_eabi.lib : fd_mul_t2.asm.obj (.text)
                      0000c958    000000fa                           : fs_add_t2.asm.obj (.text)
                      0000ca52    00000002     RFCC26XX_singleMode.obj (.text:RF_defaultCallback$3)
                      0000ca54    000000f8     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.text:osal_snv_write)
                      0000cb4c    000000f8     accelerometer.obj (.text:tx)
                      0000cc44    000000f0     RFCC26XX_singleMode.obj (.text:RF_radioOpDoneCb$3)
                      0000cd34    000000f0     cc2640_ctrlll_pxxx.a : ll.o (.text)
                      0000ce24    000000ec     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      0000cf10    000000e8     dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                      0000cff8    000000e8     project_zero_cc2640r2lp_stack_library.lib : osal_timers.obj (.text:osalTimerUpdate)
                      0000d0e0    000000e4     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transferCancel)
                      0000d1c4    000000e4     cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
                      0000d2a8    000000e4     cc26xx_sm_pxxx.a : sm_pairing.o (.text)
                      0000d38c    000000e0     data_service.obj (.text:Data_Service_WriteAttrCB$11)
                      0000d46c    000000d8     drivers_cc26x0r2.aem3 : ADCCC26XX.oem3 (.text:ADCCC26XX_convert)
                      0000d544    000000d4     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_LinkEst)
                      0000d618    000000d4     RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                      0000d6ec    000000d4     project_zero.obj (.text:Util_get_parameter_from_data)
                      0000d7c0    000000d0     drivers_cc26x0r2.aem3 : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_open)
                      0000d890    000000cc     RFCC26XX_singleMode.obj (.text:RF_postCmd)
                      0000d95c    000000cc     RFCC26XX_singleMode.obj (.text:RF_swiHw$3)
                      0000da28    000000cc     main.obj (.text:main)
                      0000daf4    000000cc     rtsv7M3_T_le_eabi.lib : s_scalbn.c.obj (.text:scalbn)
                      0000dbc0    000000c4     RFCC26XX_singleMode.obj (.text:RF_control)
                      0000dc84    000000c4     cc26xx_sm_pxxx.a : sm_pairing.o (.text)
                      0000dd48    000000c4                      : sm_pairing.o (.text)
                      0000de0c    000000c0     RFCC26XX_singleMode.obj (.text:RF_fsmPowerUpState$3)
                      0000decc    000000c0     driverlib.lib : setup.obj (.text:TrimAfterColdResetWakeupFromShutDown$28)
                      0000df8c    000000c0     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.text:osal_set_event)
                      0000e04c    000000bc     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:Power_releaseDependency)
                      0000e108    000000bc     cc2640_ctrlll_pxxx.a : ll_scheduler.o (.text)
                      0000e1c4    000000b8     driverlib.lib : aux_adc.obj (.text:NOROM_AUXADCEnableSync)
                      0000e27c    000000b4                   : setup.obj (.text:NOROM_SetupTrimDevice)
                      0000e330    000000b4     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:Power_setDependency)
                      0000e3e4    000000b1     rtsv7M3_T_le_eabi.lib : _printfi.c.obj (.text:_ltostr$80)
                      0000e495    00000001     --HOLE-- [fill = 0]
                      0000e496    00000002     project_zero_cc2640r2lp_stack_library.lib : sm_ecc.obj (.text:SM_dhKeyCB)
                      0000e498    000000b0     TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
                      0000e548    000000b0     cc26xx_gap_pxxx.a : gap_peridevmgr.o (.text)
                      0000e5f8    000000b0     devinfoservice.obj (.text:devInfo_ReadAttrCB$12)
                      0000e6a8    000000b0     project_zero.obj (.text:user_processGapStateChangeEvt$0)
                      0000e758    000000ac     gattservapp_util.obj (.text:GATTServApp_ProcessCharCfg)
                      0000e804    000000ac     RFCC26XX_singleMode.obj (.text:RF_abortCmd$3)
                      0000e8b0    000000a4     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_ResolveAddr)
                      0000e954    000000a4     RFCC26XX_singleMode.obj (.text:RF_ratRestartChannels$3)
                      0000e9f8    000000a4     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      0000ea9c    000000a4     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.text:osal_msg_enqueue_push$39)
                      0000eb40    000000a4     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                      0000ebe4    000000a0                           : PINCC26XX.oem3 (.text:PIN_open)
                      0000ec84    000000a0                           : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_hwiFxn)
                      0000ed24    000000a0     auto_init.aem3 : auto_init.oem3 (.text)
                      0000edc4    000000a0     project_zero_cc2640r2lp_stack_library.lib : osal_timers.obj (.text:osal_timer_refTimeUpdate)
                      0000ee64    0000009e                                               : gapbondmgr.obj (.text:gapBondMgrUpdateCharCfg$33)
                      0000ef02    00000002                                               : sm_ecc.obj (.text:SM_p256KeyCB)
                      0000ef04    0000009c     RFCC26XX_singleMode.obj (.text:RF_calculateDispatchTime$3)
                      0000efa0    0000009c     drivers_cc26x0r2.aem3 : WatchdogCC26XX.oem3 (.text:WatchdogCC26XX_open)
                      0000f03c    0000009c     project_zero_cc2640r2lp_stack_library.lib : osal_cbtimer.obj (.text:cbTimerSetup$41)
                      0000f0d8    0000009c     rtsv7M3_T_le_eabi.lib : memcpy_t2.asm.obj (.text)
                      0000f174    00000098     cc2640_ctrlhci_pxxx.a : hci_event.o (.text)
                      0000f20c    00000098     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      0000f2a4    00000098     project_zero_cc2640r2lp_stack_library.lib : osal_cbtimer.obj (.text:osal_CbTimerProcessEvent)
                      0000f33c    00000098     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
                      0000f3d4    00000096     rtsv7M3_T_le_eabi.lib : ull_div_t2.asm.obj (.text)
                      0000f46a    00000002     drivers_cc26x0r2.aem3 : WatchdogCC26XX.oem3 (.text:WatchdogCC26XX_close)
                      0000f46c    00000094                           : CryptoCC26XX.oem3 (.text:CryptoCC26XX_allocateKey)
                      0000f500    00000094     icall.obj (.text:ICall_setTimer)
                      0000f594    00000094     driverlib.lib : crypto.obj (.text:NOROM_CRYPTOAesLoadKey)
                      0000f628    00000092     rtsv7M3_T_le_eabi.lib : fs_div_t2.asm.obj (.text)
                      0000f6ba    00000002                           : _lock.c.obj (.text:_nop)
                      0000f6bc    00000090     drivers_cc26x0r2.aem3 : CryptoCC26XX.oem3 (.text:CryptoCC26XX_open)
                      0000f74c    00000090                           : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_control)
                      0000f7dc    00000090     serial_flash.obj (.text:flash_write)
                      0000f86c    00000090     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.text:osal_msg_receive)
                      0000f8fc    00000090     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_start__E)
                      0000f98c    0000008c     icall.obj (.text:ICall_heapMalloc)
                      0000fa18    0000008c     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_swiFxn)
                      0000faa4    0000008c     cc2640_ctrlll_pxxx.a : ll_enc.o (.text)
                      0000fb30    0000008c     gattservapp_util.obj (.text:gattServApp_SendNotiInd$14)
                      0000fbbc    00000088     drivers_cc26x0r2.aem3 : ADCCC26XX.oem3 (.text:ADCCC26XX_open)
                      0000fc44    00000088     driverlib.lib : aux_adc.obj (.text:NOROM_AUXADCDisable)
                      0000fccc    00000088     peripheral.obj (.text:gapRole_startConnUpdate$16)
                      0000fd54    00000088     accelerometer.obj (.text:start)
                      0000fddc    00000086     rtsv7M3_T_le_eabi.lib : fd_cmp_t2.asm.obj (.text:__aeabi_cdcmple)
                      0000fe62    00000086                           : fd_cmp_t2.asm.obj (.text:__aeabi_cdrcmple)
                      0000fee8    00000084     driverlib.lib : crypto.obj (.text:NOROM_CRYPTOCcmInvAuthDecryptResultGet)
                      0000ff6c    00000084     project_zero.obj (.text:advertise_mac_address$0)
                      0000fff0    00000084     cc26xx_profiles_pxxx.a : gapgattserver.o (.text)
                      00010074    00000080     RFCC26XX_singleMode.obj (.text:RF_dispatchNextCmd$3)
                      000100f4    00000080     RFCC26XX_singleMode.obj (.text:RF_ratFreeChannel$3)
                      00010174    0000007c     data_service.obj (.text:DataService_SetParameter)
                      000101f0    0000007c     RFCC26XX_singleMode.obj (.text:RF_hwiCpe0Active$3)
                      0001026c    0000007c     cc2640_ctrlhci_pxxx.a : hci_event.o (.text)
                      000102e8    0000007c     cc2640_ctrlll_pxxx.a : ll_scheduler.o (.text)
                      00010364    0000007c     cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
                      000103e0    0000007c     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.text:osal_event_send$39)
                      0001045c    0000007c     serial_flash.obj (.text:read_flash)
                      000104d8    0000007a     rtsv7M3_T_le_eabi.lib : fs_mul_t2.asm.obj (.text)
                      00010552    0000007a                           : memset_t2.asm.obj (.text)
                      000105cc    00000078     serial_flash.obj (.text:BLOCK_erase)
                      00010644    00000078     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_syncResolvingList)
                      000106bc    00000078     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      00010734    00000078     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      000107ac    00000078     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapMem_allocUnprotected__E)
                      00010824    00000074     cc26xx_sm_pxxx.a : sm_pairing.o (.text)
                      00010898    00000074     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrBondReq$33)
                      0001090c    00000072     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      0001097e    00000002     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:emptyClockFunc)
                      00010980    00000070     icall.obj (.text:ICall_heapGetStats)
                      000109f0    00000070     icall.obj (.text:ICall_heapInit)
                      00010a60    00000070     driverlib.lib : sys_ctrl.obj (.text:NOROM_SysCtrlAdjustRechargeAfterPowerDown)
                      00010ad0    00000070     project_zero_cc2640r2lp_stack_library.lib : ble_dispatch_lite.obj (.text:ble_dispatch_liteProcess)
                      00010b40    00000070     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      00010bb0    00000070     cc26xx_hci_tl_none.a : hci_tl.o (.text)
                      00010c20    00000070     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:lfClockReadyCallback)
                      00010c90    00000070     accelerometer.obj (.text:stop)
                      00010d00    00000070     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.text:writeWord$31)
                      00010d70    0000006e     rtsv7M3_T_le_eabi.lib : fd_tos_t2.asm.obj (.text)
                      00010dde    0000006e                           : ll_div_t2.asm.obj (.text)
                      00010e4c    0000006c     icall.obj (.text:ICall_sendServiceComplete)
                      00010eb8    0000006c     driverlib.lib : osc.obj (.text:NOROM_OSCHF_AttemptToSwitchToXosc)
                      00010f24    0000006c     drivers_cc26x0r2.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
                      00010f90    0000006c     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      00010ffc    0000006c                          : ll_scheduler.o (.text)
                      00011068    0000006c     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:configureXOSCHF)
                      000110d4    0000006a     rtsv7M3_T_le_eabi.lib : _printfi.c.obj (.text:_mcpy$80)
                      0001113e    00000002     drivers_cc26x0r2.aem3 : CryptoResourceCC26XX.oem3 (.text:errorSpin)
                      00011140    00000068                           : CryptoCC26XX.oem3 (.text:CryptoCC26XX_loadKey)
                      000111a8    00000068     driverlib.lib : sys_ctrl.obj (.text:NOROM_SysCtrl_DCDC_VoltageConditionalControl)
                      00011210    00000068     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PIN_add)
                      00011278    00000068     RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                      000112e0    00000068     RFCC26XX_singleMode.obj (.text:RF_hwiHw$3)
                      00011348    00000068     project_zero.obj (.text:Util_convertArrayToHexString)
                      000113b0    00000068     rtsv7M3_T_le_eabi.lib : copy_decompress_lzss.c.obj (.text:decompress:lzss:__TI_decompress_lzss)
                      00011418    00000068     project_zero_cc2640r2lp_stack_library.lib : osal_cbtimer.obj (.text:osal_CbTimerUpdate)
                      00011480    00000064     icall.obj (.text:ICall_send)
                      000114e4    00000064     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      00011548    00000060     gattservapp_util.obj (.text:GATTServApp_ProcessCCCWriteReq)
                      000115a8    00000060     icall.obj (.text:ICall_createRemoteTasksAtRuntime)
                      00011608    00000060     icall.obj (.text:ICall_enrollService)
                      00011668    00000060     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
                      000116c8    00000060     RFCC26XX_singleMode.obj (.text:RF_dispatchNextEvent$3)
                      00011728    00000060     rtsv7M3_T_le_eabi.lib : fs_cmp_t2.asm.obj (.text:__aeabi_cfcmple)
                      00011788    00000060                           : fs_cmp_t2.asm.obj (.text:__aeabi_cfrcmple)
                      000117e8    0000005e     icall.obj (.text:ICall_fetchMsg)
                      00011846    00000002     project_zero_cc2640r2lp_stack_library.lib : hal_assert.obj (.text:halAssertHandler)
                      00011848    0000005c     drivers_cc26x0r2.aem3 : CryptoResourceCC26XX.oem3 (.text:CryptoResourceCC26XX_constructRTOSObjects)
                      000118a4    0000005c     icall.obj (.text:ICall_pwrUpdActivityCounter)
                      00011900    0000005c     drivers_cc26x0r2.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_RCOSC_clockFunc)
                      0001195c    0000005c     RFCC26XX_singleMode.obj (.text:RF_cmdDispatchTime$3)
                      000119b8    0000005c     RFCC26XX_singleMode.obj (.text:RF_hwiCpe0PowerFsm$3)
                      00011a14    0000005c     drivers_cc26x0r2.aem3 : UDMACC26XX.oem3 (.text:UDMACC26XX_open)
                      00011a70    0000005c     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      00011acc    0000005c     rtsv7M3_T_le_eabi.lib : s_frexp.c.obj (.text:frexp)
                      00011b28    0000005c     serial_flash.obj (.text:w25qxx_block_erase_bulk)
                      00011b84    0000005c     app_ble_pem3.oem3 (.text:xdc_runtime_Startup_getState__I)
                      00011be0    0000005a     main.obj (.text:AssertHandler)
                      00011c3a    0000005a     RFCC26XX_singleMode.obj (.text:RF_syncCb$3)
                      00011c94    00000058     drivers_cc26x0r2.aem3 : GPTimerCC26XX.oem3 (.text:GPTimerCC26XXHwiFxn)
                      00011cec    00000058                           : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_stop)
                      00011d44    00000058     icall.obj (.text:ICall_wait)
                      00011d9c    00000058     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PIN_remove)
                      00011df4    00000058     RFCC26XX_singleMode.obj (.text:RF_fsmXOSCState$3)
                      00011e4c    00000058     RFCC26XX_singleMode.obj (.text:RF_getInfo)
                      00011ea4    00000058     util.obj (.text:Util_constructClock)
                      00011efc    00000058     cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
                      00011f54    00000058     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.text:findItem$31)
                      00011fac    00000058                                               : gapbondmgr.obj (.text:gapBondMgrReadBonds$33)
                      00012004    00000058                                               : osal_cbtimer.obj (.text:osal_CbTimerStop)
                      0001205c    00000058     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapMem_alloc__E)
                      000120b4    00000058     project_zero.obj (.text:user_enqueueCharDataMsg$0)
                      0001210c    00000056     rtsv7M3_T_le_eabi.lib : _printfi.c.obj (.text:_pconv_f$80)
                      00012162    00000002     project_zero_cc2640r2lp_stack_library.lib : hal_assert.obj (.text:halAssertSpinlock)
                      00012164    00000054     data_service.obj (.text:Data_Service_ReadAttrCB$11)
                      000121b8    00000054     RFCC26XX_singleMode.obj (.text:RF_discardPendCmd$3)
                      0001220c    00000054     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_initHw)
                      00012260    00000054     rtsv7M3_T_le_eabi.lib : _ltoa.c.obj (.text:__TI_ltoa)
                      000122b4    00000054     cc26xx_gap_pxxx.a : linkdb.o (.text)
                      00012308    00000054     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      0001235c    00000052     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_close)
                      000123ae    00000052     rtsv7M3_T_le_eabi.lib : _printfi.c.obj (.text:_ecpy$80)
                      00012400    00000050     dpl_cc26x0r2.aem3 : ClockP_tirtos.oem3 (.text:ClockP_construct)
                      00012450    00000050     data_service.obj (.text:Data_Service_findCharParamId$11)
                      000124a0    00000050     ECCROMCC26XX.obj (.text:ECCROMCC26XX_Params_init)
                      000124f0    00000050     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_LinkTerm)
                      00012540    00000050     icall.obj (.text:ICall_registerApp)
                      00012590    00000050     util.obj (.text:Util_convertBdAddr2Str)
                      000125e0    00000050     cc2640_ctrlll_pxxx.a : ll.o (.text)
                      00012630    0000004c     drivers_cc26x0r2.aem3 : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_registerInterrupt)
                      0001267c    0000004c                           : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_start)
                      000126c8    0000004c     icall.obj (.text:ICall_newTask$5)
                      00012714    0000004c     RFCC26XX_singleMode.obj (.text:RF_wakeupNotification$3)
                      00012760    0000004c     rtsv7M3_T_le_eabi.lib : atoi.c.obj (.text:atoi)
                      000127ac    0000004c                           : atol.c.obj (.text:atol)
                      000127f8    0000004c                           : cpy_tbl.c.obj (.text:copy_in)
                      00012844    0000004c     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrUpdateLruBondList$33)
                      00012890    0000004c                                               : osal_bufmgr.obj (.text:osal_bm_free)
                      000128dc    0000004c     rtsv7M3_T_le_eabi.lib : snprintf.c.obj (.text:snprintf)
                      00012928    00000048     ECCROMCC26XX.obj (.text:ECC_initGlobals$2)
                      00012970    00000048     project_zero_cc2640r2lp_stack_library.lib : osal_timers.obj (.text:osalAddTimer)
                      000129b8    00000048     rtsv7M3_T_le_eabi.lib : fd_toi_t2.asm.obj (.text)
                      00012a00    00000048     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I)
                      00012a48    00000044     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_Pair)
                      00012a8c    00000044     driverlib.lib : osc.obj (.text:NOROM_OSCHF_SwitchToRcOscTurnOffXosc)
                      00012ad0    00000044     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_csnCallback)
                      00012b14    00000044     boot.aem3 : boot.oem3 (.text)
                      00012b58    00000044     cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
                      00012b9c    00000044                          : ll_scheduler.o (.text)
                      00012be0    00000044     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      00012c24    00000044     project_zero_cc2640r2lp_stack_library.lib : osal_timers.obj (.text:osal_start_timerEx)
                      00012c68    00000044     imp_stuff.obj (.text:select_ping_interval)
                      00012cac    00000044     project_zero.obj (.text:user_enqueueRawAppMsg$0)
                      00012cf0    00000044     accelerometer.obj (.text:write)
                      00012d34    00000042     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_UpdateCharCfg)
                      00012d76    00000042                                               : gap.obj (.text:GAP_DeviceInit)
                      00012db8    00000042     driverlib.lib : ssi.obj (.text:NOROM_SSIConfigSetExpClk)
                      00012dfa    00000002     icall_api_lite.obj (.text:rfErrCb)
                      00012dfc    00000040     drivers_cc26x0r2.aem3 : ADCCC26XX.oem3 (.text:ADCCC26XX_convertToMicroVolts)
                      00012e3c    00000040                           : ADC.oem3 (.text:ADC_init)
                      00012e7c    00000040                           : ADC.oem3 (.text:ADC_open)
                      00012ebc    00000040     ECCROMCC26XX.obj (.text:ECCROMCC26XX_init)
                      00012efc    00000040     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PINCC26XX_getConfig)
                      00012f3c    00000040                           : PINCC26XX.oem3 (.text:PIN_swi)
                      00012f7c    00000040                           : PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
                      00012fbc    00000040     project_zero.obj (.text:ProjectZero_createTask)
                      00012ffc    00000040     drivers_cc26x0r2.aem3 : SPI.oem3 (.text:SPI_init)
                      0001303c    00000040                           : SPI.oem3 (.text:SPI_open)
                      0001307c    00000040                           : Watchdog.oem3 (.text:Watchdog_init)
                      000130bc    00000040                           : Watchdog.oem3 (.text:Watchdog_open)
                      000130fc    00000040     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      0001313c    00000040                            : gattservapp.o (.text)
                      0001317c    00000040     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.text:erasePage$31)
                      000131bc    00000040     rtsv7M3_T_le_eabi.lib : u_divt2.asm.obj (.text)
                      000131fc    00000040                           : sprintf.c.obj (.text:sprintf)
                      0001323c    00000040     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapCallback_Module_startup__E)
                      0001327c    0000003e     dpl_cc26x0r2.aem3 : HwiP_tirtos.oem3 (.text:HwiP_construct)
                      000132ba    00000002     rtsv7M3_T_le_eabi.lib : div0.asm.obj (.text)
                      000132bc    0000003c     drivers_cc26x0r2.aem3 : ADCCC26XX.oem3 (.text:ADCCC26XX_close)
                      000132f8    0000003c     peripheral.obj (.text:GAPRole_createTask)
                      00013334    0000003c     driverlib.lib : osc.obj (.text:NOROM_OSC_HPOSCRelativeFrequencyOffsetGet)
                      00013370    0000003c     RFCC26XX_singleMode.obj (.text:RF_cmdStoreEvents$3)
                      000133ac    0000003c     dpl_cc26x0r2.aem3 : SwiP_tirtos.oem3 (.text:SwiP_construct)
                      000133e8    0000003c     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      00013424    0000003c                          : ll_scheduler.o (.text)
                      00013460    0000003c     cc26xx_hci_tl_none.a : hci_tl.o (.text)
                      0001349c    0000003c     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      000134d8    0000003c                            : gattservapp.o (.text)
                      00013514    0000003c     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:disableLfClkQualifiersEnableClkLoss)
                      00013550    0000003c     project_zero_cc2640r2lp_stack_library.lib : osal_bufmgr.obj (.text:osal_bm_alloc)
                      0001358c    0000003c                                               : osal_timers.obj (.text:osal_start_reload_timer)
                      000135c8    0000003c     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_construct2__E)
                      00013604    0000003a     rtsv7M3_T_le_eabi.lib : _printfi.c.obj (.text:_fcpy$80)
                      0001363e    0000003a     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      00013678    00000038     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PIN_setConfig)
                      000136b0    00000038                           : PINCC26XX.oem3 (.text:PIN_setInterrupt)
                      000136e8    00000038                           : PINCC26XX.oem3 (.text:PIN_setOutputValue)
                      00013720    00000038     RFCC26XX_singleMode.obj (.text:RF_checkCmdFsError$3)
                      00013758    00000038     util.obj (.text:Util_restartClock)
                      00013790    00000038     project_zero_cc2640r2lp_stack_library.lib : osal_bufmgr.obj (.text:bm_desc_from_payload$40)
                      000137c8    00000038     cc2640_ctrlll_pxxx.a : ll_scheduler.o (.text)
                      00013800    00000038                          : ll_scheduler.o (.text)
                      00013838    00000038     cc26xx_l2cap_pxxx.a : l2cap_util.o (.text)
                      00013870    00000038     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.text:disableCache$31)
                      000138a8    00000038                                               : osal.obj (.text:osal_alien2proxy)
                      000138e0    00000038                                               : osal.obj (.text:osal_msec_timer_cback$39)
                      00013918    00000038                                               : osal_timers.obj (.text:osal_stop_timerEx)
                      00013950    00000038     rtsv7M3_T_le_eabi.lib : fs_tod_t2.asm.obj (.text)
                      00013988    00000038                           : i_tofs_t2.asm.obj (.text)
                      000139c0    00000038     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Seconds_get__E)
                      000139f8    00000038                      : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E)
                      00013a30    00000036     drivers_cc26x0r2.aem3 : UDMACC26XX.oem3 (.text:UDMACC26XX_close)
                      00013a66    00000036     rtsv7M3_T_le_eabi.lib : strstr.c.obj (.text:strstr)
                      00013a9c    00000034     peripheral.obj (.text:GAPRole_TerminateConnection)
                      00013ad0    00000034     gattservapp_util.obj (.text:GATTServApp_InitCharCfg)
                      00013b04    00000034     drivers_cc26x0r2.aem3 : GPTimerCC26XX.oem3 (.text:GPTimerCC26XXSetLoadMatch)
                      00013b38    00000034     icall.obj (.text:ICall_heapFree)
                      00013b6c    00000034     icall.obj (.text:ICall_searchServiceEntity)
                      00013ba0    00000034     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:Power_releaseConstraint)
                      00013bd4    00000034     RFCC26XX_singleMode.obj (.text:RF_powerConstraintRelease)
                      00013c08    00000034     RFCC26XX_singleMode.obj (.text:RF_runDirectImmediateCmd$3)
                      00013c3c    00000034     cc2640_ctrlll_pxxx.a : ll_enc.o (.text)
                      00013c70    00000034                          : ll_isr.o (.text)
                      00013ca4    00000034                          : ll_scheduler.o (.text)
                      00013cd8    00000034     cc26xx_gap_pxxx.a : gap_configmgr.o (.text)
                      00013d0c    00000034     drivers_cc26x0r2.aem3 : CryptoCC26XX.oem3 (.text:cryptoTransactionPend)
                      00013d40    00000034                           : PowerCC26XX.oem3 (.text:notify)
                      00013d74    00000034     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.text:osal_clear_event)
                      00013da8    00000034     rtsv7M3_T_le_eabi.lib : strncpy.c.obj (.text:strncpy)
                      00013ddc    00000034     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_initDevice__I)
                      00013e10    00000034                      : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_setPri__E)
                      00013e44    00000032     icall.obj (.text:ICall_fetchServiceMsg)
                      00013e76    00000032     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E)
                      00013ea8    00000032     serial_flash.obj (.text:update_unplanned_server_data_rd_wr_block)
                      00013eda    00000002     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_nullFunc__I)
                      00013edc    00000030     serial_flash.obj (.text:DF_SPI_RW)
                      00013f0c    00000030     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_PasscodeRsp)
                      00013f3c    00000030                                               : hal_flash_wrapper.obj (.text:HalFlashRead)
                      00013f6c    00000030     icall.obj (.text:ICall_dispatch$5)
                      00013f9c    00000030     icall.obj (.text:ICall_msecs2Ticks$5)
                      00013fcc    00000030     icall.obj (.text:ICall_primEntityId2ServiceId$5)
                      00013ffc    00000030     icall.obj (.text:ICall_searchTask$5)
                      0001402c    00000030     driverlib.lib : aux_adc.obj (.text:NOROM_AUXADCDisableInputScaling)
                      0001405c    00000030     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PINCC26XX_setMux)
                      0001408c    00000030                           : PowerCC26XX.oem3 (.text:Power_setConstraint)
                      000140bc    00000030     RFCC26XX_singleMode.obj (.text:RF_cmdGet$3)
                      000140ec    00000030     drivers_cc26x0r2.aem3 : WatchdogCC26XX.oem3 (.text:WatchdogCC26XX_setReload)
                      0001411c    00000030     rtsv7M3_T_le_eabi.lib : snprintf.c.obj (.text:_outs$81)
                      0001414c    00000030     cc2640_ctrlll_pxxx.a : ll_privacy.o (.text)
                      0001417c    00000030     cc26xx_gap_pxxx.a : gap_configmgr.o (.text)
                      000141ac    00000030     cc26xx_sm_pxxx.a : sm_pairing.o (.text)
                      000141dc    00000030     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgr_SyncWhiteList$33)
                      0001420c    00000030                                               : osal_timers.obj (.text:osal_get_timeoutEx)
                      0001423c    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                      0001426c    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
                      0001429c    00000030     app_ble_pem3.oem3 (.text:ti_sysbios_heaps_HeapCallback_Object__create__S)
                      000142cc    00000030     serial_flash.obj (.text:w25qxx_wait_busy)
                      000142fc    0000002e     icall_cc2650.obj (.text:ICallPlatform_pwrDispenseImpl$6)
                      0001432a    0000002e     icall_cc2650.obj (.text:ICallPlatform_pwrRequireImpl$6)
                      00014358    0000002e     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      00014386    0000002e     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.text:osal_build_uint32)
                      000143b4    0000002e     rtsv7M3_T_le_eabi.lib : i_tofd_t2.asm.obj (.text)
                      000143e2    00000002     UartLog.obj (.text:uartLog_flush)
                      000143e4    0000002c     icall.obj (.text:ICall_getLocalMsgEntityId)
                      00014410    0000002c     icall.obj (.text:ICall_msgEnqueue$5)
                      0001443c    0000002c     driverlib.lib : chipinfo.obj (.text:NOROM_ChipInfo_GetChipFamily)
                      00014468    0000002c     project_zero.obj (.text:ProjectZero_freeAttRsp$0)
                      00014494    0000002c     RFCC26XX_singleMode.obj (.text:RF_calculateDeltaTimeUs$3)
                      000144c0    0000002c     RFCC26XX_singleMode.obj (.text:RF_executeDirectImmediateCmd$3)
                      000144ec    0000002c     driverlib.lib : adi.obj (.text:SafeHapiAuxAdiSelect)
                      00014518    0000002c     dpl_cc26x0r2.aem3 : SemaphoreP_tirtos.oem3 (.text:SemaphoreP_constructBinary)
                      00014544    0000002c     project_zero_cc2640r2lp_stack_library.lib : ble_dispatch_lite.obj (.text:bleDispatch_BMAlloc)
                      00014570    0000002c     cc26xx_gatt_pxxx.a : gatt_task.o (.text)
                      0001459c    0000002c     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      000145c8    0000002c                            : gattservapp.o (.text)
                      000145f4    0000002c     cc26xx_sm_pxxx.a : sm_pairing.o (.text)
                      00014620    0000002c                      : sm_rsppairing.o (.text)
                      0001464c    0000002c     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.text:findOffset$31)
                      00014678    0000002c                                               : gapbondmgr.obj (.text:gapBondMgrFindAddr$33)
                      000146a4    0000002c     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_getTicksUntilInterrupt__E)
                      000146d0    0000002a                      : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_getTimeout__E)
                      000146fa    00000002     project_zero.obj (.text:user_gapBondMgr_pairStateCB$0)
                      000146fc    00000028     drivers_cc26x0r2.aem3 : CryptoCC26XX.oem3 (.text:CryptoCC26XX_hwiIntFxn)
                      00014724    00000028                           : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_configureDebugStall)
                      0001474c    00000028     driverlib.lib : rfc.obj (.text:NOROM_RFCDoorbellSendTo)
                      00014774    00000028     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:Power_registerNotify)
                      0001479c    00000028     RFCC26XX_singleMode.obj (.text:RF_runCmd)
                      000147c4    00000028     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_flushFifos)
                      000147ec    00000028     driverlib.lib : adi.obj (.text:SafeHapiVoid)
                      00014814    00000028     TRNGCC26XX.obj (.text:TRNGCC26XX_init)
                      0001483c    00000028     drivers_cc26x0r2.aem3 : WatchdogCC26XX.oem3 (.text:WatchdogCC26XX_convertMsToTicks)
                      00014864    00000028     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrBondTotal$33)
                      0001488c    00000028                                               : osal_bufmgr.obj (.text:osal_bm_adjust_header)
                      000148b4    00000028                                               : osal_timers.obj (.text:osal_next_timeout)
                      000148dc    00000028                                               : osal_snv_wrapper.obj (.text:osal_snv_compact)
                      00014904    00000026                                               : gapbondmgr.obj (.text:gapBondMgrGetStateFlags$33)
                      0001492a    00000002     project_zero.obj (.text:watchdogCallback)
                      0001492c    00000024     drivers_cc26x0r2.aem3 : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_enableInterrupt)
                      00014950    00000024                           : List.oem3 (.text:List_remove)
                      00014974    00000024     driverlib.lib : chipinfo.obj (.text:NOROM_ChipInfo_GetChipType)
                      00014998    00000024                   : osc.obj (.text:NOROM_OSCHF_TurnOnXosc)
                      000149bc    00000024     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PINCC26XX_setIoCfgMux)
                      000149e0    00000024     cc26xx_profiles_pxxx.a : gapgattserver.o (.text)
                      00014a04    00000024     rtsv7M3_T_le_eabi.lib : memcmp.c.obj (.text:memcmp)
                      00014a28    00000024     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.text:osal_msg_allocate)
                      00014a4c    00000024                                               : osal.obj (.text:osal_proxy2alien$39)
                      00014a70    00000024                                               : osal.obj (.text:osal_service_entry)
                      00014a94    00000024     rtsv7M3_T_le_eabi.lib : u_tofs_t2.asm.obj (.text)
                      00014ab8    00000024     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_registerRTSLock__I)
                      00014adc    00000024     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_removeRTSLock__I)
                      00014b00    00000024     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Seconds_set__E)
                      00014b24    00000024                      : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E)
                      00014b48    00000022     icall.obj (.text:ICall_setTimerMSecs)
                      00014b6a    00000022     drivers_cc26x0r2.aem3 : List.oem3 (.text:List_get)
                      00014b8c    00000022                           : List.oem3 (.text:List_put)
                      00014bae    00000022     driverlib.lib : aux_adc.obj (.text:NOROM_AUXADCAdjustValueForGainAndOffset)
                      00014bd0    00000020     drivers_cc26x0r2.aem3 : GPTimerCC26XX.oem3 (.text:GPTimerCC26XXReverseLookupMask)
                      00014bf0    00000020                           : PowerCC26XX.oem3 (.text:Power_unregisterNotify)
                      00014c10    00000020     RFCC26XX_singleMode.obj (.text:RF_clkPowerUp$3)
                      00014c30    00000020     RFCC26XX_singleMode.obj (.text:RF_ratIsRunning$3)
                      00014c50    00000020     cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
                      00014c70    00000020                          : ll_isr.o (.text)
                      00014c90    00000020     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      00014cb0    00000020                            : gattservapp.o (.text)
                      00014cd0    00000020     cc26xx_sm_pxxx.a : sm_rsppairing.o (.text)
                      00014cf0    00000020     gattservapp_util.obj (.text:gattServApp_FindCharCfgItem$14)
                      00014d10    00000020     project_zero_cc2640r2lp_stack_library.lib : osal_timers.obj (.text:osalFindTimer)
                      00014d30    00000020                                               : osal.obj (.text:osal_memcmp)
                      00014d50    00000020                                               : osal.obj (.text:osal_msg_deallocate)
                      00014d70    00000020                                               : osal.obj (.text:osal_msg_send)
                      00014d90    00000020     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock__I)
                      00014db0    00000020     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E)
                      00014dd0    0000001e     ECCROMCC26XX.obj (.text:ECC_ArrayAllZeros)
                      00014dee    0000001e     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PIN_close)
                      00014e0c    0000001e                           : PowerCC26XX.oem3 (.text:Power_getTransitionLatency)
                      00014e2a    0000001e     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      00014e48    0000001e     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrInvertCharCfgItem$33)
                      00014e66    0000001e                                               : gapbondmgr.obj (.text:gapBondSetupPrivFlag$33)
                      00014e84    0000001e                                               : osal_snv_wrapper.obj (.text:osal_snv_read)
                      00014ea2    0000001e     project_zero.obj (.text:user_gapBondMgr_passcodeCB$0)
                      00014ec0    0000001c     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_Register)
                      00014edc    0000001c                                               : gapbondmgr.obj (.text:GAPBondMgr_SupportsEnhancedPriv)
                      00014ef8    0000001c     icall.obj (.text:ICall_primRepostSync$5)
                      00014f14    0000001c     driverlib.lib : aux_adc.obj (.text:NOROM_AUXADCGetAdjustmentGain)
                      00014f30    0000001c                   : flash.obj (.text:NOROM_FlashProgram)
                      00014f4c    0000001c                   : flash.obj (.text:NOROM_FlashSectorErase)
                      00014f68    0000001c     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PIN_hwi)
                      00014f84    0000001c     RFCC26XX_singleMode.obj (.text:RF_clkInactivityCallback$3)
                      00014fa0    0000001c     RFCC26XX_singleMode.obj (.text:RF_getRssi)
                      00014fbc    0000001c     RFCC26XX_singleMode.obj (.text:RF_powerConstraintSet)
                      00014fd8    0000001c     TRNGCC26XX.obj (.text:TRNGCC26XX_open)
                      00014ff4    0000001c     project_zero.obj (.text:Timer_callback$0)
                      00015010    0000001c     accelerometer.obj (.text:delay_ms)
                      0001502c    0000001c     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.text:enableCache$31)
                      00015048    0000001c                                               : gapbondmgr.obj (.text:gapBondFreeAuthEvt$33)
                      00015064    0000001c                                               : hal_assert.obj (.text:halAssertHandlerExt)
                      00015080    0000001c     TRNGCC26XX.obj (.text:openTRNG)
                      0001509c    0000001c     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.text:osal_memdup)
                      000150b8    0000001c                                               : osal.obj (.text:osal_revmemcpy)
                      000150d4    0000001c     rtsv7M3_T_le_eabi.lib : strcat.c.obj (.text:strcat)
                      000150f0    0000001c     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_clearInterrupt__E)
                      0001510c    0000001c                      : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_construct2__E)
                      00015128    0000001a     icall.obj (.text:ICall_enterCSImpl)
                      00015142    0000001a     process_msg.obj (.text:chksum_gprs)
                      0001515c    0000001a     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.text:osal_isbufset)
                      00015176    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultAbort)
                      00015178    00000018     icall.obj (.text:ICall_mallocLimited)
                      00015190    00000018     driverlib.lib : aux_adc.obj (.text:NOROM_AUXADCGetAdjustmentOffset)
                      000151a8    00000018                   : chipinfo.obj (.text:NOROM_ChipInfo_GetPackageType)
                      000151c0    00000018                   : rfc.obj (.text:NOROM_RFCCpeIntGetAndClear)
                      000151d8    00000018                   : timer.obj (.text:NOROM_TimerStallControl)
                      000151f0    00000018     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PIN_getConfig)
                      00015208    00000018     dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_schedulerDisable)
                      00015220    00000018                       : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_schedulerRestore)
                      00015238    00000018     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:Power_idleFunc)
                      00015250    00000018     RFCC26XX_singleMode.obj (.text:RF_swiFsm$3)
                      00015268    00000018     rtsv7M3_T_le_eabi.lib : args_main.c.obj (.text:_args_main)
                      00015280    00000018                           : snprintf.c.obj (.text:_outc$81)
                      00015298    00000018                           : sprintf.c.obj (.text:_outs$51)
                      000152b0    00000018     project_zero_cc2640r2lp_stack_library.lib : ble_dispatch_lite.obj (.text:bleDispatch_BMFree)
                      000152c8    00000018     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      000152e0    00000018     cc26xx_gap_pxxx.a : gap_configmgr.o (.text)
                      000152f8    00000018     drivers_cc26x0r2.aem3 : CryptoCC26XX.oem3 (.text:cryptoTransactionPoll)
                      00015310    00000018     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrFindCharCfgItem$33)
                      00015328    00000018                                               : ble_dispatch_lite.obj (.text:icall_liteMsgParser)
                      00015340    00000018                                               : osal.obj (.text:osal_buffer_uint32)
                      00015358    00000018                                               : osal.obj (.text:osal_memcpy)
                      00015370    00000018     rtsv7M3_T_le_eabi.lib : ll_mul_t2.asm.obj (.text)
                      00015388    00000018     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock__I)
                      000153a0    00000018     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapCallback_Instance_init__E)
                      000153b8    00000018                      : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_or__E)
                      000153d0    00000018     app_ble_pem3.oem3 (.text:time)
                      000153e8    00000016     icall.obj (.text:ICall_leaveCSImpl)
                      000153fe    00000016     icall.obj (.text:ICall_pwrDispense)
                      00015414    00000016     icall.obj (.text:ICall_pwrRequire)
                      0001542a    00000016     project_zero.obj (.text:ProjectZero_connEvtCB$0)
                      00015440    00000016     RFCC26XX_singleMode.obj (.text:RF_restartClockTimeout$3)
                      00015456    00000016     project_zero_cc2640r2lp_stack_library.lib : rom_init.obj (.text:ROM_Spinlock)
                      0001546c    00000016     cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
                      00015482    00000016     ble_user_config.obj (.text:driverTable_fnSpinlock)
                      00015498    00000016     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrEraseAllBondings$33)
                      000154ae    00000016     rtsv7M3_T_le_eabi.lib : strchr.c.obj (.text:strchr)
                      000154c4    00000016                           : strcpy.c.obj (.text:strcpy)
                      000154da    00000016     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_errorRaiseHook__I)
                      000154f0    00000016     app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__I)
                      00015506    00000016     project_zero.obj (.text:user_service_CfgChangeCB$0)
                      0001551c    00000016     project_zero.obj (.text:user_service_ValueChangeCB$0)
                      00015532    00000002     rom_sysbios.aem3 : rom_sysbios.obj (.text:xdc_runtime_SysCallback_defaultExit)
                      00015534    00000014     drivers_cc26x0r2.aem3 : CryptoCC26XX.oem3 (.text:CryptoCC26XX_init)
                      00015548    00000014                           : List.oem3 (.text:List_clearList)
                      0001555c    00000014     driverlib.lib : aux_adc.obj (.text:NOROM_AUXADCValueToMicrovolts)
                      00015570    00000014     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PINCC26XX_getInputValue)
                      00015584    00000014                           : PINCC26XX.oem3 (.text:PINCC26XX_getOutputValue)
                      00015598    00000014     RFCC26XX_singleMode.obj (.text:RF_Params_init)
                      000155ac    00000014     RFCC26XX_singleMode.obj (.text:RF_dbellSyncOnAck$3)
                      000155c0    00000014     RFCC26XX_singleMode.obj (.text:RF_getCmdOp)
                      000155d4    00000014     RFCC26XX_singleMode.obj (.text:RF_ratGetChannel$3)
                      000155e8    00000014     drivers_cc26x0r2.aem3 : SPI.oem3 (.text:SPI_Params_init)
                      000155fc    00000014     cc2640_ctrlll_pxxx.a : ll_data.o (.text)
                      00015610    00000014     cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
                      00015624    00000014     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:configureRFCoreClocks)
                      00015638    00000014     project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgr_gapIdle$33)
                      0001564c    00000014                                               : osal_snv_wrapper.obj (.text:setActivePage$31)
                      00015660    00000014     rtsv7M3_T_le_eabi.lib : strlen.c.obj (.text:strlen)
                      00015674    00000014     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_getCount64__E)
                      00015688    00000014     app_ble_pem3.oem3 (.text:ti_sysbios_heaps_HeapCallback_Object__get__S)
                      0001569c    00000014     app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_doTick__I)
                      000156b0    00000012     drivers_cc26x0r2.aem3 : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_Params_init)
                      000156c2    00000012     dpl_cc26x0r2.aem3 : SemaphoreP_tirtos.oem3 (.text:SemaphoreP_pend)
                      000156d4    00000012                       : SwiP_tirtos.oem3 (.text:SwiP_inISR)
                      000156e6    00000012     project_zero.obj (.text:user_gapStateChangeCB$0)
                      000156f8    00000012     rtsv7M3_T_le_eabi.lib : wcslen.c.obj (.text:wcslen)
                      0001570a    00000012     app_ble_pem3.oem3 (.text:xdc_runtime_Startup_exec__I)
                      0001571c    00000010     dpl_cc26x0r2.aem3 : ClockP_tirtos.oem3 (.text:ClockP_isActive)
                      0001572c    00000010     gattservapp_util.obj (.text:GATTServApp_ReadCharCfg)
                      0001573c    00000010     project_zero_cc2640r2lp_stack_library.lib : hal_flash_wrapper.obj (.text:HalFlashGetAddress)
                      0001574c    00000010     dpl_cc26x0r2.aem3 : HwiP_tirtos.oem3 (.text:HwiP_Params_init)
                      0001575c    00000010                       : HwiP_tirtos.oem3 (.text:HwiP_inISR)
                      0001576c    00000010     icall.obj (.text:ICall_taskEntry$5)
                      0001577c    00000010     driverlib.lib : aux_adc.obj (.text:NOROM_AUXADCFlushFifo)
                      0001578c    00000010                   : aux_adc.obj (.text:NOROM_AUXADCReadFifo)
                      0001579c    00000010     project_zero_cc2640r2lp_stack_library.lib : onboard.obj (.text:Onboard_rand)
                      000157ac    00000010     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PINCC26XX_getPinCount)
                      000157bc    00000010     RFCC26XX_singleMode.obj (.text:RF_dbellSubmitCmdAsync$3)
                      000157cc    00000010     dpl_cc26x0r2.aem3 : SwiP_tirtos.oem3 (.text:SwiP_Params_init)
                      000157dc    00000010     util.obj (.text:Util_isActive)
                      000157ec    00000010     drivers_cc26x0r2.aem3 : WatchdogCC26XX.oem3 (.text:WatchdogCC26XX_clear)
                      000157fc    00000010                           : Watchdog.oem3 (.text:Watchdog_Params_init)
                      0001580c    00000010     cc2640_ctrlll_pxxx.a : ll_data.o (.text)
                      0001581c    00000010                          : ll_isr.o (.text)
                      0001582c    00000010                          : ll_scheduler.o (.text)
                      0001583c    00000010     cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
                      0001584c    00000010                       : gap_perilinkmgr.o (.text)
                      0001585c    00000010     peripheral.obj (.text:gapRole_setEvent$16)
                      0001586c    00000010     project_zero_cc2640r2lp_stack_library.lib : osal_memory_icall.obj (.text:osal_mem_alloc)
                      0001587c    00000010                                               : osal_memory_icall.obj (.text:osal_mem_allocLimited)
                      0001588c    00000010                                               : osal_memory_icall.obj (.text:osal_mem_free)
                      0001589c    00000010     process_msg.obj (.text:read_eeprom_struct)
                      000158ac    00000010     process_msg.obj (.text:save_eeprom_struct)
                      000158bc    00000010     project_zero_cc2640r2lp_stack_library.lib : osal_snv_wrapper.obj (.text:setXferPage$31)
                      000158cc    00000010     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_post__E)
                      000158dc    00000010                      : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapCallback_alloc__E)
                      000158ec    00000010                      : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapCallback_free__E)
                      000158fc    00000010                      : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapCallback_getStats__E)
                      0001590c    00000010                      : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapCallback_isBlocking__E)
                      0001591c    00000010     serial_flash.obj (.text:w25qxx_read_status)
                      0001592c    0000000e     icall.obj (.text:ICall_signal)
                      0001593a    0000000e     RFCC26XX_singleMode.obj (.text:RF_cancelCmd)
                      00015948    0000000e     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_init)
                      00015956    0000000e     cc2640_ctrlll_pxxx.a : ll.o (.text)
                      00015964    0000000e     rtsv7M3_T_le_eabi.lib : copy_decompress_none.c.obj (.text:decompress:none:__TI_decompress_none)
                      00015972    0000000e     serial_flash.obj (.text:read_unplanned_server_data_rd_wr_flash)
                      00015980    0000000e     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E)
                      0001598e    0000000c     icall.obj (.text:ICall_clockFunc$5)
                      0001599a    0000000c     driverlib.lib : cpu.obj (.text:NOROM_CPUcpsid)
                      000159a6    0000000c                   : cpu.obj (.text:NOROM_CPUcpsie)
                      000159b2    0000000c                   : osc.obj (.text:NOROM_OSC_HPOSCRelativeFrequencyOffsetToRFCoreFormatConvert)
                      000159be    0000000c                   : ssi.obj (.text:NOROM_SSIDataGet)
                      000159ca    0000000c     drivers_cc26x0r2.aem3 : PINCC26XX.oem3 (.text:PIN_registerIntCb)
                      000159d6    00000002     --HOLE-- [fill = 0]
                      000159d8    0000000c                           : PowerCC26XX.oem3 (.text:Power_getConstraintMask)
                      000159e4    0000000c                           : PowerCC26XX.oem3 (.text:Power_getDependencyCount)
                      000159f0    0000000c     RFCC26XX_singleMode.obj (.text:RF_powerConstraintGet)
                      000159fc    0000000c     rtsv7M3_T_le_eabi.lib : _lock.c.obj (.text:_register_lock)
                      00015a08    0000000c                           : _lock.c.obj (.text:_register_unlock)
                      00015a14    0000000c     cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                      00015a20    0000000c                          : ll_scheduler.o (.text)
                      00015a2c    0000000c                          : ll_scheduler.o (.text)
                      00015a38    0000000c     cc26xx_hci_tl_none.a : hci_tl.o (.text)
                      00015a44    0000000c                          : hci_tl.o (.text)
                      00015a50    0000000c                          : hci_tl.o (.text)
                      00015a5c    0000000c     cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                      00015a68    0000000c     rtsv7M3_T_le_eabi.lib : copy_zero_init.c.obj (.text:decompress:ZI:__TI_zero_init)
                      00015a74    0000000c     icall.obj (.text:matchLiteCS$5)
                      00015a80    0000000c     icall.obj (.text:osalHeapGetStatsFxn)
                      00015a8c    0000000c     icall.obj (.text:osalHeapInitFxn)
                      00015a98    0000000c     project_zero_cc2640r2lp_stack_library.lib : osal_cbtimer.obj (.text:osal_CbTimerStart)
                      00015aa4    0000000c                                               : osal.obj (.text:osal_self)
                      00015ab0    0000000c     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:spiPostNotify)
                      00015abc    0000000c     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_BIOS_getThreadType__E)
                      00015ac8    0000000c                      : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_getTrigger__E)
                      00015ad4    0000000a     drivers_cc26x0r2.aem3 : ADC.oem3 (.text:ADC_Params_init)
                      00015ade    0000000a                           : ADC.oem3 (.text:ADC_convert)
                      00015ae8    0000000a                           : ADC.oem3 (.text:ADC_convertToMicroVolts)
                      00015af2    0000000a     dpl_cc26x0r2.aem3 : ClockP_tirtos.oem3 (.text:ClockP_Params_init)
                      00015afc    0000000a     project_zero_cc2640r2lp_stack_library.lib : hal_flash_wrapper.obj (.text:HalFlashWrite)
                      00015b06    0000000a     icall.obj (.text:ICall_stopTimer)
                      00015b10    0000000a     driverlib.lib : ssi.obj (.text:NOROM_SSIDataPut)
                      00015b1a    0000000a     RFCC26XX_singleMode.obj (.text:RF_flushCmd)
                      00015b24    0000000a     drivers_cc26x0r2.aem3 : SPI.oem3 (.text:SPI_transfer)
                      00015b2e    0000000a                           : UDMACC26XX.oem3 (.text:UDMACC26XX_hwiIntFxn)
                      00015b38    0000000a                           : Watchdog.oem3 (.text:Watchdog_clear)
                      00015b42    0000000a                           : Watchdog.oem3 (.text:Watchdog_convertMsToTicks)
                      00015b4c    0000000a                           : Watchdog.oem3 (.text:Watchdog_setReload)
                      00015b56    0000000a     rtsv7M3_T_le_eabi.lib : sprintf.c.obj (.text:_outc$51)
                      00015b60    00000008     drivers_cc26x0r2.aem3 : ADCCC26XX.oem3 (.text:ADCCC26XX_init)
                      00015b68    00000008                           : CryptoCC26XX.oem3 (.text:CryptoCC26XX_Params_init)
                      00015b70    00000008                           : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_setLoadValue)
                      00015b78    00000008                           : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transferCallback)
                      00015b80    00000008                           : WatchdogCC26XX.oem3 (.text:WatchdogCC26XX_init)
                      00015b88    00000008     rtsv7M3_T_le_eabi.lib : errno.c.obj (.text:__aeabi_errno_addr)
                      00015b90    00000008                           : s_copysign.c.obj (.text:copysign)
                      00015b98    00000006     drivers_cc26x0r2.aem3 : ADCCC26XX.oem3 (.text:ADCCC26XX_control)
                      00015b9e    00000006                           : CryptoCC26XX.oem3 (.text:CryptoCC26XX_transact)
                      00015ba4    00000006                           : CryptoCC26XX.oem3 (.text:CryptoCC26XX_transactPolling)
                      00015baa    00000006     icall.obj (.text:ICall_freeMsg)
                      00015bb0    00000006     driverlib.lib : cpu.obj (.text:NOROM_CPUdelay)
                      00015bb6    00000006     RFCC26XX_singleMode.obj (.text:RF_runDirectCmd)
                      00015bbc    00000006     RFCC26XX_singleMode.obj (.text:RF_runImmediateCmd)
                      00015bc2    00000006     drivers_cc26x0r2.aem3 : WatchdogCC26XX.oem3 (.text:WatchdogCC26XX_control)
                      00015bc8    00000006     cc2640_ctrlll_pxxx.a : ll_error_end_causes.o (.text)
                      00015bce    00000006     icall.obj (.text:osalHeapAllocFxn)
                      00015bd4    00000006     icall.obj (.text:osalHeapFreeFxn)
                      00015bda    00000006     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_setFunc__E)
                      00015be0    00000004     dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.text:CPUwfi)
                      00015be4    00000004                       : ClockP_tirtos.oem3 (.text:ClockP_getCpuFreq)
                      00015be8    00000004                       : ClockP_tirtos.oem3 (.text:ClockP_getTimeout)
                      00015bec    00000004                       : ClockP_tirtos.oem3 (.text:ClockP_setTimeout)
                      00015bf0    00000004                       : ClockP_tirtos.oem3 (.text:ClockP_start)
                      00015bf4    00000004                       : ClockP_tirtos.oem3 (.text:ClockP_stop)
                      00015bf8    00000004     project_zero_cc2640r2lp_stack_library.lib : gap.obj (.text:GAP_UpdateResolvingList)
                      00015bfc    00000004     dpl_cc26x0r2.aem3 : HwiP_tirtos.oem3 (.text:HwiP_clearInterrupt)
                      00015c00    00000004                       : HwiP_tirtos.oem3 (.text:HwiP_destruct)
                      00015c04    00000004                       : HwiP_tirtos.oem3 (.text:HwiP_disable)
                      00015c08    00000004                       : HwiP_tirtos.oem3 (.text:HwiP_enableInterrupt)
                      00015c0c    00000004                       : HwiP_tirtos.oem3 (.text:HwiP_plug)
                      00015c10    00000004                       : HwiP_tirtos.oem3 (.text:HwiP_post)
                      00015c14    00000004                       : HwiP_tirtos.oem3 (.text:HwiP_setFunc)
                      00015c18    00000004                       : HwiP_tirtos.oem3 (.text:HwiP_setPriority)
                      00015c1c    00000004     icall.obj (.text:ICall_malloc)
                      00015c20    00000004     project_zero_cc2640r2lp_stack_library.lib : npi.obj (.text:NPI_WriteTransport)
                      00015c24    00000004     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
                      00015c28    00000004     dpl_cc26x0r2.aem3 : SemaphoreP_tirtos.oem3 (.text:SemaphoreP_destruct)
                      00015c2c    00000004                       : SemaphoreP_tirtos.oem3 (.text:SemaphoreP_post)
                      00015c30    00000004                       : SwiP_tirtos.oem3 (.text:SwiP_destruct)
                      00015c34    00000004                       : SwiP_tirtos.oem3 (.text:SwiP_disable)
                      00015c38    00000004                       : SwiP_tirtos.oem3 (.text:SwiP_getTrigger)
                      00015c3c    00000004                       : SwiP_tirtos.oem3 (.text:SwiP_or)
                      00015c40    00000004                       : SwiP_tirtos.oem3 (.text:SwiP_post)
                      00015c44    00000004                       : SwiP_tirtos.oem3 (.text:SwiP_setPriority)
                      00015c48    00000004     util.obj (.text:Util_stopClock)
                      00015c4c    00000004     rtsv7M3_T_le_eabi.lib : exit.c.obj (.text:abort:abort)
                      00015c50    00000004     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:nopResourceHandler)
                      00015c54    00000004     icall.obj (.text:osalHeapIsBlockingFxn)
                      00015c58    00000004     project_zero_cc2640r2lp_stack_library.lib : osal.obj (.text:osal_memset)
                      00015c5c    00000004                                               : osal.obj (.text:osal_strlen)
                      00015c60    00000004     rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapCallback_defaultCreate)
                      00015c64    00000004                      : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_isActive__E)
                      00015c68    00000004     app_ble_pem3.oem3 (.text:xdc_runtime_Startup_reset__I)
                      00015c6c    00000008     (.tramp.ti_sysbios_knl_Swi_destruct.1)
                      00015c74    00000008     (.tramp.ti_sysbios_knl_Semaphore_destruct.1)
                      00015c7c    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_setPriority__E.1)
                      00015c84    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_plug__E.1)
                      00015c8c    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E.1)
                      00015c94    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_destruct.1)
                      00015c9c    00000008     (.tramp.ti_sysbios_BIOS_getCpuFreq__E.1)
                      00015ca4    00000008     ble_r2.symbols (.tramp.LL_SetAddressResolutionEnable.1)
                      00015cac    00000008     ble_r2.symbols (.tramp.gapL2capConnParamUpdateReq.1)
                      00015cb4    00000008     ble_r2.symbols (.tramp.LL_PseudoRand.1)
                      00015cbc    00000008     (.tramp.xdc_runtime_Startup_startMods__I.1)
                      00015cc4    00000008     (.tramp.ti_sysbios_knl_Clock_logTick__E.1)
                      00015ccc    00000008     ble_r2.symbols (.tramp.llResetRadio.1)
                      00015cd4    00000008     (.tramp.ti_sysbios_knl_Swi_post__E.1)
                      00015cdc    00000008     (.tramp.ti_sysbios_BIOS_RtsGateProxy_leave__E.1)
                      00015ce4    00000008     ble_r2.symbols (.tramp.llSetupLenCtrlPkt.1)
                      00015cec    00000008     (.tramp.ti_sysbios_knl_Swi_construct.1)
                      00015cf4    00000008     ble_r2.symbols (.tramp.llAlignToNextEvent.1)
                      00015cfc    00000008     (.tramp.ti_sysbios_BIOS_RtsGateProxy_enter__E.1)
                      00015d04    00000008     ble_r2.symbols (.tramp.smpResponderProcessPairingReq.1)
                      00015d0c    00000008     ble_r2.symbols (.tramp.llProcessTxData.1)
                      00015d14    00000008     ble_r2.symbols (.tramp.smFinishPublicKeyExchange.1)
                      00015d1c    00000008     ble_r2.symbols (.tramp.smSaveRemotePublicKeys.1)
                      00015d24    00000008     ble_r2.symbols (.tramp.linkDB_State.1)
                      00015d2c    00000008     ble_r2.symbols (.tramp.gattServApp_RegisterServiceCBs.1)
                      00015d34    00000008     ble_r2.symbols (.tramp.GATT_RegisterService.1)
                      00015d3c    00000008     ble_r2.symbols (.tramp.gattNotifyEvent.1)
                      00015d44    00000008     ble_r2.symbols (.tramp.ATT_UpdateMTU.1)
                      00015d4c    00000008     ble_r2.symbols (.tramp.L2CAP_bm_alloc.1)
                      00015d54    00000008     (.tramp.ti_sysbios_knl_Semaphore_construct.1)
                      00015d5c    00000008     (.tramp.xdc_runtime_Core_createObject__I.1)
                      00015d64    00000008     (.tramp.ti_sysbios_knl_Task_startup__E.1)
                      00015d6c    00000008     (.tramp.ti_sysbios_knl_Swi_startup__E.1)
                      00015d74    00000008     (.tramp.ti_sysbios_hal_Hwi_startup__E.1)
                      00015d7c    00000008     (.tramp.ti_sysbios_family_arm_cc26xx_Timer_startup__E.1)
                      00015d84    00000008     (.tramp.xdc_runtime_System_atexit__E.1)
                      00015d8c    00000008     (.tramp.ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E.1)
                      00015d94    00000008     (.tramp.ti_sysbios_BIOS_setThreadType__E.1)
                      00015d9c    00000008     (.tramp.ti_sysbios_knl_Swi_disable__E.1)
                      00015da4    00000008     ble_r2.symbols (.tramp.HCI_LE_AddWhiteListCmd.1)
                      00015dac    00000008     ble_r2.symbols (.tramp.HCI_LE_ClearWhiteListCmd.1)
                      00015db4    00000008     ble_r2.symbols (.tramp.smSavePairInfo.1)
                      00015dbc    00000008     ble_r2.symbols (.tramp.HCI_LE_SetAddressResolutionEnableCmd.1)
                      00015dc4    00000008     ble_r2.symbols (.tramp.smGenerateRandBuf.1)
                      00015dcc    00000008     ble_r2.symbols (.tramp.LL_PRIV_Ah.1)
                      00015dd4    00000008     ble_r2.symbols (.tramp.GAP_PasscodeUpdate.1)
                      00015ddc    00000008     (.tramp.ti_sysbios_knl_Queue_Object__get__S.1)
                      00015de4    00000008     ble_r2.symbols (.tramp.HCI_LE_SetResolvablePrivateAddressTimeoutCmd.1)
                      00015dec    00000008     ble_r2.symbols (.tramp.LL_ENC_EncryptMsg.1)
                      00015df4    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_construct.1)
                      00015dfc    00000008     ble_r2.symbols (.tramp.hciInitEventMasks.1)
                      00015e04    00000008     (.tramp.ti_sysbios_knl_Swi_Params__init__S.1)
                      00015e0c    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_Params__init__S.1)
                      00015e14    00000008     (.tramp.xdc_runtime_Startup_rtsDone__E.1)
                      00015e1c    00000008     ble_r2.symbols (.tramp.gattServApp_ProcessMsg.1)
                      00015e24    00000008     ble_r2.symbols (.tramp.ATT_ExchangeMTURsp.1)
                      00015e2c    00000008     (.tramp.ti_sysbios_knl_Task_construct.1)
                      00015e34    00000008     (.tramp.ti_sysbios_knl_Semaphore_create.1)
                      00015e3c    00000008     (.tramp.ti_sysbios_knl_Semaphore_Params__init__S.1)
                      00015e44    00000008     ble_r2.symbols (.tramp.SM_ResponderInit.1)
                      00015e4c    00000008     ble_r2.symbols (.tramp.GAP_PeriConnRegister.1)
                      00015e54    00000008     ble_r2.symbols (.tramp.GAP_PeriDevMgrInit.1)
                      00015e5c    00000008     ble_r2.symbols (.tramp.GAP_SecParamsInit.1)
                      00015e64    00000008     ble_r2.symbols (.tramp.GAP_ParamsInit.1)
                      00015e6c    00000008     (.tramp.xdc_runtime_System_exit__E.1)
                      00015e74    00000008     ble_r2.symbols (.tramp.GAP_SendSlaveSecurityRequest.1)
                      00015e7c    00000008     (.tramp.ti_sysbios_knl_Event_create.1)
                      00015e84    00000008     ble_r2.symbols (.tramp.llReplaceCtrlPkt.1)
                      00015e8c    00000008     ble_r2.symbols (.tramp.LL_ConnActive.1)
                      00015e94    00000008     ble_r2.symbols (.tramp.gattServApp_FindPrepareWriteQ.1)
                      00015e9c    00000008     (.tramp.ti_sysbios_knl_Queue_enqueue__E.1)
                      00015ea4    00000008     (.tramp.xdc_runtime_Error_raiseX__E.1)
                      00015eac    00000008     (.tramp.ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E.1)
                      00015eb4    00000008     (.tramp.ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E.1)
                      00015ebc    00000008     ble_r2.symbols (.tramp.linkDB_GetInfo.1)
                      00015ec4    00000008     (.tramp.ti_sysbios_knl_Clock_construct.1)
                      00015ecc    00000008     ble_r2.symbols (.tramp.linkDB_Register.1)
                      00015ed4    00000008     ble_r2.symbols (.tramp.GATT_RegisterForReq.1)
                      00015edc    00000008     ble_r2.symbols (.tramp.gattServApp_SetNumPrepareWrites.1)
                      00015ee4    00000008     (.tramp.ti_sysbios_knl_Task_restore__E.1)
                      00015eec    00000008     (.tramp.ti_sysbios_knl_Task_create.1)
                      00015ef4    00000008     (.tramp.ti_sysbios_knl_Task_Params__init__S.1)
                      00015efc    00000008     (.tramp.ti_sysbios_knl_Task_disable__E.1)
                      00015f04    00000008     ble_r2.symbols (.tramp.llConvertCtrlProcTimeoutToEvent.1)
                      00015f0c    00000008     ble_r2.symbols (.tramp.LL_ConnParamUpdateCback.1)
                      00015f14    00000008     ble_r2.symbols (.tramp.llConvertLstoToEvent.1)
                      00015f1c    00000008     ble_r2.symbols (.tramp.llVerifyConnParamReqParams.1)
                      00015f24    00000008     ble_r2.symbols (.tramp.GAP_Bond.1)
                      00015f2c    00000008     ble_r2.symbols (.tramp.gattServApp_FindWriteAttrCB.1)
                      00015f34    00000008     ble_r2.symbols (.tramp.llGetNextDataChan.1)
                      00015f3c    00000008     ble_r2.symbols (.tramp.llProcessChanMap.1)
                      00015f44    00000008     ble_r2.symbols (.tramp.GAP_GetIRK.1)
                      00015f4c    00000008     ble_r2.symbols (.tramp.HCI_LE_ClearResolvingListCmd.1)
                      00015f54    00000008     ble_r2.symbols (.tramp.gapFreeAuthLink.1)
                      00015f5c    00000008     ble_r2.symbols (.tramp.sendTerminateEvent.1)
                      00015f64    00000008     ble_r2.symbols (.tramp.disconnectNext.1)
                      00015f6c    00000008     ble_r2.symbols (.tramp.linkDB_Remove.1)
                      00015f74    00000008     ble_r2.symbols (.tramp.linkDB_Role.1)
                      00015f7c    00000008     (.tramp.ti_sysbios_knl_Clock_create.1)
                      00015f84    00000008     (.tramp.ti_sysbios_knl_Clock_Params__init__S.1)
                      00015f8c    00000008     (.tramp.ti_sysbios_knl_Clock_scheduleNextTick__E.1)
                      00015f94    00000008     (.tramp.ti_sysbios_knl_Clock_walkQueueDynamic__E.1)
                      00015f9c    00000008     (.tramp.ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E.1)
                      00015fa4    00000008     ble_r2.symbols (.tramp.LL_ENC_ReverseBytes.1)
                      00015fac    00000008     ble_r2.symbols (.tramp.llAddTxDataEntry.1)
                      00015fb4    00000008     ble_r2.symbols (.tramp.LL_ENC_Encrypt.1)
                      00015fbc    00000008     ble_r2.symbols (.tramp.LL_TX_bm_alloc.1)
                      00015fc4    00000008     ble_r2.symbols (.tramp.HCI_LE_SetAdvParamCmd.1)
                      00015fcc    00000008     ble_r2.symbols (.tramp.gapHost2CtrlOwnAddrType.1)
                      00015fd4    00000008     ble_r2.symbols (.tramp.isLimitedDiscoverableMode.1)
                      00015fdc    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_disableFxn__E.1)
                      00015fe4    00000008     ble_r2.symbols (.tramp.gapSendBondCompleteEvent.1)
                      00015fec    00000008     ble_r2.symbols (.tramp.smEndPairing.1)
                      00015ff4    00000008     (.tramp.ti_sysbios_BIOS_start__E.1)
                      00015ffc    00000008     ble_r2.symbols (.tramp.GAP_Signable.1)
                      00016004    00000008     ble_r2.symbols (.tramp.sm_c1new.1)
                      0001600c    00000008     ble_r2.symbols (.tramp.smpBuildPairingReq.1)
                      00016014    00000008     ble_r2.symbols (.tramp.smpBuildPairingRsp.1)
                      0001601c    00000008     ble_r2.symbols (.tramp.gapGetDevAddress.1)
                      00016024    00000008     ble_r2.symbols (.tramp.gapGetDevAddressMode.1)
                      0001602c    00000008     ble_r2.symbols (.tramp.smSetPairingReqRsp.1)
                      00016034    00000008     ble_r2.symbols (.tramp.llTimeDelta.1)
                      0001603c    00000008     (.tramp.ti_sysbios_knl_Clock_stop__E.1)
                      00016044    00000008     (.tramp.ti_sysbios_knl_Clock_start__E.1)
                      0001604c    00000008     (.tramp.ti_sysbios_knl_Clock_setTimeout__E.1)
                      00016054    00000008     ble_r2.symbols (.tramp.ATT_ReadByTypeRsp.1)
                      0001605c    00000008     ble_r2.symbols (.tramp.gattServApp_buildReadByTypeRsp.1)
                      00016064    00000008     ble_r2.symbols (.tramp.GATT_VerifyReadPermissions.1)
                      0001606c    00000008     ble_r2.symbols (.tramp.ATT_GetMTU.1)
                      00016074    00000008     ble_r2.symbols (.tramp.GATT_NotifyEvent.1)
                      0001607c    00000008     ble_r2.symbols (.tramp.ATT_FindInfoRsp.1)
                      00016084    00000008     ble_r2.symbols (.tramp.GATT_bm_alloc.1)
                      0001608c    00000008     ble_r2.symbols (.tramp.sendAuthEvent.1)
                      00016094    00000008     ble_r2.symbols (.tramp.eccRom_genKeys.1)
                      0001609c    00000008     ble_r2.symbols (.tramp.LL_RX_bm_alloc.1)
                      000160a4    00000008     ble_r2.symbols (.tramp.LL_RxDataCompleteCback.1)
                      000160ac    00000008     ble_r2.symbols (.tramp.GATT_FindHandleUUID.1)
                      000160b4    00000008     ble_r2.symbols (.tramp.llCreateRxBuffer.1)
                      000160bc    00000008     ble_r2.symbols (.tramp.LL_PRIV_UpdateRL.1)
                      000160c4    00000008     ble_r2.symbols (.tramp.LL_ENC_Decrypt.1)
                      000160cc    00000008     ble_r2.symbols (.tramp.RFHAL_NextDataEntryDone.1)
                      000160d4    00000008     ble_r2.symbols (.tramp.RFHAL_GetNextDataEntry.1)
                      000160dc    00000008     ble_r2.symbols (.tramp.LL_PRIV_Init.1)
                      000160e4    00000008     ble_r2.symbols (.tramp.llInitFeatureSet.1)
                      000160ec    00000008     ble_r2.symbols (.tramp.llReleaseAllConnId.1)
                      000160f4    00000008     ble_r2.symbols (.tramp.llConnCleanup.1)
                      000160fc    00000008     ble_r2.symbols (.tramp.LL_ClearWhiteList.1)
                      00016104    00000008     ble_r2.symbols (.tramp.WL_Init.1)
                      0001610c    00000008     ble_r2.symbols (.tramp.llRfInit.1)
                      00016114    00000008     (.tramp.ti_sysbios_knl_Clock_getTicks__E.1)
                      0001611c    00000008     (.tramp.ti_sysbios_knl_Task_self__E.1)
                      00016124    00000008     ble_r2.symbols (.tramp.GAP_Authenticate.1)
                      0001612c    00000008     ble_r2.symbols (.tramp.L2CAP_GetMTU.1)
                      00016134    00000008     ble_r2.symbols (.tramp.eccRom_genSharedSecret.1)
                      0001613c    00000008     (.tramp.ti_sysbios_knl_Semaphore_post__E.1)
                      00016144    00000008     (.tramp.ti_sysbios_knl_Semaphore_pend__E.1)
                      0001614c    00000008     ble_r2.symbols (.tramp.LL_PRIV_UpdateExtWLEntry.1)
                      00016154    00000008     ble_r2.symbols (.tramp.WL_FindEntry.1)
                      0001615c    00000008     ble_r2.symbols (.tramp.HCI_LE_AddDeviceToResolvingListCmd.1)
                      00016164    00000008     ble_r2.symbols (.tramp.HCI_LE_RemoveDeviceFromResolvingListCmd.1)
                      0001616c    00000008     ble_r2.symbols (.tramp.gattServApp_FindReadAttrCB.1)
                      00016174    00000008     ble_r2.symbols (.tramp.ATT_CompareUUID.1)
                      0001617c    00000008     ble_r2.symbols (.tramp.GATT_FindNextAttr.1)
                      00016184    00000008     ble_r2.symbols (.tramp.GATT_FindHandle.1)
                      0001618c    00000008     ble_r2.symbols (.tramp.gattServApp_FindAuthorizeAttrCB.1)
                      00016194    00000008     ble_r2.symbols (.tramp.GAP_TerminateAuth.1)
                      0001619c    00000008     ble_r2.symbols (.tramp.linkDB_Find.1)
                      000161a4    00000008     (.tramp.ti_sysbios_knl_Swi_restore__E.1)
                      000161ac    00000008     ble_r2.symbols (.tramp.GAP_NumActiveConnections.1)
                      000161b4    00000008     ble_r2.symbols (.tramp.linkDB_SecurityModeSCOnly.1)
                      000161bc    00000008     ble_r2.symbols (.tramp.SM_SetECCRegenerationCount.1)
                      000161c4    00000008     ble_r2.symbols (.tramp.llDequeueCtrlPkt.1)
                      000161cc    00000008     ble_r2.symbols (.tramp.llProcessSlaveControlPacket.1)
                      000161d4    00000008     ble_r2.symbols (.tramp.LL_RemoteConnParamReqCback.1)
                      000161dc    00000008     ble_r2.symbols (.tramp.llEnqueueCtrlPkt.1)
                      000161e4    00000008     ble_r2.symbols (.tramp.llSendReject.1)
                      000161ec    00000008     ble_r2.symbols (.tramp.llSetupUnknownRsp.1)
                      000161f4    00000008     (.tramp.ti_sysbios_family_arm_m3_Hwi_restoreFxn__E.1)
                      000161fc    00000008     ble_r2.symbols (.tramp.llSortActiveConns.1)
                      00016204    00000008     ble_r2.symbols (.tramp.llGetMinCI.1)
                      0001620c    00000008     ble_r2.symbols (.tramp.llHardwareError.1)
                      00016214    00000008     ble_r2.symbols (.tramp.llRealignConn.1)
                      0001621c    00000008     ble_r2.symbols (.tramp.llTimeCompare.1)
                      00016224    00000008     ble_r2.symbols (.tramp.llGetCurrentTime.1)
                      0001622c    00000008     ble_r2.symbols (.tramp.llProcessPostRfOps.1)
                      00016234    00000008     ble_r2.symbols (.tramp.llRfSetup.1)
                      0001623c    00000008     ble_r2.symbols (.tramp.LL_PRIV_GenerateRPA.1)
                      00016244    00000008     ble_r2.symbols (.tramp.LL_PRIV_IsIDA.1)
                      0001624c    00000008     ble_r2.symbols (.tramp.LL_PRIV_FindPeerInRL.1)
                      00016254    00000008     ble_r2.symbols (.tramp.LL_PRIV_IsResolvable.1)
                      0001625c    00000008     ble_r2.symbols (.tramp.LL_PRIV_IsRPA.1)
                      00016264    00000008     ble_r2.symbols (.tramp.LL_PRIV_IsZeroIRK.1)
                      0001626c    00000008     ble_r2.symbols (.tramp.LL_EnhancedConnectionCompleteCback.1)
                      00016274    00000008     ble_r2.symbols (.tramp.llConnTerminate.1)
                      0001627c    00000008     ble_r2.symbols (.tramp.llEventDelta.1)
                      00016284    00000008     ble_r2.symbols (.tramp.llEventInRange.1)
                      0001628c    00000008     ble_r2.symbols (.tramp.llCheckForLstoDuringSL.1)
                      00016294    00000008     ble_r2.symbols (.tramp.LL_ENC_Init.1)
                      0001629c    00000008     ble_r2.symbols (.tramp.LL_PRIV_GenerateRSA.1)
                      000162a4    00000008     ble_r2.symbols (.tramp.LL_ENC_GenerateTrueRandNum.1)
                      000162ac    00000008     (.tramp.ti_sysbios_knl_Task_exit__E.1)
                      000162b4    00000008     (.tramp.ti_sysbios_knl_Queue_construct.1)
                      000162bc    00000008     (.tramp.ti_sysbios_knl_Event_post__E.1)
                      000162c4    00000008     (.tramp.ti_sysbios_knl_Queue_dequeue__E.1)
                      000162cc    00000008     (.tramp.ti_sysbios_knl_Queue_empty__E.1)
                      000162d4    00000008     (.tramp.ti_sysbios_knl_Task_sleep__E.1)
                      000162dc    00000008     ble_r2.symbols (.tramp.GATT_bm_free.1)
                      000162e4    00000008     (.tramp.ti_sysbios_knl_Event_pend__E.1)
    
    .const     0    000162f0    00001606     
                      000162f0    00000a10     project_zero_cc2640r2lp_stack_library.lib : rom_init.obj (.const:ROM_Flash_JT)
                      00016d00    00000101     rtsv7M3_T_le_eabi.lib : ctype.c.obj (.const:.string:_ctypes_)
                      00016e01    00000006     ble_user_config.obj (.const:appTxPwrTbl)
                      00016e07    00000001     app_ble_pem3.oem3 (.const:xdc_runtime_Text_charTab__A)
                      00016e08    000000c8     rtsv7M3_T_le_eabi.lib : strtod.c.obj (.const:$O37$$)
                      00016ed0    000000ae     <whole-program> (.const:.string)
                      00016f7e    00000002     devinfoservice.obj (.const:.string:devInfo11073CertUUID)
                      00016f80    00000098     rtsv7M3_T_le_eabi.lib : s_atan.c.obj (.const:$O33$$)
                      00017018    00000084     board.obj (.const:ADC_config)
                      0001709c    0000006c     ble_user_config.obj (.const:rfDriverTableBLE)
                      00017108    00000060     rtsv7M3_T_le_eabi.lib : mktime.c.obj (.const:$O35$$)
                      00017168    00000060     board.obj (.const:GPTimerCC26XX_config)
                      000171c8    00000060     board.obj (.const:gptimerCC26xxHWAttrs)
                      00017228    00000058     board.obj (.const:$O18$$)
                      00017280    0000004d     board.obj (.const:adcCC26xxHWAttrs)
                      000172cd    00000002     devinfoservice.obj (.const:.string:devInfoFirmwareRevUUID)
                      000172cf    00000001     --HOLE-- [fill = 0]
                      000172d0    0000004c     rtsv7M3_T_le_eabi.lib : strftime.c.obj (.const:$O36$$)
                      0001731c    0000004c     drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.const:resourceDB)
                      00017368    00000048     app_ble_pem3.oem3 (.const:.string)
                      000173b0    00000048     icall_user_config.obj (.const:icallServiceTable)
                      000173f8    00000040     ECCROMCC26XX.obj (.const:$O4$$)
                      00017438    00000040     board.obj (.const:spiCC26XXDMAHWAttrs)
                      00017478    0000003c     project_zero.obj (.const:$O2$$)
                      000174b4    00000038     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.const:$O1$$)
                      000174ec    00000004     board.obj (.const:TRNGCC26XXHWAttrs)
                      000174f0    00000030     rtsv7M3_T_le_eabi.lib : e_pow.c.obj (.const:$O32$$)
                      00017520    0000002c     data_service.obj (.const:$O12$$)
                      0001754c    0000002c     gatt_uuid.obj (.const:$O14$$)
                      00017578    0000002c     ble_user_config.obj (.const:cryptoDriverTableBLE)
                      000175a4    00000028     ble_user_config.obj (.const:bleStackConfig)
                      000175cc    00000028     project_zero_cc2640r2lp_stack_library.lib : osal_icall_ble.obj (.const:tasksArr)
                      000175f4    00000028     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapCallback_Module__FXNS__C)
                      0001761c    00000028     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__A)
                      00017644    00000027     ble_user_config.obj (.const:TxPowerTable)
                      0001766b    00000001     --HOLE-- [fill = 0]
                      0001766c    00000024     drivers_cc26x0r2.aem3 : GPTimerCC26XX.oem3 (.const:$O1$$)
                      00017690    00000020                           : SPI.oem3 (.const:SPI_defaultParams)
                      000176b0    00000020     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapCallback_Object__DESC__C)
                      000176d0    0000001c     RFCC26XX_singleMode.obj (.const:RF_defaultParams$3)
                      000176ec    0000001c     drivers_cc26x0r2.aem3 : WatchdogCC26XX.oem3 (.const:WatchdogCC26XX_fxnTable)
                      00017708    0000001c     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapCallback_Object__PARAMS__C)
                      00017724    00000018     icall.obj (.const:$O7$$)
                      0001773c    00000018     drivers_cc26x0r2.aem3 : ADCCC26XX.oem3 (.const:ADCCC26XX_fxnTable)
                      00017754    00000018     board.obj (.const:PowerCC26XX_config)
                      0001776c    00000018     drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.const:SPICC26XXDMA_fxnTable)
                      00017784    00000018     board.obj (.const:SPI_config)
                      0001779c    00000018     ble_user_config.obj (.const:driverTable)
                      000177b4    00000014     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__A)
                      000177c8    00000011     util.obj (.const:.string:$P$T0$2$1)
                      000177d9    00000011     board.obj (.const)
                      000177ea    00000010     data_service.obj (.const:.string:DataServiceUUID)
                      000177fa    00000002     devinfoservice.obj (.const:.string:devInfoHardwareRevUUID)
                      000177fc    00000010     board.obj (.const:cryptoCC26XXHWAttrs)
                      0001780c    00000010     icall_user_config.obj (.const:eccDriverTable)
                      0001781c    0000000c     timezone.obj (.const:.string:monthDays)
                      00017828    0000000c     board.obj (.const:Watchdog_config)
                      00017834    0000000c     drivers_cc26x0r2.aem3 : Watchdog.oem3 (.const:Watchdog_defaultParams)
                      00017840    0000000c     ble_user_config.obj (.const:boardConfig)
                      0001784c    0000000c     devinfoservice.obj (.const:devInfoCBs)
                      00017858    0000000c     icall_user_config.obj (.const:trngDriverTable)
                      00017864    0000000c     app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__A)
                      00017870    00000008     drivers_cc26x0r2.aem3 : ADC.oem3 (.const:ADC_defaultParams)
                      00017878    00000008     board.obj (.const:CryptoCC26XX_config)
                      00017880    00000008     data_service.obj (.const:DataServiceDecl$11)
                      00017888    00000008     board.obj (.const:PINCC26XX_hwAttrs)
                      00017890    00000008     board.obj (.const:UDMACC26XX_config)
                      00017898    00000008     devinfoservice.obj (.const:devInfoService$12)
                      000178a0    00000008     ble_user_config.obj (.const:rtosApiTable)
                      000178a8    00000008     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Idle_funcList__A)
                      000178b0    00000008     board.obj (.const:udmaHWAttrs)
                      000178b8    00000008     board.obj (.const:watchdogCC26XXHWAttrs)
                      000178c0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_Timer_funcHookCH1__C)
                      000178c4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_Timer_funcHookCH2__C)
                      000178c8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapCallback_Object__count__C)
                      000178cc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapCallback_allocInstFxn__C)
                      000178d0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapCallback_createInstFxn__C)
                      000178d4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapCallback_freeInstFxn__C)
                      000178d8    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapCallback_getStatsInstFxn__C)
                      000178dc    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapCallback_initInstFxn__C)
                      000178e0    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_heaps_HeapCallback_isBlockingInstFxn__C)
                      000178e4    00000004     app_ble_pem3.oem3 (.const:ti_sysbios_knl_Clock_tickPeriod__C)
                      000178e8    00000002     devinfoservice.obj (.const:.string:devInfoMfrNameUUID)
                      000178ea    00000002     devinfoservice.obj (.const:.string:devInfoModelNumberUUID)
                      000178ec    00000002     devinfoservice.obj (.const:.string:devInfoPnpIdUUID)
                      000178ee    00000002     devinfoservice.obj (.const:.string:devInfoSerialNumberUUID)
                      000178f0    00000002     devinfoservice.obj (.const:.string:devInfoServUUID)
                      000178f2    00000002     devinfoservice.obj (.const:.string:devInfoSoftwareRevUUID)
                      000178f4    00000002     devinfoservice.obj (.const:.string:devInfoSystemIdUUID)
    
    .rodata.2 
    *          0    000178f8    000000a0     
                      000178f8    00000038     cc2640_ctrlll_pxxx.a : ll_config.o (.rodata)
                      00017930    0000001c                          : ll_isr.o (.rodata)
                      0001794c    00000010     cc26xx_hci_tl_none.a : hci_tl.o (.rodata)
                      0001795c    0000000c     cc26xx_profiles_pxxx.a : gapgattserver.o (.rodata)
                      00017968    00000008     cc2640_ctrlll_pxxx.a : ll_config.o (.rodata)
                      00017970    00000008     cc26xx_profiles_pxxx.a : gapgattserver.o (.rodata)
                      00017978    00000008                            : gattservapp.o (.rodata)
                      00017980    00000004     cc2640_ctrlll_pxxx.a : ll_config.o (.rodata)
                      00017984    00000004                          : ll_config.o (.rodata)
                      00017988    00000004                          : ll_config.o (.rodata)
                      0001798c    00000002                          : ll_config.o (.rodata)
                      0001798e    00000002                          : ll_config.o (.rodata)
                      00017990    00000002                          : ll_config.o (.rodata)
                      00017992    00000002                          : ll_config.o (.rodata)
                      00017994    00000002                          : ll_config.o (.rodata)
                      00017996    00000001                          : ll_config.o (.rodata)
                      00017997    00000001                          : ll_config.o (.rodata)
    
    MODULE SUMMARY
    
           Module                                   code    ro data   rw data
           ------                                   ----    -------   -------
        .\Application\
           project_zero.obj                         11478   60        2592   
           util.obj                                 244     17        16     
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   11722   77        2608   
                                                                             
        .\Drivers\ECC\
           ECCROMCC26XX.obj                         1450    64        40     
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   1450    64        40     
                                                                             
        .\Drivers\RF\
           RFCC26XX_singleMode.obj                  5442    28        949    
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   5442    28        949    
                                                                             
        .\Drivers\TRNG\
           TRNGCC26XX.obj                           272     0         1      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   272     0         1      
                                                                             
        .\ICallBLE\
           ble_user_config.obj                      24      281       72     
           icall_api_lite.obj                       2       0         16     
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   26      281       88     
                                                                             
        .\ICall\
           icall.obj                                2470    24        156    
           icall_user_config.obj                    0       100       16     
           icall_cc2650.obj                         92      0         8      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   2562    124       180    
                                                                             
        .\PROFILES\
           peripheral.obj                           2636    0         352    
           data_service.obj                         512     68        322    
           devinfoservice.obj                       176     40        477    
           gattservapp_util.obj                     508     0         0      
           gatt_uuid.obj                            0       44        0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   3832    152       1151   
                                                                             
        .\Startup\
           board.obj                                0       690       0      
           main.obj                                 294     0         16     
           ccfg_app_ble.obj                         0       88        0      
           UartLog.obj                              2       0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   296     778       16     
                                                                             
        .\custom\
           process_msg.obj                          2886    0         208    
           accelerometer.obj                        1564    0         72     
           serial_flash.obj                         932     0         92     
           sbit.obj                                 0       0         492    
           imp_stuff.obj                            68      0         0      
           timezone.obj                             0       12        0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   5450    12        864    
                                                                             
        C:\Users\Sarthak\AppData\Local\Temp\
           {149EE646-50C6-4E2B-A4ED-576B9A2A039C}   0       174       1730   
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   0       174       1730   
                                                                             
        C:\Users\Sarthak\workspace_SDK_V4.40\project_zero_cc2640r2lp_app\FlashROM_StackLibrary\configPkg\package\cfg\
           app_ble_pem3.oem3                        496     1165      1748   
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   496     1165      1748   
                                                                             
        C:\Users\Sarthak\workspace_SDK_V4.40\project_zero_cc2640r2lp_stack_library\FlashROM_Library\
           ble_r2.symbols                           1192    0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   1192    0         0      
                                                                             
        C:/Users/Sarthak/workspace_SDK_V4.40/project_zero_cc2640r2lp_stack_library/FlashROM_Library/project_zero_cc2640r2lp_stack_library.lib
           osal_snv_wrapper.obj                     1006    4096      4      
           gapbondmgr.obj                           4148    0         372    
           rom_init.obj                             22      2576      0      
           osal.obj                                 1188    0         44     
           icall_startup.obj                        1148    0         0      
           osal_timers.obj                          768     0         12     
           osal_cbtimer.obj                         512     0         124    
           osal_bufmgr.obj                          232     0         4      
           ble_dispatch_lite.obj                    204     0         0      
           hal_flash_wrapper.obj                    74      0         0      
           gap.obj                                  70      0         0      
           osal_memory_icall.obj                    48      0         0      
           hal_assert.obj                           32      0         8      
           osal_icall_ble.obj                       0       40        0      
           onboard.obj                              18      0         0      
           osal_clock.obj                           0       0         8      
           ble_user_config.obj                      0       0         4      
           npi.obj                                  4       0         0      
           osal_pwrmgr.obj                          0       0         4      
           sm_ecc.obj                               4       0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   9478    6712      584    
                                                                             
        C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/kernel/tirtos/packages/ti/dpl/lib/dpl_cc26x0r2.aem3
           PowerCC26XX_tirtos.oem3                  284     0         8      
           ClockP_tirtos.oem3                       126     0         4      
           HwiP_tirtos.oem3                         126     0         0      
           SwiP_tirtos.oem3                         118     0         0      
           SemaphoreP_tirtos.oem3                   70      0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   724     0         12     
                                                                             
        C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/devices/cc26x0r2/driverlib/bin/ccs/driverlib.lib
           sys_ctrl.obj                             760     0         8      
           aux_adc.obj                              506     0         0      
           setup.obj                                372     0         0      
           osc.obj                                  284     0         20     
           crypto.obj                               280     0         0      
           chipinfo.obj                             104     0         0      
           ssi.obj                                  88      0         0      
           adi.obj                                  84      0         0      
           rfc.obj                                  64      0         0      
           flash.obj                                56      0         0      
           cpu.obj                                  30      0         0      
           timer.obj                                24      0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   2652    0         28     
                                                                             
        C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/drivers/lib/drivers_cc26x0r2.aem3
           SPICC26XXDMA.oem3                        2416    80        64     
           PowerCC26XX.oem3                         2160    76        276    
           PINCC26XX.oem3                           1586    0         276    
           PowerCC26XX_calibrateRCOSC.oem3          1388    0         0      
           CryptoCC26XX.oem3                        1184    0         2      
           GPTimerCC26XX.oem3                       722     36        0      
           ADCCC26XX.oem3                           490     24        32     
           WatchdogCC26XX.oem3                      276     28        0      
           SPI.oem3                                 158     32        1      
           Watchdog.oem3                            174     12        1      
           CryptoResourceCC26XX.oem3                94      0         88     
           ADC.oem3                                 158     8         1      
           UDMACC26XX.oem3                          156     0         0      
           List.oem3                                124     0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   11086   296       741    
                                                                             
        C:\Users\Sarthak\workspace_SDK_V4.40\project_zero_cc2640r2lp_app\TOOLS\src\sysbios\rom_sysbios.aem3
           rom_sysbios.obj                          1416    0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   1416    0         0      
                                                                             
        C:\ti\ccs1040\ccs\tools\compiler\ti-cgt-arm_20.2.5.LTS\lib\rtsv7M3_T_le_eabi.lib
           _printfi.c.obj                           4815    0         0      
           e_pow.c.obj                              2504    48        0      
           strtod.c.obj                             1104    200       0      
           strftime.c.obj                           1120    76        0      
           s_atan.c.obj                             748     152       0      
           mktime.c.obj                             672     96        0      
           fd_add_t2.asm.obj                        438     0         0      
           e_sqrt.c.obj                             368     0         0      
           localtim.c.obj                           308     0         36     
           fd_div_t2.asm.obj                        310     0         0      
           fd_cmp_t2.asm.obj                        268     0         0      
           ctype.c.obj                              0       257       0      
           fd_mul_t2.asm.obj                        252     0         0      
           fs_add_t2.asm.obj                        250     0         0      
           s_scalbn.c.obj                           204     0         0      
           fs_cmp_t2.asm.obj                        192     0         0      
           memcpy_t2.asm.obj                        156     0         0      
           ull_div_t2.asm.obj                       150     0         0      
           snprintf.c.obj                           148     0         0      
           fs_div_t2.asm.obj                        146     0         0      
           fs_mul_t2.asm.obj                        122     0         0      
           memset_t2.asm.obj                        122     0         0      
           fd_tos_t2.asm.obj                        110     0         0      
           ll_div_t2.asm.obj                        110     0         0      
           copy_decompress_lzss.c.obj               104     0         0      
           sprintf.c.obj                            98      0         0      
           s_frexp.c.obj                            92      0         0      
           _ltoa.c.obj                              84      0         0      
           atoi.c.obj                               76      0         0      
           atol.c.obj                               76      0         0      
           cpy_tbl.c.obj                            76      0         0      
           fd_toi_t2.asm.obj                        72      0         0      
           u_divt2.asm.obj                          64      0         0      
           fs_tod_t2.asm.obj                        56      0         0      
           i_tofs_t2.asm.obj                        56      0         0      
           strstr.c.obj                             54      0         0      
           strncpy.c.obj                            52      0         0      
           i_tofd_t2.asm.obj                        46      0         0      
           memcmp.c.obj                             36      0         0      
           u_tofs_t2.asm.obj                        36      0         0      
           _lock.c.obj                              26      0         8      
           strcat.c.obj                             28      0         0      
           args_main.c.obj                          24      0         0      
           ll_mul_t2.asm.obj                        24      0         0      
           strchr.c.obj                             22      0         0      
           strcpy.c.obj                             22      0         0      
           strlen.c.obj                             20      0         0      
           wcslen.c.obj                             18      0         0      
           tmzone.c.obj                             0       0         16     
           copy_decompress_none.c.obj               14      0         0      
           copy_zero_init.c.obj                     12      0         0      
           errno.c.obj                              8       0         4      
           s_copysign.c.obj                         8       0         0      
           exit.c.obj                               4       0         0      
           stkdepth_vars.c.obj                      0       0         4      
           div0.asm.obj                             2       0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   15927   829       68     
                                                                             
        C:\ti\simplelink_cc2640r2_sdk_4_40_00_10\kernel\tirtos\packages\ti\targets\arm\rtsarm\lib\auto_init.aem3
           auto_init.oem3                           160     0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   160     0         0      
                                                                             
        C:\ti\simplelink_cc2640r2_sdk_4_40_00_10\kernel\tirtos\packages\ti\targets\arm\rtsarm\lib\boot.aem3
           boot.oem3                                68      0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   68      0         0      
                                                                             
        C:\ti\simplelink_cc2640r2_sdk_4_40_00_10\source\ti\blestack\blelib\ctrlhci\cc2640_ctrlhci_pxxx.a
           hci_event.o                              276     0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   276     0         0      
                                                                             
        C:\ti\simplelink_cc2640r2_sdk_4_40_00_10\source\ti\blestack\blelib\ctrlll\cc2640_ctrlll_pxxx.a
           ll.o                                     2674    0         132    
           ll_common.o                              2030    0         20     
           ll_isr.o                                 1938    28        0      
           ll_scheduler.o                           1804    0         12     
           ll_slave_end_causes.o                    816     0         2      
           ble.o                                    576     0         0      
           ll_enc.o                                 192     0         0      
           ll_config.o                              0       92        56     
           ll_data.o                                36      0         13     
           ll_privacy.o                             48      0         0      
           ll_error_end_causes.o                    6       0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   10120   120       235    
                                                                             
        C:\ti\simplelink_cc2640r2_sdk_4_40_00_10\source\ti\blestack\blelib\hci_tl\cc26xx_hci_tl_none.a
           hci_tl.o                                 208     16        5      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   208     16        5      
                                                                             
        C:\ti\simplelink_cc2640r2_sdk_4_40_00_10\source\ti\blestack\blelib\host\cc26xx_gap_pxxx.a
           gap_linkmgr.o                            524     0         4      
           gap_configmgr.o                          124     0         88     
           gap_peridevmgr.o                         176     0         0      
           linkdb.o                                 84      0         0      
           gap_perilinkmgr.o                        16      0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   924     0         92     
                                                                             
        C:\ti\simplelink_cc2640r2_sdk_4_40_00_10\source\ti\blestack\blelib\host\cc26xx_gatt_pxxx.a
           gatt_server.o                            272     0         0      
           gatt_task.o                              44      0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   316     0         0      
                                                                             
        C:\ti\simplelink_cc2640r2_sdk_4_40_00_10\source\ti\blestack\blelib\host\cc26xx_l2cap_pxxx.a
           l2cap_util.o                             56      0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   56      0         0      
                                                                             
        C:\ti\simplelink_cc2640r2_sdk_4_40_00_10\source\ti\blestack\blelib\host\cc26xx_profiles_pxxx.a
           gattservapp.o                            1670    8         16     
           gapgattserver.o                          736     20        155    
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   2406    28        171    
                                                                             
        C:\ti\simplelink_cc2640r2_sdk_4_40_00_10\source\ti\blestack\blelib\host\cc26xx_sm_pxxx.a
           sm_pairing.o                             828     0         0      
           sm_rsppairing.o                          76      0         0      
        +--+----------------------------------------+-------+---------+---------+
           Total:                                   904     0         0      
                                                                             
           Stack:                                   0       0         1024   
           Linker Generated:                        520     1430      0      
        +--+----------------------------------------+-------+---------+---------+
           Grand Total:                             89981   12286     12335  
    
    
    LINKER GENERATED COPY TABLES
    
    __TI_cinit_table @ 00017eac records: 17, size/record: 8, table size: 136
    	.data: load addr=00017998, load size=00000416 bytes, run addr=20000520, run size=00001ac2 bytes, compression=lzss
    	.data:ti_sysbios_family_arm_m3_Hwi_Module__state__V: load addr=00017dae, load size=00000028 bytes, run addr=20000144, run size=00000034 bytes, compression=lzss
    	.data:ti_sysbios_knl_Task_Module__state__V: load addr=00017dd6, load size=00000021 bytes, run addr=20000100, run size=00000044 bytes, compression=lzss
    	.data:ti_sysbios_BIOS_Module__state__V: load addr=00017df7, load size=0000001f bytes, run addr=200001a4, run size=00000024 bytes, compression=lzss
    	.data:ti_sysbios_knl_Clock_Module__state__V: load addr=00017e16, load size=0000001e bytes, run addr=20000178, run size=0000002c bytes, compression=lzss
    	.data:ti_sysbios_knl_Swi_Module__state__V: load addr=00017e34, load size=00000010 bytes, run addr=200001c8, run size=0000001c bytes, compression=lzss
    	.data:ti_sysbios_family_arm_cc26xx_Timer_Module__state__V: load addr=00017e50, load size=0000000b bytes, run addr=200001e4, run size=00000008 bytes, compression=lzss
    	.TI.bound:dmaSpi0RxControlTableEntry: load addr=00017e60, load size=00000008 bytes, run addr=20000430, run size=00000010 bytes, compression=zero_init
    	.TI.bound:dmaSpi0TxControlTableEntry: load addr=00017e68, load size=00000008 bytes, run addr=20000440, run size=00000010 bytes, compression=zero_init
    	.TI.bound:dmaSpi1RxControlTableEntry: load addr=00017e70, load size=00000008 bytes, run addr=20000500, run size=00000010 bytes, compression=zero_init
    	.TI.bound:dmaSpi1TxControlTableEntry: load addr=00017e78, load size=00000008 bytes, run addr=20000510, run size=00000010 bytes, compression=zero_init
    	.bss: load addr=00017e80, load size=00000008 bytes, run addr=20001fe8, run size=00000f5f bytes, compression=zero_init
    	.data:xdc_runtime_Memory_Module__state__V: load addr=00017e88, load size=00000008 bytes, run addr=20000200, run size=00000004 bytes, compression=lzss
    	.data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V: load addr=00017e90, load size=00000007 bytes, run addr=200001ec, run size=00000004 bytes, compression=lzss
    	.data:xdc_runtime_Startup_Module__state__V: load addr=00017e97, load size=00000007 bytes, run addr=200001f0, run size=00000008 bytes, compression=lzss
    	.data:xdc_runtime_System_Module__state__V: load addr=00017e9e, load size=00000007 bytes, run addr=200001f8, run size=00000008 bytes, compression=lzss
    	.data:xdc_runtime_Error_Module__state__V: load addr=00017ea5, load size=00000006 bytes, run addr=20000204, run size=00000002 bytes, compression=lzss
    
    
    LINKER GENERATED HANDLER TABLE
    
    __TI_handler_table @ 00017e44 records: 3, size/record: 4, table size: 12
    	index: 0, handler: __TI_decompress_lzss
    	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
    --------------  -----------  ---------  ----------------
    L2CAP_SetUserConfig       $Tramp$TT$L$PI$$L2CAP_SetUserConfig
       100192b9     00000f08     00000ad8   project_zero_cc2640r2lp_stack_library.lib : icall_startup.obj (.text:startup_entry)
    L2CAP_Init                $Tramp$TT$L$PI$$L2CAP_Init
       100179c9     00000f10     00000c82   project_zero_cc2640r2lp_stack_library.lib : icall_startup.obj (.text:startup_entry)
    GAP_Init                  $Tramp$TT$L$PI$$GAP_Init
       10018859     00000f18     00000c88   project_zero_cc2640r2lp_stack_library.lib : icall_startup.obj (.text:startup_entry)
    SM_Init                   $Tramp$TT$L$PI$$SM_Init
       100175d9     00000f20     00000c8e   project_zero_cc2640r2lp_stack_library.lib : icall_startup.obj (.text:startup_entry)
    GATT_Init                 $Tramp$TT$L$PI$$GATT_Init
       1001817d     00000f28     00000c94   project_zero_cc2640r2lp_stack_library.lib : icall_startup.obj (.text:startup_entry)
    GAP_RegisterBondMgrCBs    $Tramp$TT$L$PI$$GAP_RegisterBondMgrCBs
       10018b51     00000f30     00000ca8   project_zero_cc2640r2lp_stack_library.lib : icall_startup.obj (.text:startup_entry)
    ti_sysbios_knl_Swi_destruct  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_destruct
       1001c115     00015c6c     00015c30   dpl_cc26x0r2.aem3 : SwiP_tirtos.oem3 (.text:SwiP_destruct)
    ti_sysbios_knl_Semaphore_destruct  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_destruct
       1001c10d     00015c74     00015c28   dpl_cc26x0r2.aem3 : SemaphoreP_tirtos.oem3 (.text:SemaphoreP_destruct)
    ti_sysbios_family_arm_m3_Hwi_setPriority__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_setPriority__E
       1001bc55     00015c7c     00015c18   dpl_cc26x0r2.aem3 : HwiP_tirtos.oem3 (.text:HwiP_setPriority)
    ti_sysbios_family_arm_m3_Hwi_plug__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_plug__E
       1001bdc1     00015c84     00015c0c   dpl_cc26x0r2.aem3 : HwiP_tirtos.oem3 (.text:HwiP_plug)
    ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E
       1001af89     00015c8c     00015c08   dpl_cc26x0r2.aem3 : HwiP_tirtos.oem3 (.text:HwiP_enableInterrupt)
    ti_sysbios_family_arm_m3_Hwi_destruct  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_destruct
       1001c0a9     00015c94     00015c00   dpl_cc26x0r2.aem3 : HwiP_tirtos.oem3 (.text:HwiP_destruct)
    ti_sysbios_BIOS_getCpuFreq__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_getCpuFreq__E
       1001be91     00015c9c     00015be4   dpl_cc26x0r2.aem3 : ClockP_tirtos.oem3 (.text:ClockP_getCpuFreq)
    LL_SetAddressResolutionEnable  $Tramp$TT$L$PI$$LL_SetAddressResolutionEnable
       100066bd     00015ca4     00015958   cc2640_ctrlll_pxxx.a : ll.o (.text)
    gapL2capConnParamUpdateReq  $Tramp$TT$L$PI$$gapL2capConnParamUpdateReq
       100193dd     00015cac     00015856   cc26xx_gap_pxxx.a : gap_perilinkmgr.o (.text)
    LL_PseudoRand             $Tramp$TT$L$PI$$LL_PseudoRand
       10004ac1     00015cb4     000157a2   project_zero_cc2640r2lp_stack_library.lib : onboard.obj (.text:Onboard_rand)
    xdc_runtime_Startup_startMods__I  $Tramp$TT$L$PI$$xdc_runtime_Startup_startMods__I
       1001c129     00015cbc     00015714   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
       1001b843     00015cc4     0001569e   app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_doTick__I)
    llResetRadio              $Tramp$TT$L$PI$$llResetRadio
       10007071     00015ccc     0001547e   cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
    ti_sysbios_knl_Swi_post__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_post__E
       1001b011     00015cd4     000153cc   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_or__E)
                                 000156a6   app_ble_pem3.oem3 (.text:ti_sysbios_knl_Clock_doTick__I)
                                 00015c40   dpl_cc26x0r2.aem3 : SwiP_tirtos.oem3 (.text:SwiP_post)
    ti_sysbios_BIOS_RtsGateProxy_leave__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_RtsGateProxy_leave__E
       1001c095     00015cdc     00015396   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock__I)
    llSetupLenCtrlPkt         $Tramp$TT$L$PI$$llSetupLenCtrlPkt
       100088bd     00015ce4     000152ce   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    ti_sysbios_knl_Swi_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_construct
       1001ad79     00015cec     00015112   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_construct2__E)
    llAlignToNextEvent        $Tramp$TT$L$PI$$llAlignToNextEvent
       10008d71     00015cf4     00014e42   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    ti_sysbios_BIOS_RtsGateProxy_enter__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_RtsGateProxy_enter__E
       1001c091     00015cfc     00014d96   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock__I)
    smpResponderProcessPairingReq  $Tramp$TT$L$PI$$smpResponderProcessPairingReq
       10013061     00015d04     00014ce8   cc26xx_sm_pxxx.a : sm_rsppairing.o (.text)
    llProcessTxData           $Tramp$TT$L$PI$$llProcessTxData
       100086dd     00015d0c     00014c66   cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
    smFinishPublicKeyExchange  $Tramp$TT$L$PI$$smFinishPublicKeyExchange
       10013365     00015d14     00014640   cc26xx_sm_pxxx.a : sm_rsppairing.o (.text)
    smSaveRemotePublicKeys    $Tramp$TT$L$PI$$smSaveRemotePublicKeys
       1000f18d     00015d1c     00014638   cc26xx_sm_pxxx.a : sm_rsppairing.o (.text)
    linkDB_State              $Tramp$TT$L$PI$$linkDB_State
       10017fb1     00015d24     000145d6   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    gattServApp_RegisterServiceCBs  $Tramp$TT$L$PI$$gattServApp_RegisterServiceCBs
       10010881     00015d2c     000145be   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    GATT_RegisterService      $Tramp$TT$L$PI$$GATT_RegisterService
       1000fb09     00015d34     000145b0   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    gattNotifyEvent           $Tramp$TT$L$PI$$gattNotifyEvent
       100182a9     00015d3c     00014590   cc26xx_gatt_pxxx.a : gatt_task.o (.text)
    ATT_UpdateMTU             $Tramp$TT$L$PI$$ATT_UpdateMTU
       100161e9     00015d44     00014576   cc26xx_gatt_pxxx.a : gatt_task.o (.text)
    L2CAP_bm_alloc            $Tramp$TT$L$PI$$L2CAP_bm_alloc
       1001542d     00015d4c     0001455a   project_zero_cc2640r2lp_stack_library.lib : ble_dispatch_lite.obj (.text:bleDispatch_BMAlloc)
    ti_sysbios_knl_Semaphore_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_construct
       1001b45d     00015d54     0001453a   dpl_cc26x0r2.aem3 : SemaphoreP_tirtos.oem3 (.text:SemaphoreP_constructBinary)
    xdc_runtime_Core_createObject__I  $Tramp$TT$L$PI$$xdc_runtime_Core_createObject__I
       1001c2c9     00015d5c     000142b0   app_ble_pem3.oem3 (.text:ti_sysbios_heaps_HeapCallback_Object__create__S)
    ti_sysbios_knl_Task_startup__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_startup__E
       1001c125     00015d64     00014290   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
       1001c085     00015d6c     0001428c   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
    ti_sysbios_hal_Hwi_startup__E  $Tramp$TT$L$PI$$ti_sysbios_hal_Hwi_startup__E
       1001c04b     00015d74     00014288   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
       1001b4e9     00015d7c     00014284   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
    xdc_runtime_System_atexit__E  $Tramp$TT$L$PI$$xdc_runtime_System_atexit__E
       1001c581     00015d84     0001427c   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
    ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E
       1001a683     00015d8c     00014276   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
    ti_sysbios_BIOS_setThreadType__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_setThreadType__E
       1001bea1     00015d94     00014248   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                                 000154ea   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_errorRaiseHook__I)
                                 000154fa   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__I)
    ti_sysbios_knl_Swi_disable__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_disable__E
       1001bf11     00015d9c     0001423e   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                                 0001512a   icall.obj (.text:ICall_enterCSImpl)
                                 00015212   dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_schedulerDisable)
                                 00015c34                     : SwiP_tirtos.oem3 (.text:SwiP_disable)
    HCI_LE_AddWhiteListCmd    $Tramp$TT$L$PI$$HCI_LE_AddWhiteListCmd
       1000adc9     00015da4     000141f8   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgr_SyncWhiteList$33)
    HCI_LE_ClearWhiteListCmd  $Tramp$TT$L$PI$$HCI_LE_ClearWhiteListCmd
       1000ada9     00015dac     000141de   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgr_SyncWhiteList$33)
    smSavePairInfo            $Tramp$TT$L$PI$$smSavePairInfo
       1000f609     00015db4     000141d2   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
    HCI_LE_SetAddressResolutionEnableCmd  $Tramp$TT$L$PI$$HCI_LE_SetAddressResolutionEnableCmd
       1000b24d     00015dbc     000141a2   cc26xx_gap_pxxx.a : gap_configmgr.o (.text)
    smGenerateRandBuf         $Tramp$TT$L$PI$$smGenerateRandBuf
       100123b1     00015dc4     00014192   cc26xx_gap_pxxx.a : gap_configmgr.o (.text)
    LL_PRIV_Ah                $Tramp$TT$L$PI$$LL_PRIV_Ah
       10016d29     00015dcc     0001416c   cc2640_ctrlll_pxxx.a : ll_privacy.o (.text)
    GAP_PasscodeUpdate        $Tramp$TT$L$PI$$GAP_PasscodeUpdate
       10011829     00015dd4     00013f20   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_PasscodeRsp)
    ti_sysbios_knl_Queue_Object__get__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_Object__get__S
       1001bb79     00015ddc     00013e32   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Swi_setPri__E)
    HCI_LE_SetResolvablePrivateAddressTimeoutCmd  $Tramp$TT$L$PI$$HCI_LE_SetResolvablePrivateAddressTimeoutCmd
       1000b26d     00015de4     00013cf4   cc26xx_gap_pxxx.a : gap_configmgr.o (.text)
    LL_ENC_EncryptMsg         $Tramp$TT$L$PI$$LL_ENC_EncryptMsg
       10017361     00015dec     00013c5a   cc2640_ctrlll_pxxx.a : ll_enc.o (.text)
    ti_sysbios_family_arm_m3_Hwi_construct  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_construct
       1001aabd     00015df4     000135e2   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_family_arm_m3_Hwi_construct2__E)
    hciInitEventMasks         $Tramp$TT$L$PI$$hciInitEventMasks
       1000ba41     00015dfc     00013478   cc26xx_hci_tl_none.a : hci_tl.o (.text)
    ti_sysbios_knl_Swi_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_Params__init__S
       1001c015     00015e04     000133c6   dpl_cc26x0r2.aem3 : SwiP_tirtos.oem3 (.text:SwiP_construct)
    ti_sysbios_family_arm_m3_Hwi_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_Params__init__S
       1001bf79     00015e0c     00013298   dpl_cc26x0r2.aem3 : HwiP_tirtos.oem3 (.text:HwiP_construct)
    xdc_runtime_Startup_rtsDone__E  $Tramp$TT$L$PI$$xdc_runtime_Startup_rtsDone__E
       1001c769     00015e14     0001323e   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapCallback_Module_startup__E)
                                 0001426e   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__I)
    gattServApp_ProcessMsg    $Tramp$TT$L$PI$$gattServApp_ProcessMsg
       10010911     00015e1c     00013158   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    ATT_ExchangeMTURsp        $Tramp$TT$L$PI$$ATT_ExchangeMTURsp
       10018e59     00015e24     0001310c   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    ti_sysbios_knl_Task_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_construct
       1001ae19     00015e2c     00012fea   project_zero.obj (.text:ProjectZero_createTask)
                                 00013320   peripheral.obj (.text:GAPRole_createTask)
    ti_sysbios_knl_Semaphore_create  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_create
       1001b2d1     00015e34     00012ee8   ECCROMCC26XX.obj (.text:ECCROMCC26XX_init)
    ti_sysbios_knl_Semaphore_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_Params__init__S
       1001c009     00015e3c     00012eda   ECCROMCC26XX.obj (.text:ECCROMCC26XX_init)
                                 0001452a   dpl_cc26x0r2.aem3 : SemaphoreP_tirtos.oem3 (.text:SemaphoreP_constructBinary)
    SM_ResponderInit          $Tramp$TT$L$PI$$SM_ResponderInit
       10012dfd     00015e44     00012dac   project_zero_cc2640r2lp_stack_library.lib : gap.obj (.text:GAP_DeviceInit)
    GAP_PeriConnRegister      $Tramp$TT$L$PI$$GAP_PeriConnRegister
       1001930d     00015e4c     00012da8   project_zero_cc2640r2lp_stack_library.lib : gap.obj (.text:GAP_DeviceInit)
    GAP_PeriDevMgrInit        $Tramp$TT$L$PI$$GAP_PeriDevMgrInit
       100146b1     00015e54     00012da4   project_zero_cc2640r2lp_stack_library.lib : gap.obj (.text:GAP_DeviceInit)
    GAP_SecParamsInit         $Tramp$TT$L$PI$$GAP_SecParamsInit
       10018539     00015e5c     00012d9a   project_zero_cc2640r2lp_stack_library.lib : gap.obj (.text:GAP_DeviceInit)
    GAP_ParamsInit            $Tramp$TT$L$PI$$GAP_ParamsInit
       10018505     00015e64     00012d8e   project_zero_cc2640r2lp_stack_library.lib : gap.obj (.text:GAP_DeviceInit)
    xdc_runtime_System_exit__E  $Tramp$TT$L$PI$$xdc_runtime_System_exit__E
       1001c6d5     00015e6c     00012b40   boot.aem3 : boot.oem3 (.text)
                                 00015500   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__I)
    GAP_SendSlaveSecurityRequest  $Tramp$TT$L$PI$$GAP_SendSlaveSecurityRequest
       100192bd     00015e74     00012a80   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_Pair)
    ti_sysbios_knl_Event_create  $Tramp$TT$L$PI$$ti_sysbios_knl_Event_create
       1001b42d     00015e7c     000126ea   icall.obj (.text:ICall_newTask$5)
    llReplaceCtrlPkt          $Tramp$TT$L$PI$$llReplaceCtrlPkt
       10007f69     00015e84     00012628   cc2640_ctrlll_pxxx.a : ll.o (.text)
    LL_ConnActive             $Tramp$TT$L$PI$$LL_ConnActive
       10005f61     00015e8c     00012604   cc2640_ctrlll_pxxx.a : ll.o (.text)
    gattServApp_FindPrepareWriteQ  $Tramp$TT$L$PI$$gattServApp_FindPrepareWriteQ
       10011409     00015e94     0001230e   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                                 0001231a                          : gattservapp.o (.text)
                                 000145de                          : gattservapp.o (.text)
    ti_sysbios_knl_Queue_enqueue__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_enqueue__E
       1001bffd     00015e9c     000120f6   project_zero.obj (.text:user_enqueueCharDataMsg$0)
                                 00012cdc   project_zero.obj (.text:user_enqueueRawAppMsg$0)
    xdc_runtime_Error_raiseX__E  $Tramp$TT$L$PI$$xdc_runtime_Error_raiseX__E
       1001c66d     00015ea4     0001209c   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapMem_alloc__E)
    ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E  $Tramp$TT$L$PI$$ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E
       1001c0cd     00015eac     00012082   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapMem_alloc__E)
    ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E  $Tramp$TT$L$PI$$ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E
       1001c0c9     00015eb4     0001206c   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_heaps_HeapMem_alloc__E)
    linkDB_GetInfo            $Tramp$TT$L$PI$$linkDB_GetInfo
       10017f09     00015ebc     00011f1e   cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
                                 00012a52   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_Pair)
    ti_sysbios_knl_Clock_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_construct
       1001b269     00015ec4     00011eec   util.obj (.text:Util_constructClock)
                                 00012436   dpl_cc26x0r2.aem3 : ClockP_tirtos.oem3 (.text:ClockP_construct)
    linkDB_Register           $Tramp$TT$L$PI$$linkDB_Register
       10017de5     00015ecc     00011ab6   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    GATT_RegisterForReq       $Tramp$TT$L$PI$$GATT_RegisterForReq
       1000fc09     00015ed4     00011aac   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    gattServApp_SetNumPrepareWrites  $Tramp$TT$L$PI$$gattServApp_SetNumPrepareWrites
       100107d1     00015edc     00011aa6   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    ti_sysbios_knl_Task_restore__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_restore__E
       1001b7f5     00015ee4     000115f6   icall.obj (.text:ICall_createRemoteTasksAtRuntime)
                                 0001522c   dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_schedulerRestore)
    ti_sysbios_knl_Task_create  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_create
       1001accd     00015eec     000115d8   icall.obj (.text:ICall_createRemoteTasksAtRuntime)
    ti_sysbios_knl_Task_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_Params__init__S
       1001c021     00015ef4     000115be   icall.obj (.text:ICall_createRemoteTasksAtRuntime)
                                 00012fca   project_zero.obj (.text:ProjectZero_createTask)
                                 00013306   peripheral.obj (.text:GAPRole_createTask)
    ti_sysbios_knl_Task_disable__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_disable__E
       1001bf31     00015efc     000115b0   icall.obj (.text:ICall_createRemoteTasksAtRuntime)
                                 00014242   app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__I)
                                 0001520a   dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_schedulerDisable)
    llConvertCtrlProcTimeoutToEvent  $Tramp$TT$L$PI$$llConvertCtrlProcTimeoutToEvent
       100086b9     00015f04     00010ba6   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    LL_ConnParamUpdateCback   $Tramp$TT$L$PI$$LL_ConnParamUpdateCback
       1000c749     00015f0c     00010b8a   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    llConvertLstoToEvent      $Tramp$TT$L$PI$$llConvertLstoToEvent
       10008699     00015f14     00010b48   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    llVerifyConnParamReqParams  $Tramp$TT$L$PI$$llVerifyConnParamReqParams
       10008e45     00015f1c     0001096e   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    GAP_Bond                  $Tramp$TT$L$PI$$GAP_Bond
       1001187d     00015f24     00010900   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrBondReq$33)
    gattServApp_FindWriteAttrCB  $Tramp$TT$L$PI$$gattServApp_FindWriteAttrCB
       10011499     00015f2c     00010750   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    llGetNextDataChan         $Tramp$TT$L$PI$$llGetNextDataChan
       10007ff5     00015f34     000106f6   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                                 00010718                        : ll_common.o (.text)
    llProcessChanMap          $Tramp$TT$L$PI$$llProcessChanMap
       10007fb5     00015f3c     000106ee   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    GAP_GetIRK                $Tramp$TT$L$PI$$GAP_GetIRK
       100185a5     00015f44     00010650   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_syncResolvingList)
    HCI_LE_ClearResolvingListCmd  $Tramp$TT$L$PI$$HCI_LE_ClearResolvingListCmd
       1000b1b1     00015f4c     0001064c   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_syncResolvingList)
    gapFreeAuthLink           $Tramp$TT$L$PI$$gapFreeAuthLink
       10011dc1     00015f54     000103c8   cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
    sendTerminateEvent        $Tramp$TT$L$PI$$sendTerminateEvent
       10011bf9     00015f5c     000103ba   cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
    disconnectNext            $Tramp$TT$L$PI$$disconnectNext
       10011c8d     00015f64     000103a4   cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
    linkDB_Remove             $Tramp$TT$L$PI$$linkDB_Remove
       10017e91     00015f6c     00010392   cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
    linkDB_Role               $Tramp$TT$L$PI$$linkDB_Role
       10017fd5     00015f74     00010374   cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
    ti_sysbios_knl_Clock_create  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_create
       1001b1fd     00015f7c     0000f542   icall.obj (.text:ICall_setTimer)
    ti_sysbios_knl_Clock_Params__init__S  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_Params__init__S
       1001bfc1     00015f84     0000f52e   icall.obj (.text:ICall_setTimer)
                                 00011ebe   util.obj (.text:Util_constructClock)
                                 0001241c   dpl_cc26x0r2.aem3 : ClockP_tirtos.oem3 (.text:ClockP_construct)
    ti_sysbios_knl_Clock_scheduleNextTick__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_scheduleNextTick__E
       1001bca9     00015f8c     0000f3ba   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
       1001a2f1     00015f94     0000f382   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
                                 0000f39e                    : 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
       1001bee1     00015f9c     0000f350   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_workFuncDynamic__E)
                                 000146b6                    : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_getTicksUntilInterrupt__E)
    LL_ENC_ReverseBytes       $Tramp$TT$L$PI$$LL_ENC_ReverseBytes
       100171ad     00015fa4     0000f270   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                                 0000f278                        : ll_common.o (.text)
    llAddTxDataEntry          $Tramp$TT$L$PI$$llAddTxDataEntry
       1000a4f5     00015fac     0000ea90   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                                 0000f268                        : ll_common.o (.text)
                                 00010fea                        : ll_common.o (.text)
    LL_ENC_Encrypt            $Tramp$TT$L$PI$$LL_ENC_Encrypt
       10017485     00015fb4     0000ea88   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                                 00010fe2                        : ll_common.o (.text)
    LL_TX_bm_alloc            $Tramp$TT$L$PI$$LL_TX_bm_alloc
       10004945     00015fbc     0000e9fe   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                                 0000f220                        : ll_common.o (.text)
                                 00010f96                        : ll_common.o (.text)
    HCI_LE_SetAdvParamCmd     $Tramp$TT$L$PI$$HCI_LE_SetAdvParamCmd
       1000ac09     00015fc4     0000e5e2   cc26xx_gap_pxxx.a : gap_peridevmgr.o (.text)
    gapHost2CtrlOwnAddrType   $Tramp$TT$L$PI$$gapHost2CtrlOwnAddrType
       10018769     00015fcc     0000e5c4   cc26xx_gap_pxxx.a : gap_peridevmgr.o (.text)
    isLimitedDiscoverableMode  $Tramp$TT$L$PI$$isLimitedDiscoverableMode
       10014c75     00015fd4     0000e580   cc26xx_gap_pxxx.a : gap_peridevmgr.o (.text)
    ti_sysbios_family_arm_m3_Hwi_disableFxn__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_disableFxn__E
       1001bf85     00015fdc     0000e4a0   TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
                                 00012ec2   ECCROMCC26XX.obj (.text:ECCROMCC26XX_init)
                                 00014816   TRNGCC26XX.obj (.text:TRNGCC26XX_init)
                                 00014fda   TRNGCC26XX.obj (.text:TRNGCC26XX_open)
                                 00015134   icall.obj (.text:ICall_enterCSImpl)
                                 00015c04   dpl_cc26x0r2.aem3 : HwiP_tirtos.oem3 (.text:HwiP_disable)
    gapSendBondCompleteEvent  $Tramp$TT$L$PI$$gapSendBondCompleteEvent
       10011e25     00015fe4     0000ddf6   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
    smEndPairing              $Tramp$TT$L$PI$$smEndPairing
       1000f985     00015fec     0000dde4   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
    ti_sysbios_BIOS_start__E  $Tramp$TT$L$PI$$ti_sysbios_BIOS_start__E
       1001beb1     00015ff4     0000dacc   main.obj (.text:main)
    GAP_Signable              $Tramp$TT$L$PI$$GAP_Signable
       100116ad     00015ffc     0000d5c0   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_LinkEst)
    sm_c1new                  $Tramp$TT$L$PI$$sm_c1new
       1001225d     00016004     0000d37e   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
    smpBuildPairingReq        $Tramp$TT$L$PI$$smpBuildPairingReq
       10016255     0001600c     0000d364   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
    smpBuildPairingRsp        $Tramp$TT$L$PI$$smpBuildPairingRsp
       10016269     00016014     0000d35c   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
    gapGetDevAddress          $Tramp$TT$L$PI$$gapGetDevAddress
       100187ad     0001601c     0000d2ec   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
                                 0000d32c                    : sm_pairing.o (.text)
                                 0000dca4                    : sm_pairing.o (.text)
                                 0000dd28                    : sm_pairing.o (.text)
    gapGetDevAddressMode      $Tramp$TT$L$PI$$gapGetDevAddressMode
       100187a5     00016024     0000d2e0   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
                                 0000d320                    : sm_pairing.o (.text)
                                 0000dcb2                    : sm_pairing.o (.text)
                                 0000dd36                    : sm_pairing.o (.text)
    smSetPairingReqRsp        $Tramp$TT$L$PI$$smSetPairingReqRsp
       1000f9f1     0001602c     0000d2ce   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
    llTimeDelta               $Tramp$TT$L$PI$$llTimeDelta
       100197dd     00016034     0000d27c   cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
                                 00011030                        : ll_scheduler.o (.text)
    ti_sysbios_knl_Clock_stop__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_stop__E
       1001bab9     0001603c     0000cf74   dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                                 0000f56a   icall.obj (.text:ICall_setTimer)
                                 00013766   util.obj (.text:Util_restartClock)
                                 00015b0a   icall.obj (.text:ICall_stopTimer)
                                 00015bf4   dpl_cc26x0r2.aem3 : ClockP_tirtos.oem3 (.text:ClockP_stop)
                                 00015c48   util.obj (.text:Util_stopClock)
    ti_sysbios_knl_Clock_start__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_start__E
       1001be1f     00016044     0000cf68   dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                                 0000f580   icall.obj (.text:ICall_setTimer)
                                 00013784   util.obj (.text:Util_restartClock)
                                 00015bf0   dpl_cc26x0r2.aem3 : ClockP_tirtos.oem3 (.text:ClockP_start)
    ti_sysbios_knl_Clock_setTimeout__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_setTimeout__E
       1001c0e5     0001604c     0000cf62   dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
                                 0000f57a   icall.obj (.text:ICall_setTimer)
                                 0001377e   util.obj (.text:Util_restartClock)
                                 00015bec   dpl_cc26x0r2.aem3 : ClockP_tirtos.oem3 (.text:ClockP_setTimeout)
    ATT_ReadByTypeRsp         $Tramp$TT$L$PI$$ATT_ReadByTypeRsp
       10018ef1     00016054     0000cef8   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    gattServApp_buildReadByTypeRsp  $Tramp$TT$L$PI$$gattServApp_buildReadByTypeRsp
       10010cd5     0001605c     0000ceb2   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    GATT_VerifyReadPermissions  $Tramp$TT$L$PI$$GATT_VerifyReadPermissions
       1000fc11     00016064     0000ce74   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    ATT_GetMTU                $Tramp$TT$L$PI$$ATT_GetMTU
       1001621d     0001606c     0000ce32   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    GATT_NotifyEvent          $Tramp$TT$L$PI$$GATT_NotifyEvent
       10018341     00016074     0000c52e   cc26xx_gatt_pxxx.a : gatt_server.o (.text)
    ATT_FindInfoRsp           $Tramp$TT$L$PI$$ATT_FindInfoRsp
       10018e81     0001607c     0000c520   cc26xx_gatt_pxxx.a : gatt_server.o (.text)
    GATT_bm_alloc             $Tramp$TT$L$PI$$GATT_bm_alloc
       10018405     00016084     0000c4d6   cc26xx_gatt_pxxx.a : gatt_server.o (.text)
                                 0000fb4a   gattservapp_util.obj (.text:gattServApp_SendNotiInd$14)
                                 0001456a   project_zero_cc2640r2lp_stack_library.lib : ble_dispatch_lite.obj (.text:bleDispatch_BMAlloc)
    sendAuthEvent             $Tramp$TT$L$PI$$sendAuthEvent
       10011cb5     0001608c     0000c208   cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
    eccRom_genKeys            $Tramp$TT$L$PI$$eccRom_genKeys
       10016c1d     00016094     0000b9c2   ECCROMCC26XX.obj (.text:ECCROMCC26XX_genKeys)
    LL_RX_bm_alloc            $Tramp$TT$L$PI$$LL_RX_bm_alloc
       10004969     0001609c     0000b3cc   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    LL_RxDataCompleteCback    $Tramp$TT$L$PI$$LL_RxDataCompleteCback
       10019465     000160a4     0000b388   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                                 0000b400                        : ll_common.o (.text)
    GATT_FindHandleUUID       $Tramp$TT$L$PI$$GATT_FindHandleUUID
       1000fd55     000160ac     0000b1e4   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_ProcessEvent)
                                 0000c4c0   cc26xx_gatt_pxxx.a : gatt_server.o (.text)
                                 0000ce60   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                                 000134b0                          : gattservapp.o (.text)
    llCreateRxBuffer          $Tramp$TT$L$PI$$llCreateRxBuffer
       10009371     000160b4     0000ae92   cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
    LL_PRIV_UpdateRL          $Tramp$TT$L$PI$$LL_PRIV_UpdateRL
       10016f8d     000160bc     0000ade2   cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
    LL_ENC_Decrypt            $Tramp$TT$L$PI$$LL_ENC_Decrypt
       100174f9     000160c4     0000adce   cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
    RFHAL_NextDataEntryDone   $Tramp$TT$L$PI$$RFHAL_NextDataEntryDone
       1000a5b1     000160cc     0000ad92   cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
                                 0000ae86                        : ll_isr.o (.text)
    RFHAL_GetNextDataEntry    $Tramp$TT$L$PI$$RFHAL_GetNextDataEntry
       1000a5a9     000160d4     0000ad72   cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
    LL_PRIV_Init              $Tramp$TT$L$PI$$LL_PRIV_Init
       10016cb5     000160dc     0000accc   cc2640_ctrlll_pxxx.a : ll.o (.text)
    llInitFeatureSet          $Tramp$TT$L$PI$$llInitFeatureSet
       10008621     000160e4     0000ac7e   cc2640_ctrlll_pxxx.a : ll.o (.text)
    llReleaseAllConnId        $Tramp$TT$L$PI$$llReleaseAllConnId
       100082cd     000160ec     0000ac54   cc2640_ctrlll_pxxx.a : ll.o (.text)
    llConnCleanup             $Tramp$TT$L$PI$$llConnCleanup
       10008479     000160f4     0000ac46   cc2640_ctrlll_pxxx.a : ll.o (.text)
    LL_ClearWhiteList         $Tramp$TT$L$PI$$LL_ClearWhiteList
       100049d9     000160fc     0000abe6   cc2640_ctrlll_pxxx.a : ll.o (.text)
    WL_Init                   $Tramp$TT$L$PI$$WL_Init
       10018b81     00016104     0000abe2   cc2640_ctrlll_pxxx.a : ll.o (.text)
    llRfInit                  $Tramp$TT$L$PI$$llRfInit
       10006fed     0001610c     0000abdc   cc2640_ctrlll_pxxx.a : ll.o (.text)
    ti_sysbios_knl_Clock_getTicks__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Clock_getTicks__E
       1001b29d     00016114     0000aae6   icall.obj (.text:icall_directAPI)
                                 0000ab4c   icall.obj (.text:icall_directAPI)
                                 000146e4   rom_sysbios.aem3 : rom_sysbios.obj (.text:ti_sysbios_knl_Clock_getTimeout__E)
    ti_sysbios_knl_Task_self__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_self__E
       1001c02d     0001611c     0000aa64   icall.obj (.text:icall_directAPI)
                                 0000aab8   icall.obj (.text:icall_directAPI)
                                 00011614   icall.obj (.text:ICall_enrollService)
                                 000117f2   icall.obj (.text:ICall_fetchMsg)
                                 00011d48   icall.obj (.text:ICall_wait)
                                 00012546   icall.obj (.text:ICall_registerApp)
                                 00014efa   icall.obj (.text:ICall_primRepostSync$5)
    GAP_Authenticate          $Tramp$TT$L$PI$$GAP_Authenticate
       10011701     00016124     0000aa0c   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrAuthenticate$33)
    L2CAP_GetMTU              $Tramp$TT$L$PI$$L2CAP_GetMTU
       1001929d     0001612c     0000a912   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrAuthenticate$33)
                                 00013102   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    eccRom_genSharedSecret    $Tramp$TT$L$PI$$eccRom_genSharedSecret
       10016c65     00016134     0000a698   ECCROMCC26XX.obj (.text:ECCROMCC26XX_genDHKey)
    ti_sysbios_knl_Semaphore_post__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_post__E
       1001a3e1     0001613c     0000a5e6   ECCROMCC26XX.obj (.text:ECCROMCC26XX_genDHKey)
                                 0000a6d4   ECCROMCC26XX.obj (.text:ECCROMCC26XX_genDHKey)
                                 0000b96c   ECCROMCC26XX.obj (.text:ECCROMCC26XX_genKeys)
                                 0000b9fe   ECCROMCC26XX.obj (.text:ECCROMCC26XX_genKeys)
                                 00015c2c   dpl_cc26x0r2.aem3 : SemaphoreP_tirtos.oem3 (.text:SemaphoreP_post)
    ti_sysbios_knl_Semaphore_pend__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Semaphore_pend__E
       10019b05     00016144     0000a5b4   ECCROMCC26XX.obj (.text:ECCROMCC26XX_genDHKey)
                                 0000b93a   ECCROMCC26XX.obj (.text:ECCROMCC26XX_genKeys)
                                 000156c4   dpl_cc26x0r2.aem3 : SemaphoreP_tirtos.oem3 (.text:SemaphoreP_pend)
    LL_PRIV_UpdateExtWLEntry  $Tramp$TT$L$PI$$LL_PRIV_UpdateExtWLEntry
       10017051     0001614c     0000a46c   cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
                                 0000a4ec                        : ll_isr.o (.text)
    WL_FindEntry              $Tramp$TT$L$PI$$WL_FindEntry
       10018c51     00016154     0000a45c   cc2640_ctrlll_pxxx.a : ll_isr.o (.text)
                                 0000a4d4                        : ll_isr.o (.text)
    HCI_LE_AddDeviceToResolvingListCmd  $Tramp$TT$L$PI$$HCI_LE_AddDeviceToResolvingListCmd
       1000b16d     0001615c     00009c08   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrAddBond$33)
                                 0001065c                                             : gapbondmgr.obj (.text:GAPBondMgr_syncResolvingList)
                                 0001069e                                             : gapbondmgr.obj (.text:GAPBondMgr_syncResolvingList)
    HCI_LE_RemoveDeviceFromResolvingListCmd  $Tramp$TT$L$PI$$HCI_LE_RemoveDeviceFromResolvingListCmd
       1000b191     00016164     00009b5e   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:gapBondMgrAddBond$33)
                                 0000be38                                             : gapbondmgr.obj (.text:gapBondMgrEraseBonding$33)
    gattServApp_FindReadAttrCB  $Tramp$TT$L$PI$$gattServApp_FindReadAttrCB
       10011489     0001616c     000098dc   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    ATT_CompareUUID           $Tramp$TT$L$PI$$ATT_CompareUUID
       10016111     00016174     00009818   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    GATT_FindNextAttr         $Tramp$TT$L$PI$$GATT_FindNextAttr
       1000fe05     0001617c     0000980a   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                                 0000b230   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_ProcessEvent)
                                 000134ca   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    GATT_FindHandle           $Tramp$TT$L$PI$$GATT_FindHandle
       1000fdbd     00016184     000097a8   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                                 000097f2                          : gattservapp.o (.text)
                                 00010744                          : gattservapp.o (.text)
    gattServApp_FindAuthorizeAttrCB  $Tramp$TT$L$PI$$gattServApp_FindAuthorizeAttrCB
       100114d5     0001618c     00009724   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
    GAP_TerminateAuth         $Tramp$TT$L$PI$$GAP_TerminateAuth
       100117c1     00016194     0000935a   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_ProcessGAPMsg)
                                 00013f30                                             : gapbondmgr.obj (.text:GAPBondMgr_PasscodeRsp)
    linkDB_Find               $Tramp$TT$L$PI$$linkDB_Find
       10017f55     0001619c     00009330   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_ProcessGAPMsg)
                                 000093f6                                             : gapbondmgr.obj (.text:GAPBondMgr_ProcessGAPMsg)
                                 0000a8a2                                             : gapbondmgr.obj (.text:gapBondMgrAuthenticate$33)
                                 0000c11a   cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
                                 0000d2c0   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
                                 0000dc90                    : sm_pairing.o (.text)
                                 0001036c   cc26xx_gap_pxxx.a : gap_linkmgr.o (.text)
                                 0001082c   cc26xx_sm_pxxx.a : sm_pairing.o (.text)
                                 000122bc   cc26xx_gap_pxxx.a : linkdb.o (.text)
                                 00012d42   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_UpdateCharCfg)
    ti_sysbios_knl_Swi_restore__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Swi_restore__E
       1001b305     000161a4     00008e52   drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:Power_sleep)
                                 0000d64a   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                                 0000d67c   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                                 0000d6cc   RFCC26XX_singleMode.obj (.text:RF_pendCmd)
                                 00015226   dpl_cc26x0r2.aem3 : PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_schedulerRestore)
                                 000153f8   icall.obj (.text:ICall_leaveCSImpl)
    GAP_NumActiveConnections  $Tramp$TT$L$PI$$GAP_NumActiveConnections
       100188fd     000161ac     00008b96   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_SetParameter)
                                 00008c04                                             : gapbondmgr.obj (.text:GAPBondMgr_SetParameter)
                                 0000e558   cc26xx_gap_pxxx.a : gap_peridevmgr.o (.text)
                                 000124f2   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_LinkTerm)
    linkDB_SecurityModeSCOnly  $Tramp$TT$L$PI$$linkDB_SecurityModeSCOnly
       10018105     000161b4     00008b70   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_SetParameter)
    SM_SetECCRegenerationCount  $Tramp$TT$L$PI$$SM_SetECCRegenerationCount
       1000f551     000161bc     00008b4e   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_SetParameter)
    llDequeueCtrlPkt          $Tramp$TT$L$PI$$llDequeueCtrlPkt
       10007f09     000161c4     000087f6   cc2640_ctrlll_pxxx.a : ble.o (.text)
    llProcessSlaveControlPacket  $Tramp$TT$L$PI$$llProcessSlaveControlPacket
       10009609     000161cc     000087d6   cc2640_ctrlll_pxxx.a : ble.o (.text)
    LL_RemoteConnParamReqCback  $Tramp$TT$L$PI$$LL_RemoteConnParamReqCback
       1000bee5     000161d4     000087c8   cc2640_ctrlll_pxxx.a : ble.o (.text)
    llEnqueueCtrlPkt          $Tramp$TT$L$PI$$llEnqueueCtrlPkt
       10007ead     000161dc     000087b8   cc2640_ctrlll_pxxx.a : ble.o (.text)
                                 0000880c                        : ble.o (.text)
                                 0000ae68                        : ll_isr.o (.text)
    llSendReject              $Tramp$TT$L$PI$$llSendReject
       10008949     000161e4     00008762   cc2640_ctrlll_pxxx.a : ble.o (.text)
    llSetupUnknownRsp         $Tramp$TT$L$PI$$llSetupUnknownRsp
       10007e49     000161ec     0000873e   cc2640_ctrlll_pxxx.a : ble.o (.text)
    ti_sysbios_family_arm_m3_Hwi_restoreFxn__E  $Tramp$TT$L$PI$$ti_sysbios_family_arm_m3_Hwi_restoreFxn__E
       1001c061     000161f4     0000786c   RFCC26XX_singleMode.obj (.text:RF_fsmActiveState$3)
                                 000078ec   RFCC26XX_singleMode.obj (.text:RF_fsmActiveState$3)
                                 0000790c   RFCC26XX_singleMode.obj (.text:RF_fsmActiveState$3)
                                 000081ce   drivers_cc26x0r2.aem3 : CryptoCC26XX.oem3 (.text:cryptoTransactionExecute)
                                 00008228                         : CryptoCC26XX.oem3 (.text:cryptoTransactionExecute)
                                 0000829e                         : CryptoCC26XX.oem3 (.text:cryptoTransactionExecute)
                                 0000831a                         : CryptoCC26XX.oem3 (.text:cryptoTransactionExecute)
                                 00009122                         : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transfer)
                                 00009146                         : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transfer)
                                 00009194                         : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transfer)
                                 000091c2                         : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transfer)
                                 0000928c                         : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transfer)
                                 000095b2   RFCC26XX_singleMode.obj (.text:RF_open)
                                 00009674   RFCC26XX_singleMode.obj (.text:RF_open)
                                 0000c002   drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_open)
                                 0000c012                         : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_open)
                                 0000c3be                         : PINCC26XX.oem3 (.text:PINCC26XX_setIoCfg)
                                 0000c408                         : PINCC26XX.oem3 (.text:PINCC26XX_setIoCfg)
                                 0000cce2   RFCC26XX_singleMode.obj (.text:RF_radioOpDoneCb$3)
                                 0000d0f8   drivers_cc26x0r2.aem3 : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transferCancel)
                                 0000d168                         : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transferCancel)
                                 0000d1b4                         : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_transferCancel)
                                 0000d810                         : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_open)
                                 0000d82e                         : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_open)
                                 0000d94a   RFCC26XX_singleMode.obj (.text:RF_postCmd)
                                 0000d9a6   RFCC26XX_singleMode.obj (.text:RF_swiHw$3)
                                 0000dc70   RFCC26XX_singleMode.obj (.text:RF_control)
                                 0000e0ee   drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:Power_releaseDependency)
                                 0000e3cc                         : PowerCC26XX.oem3 (.text:Power_setDependency)
                                 0000e532   TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
                                 0000e898   RFCC26XX_singleMode.obj (.text:RF_abortCmd$3)
                                 0000ebc8   drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
                                 0000efbc                         : WatchdogCC26XX.oem3 (.text:WatchdogCC26XX_open)
                                 0000f020                         : WatchdogCC26XX.oem3 (.text:WatchdogCC26XX_open)
                                 0000f704                         : CryptoCC26XX.oem3 (.text:CryptoCC26XX_open)
                                 0000f712                         : CryptoCC26XX.oem3 (.text:CryptoCC26XX_open)
                                 0000fa7c                         : SPICC26XXDMA.oem3 (.text:SPICC26XXDMA_swiFxn)
                                 0000fbd8                         : ADCCC26XX.oem3 (.text:ADCCC26XX_open)
                                 0000fc16                         : ADCCC26XX.oem3 (.text:ADCCC26XX_open)
                                 00010164   RFCC26XX_singleMode.obj (.text:RF_ratFreeChannel$3)
                                 00010f4a   drivers_cc26x0r2.aem3 : PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
                                 00011286   RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                                 000112c2   RFCC26XX_singleMode.obj (.text:RF_getCurrentTime)
                                 00011714   RFCC26XX_singleMode.obj (.text:RF_dispatchNextEvent$3)
                                 00011892   drivers_cc26x0r2.aem3 : CryptoResourceCC26XX.oem3 (.text:CryptoResourceCC26XX_constructRTOSObjects)
                                 00011a5c                         : UDMACC26XX.oem3 (.text:UDMACC26XX_open)
                                 00011d20                         : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_stop)
                                 00011d2e                         : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_stop)
                                 00011e94   RFCC26XX_singleMode.obj (.text:RF_getInfo)
                                 000126b0   drivers_cc26x0r2.aem3 : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_start)
                                 000126bc                         : GPTimerCC26XX.oem3 (.text:GPTimerCC26XX_start)
                                 00012e6a                         : ADC.oem3 (.text:ADC_init)
                                 00012ef0   ECCROMCC26XX.obj (.text:ECCROMCC26XX_init)
                                 00012fa6   drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
                                 0001302a                         : SPI.oem3 (.text:SPI_init)
                                 000130aa                         : Watchdog.oem3 (.text:Watchdog_init)
                                 000132e4                         : ADCCC26XX.oem3 (.text:ADCCC26XX_close)
                                 000133a6   RFCC26XX_singleMode.obj (.text:RF_cmdStoreEvents$3)
                                 00013a60   drivers_cc26x0r2.aem3 : UDMACC26XX.oem3 (.text:UDMACC26XX_close)
                                 00013bc6                         : PowerCC26XX.oem3 (.text:Power_releaseConstraint)
                                 00013bf8   RFCC26XX_singleMode.obj (.text:RF_powerConstraintRelease)
                                 00013c2e   RFCC26XX_singleMode.obj (.text:RF_runDirectImmediateCmd$3)
                                 000140b0   drivers_cc26x0r2.aem3 : PowerCC26XX.oem3 (.text:Power_setConstraint)
                                 00014108                         : WatchdogCC26XX.oem3 (.text:WatchdogCC26XX_setReload)
                                 0001482e   TRNGCC26XX.obj (.text:TRNGCC26XX_init)
                                 0001496e   drivers_cc26x0r2.aem3 : List.oem3 (.text:List_remove)
                                 00014b84                         : List.oem3 (.text:List_get)
                                 00014ba8                         : List.oem3 (.text:List_put)
                                 00014c04                         : PowerCC26XX.oem3 (.text:Power_unregisterNotify)
                                 00014fcc   RFCC26XX_singleMode.obj (.text:RF_powerConstraintSet)
                                 00014fe6   TRNGCC26XX.obj (.text:TRNGCC26XX_open)
                                 000153f0   icall.obj (.text:ICall_leaveCSImpl)
                                 00015556   drivers_cc26x0r2.aem3 : List.oem3 (.text:List_clearList)
    llSortActiveConns         $Tramp$TT$L$PI$$llSortActiveConns
       10008fdd     000161fc     0000735a   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    llGetMinCI                $Tramp$TT$L$PI$$llGetMinCI
       10008301     00016204     00007204   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    llHardwareError           $Tramp$TT$L$PI$$llHardwareError
       1000929d     0001620c     00007168   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
                                 00007352                        : ll_common.o (.text)
                                 00008018                        : ll_isr.o (.text)
                                 000080b8                        : ll_isr.o (.text)
                                 0000a52c                        : ll_isr.o (.text)
                                 0000aea2                        : ll_isr.o (.text)
                                 00015476                        : ll_isr.o (.text)
    llRealignConn             $Tramp$TT$L$PI$$llRealignConn
       10009071     00016214     00007120   cc2640_ctrlll_pxxx.a : ll_common.o (.text)
    llTimeCompare             $Tramp$TT$L$PI$$llTimeCompare
       100197b9     0001621c     00006c52   cc2640_ctrlll_pxxx.a : ll_scheduler.o (.text)
                                 00006d98                        : ll_scheduler.o (.text)
                                 000072c0                        : ll_common.o (.text)
                                 0000733e                        : ll_common.o (.text)
                                 0000bab2                        : ll_scheduler.o (.text)
                                 0000bb2e                        : ll_scheduler.o (.text)
                                 00011012                        : ll_scheduler.o (.text)
                                 0001101e                        : ll_scheduler.o (.text)
                                 00011044                        : ll_scheduler.o (.text)
                                 00011054                        : ll_scheduler.o (.text)
    llGetCurrentTime          $Tramp$TT$L$PI$$llGetCurrentTime
       100197b1     00016224     00006b92   cc2640_ctrlll_pxxx.a : ll_scheduler.o (.text)
                                 00006c4a                        : ll_scheduler.o (.text)
                                 00006c58                        : ll_scheduler.o (.text)
                                 00006cc2                        : ll_scheduler.o (.text)
                                 00006d8e                        : ll_scheduler.o (.text)
                                 00006d9e                        : ll_scheduler.o (.text)
                                 000070e8                        : ll_common.o (.text)
                                 0000d274                        : ll_isr.o (.text)
                                 0000e12c                        : ll_scheduler.o (.text)
                                 00011004                        : ll_scheduler.o (.text)
    llProcessPostRfOps        $Tramp$TT$L$PI$$llProcessPostRfOps
       1000713d     0001622c     00006b0c   cc2640_ctrlll_pxxx.a : ll_scheduler.o (.text)
    llRfSetup                 $Tramp$TT$L$PI$$llRfSetup
       10006f99     00016234     0000642a   cc2640_ctrlll_pxxx.a : ll.o (.text)
    LL_PRIV_GenerateRPA       $Tramp$TT$L$PI$$LL_PRIV_GenerateRPA
       10016d71     0001623c     00006352   cc2640_ctrlll_pxxx.a : ll.o (.text)
                                 00006394                        : ll.o (.text)
    LL_PRIV_IsIDA             $Tramp$TT$L$PI$$LL_PRIV_IsIDA
       10016eb5     00016244     000062c4   cc2640_ctrlll_pxxx.a : ll.o (.text)
    LL_PRIV_FindPeerInRL      $Tramp$TT$L$PI$$LL_PRIV_FindPeerInRL
       10016f19     0001624c     00006278   cc2640_ctrlll_pxxx.a : ll.o (.text)
                                 000062d0                        : ll.o (.text)
                                 00006378                        : ll.o (.text)
    LL_PRIV_IsResolvable      $Tramp$TT$L$PI$$LL_PRIV_IsResolvable
       10016ecd     00016254     0000626c   cc2640_ctrlll_pxxx.a : ll.o (.text)
                                 0000a434                        : ll_isr.o (.text)
                                 0000a4ac                        : ll_isr.o (.text)
    LL_PRIV_IsRPA             $Tramp$TT$L$PI$$LL_PRIV_IsRPA
       10016e89     0001625c     00006256   cc2640_ctrlll_pxxx.a : ll.o (.text)
                                 0000a428                        : ll_isr.o (.text)
                                 0000a4a0                        : ll_isr.o (.text)
    LL_PRIV_IsZeroIRK         $Tramp$TT$L$PI$$LL_PRIV_IsZeroIRK
       10016f01     00016264     00006248   cc2640_ctrlll_pxxx.a : ll.o (.text)
                                 000062e0                        : ll.o (.text)
                                 00006388                        : ll.o (.text)
                                 000063b4                        : ll.o (.text)
                                 0001415e                        : ll_privacy.o (.text)
    LL_EnhancedConnectionCompleteCback  $Tramp$TT$L$PI$$LL_EnhancedConnectionCompleteCback
       1000c1c9     0001626c     000061fa   cc2640_ctrlll_pxxx.a : ll.o (.text)
                                 0000631a                        : ll.o (.text)
                                 0000633e                        : ll.o (.text)
    llConnTerminate           $Tramp$TT$L$PI$$llConnTerminate
       100085a9     00016274     00006162   cc2640_ctrlll_pxxx.a : ll_slave_end_causes.o (.text)
    llEventDelta              $Tramp$TT$L$PI$$llEventDelta
       10008691     0001627c     00005f4c   cc2640_ctrlll_pxxx.a : ll_slave_end_causes.o (.text)
                                 00005f80                        : ll_slave_end_causes.o (.text)
                                 000106d2                        : ll_common.o (.text)
    llEventInRange            $Tramp$TT$L$PI$$llEventInRange
       10008669     00016284     00005f0a   cc2640_ctrlll_pxxx.a : ll_slave_end_causes.o (.text)
                                 00005f2c                        : ll_slave_end_causes.o (.text)
    llCheckForLstoDuringSL    $Tramp$TT$L$PI$$llCheckForLstoDuringSL
       10014435     0001628c     00005ee0   cc2640_ctrlll_pxxx.a : ll_slave_end_causes.o (.text)
    LL_ENC_Init               $Tramp$TT$L$PI$$LL_ENC_Init
       1001714d     00016294     00005512   cc2640_ctrlll_pxxx.a : ll.o (.text)
    LL_PRIV_GenerateRSA       $Tramp$TT$L$PI$$LL_PRIV_GenerateRSA
       10016e1d     0001629c     0000550e   cc2640_ctrlll_pxxx.a : ll.o (.text)
    LL_ENC_GenerateTrueRandNum  $Tramp$TT$L$PI$$LL_ENC_GenerateTrueRandNum
       100171e5     000162a4     00005508   cc2640_ctrlll_pxxx.a : ll.o (.text)
    ti_sysbios_knl_Task_exit__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_exit__E
       1001b119     000162ac     000047f4   project_zero.obj (.text:ProjectZero_init$0)
                                 000048b0   project_zero.obj (.text:ProjectZero_init$0)
                                 000048c4   project_zero.obj (.text:ProjectZero_init$0)
                                 000048d2   project_zero.obj (.text:ProjectZero_init$0)
    ti_sysbios_knl_Queue_construct  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_construct
       1001b6a1     000162b4     0000465c   project_zero.obj (.text:ProjectZero_init$0)
    ti_sysbios_knl_Event_post__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Event_post__E
       1001a455     000162bc     000037e4   project_zero.obj (.text:ProjectZero_clockHandler$0)
                                 0000ab3c   icall.obj (.text:icall_directAPI)
                                 00010e9a   icall.obj (.text:ICall_sendServiceComplete)
                                 000114c8   icall.obj (.text:ICall_send)
                                 00012100   project_zero.obj (.text:user_enqueueCharDataMsg$0)
                                 00012ce4   project_zero.obj (.text:user_enqueueRawAppMsg$0)
                                 00014f0e   icall.obj (.text:ICall_primRepostSync$5)
                                 00015862   peripheral.obj (.text:gapRole_setEvent$16)
                                 00015932   icall.obj (.text:ICall_signal)
    ti_sysbios_knl_Queue_dequeue__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_dequeue__E
       1001bff1     000162c4     0000229e   project_zero.obj (.text:ProjectZero_taskFxn$0)
    ti_sysbios_knl_Queue_empty__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Queue_empty__E
       1001bf4f     000162cc     00002292   project_zero.obj (.text:ProjectZero_taskFxn$0)
    ti_sysbios_knl_Task_sleep__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Task_sleep__E
       1001a5a5     000162d4     00001e5a   project_zero.obj (.text:ProjectZero_taskFxn$0)
                                 00004748   project_zero.obj (.text:ProjectZero_init$0)
                                 00004760   project_zero.obj (.text:ProjectZero_init$0)
                                 00004776   project_zero.obj (.text:ProjectZero_init$0)
                                 00015022   accelerometer.obj (.text:delay_ms)
    GATT_bm_free              $Tramp$TT$L$PI$$GATT_bm_free
       10018489     000162dc     000014ec   project_zero.obj (.text:ProjectZero_taskFxn$0)
                                 0000b2c6   project_zero_cc2640r2lp_stack_library.lib : gapbondmgr.obj (.text:GAPBondMgr_ProcessEvent)
                                 0000fba4   gattservapp_util.obj (.text:gattServApp_SendNotiInd$14)
                                 00013164   cc26xx_profiles_pxxx.a : gattservapp.o (.text)
                                 0001447c   project_zero.obj (.text:ProjectZero_freeAttRsp$0)
                                 000152bc   project_zero_cc2640r2lp_stack_library.lib : ble_dispatch_lite.obj (.text:bleDispatch_BMFree)
    ti_sysbios_knl_Event_pend__E  $Tramp$TT$L$PI$$ti_sysbios_knl_Event_pend__E
       10019bf9     000162e4     0000145a   project_zero.obj (.text:ProjectZero_taskFxn$0)
                                 00004d0a   peripheral.obj (.text:gapRole_taskFxn$16)
                                 0000aafa   icall.obj (.text:icall_directAPI)
                                 00011d90   icall.obj (.text:ICall_wait)
    
    [214 trampolines]
    [455 trampoline calls]
    
    
    GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name 
    
    address   name                                                                      
    -------   ----                                                                      
    20004fd8  ACCX                                                                      
    20004fdc  ACCY                                                                      
    20004fe0  ACCZ                                                                      
    000177d9  ADCBuf_count                                                              
    000132bd  ADCCC26XX_close                                                           
    00015b99  ADCCC26XX_control                                                         
    0000d46d  ADCCC26XX_convert                                                         
    00012dfd  ADCCC26XX_convertToMicroVolts                                             
    0001773c  ADCCC26XX_fxnTable                                                        
    00015b61  ADCCC26XX_init                                                            
    0000fbbd  ADCCC26XX_open                                                            
    00015ad5  ADC_Params_init                                                           
    00017018  ADC_config                                                                
    00015adf  ADC_convert                                                               
    00015ae9  ADC_convertToMicroVolts                                                   
    000177da  ADC_count                                                                 
    00017870  ADC_defaultParams                                                         
    00012e3d  ADC_init                                                                  
    2000055c  ADC_max_volt                                                              
    00012e7d  ADC_open                                                                  
    000177dd  AESCBC_count                                                              
    000177db  AESCCM_count                                                              
    000177e0  AESCTRDRBG_count                                                          
    000177de  AESCTR_count                                                              
    000177df  AESECB_count                                                              
    000177dc  AESGCM_count                                                              
    1000d2d5  ATOMICPATTERN                                                             
    10015c49  ATT_BuildErrorRsp                                                         
    10015c7d  ATT_BuildExchangeMTUReq                                                   
    10015c8d  ATT_BuildExchangeMTURsp                                                   
    10015ff5  ATT_BuildExecuteWriteReq                                                  
    10015d25  ATT_BuildFindByTypeValueReq                                               
    10015d89  ATT_BuildFindByTypeValueRsp                                               
    10015cb9  ATT_BuildFindInfoReq                                                      
    10015cc9  ATT_BuildFindInfoRsp                                                      
    1001601d  ATT_BuildHandleValueInd                                                   
    10015f75  ATT_BuildPrepareWriteReq                                                  
    10015fa1  ATT_BuildPrepareWriteRsp                                                  
    10015eb1  ATT_BuildReadBlobReq                                                      
    10015ef9  ATT_BuildReadBlobRsp                                                      
    10015f35  ATT_BuildReadByGrpTypeRsp                                                 
    10015da5  ATT_BuildReadByTypeReq                                                    
    10015e29  ATT_BuildReadByTypeRsp                                                    
    10015f0d  ATT_BuildReadMultiReq                                                     
    10015f2d  ATT_BuildReadMultiRsp                                                     
    10015e4d  ATT_BuildReadReq                                                          
    10015e6d  ATT_BuildReadRsp                                                          
    10015ea1  ATT_BuildWriteReq                                                         
    10016111  ATT_CompareUUID                                                           
    10016179  ATT_ConvertUUIDto128                                                      
    100161a5  ATT_ConvertUUIDto16                                                       
    10018e39  ATT_ErrorRsp                                                              
    10018e59  ATT_ExchangeMTURsp                                                        
    10019025  ATT_ExecuteWriteRsp                                                       
    10018ebd  ATT_FindByTypeValueRsp                                                    
    10018e81  ATT_FindInfoRsp                                                           
    1001621d  ATT_GetMTU                                                                
    10016251  ATT_GetParamValue                                                         
    10019065  ATT_HandleValueInd                                                        
    10019045  ATT_HandleValueNoti                                                       
    10015c5d  ATT_ParseErrorRsp                                                         
    10015c81  ATT_ParseExchangeMTUReq                                                   
    10015ca1  ATT_ParseExchangeMTURsp                                                   
    10015ffd  ATT_ParseExecuteWriteReq                                                  
    10016011  ATT_ParseExecuteWriteRsp                                                  
    10015d41  ATT_ParseFindByTypeValueReq                                               
    10015d91  ATT_ParseFindByTypeValueRsp                                               
    10015cbd  ATT_ParseFindInfoReq                                                      
    10015ce1  ATT_ParseFindInfoRsp                                                      
    10016065  ATT_ParseHandleValueCfm                                                   
    10016035  ATT_ParseHandleValueInd                                                   
    10015be5  ATT_ParsePacket                                                           
    10015f79  ATT_ParsePrepareWriteReq                                                  
    10015fc1  ATT_ParsePrepareWriteRsp                                                  
    10015ed1  ATT_ParseReadBlobReq                                                      
    10015efd  ATT_ParseReadBlobRsp                                                      
    10015f49  ATT_ParseReadByGrpTypeRsp                                                 
    10015de5  ATT_ParseReadByTypeReq                                                    
    10015e2d  ATT_ParseReadByTypeRsp                                                    
    10015f15  ATT_ParseReadMultiReq                                                     
    10015f31  ATT_ParseReadMultiRsp                                                     
    10015e51  ATT_ParseReadReq                                                          
    10015e71  ATT_ParseReadRsp                                                          
    10015e75  ATT_ParseWriteReq                                                         
    10015ea5  ATT_ParseWriteRsp                                                         
    10018ffd  ATT_PrepareWriteRsp                                                       
    10018f51  ATT_ReadBlobRsp                                                           
    10018fbd  ATT_ReadByGrpTypeRsp                                                      
    10018ef1  ATT_ReadByTypeRsp                                                         
    10018f91  ATT_ReadMultiRsp                                                          
    10018f2d  ATT_ReadRsp                                                               
    10018e31  ATT_RegisterServer                                                        
    1001624d  ATT_SetParamValue                                                         
    100161e9  ATT_UpdateMTU                                                             
    10018fed  ATT_WriteRsp                                                              
    00011be1  AssertHandler                                                             
    000105cd  BLOCK_erase                                                               
    00017238  BoardGpioInitTable                                                        
    00015c4d  C$$EXIT                                                                   
    1000dbf1  COPY                                                                      
    00015af3  ClockP_Params_init                                                        
    00012401  ClockP_construct                                                          
    00015be5  ClockP_getCpuFreq                                                         
    1001b29d  ClockP_getSystemTicks                                                     
    00015be9  ClockP_getTimeout                                                         
    0001571d  ClockP_isActive                                                           
    00015bed  ClockP_setTimeout                                                         
    00015bf1  ClockP_start                                                              
    00015bf5  ClockP_stop                                                               
    20002ef4  ClockP_tickPeriod                                                         
    00015b69  CryptoCC26XX_Params_init                                                  
    0000f46d  CryptoCC26XX_allocateKey                                                  
    00017878  CryptoCC26XX_config                                                       
    000146fd  CryptoCC26XX_hwiIntFxn                                                    
    00015535  CryptoCC26XX_init                                                         
    00011141  CryptoCC26XX_loadKey                                                      
    0000f6bd  CryptoCC26XX_open                                                         
    00015b9f  CryptoCC26XX_transact                                                     
    00015ba5  CryptoCC26XX_transactPolling                                              
    20001a6c  CryptoResourceCC26XX_accessSemaphore                                      
    00011849  CryptoResourceCC26XX_constructRTOSObjects                                 
    20001aa4  CryptoResourceCC26XX_hwi                                                  
    20001a88  CryptoResourceCC26XX_operationSemaphore                                   
    00013edd  DF_SPI_RW                                                                 
    000177ea  DataServiceUUID                                                           
    00010175  DataService_SetParameter                                                  
    00017520  Data_ServiceCBs                                                           
    00000a8b  DefaultAssertCback                                                        
    000177e1  Display_count                                                             
    000124a1  ECCROMCC26XX_Params_init                                                  
    0000a561  ECCROMCC26XX_genDHKey                                                     
    0000b909  ECCROMCC26XX_genKeys                                                      
    00012ebd  ECCROMCC26XX_init                                                         
    00014dd1  ECC_ArrayAllZeros                                                         
    20004f80  ECC_DATA$$Base                                                            
    20005000  ECC_DATA$$Limit                                                           
    10016795  ECC_allocWorkzone                                                         
    1001679d  ECC_setWin                                                                
    1000db95  EXPORTOPERAND                                                             
    20004fd4  EXPW                                                                      
    20004fc8  EXPX                                                                      
    20004fcc  EXPY                                                                      
    20004fd0  EXPZ                                                                      
    0000d545  GAPBondMgr_LinkEst                                                        
    000124f1  GAPBondMgr_LinkTerm                                                       
    00012a49  GAPBondMgr_Pair                                                           
    00013f0d  GAPBondMgr_PasscodeRsp                                                    
    0000b195  GAPBondMgr_ProcessEvent                                                   
    000092f5  GAPBondMgr_ProcessGAPMsg                                                  
    00014ec1  GAPBondMgr_Register                                                       
    0000e8b1  GAPBondMgr_ResolveAddr                                                    
    00008a61  GAPBondMgr_SetParameter                                                   
    00014edd  GAPBondMgr_SupportsEnhancedPriv                                           
    00012d35  GAPBondMgr_UpdateCharCfg                                                  
    00010645  GAPBondMgr_syncResolvingList                                              
    0000bc81  GAPRole_GetParameter                                                      
    00007bed  GAPRole_SetParameter                                                      
    00013a9d  GAPRole_TerminateConnection                                               
    000132f9  GAPRole_createTask                                                        
    10011701  GAP_Authenticate                                                          
    1001187d  GAP_Bond                                                                  
    100185ad  GAP_ConfigDeviceAddr                                                      
    00012d77  GAP_DeviceInit                                                            
    10014599  GAP_EndDiscoverable                                                       
    10014655  GAP_GetAdvToken                                                           
    100185a5  GAP_GetIRK                                                                
    000152e1  GAP_GetParamValue                                                         
    10018859  GAP_Init                                                                  
    10014459  GAP_MakeDiscoverable                                                      
    100188fd  GAP_NumActiveConnections                                                  
    10018505  GAP_ParamsInit                                                            
    10011829  GAP_PasscodeUpdate                                                        
    100117ed  GAP_PasskeyUpdate                                                         
    1001930d  GAP_PeriConnRegister                                                      
    100146b1  GAP_PeriDevMgrInit                                                        
    0001417d  GAP_PrivacyInit                                                           
    10018879  GAP_ProcessEvent                                                          
    10018b51  GAP_RegisterBondMgrCBs                                                    
    00011efd  GAP_RegisterConnEventCb                                                   
    10018851  GAP_RegisterForMsgs                                                       
    10014679  GAP_RemoveAdvToken                                                        
    10018539  GAP_SecParamsInit                                                         
    100192bd  GAP_SendSlaveSecurityRequest                                              
    100145e1  GAP_SetAdvToken                                                           
    00013cd9  GAP_SetParamValue                                                         
    100116ad  GAP_Signable                                                              
    100117c1  GAP_TerminateAuth                                                         
    100114e5  GAP_TerminateLinkReq                                                      
    10014695  GAP_UpdateAdvTokens                                                       
    10014509  GAP_UpdateAdvertisingData                                                 
    1001157d  GAP_UpdateLinkParamReq                                                    
    10011605  GAP_UpdateLinkParamReqReply                                               
    00015bf9  GAP_UpdateResolvingList                                                   
    0001583d  GAP_isPairing                                                             
    00014cb1  GATTServApp_AddService                                                    
    00011a71  GATTServApp_Init                                                          
    00013ad1  GATTServApp_InitCharCfg                                                   
    00011549  GATTServApp_ProcessCCCWriteReq                                            
    0000e759  GATTServApp_ProcessCharCfg                                                
    0001313d  GATTServApp_ProcessEvent                                                  
    0000970d  GATTServApp_ReadAttr                                                      
    0001572d  GATTServApp_ReadCharCfg                                                   
    00015a5d  GATTServApp_RegisterForMsg                                                
    0001459d  GATTServApp_RegisterService                                               
    000134d9  GATTServApp_SendCCCUpdatedEvent                                           
    20004f60  GATTServApp_TaskID                                                        
    00014c91  GATTServApp_UpdateCharCfg                                                 
    00010735  GATTServApp_WriteAttr                                                     
    1001814d  GATT_AppCompletedMsg                                                      
    1000fbc1  GATT_DeregisterService                                                    
    1000fdbd  GATT_FindHandle                                                           
    1000fd55  GATT_FindHandleUUID                                                       
    1000fe05  GATT_FindNextAttr                                                         
    100107b9  GATT_GetNextHandle                                                        
    1000ffcd  GATT_Indication                                                           
    1001817d  GATT_Init                                                                 
    1000fa89  GATT_InitServer                                                           
    10010045  GATT_Notification                                                         
    10018341  GATT_NotifyEvent                                                          
    100181ad  GATT_ProcessEvent                                                         
    10018131  GATT_RegisterForMsgs                                                      
    1000fc09  GATT_RegisterForReq                                                       
    1000fb09  GATT_RegisterService                                                      
    1000fedd  GATT_SendRsp                                                              
    1000fccd  GATT_ServiceChangedInd                                                    
    1000febd  GATT_ServiceEncKeySize                                                    
    1000fead  GATT_ServiceNumAttrs                                                      
    10018139  GATT_SetHostToAppFlowCtrl                                                 
    00014571  GATT_UpdateMTU                                                            
    1000fc11  GATT_VerifyReadPermissions                                                
    1000fc59  GATT_VerifyWritePermissions                                               
    10018405  GATT_bm_alloc                                                             
    10018489  GATT_bm_free                                                              
    1000d1f1  GETBIT                                                                    
    1000d205  GETDIGIT                                                                  
    1000d255  GETDIGITL2R                                                               
    000149e1  GGS_AddService                                                            
    0000fff1  GGS_SetParameter                                                          
    000156b1  GPTimerCC26XX_Params_init                                                 
    00017168  GPTimerCC26XX_config                                                      
    00014725  GPTimerCC26XX_configureDebugStall                                         
    0001492d  GPTimerCC26XX_enableInterrupt                                             
    0000d7c1  GPTimerCC26XX_open                                                        
    00012631  GPTimerCC26XX_registerInterrupt                                           
    00015b71  GPTimerCC26XX_setLoadValue                                                
    0001267d  GPTimerCC26XX_start                                                       
    00011ced  GPTimerCC26XX_stop                                                        
    1000bb91  HCI_CommandCompleteEvent                                                  
    1000bca5  HCI_CommandStatusEvent                                                    
    1000ba8d  HCI_DataBufferOverflowEvent                                               
    1000a875  HCI_DisconnectCmd                                                         
    1000b78d  HCI_EXT_AdvEventNoticeCmd                                                 
    1000b7a5  HCI_EXT_BuildRevisionCmd                                                  
    1000b3f5  HCI_EXT_ClkDivOnHaltCmd                                                   
    1000b799  HCI_EXT_ConnEventNoticeCmd                                                
    1000b415  HCI_EXT_DeclareNvUsageCmd                                                 
    1000b7f1  HCI_EXT_DelaySleepCmd                                                     
    1000b6a9  HCI_EXT_DisconnectImmedCmd                                                
    1000b5f9  HCI_EXT_EnablePTMCmd                                                      
    1000b569  HCI_EXT_EndModemTestCmd                                                   
    1000b739  HCI_EXT_ExtendRfRangeCmd                                                  
    1000b891  HCI_EXT_GetConnInfoCmd                                                    
    1000b76d  HCI_EXT_HaltDuringRfCmd                                                   
    1000b689  HCI_EXT_MapPmIoPortCmd                                                    
    1000b529  HCI_EXT_ModemHopTestTxCmd                                                 
    1000b549  HCI_EXT_ModemTestRxCmd                                                    
    1000b509  HCI_EXT_ModemTestTxCmd                                                    
    1000b871  HCI_EXT_NumComplPktsLimitCmd                                              
    1000b3c1  HCI_EXT_OnePktPerEvtCmd                                                   
    1000b851  HCI_EXT_OverlappedProcessingCmd                                           
    1000b719  HCI_EXT_PERbyChanCmd                                                      
    1000b6c9  HCI_EXT_PacketErrorRateCmd                                                
    1000b825  HCI_EXT_ResetSystemCmd                                                    
    1000b649  HCI_EXT_SaveFreqTuneCmd                                                   
    1000b5a1  HCI_EXT_SetBDADDRCmd                                                      
    1000b4b5  HCI_EXT_SetFastTxResponseTimeCmd                                          
    1000b619  HCI_EXT_SetFreqTuneCmd                                                    
    1000b495  HCI_EXT_SetLocalSupportedFeaturesCmd                                      
    1000b935  HCI_EXT_SetMaxDataLenCmd                                                  
    1000b669  HCI_EXT_SetMaxDtmTxPowerCmd                                               
    1000b351  HCI_EXT_SetRxGainCmd                                                      
    1000b5d9  HCI_EXT_SetSCACmd                                                         
    1000b4d5  HCI_EXT_SetSlaveLatencyOverrideCmd                                        
    1000b381  HCI_EXT_SetTxPowerCmd                                                     
    00015a39  HCI_GAPTaskRegister                                                       
    0001026d  HCI_HardwareErrorEvent                                                    
    1000a9b9  HCI_HostBufferSizeCmd                                                     
    1000a9f1  HCI_HostNumCompletedPktCmd                                                
    00013461  HCI_Init                                                                  
    00015a45  HCI_L2CAPTaskRegister                                                     
    1000b16d  HCI_LE_AddDeviceToResolvingListCmd                                        
    1000adc9  HCI_LE_AddWhiteListCmd                                                    
    1000b1b1  HCI_LE_ClearResolvingListCmd                                              
    1000ada9  HCI_LE_ClearWhiteListCmd                                                  
    1000ae21  HCI_LE_ConnUpdateCmd                                                      
    1000ad55  HCI_LE_CreateConnCancelCmd                                                
    1000ad11  HCI_LE_CreateConnCmd                                                      
    1000b2bd  HCI_LE_GenerateDHKeyCmd                                                   
    1000afa9  HCI_LE_LtkReqNegReplyCmd                                                  
    1000af8d  HCI_LE_LtkReqReplyCmd                                                     
    1000af21  HCI_LE_RandCmd                                                            
    1000aca1  HCI_LE_ReadAdvChanTxPowerCmd                                              
    1000ab89  HCI_LE_ReadBufSizeCmd                                                     
    1000ae6d  HCI_LE_ReadChannelMapCmd                                                  
    1000b289  HCI_LE_ReadLocalP256PublicKeyCmd                                          
    1000b22d  HCI_LE_ReadLocalResolvableAddressCmd                                      
    1000abc5  HCI_LE_ReadLocalSupportedFeaturesCmd                                      
    1000b141  HCI_LE_ReadMaxDataLenCmd                                                  
    1000b1f5  HCI_LE_ReadPeerResolvableAddressCmd                                       
    1000ae95  HCI_LE_ReadRemoteUsedFeaturesCmd                                          
    1000b1d1  HCI_LE_ReadResolvingListSizeCmd                                           
    1000b0f5  HCI_LE_ReadSuggestedDefaultDataLenCmd                                     
    1000afc5  HCI_LE_ReadSupportedStatesCmd                                             
    1000ad75  HCI_LE_ReadWhiteListSizeCmd                                               
    1000b2fd  HCI_LE_ReceiverTestCmd                                                    
    1000b0bd  HCI_LE_RemoteConnParamReqNegReplyCmd                                      
    1000b079  HCI_LE_RemoteConnParamReqReplyCmd                                         
    1000b191  HCI_LE_RemoveDeviceFromResolvingListCmd                                   
    1000adfd  HCI_LE_RemoveWhiteListCmd                                                 
    1000b24d  HCI_LE_SetAddressResolutionEnableCmd                                      
    1000ac41  HCI_LE_SetAdvDataCmd                                                      
    1000ac81  HCI_LE_SetAdvEnableCmd                                                    
    1000ac09  HCI_LE_SetAdvParamCmd                                                     
    1000b0d9  HCI_LE_SetDataLenCmd                                                      
    1000ab61  HCI_LE_SetEventMaskCmd                                                    
    1000ae4d  HCI_LE_SetHostChanClassificationCmd                                       
    1000abe5  HCI_LE_SetRandomAddressCmd                                                
    1000b26d  HCI_LE_SetResolvablePrivateAddressTimeoutCmd                              
    1000acf1  HCI_LE_SetScanEnableCmd                                                   
    1000acc5  HCI_LE_SetScanParamCmd                                                    
    1000ac61  HCI_LE_SetScanRspDataCmd                                                  
    1000af71  HCI_LE_StartEncyptCmd                                                     
    1000b31d  HCI_LE_TestEndCmd                                                         
    1000b2e1  HCI_LE_TransmitterTestCmd                                                 
    1000b121  HCI_LE_WriteSuggestedDefaultDataLenCmd                                    
    1000bab1  HCI_NumOfCompletedPacketsEvent                                            
    00010bb1  HCI_ProcessEvent                                                          
    1000b001  HCI_ReadAuthPayloadTimeoutCmd                                             
    1000ab05  HCI_ReadBDADDRCmd                                                         
    1000aac1  HCI_ReadLocalSupportedCommandsCmd                                         
    1000aadd  HCI_ReadLocalSupportedFeaturesCmd                                         
    1000a891  HCI_ReadRemoteVersionInfoCmd                                              
    1000ab25  HCI_ReadRssiCmd                                                           
    1000a959  HCI_ReadTransmitPowerLevelCmd                                             
    1000a91d  HCI_ResetCmd                                                              
    10019445  HCI_ReverseBytes                                                          
    00015a51  HCI_SMPTaskRegister                                                       
    1000bd79  HCI_SendCommandCompleteEvent                                              
    1000bd51  HCI_SendCommandStatusEvent                                                
    1000be21  HCI_SendControllerToHostEvent                                             
    1000a839  HCI_SendDataPkt                                                           
    1000a97d  HCI_SetControllerToHostFlowCtrlCmd                                        
    1000a8c5  HCI_SetEventMaskCmd                                                       
    1000a8f1  HCI_SetEventMaskPage2Cmd                                                  
    1000a7fd  HCI_ValidConnTimeParams                                                   
    1000bc2d  HCI_VendorSpecifcCommandCompleteEvent                                     
    1000b041  HCI_WriteAuthPayloadTimeoutCmd                                            
    1000a7f1  HCI_bm_alloc                                                              
    20001834  HEAPMGR_SIZE                                                              
    0001573d  HalFlashGetAddress                                                        
    00013f3d  HalFlashRead                                                              
    00015afd  HalFlashWrite                                                             
    0001574d  HwiP_Params_init                                                          
    00015bfd  HwiP_clearInterrupt                                                       
    0001327d  HwiP_construct                                                            
    00015c01  HwiP_destruct                                                             
    00015c05  HwiP_disable                                                              
    00015c09  HwiP_enableInterrupt                                                      
    0001575d  HwiP_inISR                                                                
    00015c0d  HwiP_plug                                                                 
    00015c11  HwiP_post                                                                 
    1001c061  HwiP_restore                                                              
    00015c15  HwiP_setFunc                                                              
    00015c19  HwiP_setPriority                                                          
    000177e2  I2C_count                                                                 
    000177e3  I2S_count                                                                 
    0000a1ff  ICall_abort                                                               
    000115a9  ICall_createRemoteTasksAtRuntime                                          
    20001838  ICall_dispatcher                                                          
    00011609  ICall_enrollService                                                       
    00015129  ICall_enterCSImpl                                                         
    20001814  ICall_enterCriticalSection                                                
    000117e9  ICall_fetchMsg                                                            
    00013e45  ICall_fetchServiceMsg                                                     
    00013b39  ICall_free                                                                
    00015bab  ICall_freeMsg                                                             
    00010981  ICall_getHeapStats                                                        
    000143e5  ICall_getLocalMsgEntityId                                                 
    1001b29d  ICall_getTicks                                                            
    00013b39  ICall_heapFree                                                            
    00010981  ICall_heapGetStats                                                        
    000109f1  ICall_heapInit                                                            
    0000f98d  ICall_heapMalloc                                                          
    000153e9  ICall_leaveCSImpl                                                         
    20001818  ICall_leaveCriticalSection                                                
    00015c1d  ICall_malloc                                                              
    00015179  ICall_mallocLimited                                                       
    000153ff  ICall_pwrDispense                                                         
    00015415  ICall_pwrRequire                                                          
    000118a5  ICall_pwrUpdActivityCounter                                               
    00012541  ICall_registerApp                                                         
    00013b6d  ICall_searchServiceEntity                                                 
    00011481  ICall_send                                                                
    00010e4d  ICall_sendServiceComplete                                                 
    0000f501  ICall_setTimer                                                            
    00014b49  ICall_setTimerMSecs                                                       
    0001592d  ICall_signal                                                              
    00015b07  ICall_stopTimer                                                           
    00011d45  ICall_wait                                                                
    1000dbb9  IMPORTDATA                                                                
    1000db2d  IMPORTLENGTH                                                              
    1000db31  IMPORTMODULUS                                                             
    1000db55  IMPORTOPERAND                                                             
    1000d8e1  INVERT                                                                    
    10019920  IOCapMatrix                                                               
    1000d6e9  JACADD                                                                    
    20001d90  K2_mont                                                                   
    10014fad  L2CAP_BuildCmdReject                                                      
    100150d5  L2CAP_BuildInfoRsp                                                        
    10015095  L2CAP_BuildParamUpdateRsp                                                 
    10019185  L2CAP_CmdReject                                                           
    100191c5  L2CAP_ConnParamUpdateReq                                                  
    10019209  L2CAP_ConnParamUpdateRsp                                                  
    1001929d  L2CAP_GetMTU                                                              
    100154ad  L2CAP_GetParamValue                                                       
    10019275  L2CAP_HostNumCompletedPkts                                                
    1001919d  L2CAP_InfoReq                                                             
    100179c9  L2CAP_Init                                                                
    100150b9  L2CAP_ParseInfoReq                                                        
    10015059  L2CAP_ParseParamUpdateReq                                                 
    10017a51  L2CAP_ProcessEvent                                                        
    100190d9  L2CAP_RegisterApp                                                         
    10017b29  L2CAP_RegisterFlowCtrlTask                                                
    10019105  L2CAP_SendData                                                            
    00013839  L2CAP_SendDataPkt                                                         
    10019291  L2CAP_SetBufSize                                                          
    10019231  L2CAP_SetControllerToHostFlowCtrl                                         
    100154a9  L2CAP_SetParamValue                                                       
    100192b9  L2CAP_SetUserConfig                                                       
    1001542d  L2CAP_bm_alloc                                                            
    20004fac  LEN                                                                       
    10006425  LL_AddDeviceToResolvingList                                               
    100049f9  LL_AddWhiteListDevice                                                     
    1000c415  LL_AdvReportCback                                                         
    1000be71  LL_AuthPayloadTimeoutExpiredCback                                         
    10005f95  LL_ChanMapUpdate                                                          
    1000659d  LL_ClearResolvingList                                                     
    100049d9  LL_ClearWhiteList                                                         
    10005f61  LL_ConnActive                                                             
    1000c749  LL_ConnParamUpdateCback                                                   
    10005279  LL_ConnUpdate                                                             
    1000c521  LL_ConnectionCompleteCback                                                
    10005afd  LL_CreateConn                                                             
    10005e85  LL_CreateConnCancel                                                       
    10004bbd  LL_CtrlToHostFlowControl                                                  
    1000bf65  LL_DataLengthChangeEventCback                                             
    100050e9  LL_DirectTestEnd                                                          
    1000cb35  LL_DirectTestEndDoneCback                                                 
    10004fe9  LL_DirectTestRxTest                                                       
    10004e45  LL_DirectTestTxTest                                                       
    000125e1  LL_Disconnect                                                             
    1000c695  LL_DisconnectCback                                                        
    0001546d  LL_DoorbellErrorCback                                                     
    100172f9  LL_ENC_AES128_Decrypt                                                     
    1001729d  LL_ENC_AES128_Encrypt                                                     
    100174f9  LL_ENC_Decrypt                                                            
    0000faa5  LL_ENC_DecryptMsg                                                         
    10017485  LL_ENC_Encrypt                                                            
    10017361  LL_ENC_EncryptMsg                                                         
    00013c3d  LL_ENC_EncryptMsg_sPatch                                                  
    10017221  LL_ENC_GenDeviceIV                                                        
    1001720d  LL_ENC_GenDeviceSKD                                                       
    10017235  LL_ENC_GenerateNonce                                                      
    100171cd  LL_ENC_GeneratePseudoRandNum                                              
    100171e5  LL_ENC_GenerateTrueRandNum                                                
    1001714d  LL_ENC_Init                                                               
    10017259  LL_ENC_LoadKey                                                            
    100171ad  LL_ENC_ReverseBytes                                                       
    10006d7d  LL_EXT_AdvEventNotice                                                     
    10006dc1  LL_EXT_BuildRevision                                                      
    0000f175  LL_EXT_ChanMapUpdateCback                                                 
    100068c1  LL_EXT_ClkDivOnHalt                                                       
    10006d99  LL_EXT_ConnEventNotice                                                    
    100068c5  LL_EXT_DeclareNvUsage                                                     
    100068c9  LL_EXT_Decrypt                                                            
    10006cbd  LL_EXT_DisconnectImmed                                                    
    10006b59  LL_EXT_EndModemTest                                                       
    10006d75  LL_EXT_ExtendRfRange                                                      
    1000ba31  LL_EXT_ExtendRfRangeCback                                                 
    10006e59  LL_EXT_GetConnInfo                                                        
    10006d79  LL_EXT_HaltDuringRf                                                       
    10006cb9  LL_EXT_MapPmIoPort                                                        
    10006a01  LL_EXT_ModemHopTestTx                                                     
    10006ab5  LL_EXT_ModemTestRx                                                        
    10006965  LL_EXT_ModemTestTx                                                        
    10006e25  LL_EXT_NumComplPktsLimit                                                  
    100068a1  LL_EXT_OnePacketPerEvent                                                  
    10006e21  LL_EXT_OverlappedProcessing                                               
    10006d55  LL_EXT_PERbyChan                                                          
    10006d05  LL_EXT_PacketErrorRate                                                    
    1000b9d9  LL_EXT_PacketErrorRateCback                                               
    10006ded  LL_EXT_ResetSystem                                                        
    10006c99  LL_EXT_SaveFreqTune                                                       
    10006b8d  LL_EXT_SetBDADDR                                                          
    10006929  LL_EXT_SetFastTxResponseTime                                              
    10006c95  LL_EXT_SetFreqTune                                                        
    100068ed  LL_EXT_SetLocalSupportedFeatures                                          
    100063bd  LL_EXT_SetMaxDataLen                                                      
    10006c9d  LL_EXT_SetMaxDtmTxPower                                                   
    10006859  LL_EXT_SetRxGain                                                          
    1000b991  LL_EXT_SetRxGainCback                                                     
    10006c1d  LL_EXT_SetSCA                                                             
    10006941  LL_EXT_SetSlaveLatencyOverride                                            
    10006869  LL_EXT_SetTxPower                                                         
    1000b9a1  LL_EXT_SetTxPowerCback                                                    
    1000ca01  LL_EncChangeCback                                                         
    1000ca69  LL_EncKeyRefreshCback                                                     
    10005ab5  LL_EncLtkNegReply                                                         
    10005a61  LL_EncLtkReply                                                            
    1000c921  LL_EncLtkReqCback                                                         
    10004a95  LL_Encrypt                                                                
    1000c1c9  LL_EnhancedConnectionCompleteCback                                        
    10006819  LL_GenerateDHKeyCmd                                                       
    1000c0f9  LL_GenerateDHKeyCompleteEventCback                                        
    10004b49  LL_GetNumActiveConns                                                      
    00005165  LL_Init                                                                   
    00007e81  LL_LastCmdDoneCback                                                       
    10004a79  LL_NumEmptyWlEntries                                                      
    10016d29  LL_PRIV_Ah                                                                
    10017021  LL_PRIV_ClearExtWL                                                        
    100170d9  LL_PRIV_FindExtWLEntry                                                    
    10016f19  LL_PRIV_FindPeerInRL                                                      
    10016dd1  LL_PRIV_GenerateNRPA                                                      
    10016d71  LL_PRIV_GenerateRPA                                                       
    10016e1d  LL_PRIV_GenerateRSA                                                       
    10016cb5  LL_PRIV_Init                                                              
    10016eb5  LL_PRIV_IsIDA                                                             
    10016e9d  LL_PRIV_IsNRPA                                                            
    10016e89  LL_PRIV_IsRPA                                                             
    10016ecd  LL_PRIV_IsResolvable                                                      
    10016f01  LL_PRIV_IsZeroIRK                                                         
    10016fc5  LL_PRIV_NumberPeerRLEntries                                               
    0001414d  LL_PRIV_ResolveRPA                                                        
    10017139  LL_PRIV_SetWLSize                                                         
    10016fe5  LL_PRIV_SetupPrivacy                                                      
    10016ffd  LL_PRIV_TeardownPrivacy                                                   
    10017051  LL_PRIV_UpdateExtWLEntry                                                  
    10016f8d  LL_PRIV_UpdateRL                                                          
    000061bd  LL_ProcessEvent                                                           
    10004ac1  LL_PseudoRand                                                             
    10004969  LL_RX_bm_alloc                                                            
    10004ab5  LL_Rand                                                                   
    1000b95d  LL_RandCback                                                              
    10005701  LL_ReadAdvChanTxPower                                                     
    100061c1  LL_ReadAuthPayloadTimeout                                                 
    1000498d  LL_ReadBDADDR                                                             
    10004c81  LL_ReadChanMap                                                            
    10006309  LL_ReadDefaultDataLen                                                     
    100067d5  LL_ReadLocalP256PublicKeyCmd                                              
    1000c015  LL_ReadLocalP256PublicKeyCompleteEventCback                               
    10006685  LL_ReadLocalResolvableAddress                                             
    10004b59  LL_ReadLocalSupportedFeatures                                             
    10004b7d  LL_ReadLocalVersionInfo                                                   
    1000637d  LL_ReadMaxDataLen                                                         
    10006625  LL_ReadPeerResolvableAddress                                              
    1000614d  LL_ReadRemoteUsedFeatures                                                 
    1000c825  LL_ReadRemoteUsedFeaturesCompleteCback                                    
    10004bd1  LL_ReadRemoteVersionInfo                                                  
    1000c8ad  LL_ReadRemoteVersionInfoCback                                             
    1000661d  LL_ReadResolvingListSize                                                  
    10004cb5  LL_ReadRssi                                                               
    10004aed  LL_ReadSupportedStates                                                    
    10004c31  LL_ReadTxPowerLevel                                                       
    10004a61  LL_ReadWlSize                                                             
    1000bee5  LL_RemoteConnParamReqCback                                                
    10005229  LL_RemoteConnParamReqNegReply                                             
    10005189  LL_RemoteConnParamReqReply                                                
    10006521  LL_RemoveDeviceFromResolvingList                                          
    10004a25  LL_RemoveWhiteListDevice                                                  
    0000abb5  LL_Reset                                                                  
    10019465  LL_RxDataCompleteCback                                                    
    0000ad41  LL_RxEntryDoneCback                                                       
    00012b59  LL_RxEntryDoneCback_allEntries                                            
    0000a3b1  LL_RxIgnoredCback                                                         
    100066bd  LL_SetAddressResolutionEnable                                             
    00015957  LL_SetAddressResolutionEnable_sPatch                                      
    100055f1  LL_SetAdvControl                                                          
    1000559d  LL_SetAdvData                                                             
    1000536d  LL_SetAdvParam                                                            
    0000d1c5  LL_SetConnectionEvent                                                     
    10006269  LL_SetDataLen                                                             
    100049ad  LL_SetRandomAddress                                                       
    10006781  LL_SetResolvablePrivateAddressTimeout                                     
    10005919  LL_SetScanControl                                                         
    10005795  LL_SetScanParam                                                           
    10005739  LL_SetScanRspData                                                         
    1000604d  LL_StartEncrypt                                                           
    10004945  LL_TX_bm_alloc                                                            
    20004f6e  LL_TaskID                                                                 
    10004d81  LL_TxData                                                                 
    00014c51  LL_TxEntryDoneCback                                                       
    100061fd  LL_WriteAuthPayloadTimeout                                                
    10006335  LL_WriteDefaultDataLen                                                    
    0000cd35  LL_dynamicFree                                                            
    20002ee0  LSTORecoveryArr                                                           
    10019988  LUTC                                                                      
    100199b8  LUTINCI                                                                   
    100195dc  LUTJ                                                                      
    10019a30  LUTOPCODE                                                                 
    10019970  LUTOPSIGN                                                                 
    100199a0  LUTSE                                                                     
    1001973c  LUTSTATE                                                                  
    00015549  List_clearList                                                            
    00014b6b  List_get                                                                  
    00014b8d  List_put                                                                  
    00014951  List_remove                                                               
    20004fa8  MOD                                                                       
    20004ffc  MSBMOD                                                                    
    10019898  NIST_Curve_P256_Gx                                                        
    100198bc  NIST_Curve_P256_Gy                                                        
    10019850  NIST_Curve_P256_a                                                         
    10019874  NIST_Curve_P256_b                                                         
    10019808  NIST_Curve_P256_p                                                         
    1001982c  NIST_Curve_P256_r                                                         
    00014baf  NOROM_AUXADCAdjustValueForGainAndOffset                                   
    0000fc45  NOROM_AUXADCDisable                                                       
    0001402d  NOROM_AUXADCDisableInputScaling                                           
    0000e1c5  NOROM_AUXADCEnableSync                                                    
    0001577d  NOROM_AUXADCFlushFifo                                                     
    00014f15  NOROM_AUXADCGetAdjustmentGain                                             
    00015191  NOROM_AUXADCGetAdjustmentOffset                                           
    0001578d  NOROM_AUXADCReadFifo                                                      
    0001555d  NOROM_AUXADCValueToMicrovolts                                             
    0001599b  NOROM_CPUcpsid                                                            
    000159a7  NOROM_CPUcpsie                                                            
    00015bb1  NOROM_CPUdelay                                                            
    0000f595  NOROM_CRYPTOAesLoadKey                                                    
    0000fee9  NOROM_CRYPTOCcmInvAuthDecryptResultGet                                    
    0001443d  NOROM_ChipInfo_GetChipFamily                                              
    00014975  NOROM_ChipInfo_GetChipType                                                
    000151a9  NOROM_ChipInfo_GetPackageType                                             
    00014f31  NOROM_FlashProgram                                                        
    00014f4d  NOROM_FlashSectorErase                                                    
    00010eb9  NOROM_OSCHF_AttemptToSwitchToXosc                                         
    00012a8d  NOROM_OSCHF_SwitchToRcOscTurnOffXosc                                      
    00014999  NOROM_OSCHF_TurnOnXosc                                                    
    00013335  NOROM_OSC_HPOSCRelativeFrequencyOffsetGet                                 
    000159b3  NOROM_OSC_HPOSCRelativeFrequencyOffsetToRFCoreFormatConvert               
    000151c1  NOROM_RFCCpeIntGetAndClear                                                
    0001474d  NOROM_RFCDoorbellSendTo                                                   
    00012db9  NOROM_SSIConfigSetExpClk                                                  
    000159bf  NOROM_SSIDataGet                                                          
    00015b11  NOROM_SSIDataPut                                                          
    0000e27d  NOROM_SetupTrimDevice                                                     
    00010a61  NOROM_SysCtrlAdjustRechargeAfterPowerDown                                 
    00008eb9  NOROM_SysCtrlSetRechargeBeforePowerDown                                   
    000111a9  NOROM_SysCtrl_DCDC_VoltageConditionalControl                              
    000151d9  NOROM_TimerStallControl                                                   
    00015c21  NPI_WriteTransport                                                        
    000177e4  NVS_count                                                                 
    0001e000  NV_FLASH                                                                  
    20001f34  OSAL_timeSeconds                                                          
    0001579d  Onboard_rand                                                              
    0000b6a7  Onboard_soft_reset                                                        
    00012efd  PINCC26XX_getConfig                                                       
    000157ad  PINCC26XX_getPinCount                                                     
    00017888  PINCC26XX_hwAttrs                                                         
    0001405d  PINCC26XX_setMux                                                          
    00011211  PIN_add                                                                   
    00014def  PIN_close                                                                 
    000151f1  PIN_getConfig                                                             
    00015571  PIN_getInputValue                                                         
    00015585  PIN_getOutputValue                                                        
    0000a201  PIN_init                                                                  
    0000ebe5  PIN_open                                                                  
    000159cb  PIN_registerIntCb                                                         
    00011d9d  PIN_remove                                                                
    00013679  PIN_setConfig                                                             
    000136b1  PIN_setInterrupt                                                          
    000136e9  PIN_setOutputValue                                                        
    000177e5  PWM_count                                                                 
    00011901  PowerCC26XX_RCOSC_clockFunc                                               
    000064dd  PowerCC26XX_auxISR                                                        
    00011669  PowerCC26XX_calibrate                                                     
    00017754  PowerCC26XX_config                                                        
    0000a705  PowerCC26XX_doCalibrate                                                   
    00010f25  PowerCC26XX_initiateCalibration                                           
    00012f7d  PowerCC26XX_isStableXOSC_HF                                               
    20001628  PowerCC26XX_module                                                        
    00015209  PowerCC26XX_schedulerDisable                                              
    00015221  PowerCC26XX_schedulerRestore                                              
    0000cf11  PowerCC26XX_standbyPolicy                                                 
    20002ec4  PowerCC26XX_swiKey                                                        
    00015c25  PowerCC26XX_switchXOSC_HF                                                 
    20002ec0  PowerCC26XX_taskKey                                                       
    000159d9  Power_getConstraintMask                                                   
    000159e5  Power_getDependencyCount                                                  
    00014e0d  Power_getTransitionLatency                                                
    00015239  Power_idleFunc                                                            
    0000b7dd  Power_init                                                                
    00014775  Power_registerNotify                                                      
    00013ba1  Power_releaseConstraint                                                   
    0000e04d  Power_releaseDependency                                                   
    0001408d  Power_setConstraint                                                       
    0000e331  Power_setDependency                                                       
    00008c8d  Power_sleep                                                               
    00014bf1  Power_unregisterNotify                                                    
    00012fbd  ProjectZero_createTask                                                    
    200044f8  RAM_BASE_ADDR                                                             
    1000a5dd  RFHAL_AllocDataEntry                                                      
    1000a585  RFHAL_AllocDataEntryQueue                                                 
    1000a6c5  RFHAL_BuildDataEntryRingBuffer                                            
    1000a745  RFHAL_BuildLinkedBuffer                                                   
    1000a629  RFHAL_BuildRingBuffer                                                     
    1000a621  RFHAL_FreeDataEntry                                                       
    1000a5a1  RFHAL_FreeDataEntryQueue                                                  
    1000a55d  RFHAL_FreeNextTxDataEntry                                                 
    1000a5a9  RFHAL_GetNextDataEntry                                                    
    1000a5ad  RFHAL_GetTempDataEntry                                                    
    1000a551  RFHAL_InitDataQueue                                                       
    1000a5b1  RFHAL_NextDataEntryDone                                                   
    00015599  RF_Params_init                                                            
    0001593b  RF_cancelCmd                                                              
    0000dbc1  RF_control                                                                
    00015b1b  RF_flushCmd                                                               
    000155c1  RF_getCmdOp                                                               
    00011279  RF_getCurrentTime                                                         
    00011e4d  RF_getInfo                                                                
    00014fa1  RF_getRssi                                                                
    00009501  RF_open                                                                   
    0000d619  RF_pendCmd                                                                
    0000d891  RF_postCmd                                                                
    000159f1  RF_powerConstraintGet                                                     
    00013bd5  RF_powerConstraintRelease                                                 
    00014fbd  RF_powerConstraintSet                                                     
    0001479d  RF_runCmd                                                                 
    00015bb7  RF_runDirectCmd                                                           
    00015bbd  RF_runImmediateCmd                                                        
    10004941  ROM_BASE_ADDR                                                             
    20004504  ROM_FlashJT                                                               
    000162f0  ROM_Flash_JT                                                              
    00015457  ROM_Spinlock                                                              
    00012b15  ResetISR                                                                  
    1000d1b1  SAVEPOINT                                                                 
    100199f0  SCA                                                                       
    20004fc4  SCAL                                                                      
    1000d195  SCALARMUL                                                                 
    1000ccb9  SCALARMUL_core                                                            
    1000d08d  SCALARMUL_final                                                           
    1000cb69  SCALARMUL_init                                                            
    000177e6  SD_count                                                                  
    1000dbd5  SETOPERAND                                                                
    1000dc15  SETWORD                                                                   
    UNDEFED   SHT$$INIT_ARRAY$$Base                                                     
    UNDEFED   SHT$$INIT_ARRAY$$Limit                                                    
    10012139  SM_Encrypt                                                                
    10012465  SM_GenerateAuthenSig                                                      
    1001790d  SM_GetDHKey                                                               
    100178c5  SM_GetEccKeys                                                             
    10017989  SM_GetScConfirmOob                                                        
    100175d9  SM_Init                                                                   
    1000eb91  SM_PasskeyUpdate                                                          
    10017615  SM_ProcessEvent                                                           
    100178bd  SM_RegisterTask                                                           
    10012dfd  SM_ResponderInit                                                          
    1000f551  SM_SetECCRegenerationCount                                                
    1000eaed  SM_StartPairing                                                           
    10012521  SM_VerifyAuthenSig                                                        
    20004f7d  SM_appExpectingKey                                                        
    200045a9  SM_appTaskID                                                              
    0000e497  SM_dhKeyCB                                                                
    0000ef03  SM_p256KeyCB                                                              
    0001235d  SPICC26XXDMA_close                                                        
    0000f74d  SPICC26XXDMA_control                                                      
    0001776c  SPICC26XXDMA_fxnTable                                                     
    00015949  SPICC26XXDMA_init                                                         
    0000bfe9  SPICC26XXDMA_open                                                         
    000090d9  SPICC26XXDMA_transfer                                                     
    0000d0e1  SPICC26XXDMA_transferCancel                                               
    000155e9  SPI_Params_init                                                           
    00017784  SPI_config                                                                
    000177e7  SPI_count                                                                 
    00017690  SPI_defaultParams                                                         
    00012ffd  SPI_init                                                                  
    0001303d  SPI_open                                                                  
    00015b25  SPI_transfer                                                              
    1000da81  SQUAREMULTIPLYWORD                                                        
    000144ed  SafeHapiAuxAdiSelect                                                      
    000147ed  SafeHapiVoid                                                              
    1000d2c5  SelectReg                                                                 
    00014519  SemaphoreP_constructBinary                                                
    00015c29  SemaphoreP_destruct                                                       
    000156c3  SemaphoreP_pend                                                           
    00015c2d  SemaphoreP_post                                                           
    000157cd  SwiP_Params_init                                                          
    000133ad  SwiP_construct                                                            
    00015c31  SwiP_destruct                                                             
    00015c35  SwiP_disable                                                              
    00015c39  SwiP_getTrigger                                                           
    000156d5  SwiP_inISR                                                                
    00015c3d  SwiP_or                                                                   
    00015c41  SwiP_post                                                                 
    1001b305  SwiP_restore                                                              
    00015c45  SwiP_setPriority                                                          
    20004f04  SysBootMsg                                                                
    20004fe4  TMP1                                                                      
    20004fe8  TMP2                                                                      
    20004fec  TMP3                                                                      
    20004ff0  TMP4                                                                      
    20004ff4  TMP5                                                                      
    20004ff8  TMP6                                                                      
    000174ec  TRNGCC26XXHWAttrs                                                         
    00017228  TRNGCC26XX_config                                                         
    0000e499  TRNGCC26XX_getNumber                                                      
    00014815  TRNGCC26XX_init                                                           
    00014fd9  TRNGCC26XX_open                                                           
    00017644  TxPowerTable                                                              
    000177e8  UART_count                                                                
    00013a31  UDMACC26XX_close                                                          
    00017890  UDMACC26XX_config                                                         
    00015b2f  UDMACC26XX_hwiIntFxn                                                      
    00011a15  UDMACC26XX_open                                                           
    00011ea5  Util_constructClock                                                       
    00011349  Util_convertArrayToHexString                                              
    00012591  Util_convertBdAddr2Str                                                    
    0000d6ed  Util_get_parameter_from_data                                              
    000157dd  Util_isActive                                                             
    00013759  Util_restartClock                                                         
    00015c49  Util_stopClock                                                            
    10018ca9  WL_AddEntry                                                               
    10018bb1  WL_Clear                                                                  
    10018bed  WL_ClearEntry                                                             
    10018df9  WL_ClearIgnoreList                                                        
    10018c51  WL_FindEntry                                                              
    10018c25  WL_GetNumFreeEntries                                                      
    10018c11  WL_GetSize                                                                
    10018b81  WL_Init                                                                   
    10018d41  WL_RemoveEntry                                                            
    10018dc1  WL_SetWlIgnore                                                            
    000157ed  WatchdogCC26XX_clear                                                      
    0000f46b  WatchdogCC26XX_close                                                      
    00015bc3  WatchdogCC26XX_control                                                    
    0001483d  WatchdogCC26XX_convertMsToTicks                                           
    000176ec  WatchdogCC26XX_fxnTable                                                   
    00015b81  WatchdogCC26XX_init                                                       
    0000efa1  WatchdogCC26XX_open                                                       
    000140ed  WatchdogCC26XX_setReload                                                  
    000157fd  Watchdog_Params_init                                                      
    00015b39  Watchdog_clear                                                            
    00017828  Watchdog_config                                                           
    00015b43  Watchdog_convertMsToTicks                                                 
    000177e9  Watchdog_count                                                            
    00017834  Watchdog_defaultParams                                                    
    0001307d  Watchdog_init                                                             
    000130bd  Watchdog_open                                                             
    00015b4d  Watchdog_setReload                                                        
    1000dc09  ZERO                                                                      
    00000000  __ASM__                                                                   
    00000088  __ISA__                                                                   
    0000009a  __PLAT__                                                                  
    20004400  __STACK_END                                                               
    00000400  __STACK_SIZE                                                              
    20004400  __STACK_TOP                                                               
    000000c1  __TARG__                                                                  
    00017eac  __TI_CINIT_Base                                                           
    00017f34  __TI_CINIT_Limit                                                          
    00017e44  __TI_Handler_Table_Base                                                   
    00017e50  __TI_Handler_Table_Limit                                                  
    0000ed25  __TI_auto_init                                                            
    000113b1  __TI_decompress_lzss                                                      
    00015965  __TI_decompress_none                                                      
    00012261  __TI_ltoa                                                                 
    ffffffff  __TI_pprof_out_hndl                                                       
    0000003d  __TI_printfi                                                              
    ffffffff  __TI_prof_data_size                                                       
    ffffffff  __TI_prof_data_start                                                      
    00000000  __TI_static_base__                                                        
    00015a69  __TI_zero_init                                                            
    000000e6  __TRDR__                                                                  
    0001ffff  __UNUSED_FLASH_end__                                                      
    00000000  __UNUSED_FLASH_start__                                                    
    20005000  __UNUSED_SRAM_end__                                                       
    20000000  __UNUSED_SRAM_start__                                                     
    0000fddd  __aeabi_cdcmpeq                                                           
    0000fddd  __aeabi_cdcmple                                                           
    0000fe63  __aeabi_cdrcmple                                                          
    00011729  __aeabi_cfcmpeq                                                           
    00011729  __aeabi_cfcmple                                                           
    00011789  __aeabi_cfrcmple                                                          
    00010d71  __aeabi_d2f                                                               
    000129b9  __aeabi_d2iz                                                              
    0000a053  __aeabi_dadd                                                              
    0000b571  __aeabi_ddiv                                                              
    0000c85d  __aeabi_dmul                                                              
    0000a049  __aeabi_dsub                                                              
    00015b89  __aeabi_errno_addr                                                        
    00013951  __aeabi_f2d                                                               
    0000c95d  __aeabi_fadd                                                              
    0000f629  __aeabi_fdiv                                                              
    000104d9  __aeabi_fmul                                                              
    0000c959  __aeabi_fsub                                                              
    000143b5  __aeabi_i2d                                                               
    00013989  __aeabi_i2f                                                               
    000132bb  __aeabi_idiv0                                                             
    000132bb  __aeabi_ldiv0                                                             
    00010ddf  __aeabi_ldivmod                                                           
    00015371  __aeabi_lmul                                                              
    00010553  __aeabi_memclr                                                            
    00010553  __aeabi_memclr4                                                           
    00010553  __aeabi_memclr8                                                           
    0000f0d9  __aeabi_memcpy                                                            
    0000f0d9  __aeabi_memcpy4                                                           
    0000f0d9  __aeabi_memcpy8                                                           
    00010555  __aeabi_memset                                                            
    00010555  __aeabi_memset4                                                           
    00010555  __aeabi_memset8                                                           
    00014a95  __aeabi_ui2f                                                              
    000131bd  __aeabi_uidiv                                                             
    000131bd  __aeabi_uidivmod                                                          
    0000f3d5  __aeabi_uldivmod                                                          
    ffffffff  __binit__                                                                 
    ffffffff  __c_args__                                                                
    0001ffa8  __ccfg                                                                    
    10019afe  __checksum                                                                
    10004940  __checksum_begin                                                          
    10019afd  __checksum_end                                                            
    000081d7  __checksum_value                                                          
    10019a1d  __exit                                                                    
    0000b6a9  __localtime32                                                             
    0000794d  __mktime32                                                                
    20004000  __stack                                                                   
    00015269  _args_main                                                                
    00012b15  _c_int00                                                                  
    00016d00  _ctypes_                                                                  
    20001f38  _lock                                                                     
    0000f6bb  _nop                                                                      
    000159fd  _register_lock                                                            
    00015a09  _register_unlock                                                          
    20001e98  _tz                                                                       
    20001f3c  _unlock                                                                   
    000173f8  a_mont                                                                    
    00015c4d  abort                                                                     
    2000180d  abortLoop                                                                 
    20001be0  accIntrPinTable                                                           
    20001bd4  accPinTable                                                               
    20001ef8  acc_x                                                                     
    20001efe  acc_x_prev                                                                
    20001efa  acc_y                                                                     
    20001f00  acc_y_prev                                                                
    20001efc  acc_z                                                                     
    20001f02  acc_z_prev                                                                
    20004f00  activeConns                                                               
    20000540  adcBat                                                                    
    20000528  adcBatValue                                                               
    20000548  adcBat_uV                                                                 
    00017280  adcCC26xxHWAttrs                                                          
    20002b78  adcCC26xxObjects                                                          
    2000052a  adcNtcValue                                                               
    2000054c  adcNtc_uV                                                                 
    20000544  adc_ntc                                                                   
    20000600  adc_params                                                                
    20000568  adc_voltage                                                               
    10019a40  advChan                                                                   
    20004a20  advCmd                                                                    
    20004ae4  advDataEntry                                                              
    20004da4  advDataQueue                                                              
    10019a10  advEvt2Cmd                                                                
    10019a28  advEvt2State                                                              
    20004f10  advInfo                                                                   
    20004db4  advOutput                                                                 
    20004bf4  advParam                                                                  
    0001798e  advPktSuffix                                                              
    20001fb8  appAssertCback                                                            
    200045a7  appTaskID                                                                 
    00016e01  appTxPwrTbl                                                               
    00002e01  app_process_ble_msg                                                       
    00017566  appearanceUUID                                                            
    20001f28  assertSubcause                                                            
    00006ded  atan                                                                      
    00006ded  atanl                                                                     
    00012761  atoi                                                                      
    000127ad  atol                                                                      
    10016071  attSendMsg                                                                
    10019099  attSendRspMsg                                                             
    20004e4c  attServerNotifyTxCB                                                       
    20004f3e  attrLen                                                                   
    20004fa0  aux64                                                                     
    00017418  b_mont                                                                    
    200018a8  baseTaskID                                                                
    ffffffff  binit                                                                     
    20001ea8  bleAppServiceInfoTable                                                    
    00014545  bleDispatch_BMAlloc                                                       
    000152b1  bleDispatch_BMFree                                                        
    000175a4  bleStackConfig                                                            
    00010ad1  ble_dispatch_liteProcess                                                  
    00017840  boardConfig                                                               
    100199d0  btBaseUUID                                                                
    20004f0c  buildInfo                                                                 
    20004df8  cachedTRNGdata                                                            
    200018ac  cbTimers                                                                  
    00017562  charAggFormatUUID                                                         
    0001755a  charExtPropsUUID                                                          
    00017560  charFormatUUID                                                            
    0001755c  charUserDescUUID                                                          
    0001754e  characterUUID                                                             
    00015143  chksum_gprs                                                               
    00017550  clientCharCfgUUID                                                         
    20000523  cntr                                                                      
    20002eec  connEvtCB                                                                 
    00017984  connEvtCutoff                                                             
    20004f44  connInitialMaxTxOctets                                                    
    20004f46  connInitialMaxTxTime                                                      
    20004d5c  connOutput                                                                
    20004c84  connReqData                                                               
    2000057c  connectionEventRegisterCauseBitMap                                        
    10019a00  const_Rb                                                                  
    000127f9  copy_in                                                                   
    00015b91  copysign                                                                  
    00015b91  copysignl                                                                 
    000177fc  cryptoCC26XXHWAttrs                                                       
    20002dfc  cryptoCC26XXObjects                                                       
    00017578  cryptoDriverTableBLE                                                      
    20004ef8  cryptoDrvTblPtr                                                           
    00017997  cryptoMode                                                                
    20004c14  cryptoPRAND                                                               
    00017930  ctrlPktLenTable                                                           
    20004f63  ctrlToHostEnable                                                          
    20001e8c  curTime                                                                   
    20004f71  curTxPowerVal                                                             
    00003f65  decode_bt_cmd                                                             
    00015011  delay_ms                                                                  
    00016f7e  devInfo11073CertUUID                                                      
    0001784c  devInfoCBs                                                                
    000172cd  devInfoFirmwareRevUUID                                                    
    000177fa  devInfoHardwareRevUUID                                                    
    000178e8  devInfoMfrNameUUID                                                        
    000178ea  devInfoModelNumberUUID                                                    
    000178ec  devInfoPnpIdUUID                                                          
    000178ee  devInfoSerialNumberUUID                                                   
    000178f0  devInfoServUUID                                                           
    000178f2  devInfoSoftwareRevUUID                                                    
    000178f4  devInfoSystemIdUUID                                                       
    20004dec  deviceFeatureSet                                                          
    00017564  deviceNameUUID                                                            
    10011c8d  disconnectNext                                                            
    0001779c  driverTable                                                               
    00015483  driverTable_fnSpinlock                                                    
    20002f45  driverlib_release_0_60062                                                 
    0001753c  ds_StreamUUID                                                             
    0001752c  ds_StringUUID                                                             
    20002938  dta                                                                       
    20002974  dta_old                                                                   
    20004f1c  dtmInfo                                                                   
    0001780c  eccDriverTable                                                            
    20004ef4  eccDrvTblPtr                                                              
    20004b7c  eccParams                                                                 
    10016c1d  eccRom_genKeys                                                            
    10016c65  eccRom_genSharedSecret                                                    
    20004f80  eccRom_param_Gx                                                           
    20004f84  eccRom_param_Gy                                                           
    20004f94  eccRom_param_a                                                            
    20004f98  eccRom_param_b                                                            
    20004f8c  eccRom_param_p                                                            
    20004f90  eccRom_param_r                                                            
    100167a5  eccRom_signHash                                                           
    10016941  eccRom_verifyHash                                                         
    20004f9c  eccRom_windowSize                                                         
    20004f88  eccRom_workzone                                                           
    200029b0  eeprom                                                                    
    20004f28  encHandle                                                                 
    20004f2c  encKey                                                                    
    20004f24  encParams                                                                 
    20001fc4  errno                                                                     
    00017572  extReportRefUUID                                                          
    20002930  f                                                                         
    20004f77  fastTxRespTime                                                            
    20002ed0  featureSetMask                                                            
    0000f7dd  flash_write                                                               
    200045a8  flowCtrlTaskId                                                            
    00011acd  frexp                                                                     
    00011acd  frexpl                                                                    
    20004e44  fwImmedCmd                                                                
    20004e58  fwParCmd                                                                  
    20004d14  fwParDtmCmd                                                               
    20004d44  fwParRfCmd                                                                
    20004e70  fwParamImmedCmd                                                           
    20002ef8  g_2_sec_cnt                                                               
    20001bb0  g_ack                                                                     
    20002efc  g_activity_cnt                                                            
    20001c34  g_adcBat_sum                                                              
    20002f00  g_adcNtc_calibrate_sum                                                    
    20001c40  g_adcNtc_sum                                                              
    20002f04  g_adc_bat_val                                                             
    20002f08  g_adc_ntc_calib_val                                                       
    20002f0c  g_adc_ntc_val                                                             
    20001c28  g_baby_position                                                           
    20001c29  g_baby_prev_position                                                      
    20001c3c  g_breathing_cnt                                                           
    20002f10  g_calculate_temp_interval                                                 
    20001c44  g_cntr                                                                    
    20001e70  g_device_ID                                                               
    20001924  g_gen_sharing_buffer                                                      
    20001c48  g_gprs_sending_seconds                                                    
    20002f14  g_harsh_acc_cnt                                                           
    20002f18  g_harsh_acc_cntr_window                                                   
    20002f1c  g_motion_end_cntr                                                         
    20001c38  g_movement_cnt                                                            
    20001c58  g_no_of_instances_store_unsent                                            
    20001c30  g_no_of_instances_unplanned_unsent                                        
    20002f20  g_ntc_read_interval                                                       
    20002f24  g_pkt_len                                                                 
    20002f28  g_position_cnt                                                            
    20002d98  g_response_buffer                                                         
    20002f2c  g_sample                                                                  
    20001c5c  g_temperature                                                             
    20002f30  g_total_acc_int1_cnt                                                      
    20001c2c  g_watch_dog_mili                                                          
    10018741  gapAddAddrAdj                                                             
    100149fd  gapAddAdvToken                                                            
    200045a3  gapAdvAppTaskID                                                           
    1001476d  gapAllocAdvRecs                                                           
    200045a2  gapAppTaskID                                                              
    20001136  gapBond_lruBondList                                                       
    20001111  gapBond_removeLRUBond                                                     
    20001112  gapBond_syncRL                                                            
    10014abd  gapBuildADTokens                                                          
    10014a89  gapCalcAdvTokenDataLen                                                    
    100195ad  gapClrState                                                               
    00015611  gapConnEvtNoticeCB                                                        
    100149c9  gapConnectedCleanUpAdvertising                                            
    20004e04  gapCurrentRandomAddr                                                      
    10014a39  gapDeleteAdvToken                                                         
    20004f59  gapDeviceAddrMode                                                         
    10019549  gapFindADType                                                             
    10014a71  gapFindAdvToken                                                           
    10014c51  gapFreeAdvertState                                                        
    10011dc1  gapFreeAuthLink                                                           
    10011e01  gapFreeEstLink                                                            
    100187ad  gapGetDevAddress                                                          
    100187a5  gapGetDevAddressMode                                                      
    10018775  gapGetSRK                                                                 
    1001877d  gapGetSignCounter                                                         
    10018769  gapHost2CtrlOwnAddrType                                                   
    10018785  gapIncSignCounter                                                         
    10019525  gapIsAdvertising                                                          
    10019529  gapIsScanning                                                             
    100193dd  gapL2capConnParamUpdateReq                                                
    20004f3c  gapLimitedAdvertisingTimeout                                              
    0000c105  gapPairingCompleteCB                                                      
    20001ac0  gapParameters                                                             
    20004c50  gapParams                                                                 
    10011efd  gapPasskeyNeededCB                                                        
    1001933d  gapPeriProcessConnEvt                                                     
    0001584d  gapPeriProcessConnUpdateCmdStatus                                         
    10019399  gapPeriProcessConnUpdateCompleteEvt                                       
    1001470d  gapPeriProcessHCICmdCompleteEvt                                           
    10019401  gapPeriProcessSignalEvt                                                   
    20004558  gapPeripheralCBs                                                          
    20004564  gapPeripheralConnCBs                                                      
    1001495d  gapProcessAdvertisingEvt                                                  
    100149b5  gapProcessAdvertisingTimeout                                              
    10018971  gapProcessBLEEvents                                                       
    10018ab5  gapProcessCommandStatusEvt                                                
    10018b09  gapProcessConnEvt                                                         
    100119e1  gapProcessConnectionCompleteEvt                                           
    00010365  gapProcessDisconnectCompleteEvt                                           
    10018a11  gapProcessHCICmdCompleteEvt                                               
    10018709  gapProcessNewAddr                                                         
    10018909  gapProcessOSALMsg                                                         
    10011ac1  gapProcessRemoteConnParamReqEvt                                           
    20004f58  gapProfileRole                                                            
    10018679  gapReadBD_ADDRStatus                                                      
    100186bd  gapReadBufSizeCmdStatus                                                   
    10018b41  gapRegisterCentral                                                        
    100120f1  gapRegisterCentralConn                                                    
    10018b49  gapRegisterPeripheral                                                     
    100120f9  gapRegisterPeripheralConn                                                 
    20001384  gapRoleTask                                                               
    20002588  gapRoleTaskStack                                                          
    0001585d  gapRole_clockHandler                                                      
    10014be5  gapSendAdDataUpdateEvent                                                  
    10011e25  gapSendBondCompleteEvent                                                  
    100187e9  gapSendDeviceInitDoneEvent                                                
    10014c1d  gapSendEndDiscoverableEvent                                               
    10011c35  gapSendLinkUpdateEvent                                                    
    10014ba1  gapSendMakeDiscEvent                                                      
    10011e81  gapSendPairingReqEvent                                                    
    1001194d  gapSendSignUpdateEvent                                                    
    10011985  gapSendSlaveSecurityReqEvent                                              
    0001795c  gapServiceCBs                                                             
    00017552  gapServiceUUID                                                            
    0000e549  gapSetAdvParams                                                           
    10014881  gapSetAdvParamsStatus                                                     
    100195a1  gapSetState                                                               
    20004f5a  gapState                                                                  
    20004f5d  gapTaskID                                                                 
    200045a4  gapUnwantedTaskID                                                         
    10011919  gapUpdateConnSignCounter                                                  
    10019535  gapValidADType                                                            
    10014951  gapWriteAdvDataStatus                                                     
    100148b1  gapWriteAdvEnableStatus                                                   
    200045a6  gattAppTaskID                                                             
    20001eb8  gattAttrTbl                                                               
    1001065d  gattFindServerInfo                                                        
    1001061d  gattFindService                                                           
    100183b1  gattGetPayload                                                            
    10010635  gattGetServerStatus                                                       
    100182a9  gattNotifyEvent                                                           
    20004f5e  gattNumConns                                                              
    10010519  gattParseReq                                                              
    1001026d  gattProcessExchangeMTUReq                                                 
    10010619  gattProcessExecuteWriteReq                                                
    1001039d  gattProcessFindByTypeValueReq                                             
    0000c43d  gattProcessFindInfoReq                                                    
    100181e1  gattProcessOSALMsg                                                        
    1001049d  gattProcessReadByGrpTypeReq                                               
    100103c1  gattProcessReadByTypeReq                                                  
    10010421  gattProcessReadMultiReq                                                   
    100103f9  gattProcessReadReq                                                        
    1001059d  gattProcessReq                                                            
    100181f5  gattProcessRxData                                                         
    100104e9  gattProcessWriteReq                                                       
    10018129  gattRegisterClient                                                        
    10018121  gattRegisterServer                                                        
    10010685  gattResetServerInfo                                                       
    1001838d  gattSendFlowCtrlEvt                                                       
    00012be1  gattServApp_ClearPrepareWriteQ                                            
    100108c1  gattServApp_DeregisterServiceCBs                                          
    00012309  gattServApp_EnqueuePrepareWriteReq                                        
    100114d5  gattServApp_FindAuthorizeAttrCB                                           
    10011409  gattServApp_FindPrepareWriteQ                                             
    10011489  gattServApp_FindReadAttrCB                                                
    100108f9  gattServApp_FindServiceCBs                                                
    10011499  gattServApp_FindWriteAttrCB                                               
    000145c9  gattServApp_HandleConnStatusCB                                            
    1001134d  gattServApp_IsWriteLong                                                   
    1001143d  gattServApp_PrepareWriteQInUse                                            
    000130fd  gattServApp_ProcessExchangeMTUReq                                         
    100112d9  gattServApp_ProcessExecuteWriteReq                                        
    10010a7d  gattServApp_ProcessFindByTypeValueReq                                     
    10010911  gattServApp_ProcessMsg                                                    
    10011205  gattServApp_ProcessPrepareWriteReq                                        
    10010ddd  gattServApp_ProcessReadBlobReq                                            
    10010fd5  gattServApp_ProcessReadByGrpTypeReq                                       
    0000ce25  gattServApp_ProcessReadByTypeReq                                          
    10010ea9  gattServApp_ProcessReadMultiReq                                           
    10010d5d  gattServApp_ProcessReadReq                                                
    000114e5  gattServApp_ProcessReliableWrites                                         
    00014359  gattServApp_ProcessWriteLong                                              
    10011165  gattServApp_ProcessWriteReq                                               
    10010881  gattServApp_RegisterServiceCBs                                            
    0001349d  gattServApp_ResetCharCfg                                                  
    100107d1  gattServApp_SetNumPrepareWrites                                           
    10010cd5  gattServApp_buildReadByTypeRsp                                            
    1001071d  gattServerHandleConnStatusCB                                              
    100106e1  gattServerHandleTimerCB                                                   
    100106b9  gattServerNotifyTxCB                                                      
    100100e9  gattServerProcessMsgCB                                                    
    1001069d  gattServerStartTimer                                                      
    00017978  gattService                                                               
    100100ad  gattServiceLastHandle                                                     
    00017554  gattServiceUUID                                                           
    1001830d  gattStartTimer                                                            
    10018321  gattStopTimer                                                             
    100100c9  gattStoreServerInfo                                                       
    20004f5f  gattTaskID                                                                
    10012789  generate_subkey                                                           
    00014c71  getNumFinishedEntries                                                     
    20002a58  gptimerCC26XXObjects                                                      
    000171c8  gptimerCC26xxHWAttrs                                                      
    20001f2c  halAssertCback                                                            
    00011847  halAssertHandler                                                          
    00015065  halAssertHandlerExt                                                       
    00012163  halAssertSpinlock                                                         
    20002f41  hciGapTaskID                                                              
    1000ba41  hciInitEventMasks                                                         
    20002f42  hciL2capTaskID                                                            
    20004f62  hciPTMenabled                                                             
    20002f43  hciSmpTaskID                                                              
    20002f3f  hciTaskID                                                                 
    20002f40  hciTestTaskID                                                             
    20004000  heapEnd                                                                   
    20002f47  heapStart                                                                 
    20001828  heapmgrMemFreeTotal                                                       
    20001a18  i                                                                         
    000173b0  icallServiceTable                                                         
    20001fbc  icallServiceTblPtr                                                        
    0000aa25  icall_directAPI                                                           
    00015329  icall_liteMsgParser                                                       
    20002f46  icall_liteTaskId                                                          
    20004fb4  inPointX                                                                  
    20004fb8  inPointY                                                                  
    20004fb0  inScalar                                                                  
    00017558  includeUUID                                                               
    20004c6c  initCmd                                                                   
    20004aac  initDataEntry                                                             
    20004d84  initDataQueue                                                             
    20004f18  initInfo                                                                  
    20004dd4  initOutput                                                                
    20004bac  initParam                                                                 
    00017992  initPktSuffix                                                             
    10014c75  isLimitedDiscoverableMode                                                 
    10015239  l2capAllocChannel                                                         
    10015269  l2capAllocConnChannel                                                     
    100150a5  l2capBuildInfoReq                                                         
    1001502d  l2capBuildParamUpdateReq                                                  
    10014ce5  l2capBuildSignalHdr                                                       
    20004ee4  l2capChannels                                                             
    10015391  l2capDisconnectAllChannels                                                
    10014eb9  l2capEncapSendData                                                        
    100152bd  l2capFindLocalId                                                          
    20004b1c  l2capFixedChannels                                                        
    20004f64  l2capFlowCtrlMode                                                         
    100152a9  l2capFreeChannel                                                          
    100153fd  l2capFreePendingPkt                                                       
    10017d25  l2capHandleConnStatusCB                                                   
    10015385  l2capHandleRxError                                                        
    10015321  l2capHandleTimerCB                                                        
    20004f68  l2capId                                                                   
    200045a0  l2capMtuSize                                                              
    10015189  l2capNotifyData                                                           
    1001534d  l2capNotifyEvent                                                          
    100151dd  l2capNotifySignal                                                         
    20004f66  l2capNumChannels                                                          
    20004f67  l2capNumDataPkts                                                          
    10014fed  l2capParseCmdReject                                                       
    10015125  l2capParseInfoRsp                                                         
    10014f51  l2capParsePacket                                                          
    10015099  l2capParseParamUpdateRsp                                                  
    10014cd1  l2capParseSignalHdr                                                       
    10017ad9  l2capProcessOSALMsg                                                       
    10017cc9  l2capProcessReq                                                           
    10017c3d  l2capProcessRsp                                                           
    10017b31  l2capProcessRxData                                                        
    10017bbd  l2capProcessSignal                                                        
    10014d75  l2capSendCmd                                                              
    10014e69  l2capSendFCPkt                                                            
    10014e2d  l2capSendPkt                                                              
    10014cf9  l2capSendReq                                                              
    100152e9  l2capStartTimer                                                           
    10015309  l2capStopTimer                                                            
    10014e05  l2capStoreFCPkt                                                           
    20004f65  l2capTaskID                                                               
    20001ed4  lastAppOpcodeIdxSent                                                      
    0000daf5  ldexp                                                                     
    0000daf5  ldexpl                                                                    
    1001287d  leftshift_onebit                                                          
    20001f29  legacyMode                                                                
    20004b4c  linkCBs                                                                   
    20004e80  linkCmd                                                                   
    20004ee8  linkDB                                                                    
    20004f69  linkDBNumConns                                                            
    10017e05  linkDB_Add                                                                
    000122b5  linkDB_Authen                                                             
    10017f55  linkDB_Find                                                               
    10017f7d  linkDB_FindFirst                                                          
    10017f09  linkDB_GetInfo                                                            
    10017d7d  linkDB_Init                                                               
    1001803d  linkDB_MTU                                                                
    10017ff1  linkDB_NumActive                                                          
    10018019  linkDB_NumConns                                                           
    100180b5  linkDB_PerformFunc                                                        
    10017de5  linkDB_Register                                                           
    10017e91  linkDB_Remove                                                             
    10017fd5  linkDB_Role                                                               
    10018105  linkDB_SecurityModeSCOnly                                                 
    10017fb1  linkDB_State                                                              
    10017ed5  linkDB_Update                                                             
    10018021  linkDB_UpdateMTU                                                          
    100180e5  linkDB_reportStatusChange                                                 
    20004f6a  linkDB_secureConnectionOnlyMode                                           
    20004e84  linkParam                                                                 
    000137c9  llActiveTask                                                              
    1000a4f5  llAddTxDataEntry                                                          
    10015b75  llAdv_TaskAbort                                                           
    10015559  llAdv_TaskConnect                                                         
    10015a61  llAdv_TaskEnd                                                             
    10008d71  llAlignToNextEvent                                                        
    00014e2b  llAlignToNextEvent_sPatch                                                 
    100080f1  llAllocConnId                                                             
    000102e9  llAllocTask                                                               
    00010b41  llApplyParamUpdate                                                        
    100080b9  llAtLeastTwoChans                                                         
    10008b01  llCBTimer_AptoExpiredCback                                                
    1001993d  llCalcScaFactor                                                           
    10014435  llCheckForLstoDuringSL                                                    
    100093ad  llCheckRxBuffers                                                          
    10007205  llCheckWhiteListUsage                                                     
    0000b2e5  llCombinePDU                                                              
    20002ee4  llCombineState                                                            
    000178f8  llConfigTable                                                             
    10008479  llConnCleanup                                                             
    20002ec8  llConnEvtNotice                                                           
    10008385  llConnExists                                                              
    100085a9  llConnTerminate                                                           
    20004e68  llConns                                                                   
    100086b9  llConvertCtrlProcTimeoutToEvent                                           
    10008699  llConvertLstoToEvent                                                      
    10009371  llCreateRxBuffer                                                          
    20002ee8  llCurrentMappedChan                                                       
    0001580d  llDataGetCombinePtr                                                       
    000155fd  llDataGetConnPtr                                                          
    10007f09  llDequeueCtrlPkt                                                          
    100154b1  llDirAdv_TaskEnd                                                          
    10007ead  llEnqueueCtrlPkt                                                          
    10008691  llEventDelta                                                              
    10008669  llEventInRange                                                            
    0000ba31  llFindNextSecTask                                                         
    00010ffd  llFindStartType                                                           
    10008b81  llFragmentPDU                                                             
    00012b9d  llFreeTask                                                                
    10008635  llGenerateCRC                                                             
    00015a2d  llGetActiveTasks                                                          
    0001582d  llGetCurrentTask                                                          
    100197b1  llGetCurrentTime                                                          
    10008301  llGetMinCI                                                                
    000070d9  llGetNextConn                                                             
    10007ff5  llGetNextDataChan                                                         
    00015a21  llGetNumTasks                                                             
    10008fbd  llGetSlowestPhy                                                           
    00013801  llGetTask                                                                 
    00013ca5  llGetTaskState                                                            
    100071e9  llGetTxPower                                                              
    000133e9  llHaltRadio                                                               
    1000929d  llHardwareError                                                           
    10008621  llInitFeatureSet                                                          
    100092e9  llMemCopyDst                                                              
    100092d1  llMemCopySrc                                                              
    100095b9  llMoveTempTxDataEntries                                                   
    10008f89  llOctets2Time                                                             
    1000941d  llPatchCM0                                                                
    100085e1  llPendingUpdateParam                                                      
    0001363f  llPostRealignConn                                                         
    10007fb5  llProcessChanMap                                                          
    10009d5d  llProcessMasterControlPacket                                              
    1000713d  llProcessPostRfOps                                                        
    10009609  llProcessSlaveControlPacket                                               
    000085e9  llProcessSlaveControlPacket2                                              
    10013f05  llProcessSlaveControlProcedures                                           
    100086dd  llProcessTxData                                                           
    10009465  llRatChanCBack_A                                                          
    10009469  llRatChanCBack_B                                                          
    1000946d  llRatChanCBack_C                                                          
    10009471  llRatChanCBack_D                                                          
    10009071  llRealignConn                                                             
    00015a15  llRegisterConnEvtCallback                                                 
    100082cd  llReleaseAllConnId                                                        
    1000828d  llReleaseConnId                                                           
    10007f69  llReplaceCtrlPkt                                                          
    100093dd  llReplaceRxBuffers                                                        
    10007071  llResetRadio                                                              
    10006fed  llRfInit                                                                  
    10006f99  llRfSetup                                                                 
    100070b1  llRfStartFS                                                               
    0000e109  llScheduleTask                                                            
    00006af9  llScheduler                                                               
    00013425  llSchedulerInit                                                           
    10008949  llSendReject                                                              
    000106bd  llSetNextDataChan                                                         
    10007191  llSetTxPower                                                              
    10007251  llSetupAdv                                                                
    100094dd  llSetupAdvDataEntryQueue                                                  
    10007829  llSetupConn                                                               
    0000e9f9  llSetupConnParamReq                                                       
    100089d5  llSetupConnParamRsp                                                       
    10009509  llSetupConnRxDataEntryQueue                                               
    1000798d  llSetupEncReq                                                             
    0000f20d  llSetupEncRsp                                                             
    10007c89  llSetupFeatureSetReq                                                      
    00010f91  llSetupFeatureSetRsp                                                      
    10007659  llSetupInit                                                               
    100094b9  llSetupInitDataEntryQueue                                                 
    100088bd  llSetupLenCtrlPkt                                                         
    000152c9  llSetupLenCtrlPkt_sPatch                                                  
    00005e8d  llSetupNextSlaveEvent                                                     
    10007b61  llSetupPauseEncReq                                                        
    10007bad  llSetupPauseEncRsp                                                        
    100087fd  llSetupPingReq                                                            
    1000885d  llSetupPingRsp                                                            
    10009431  llSetupRATChanCompare                                                     
    10007c39  llSetupRejectInd                                                          
    10008aa5  llSetupRejectIndExt                                                       
    10007479  llSetupScan                                                               
    10009475  llSetupScanDataEntryQueue                                                 
    10007aed  llSetupStartEncReq                                                        
    10007b19  llSetupStartEncRsp                                                        
    10007de5  llSetupTermInd                                                            
    10007e49  llSetupUnknownRsp                                                         
    10007901  llSetupUpdateChanReq                                                      
    10007869  llSetupUpdateParamReq                                                     
    10007d5d  llSetupVersionIndReq                                                      
    10013931  llSlave_TaskEnd                                                           
    10008fdd  llSortActiveConns                                                         
    20004f6f  llState                                                                   
    00015bc9  llTaskError                                                               
    20002eb4  llTaskList                                                                
    10008f59  llTime2Octets                                                             
    100197b9  llTimeCompare                                                             
    100197dd  llTimeDelta                                                               
    20001bec  llUserConfig                                                              
    0001090d  llValidateConnParams                                                      
    10008e45  llVerifyConnParamReqParams                                                
    1000876d  llWriteTxData                                                             
    100092fe  ll_buildRevision                                                          
    20004a68  localEccKeys                                                              
    0000b6a9  localtime                                                                 
    1000e6c9  mADD                                                                      
    1000dd2d  mINVK                                                                     
    1000e0f9  mMULT                                                                     
    1000e8c1  mOUT                                                                      
    1000dc21  mSET                                                                      
    1000e7c5  mSUB                                                                      
    0000da29  main                                                                      
    20001fc8  main_func_sp                                                              
    20004f7b  maxNumConns                                                               
    20004f61  maxNumPrepareWrites                                                       
    20004f6d  maxNumTxDataBufs                                                          
    20004f6b  maxPduSize                                                                
    00017994  maxPktsPerEvt                                                             
    20004f72  maxTxPwrForDTM                                                            
    00014a05  memcmp                                                                    
    0000f0d9  memcpy                                                                    
    0001055b  memset                                                                    
    0000794d  mktime                                                                    
    0001781c  monthDays                                                                 
    2000459e  nextHandle                                                                
    20004f74  numComplPkts                                                              
    20004f76  numComplPktsFlush                                                         
    20004f75  numComplPktsLimit                                                         
    20004f40  numHostBufs                                                               
    20004f7a  numTxDataBufs                                                             
    20004f73  onePktPerEvt                                                              
    00015081  openTRNG                                                                  
    00012971  osalAddTimer                                                              
    00014d11  osalFindTimer                                                             
    00015bcf  osalHeapAllocFxn                                                          
    00015bd5  osalHeapFreeFxn                                                           
    00015a81  osalHeapGetStatsFxn                                                       
    00015a8d  osalHeapInitFxn                                                           
    00015c55  osalHeapIsBlockingFxn                                                     
    0000cff9  osalTimerUpdate                                                           
    0000f2a5  osal_CbTimerProcessEvent                                                  
    00015a99  osal_CbTimerStart                                                         
    00012005  osal_CbTimerStop                                                          
    00011419  osal_CbTimerUpdate                                                        
    000138a9  osal_alien2proxy                                                          
    0001488d  osal_bm_adjust_header                                                     
    00013551  osal_bm_alloc                                                             
    00012891  osal_bm_free                                                              
    00015341  osal_buffer_uint32                                                        
    00014387  osal_build_uint32                                                         
    00013d75  osal_clear_event                                                          
    20001d5c  osal_entity                                                               
    20001d6c  osal_eventloop_hook                                                       
    0001420d  osal_get_timeoutEx                                                        
    20001d70  osal_icallMsg_hook                                                        
    0001515d  osal_isbufset                                                             
    20002eac  osal_last_timestamp                                                       
    20001d78  osal_max_msecs                                                            
    0001586d  osal_mem_alloc                                                            
    0001587d  osal_mem_allocLimited                                                     
    0001588d  osal_mem_free                                                             
    00014d31  osal_memcmp                                                               
    00015359  osal_memcpy                                                               
    0001509d  osal_memdup                                                               
    00015c59  osal_memset                                                               
    00014a29  osal_msg_allocate                                                         
    00014d51  osal_msg_deallocate                                                       
    0000f86d  osal_msg_receive                                                          
    00014d71  osal_msg_send                                                             
    000148b5  osal_next_timeout                                                         
    20001d68  osal_qHead                                                                
    0001579d  osal_rand                                                                 
    000150b9  osal_revmemcpy                                                            
    00015aa5  osal_self                                                                 
    00014a71  osal_service_entry                                                        
    0000df8d  osal_set_event                                                            
    000148dd  osal_snv_compact                                                          
    00014e85  osal_snv_read                                                             
    0000ca55  osal_snv_write                                                            
    0001358d  osal_start_reload_timer                                                   
    00012c25  osal_start_timerEx                                                        
    00013919  osal_stop_timerEx                                                         
    00015c5d  osal_strlen                                                               
    20001d64  osal_syncHandle                                                           
    20001d74  osal_tickperiod                                                           
    0000edc5  osal_timer_refTimeUpdate                                                  
    20004fbc  outPointX                                                                 
    20004fc0  outPointY                                                                 
    20004e2c  ownPublicAddr                                                             
    20004e34  ownRandomAddr                                                             
    20004e3c  ownSavedPublicAddr                                                        
    20004ee0  pAttrValue                                                                
    20004ea4  pAuthLink                                                                 
    20004e14  pBleEvtMask                                                               
    20004ea0  pEstLink                                                                  
    20004eb4  pGapAdData                                                                
    20004eb0  pGapAdvTokens                                                             
    20004e9c  pGapAdvertState                                                           
    20004e98  pGapDiscReq                                                               
    20004eb8  pGapScanRspData                                                           
    20004e1c  pHciEvtMask                                                               
    20004e24  pHciEvtMask2                                                              
    20004f30  pPairingParams                                                            
    20001ed0  pRfErrCb                                                                  
    20004ecc  pServiceList                                                              
    10012861  padding                                                                   
    0001756c  periConnParamUUID                                                         
    00017568  periPrivacyFlagUUID                                                       
    20001ec8  pfnBMAlloc                                                                
    20001ecc  pfnBMFree                                                                 
    20004ec4  pfnBondMgrCBs                                                             
    20004ec0  pfnCentralCBs                                                             
    20004ea8  pfnCentralConnCBs                                                         
    20004ed4  pfnClientProcessMsgCB                                                     
    20004f38  pfnInitiatorCBs                                                           
    20004ebc  pfnPeripheralCBs                                                          
    20004eac  pfnPeripheralConnCBs                                                      
    20004f34  pfnResponderCBs                                                           
    20004ed0  pfnServerProcessMsgCB                                                     
    200015ac  pinHandleTable                                                            
    20001518  pinLowerBound                                                             
    20001514  pinUpperBound                                                             
    20001a30  pkt                                                                       
    20004f52  postRfOperations                                                          
    00002439  pow                                                                       
    00002439  powl                                                                      
    20004ed8  prepareWritesTbl                                                          
    000067f1  prepare_protocol                                                          
    0001754c  primaryServiceUUID                                                        
    20004e78  privInfo                                                                  
    200007e8  przTask                                                                   
    20000888  przTaskStack                                                              
    20001e90  pwmBuzzer                                                                 
    20001c26  pwrmgr_attribute                                                          
    20001c24  pwrmgr_initialized                                                        
    0000c75d  read                                                                      
    0001589d  read_eeprom_struct                                                        
    0001045d  read_flash                                                                
    00015973  read_unplanned_server_data_rd_wr_flash                                    
    0000c219  read_unsent_data_unplanned_server                                         
    0001756a  reconnectAddrUUID                                                         
    20000570  reloadValue                                                               
    00017574  reportRefUUID                                                             
    200045a5  reqTaskId                                                                 
    20000550  res                                                                       
    200045ac  resolvingList                                                             
    0001731c  resourceDB                                                                
    20001a0c  result                                                                    
    20001a0d  result1                                                                   
    20001a0e  result2                                                                   
    00013c71  rfCallback                                                                
    20004f54  rfCfgAdiVal                                                               
    00017980  rfCfgVal                                                                  
    20004f42  rfCmdHandle                                                               
    0001709c  rfDriverTableBLE                                                          
    20004ef0  rfDrvTblPtr                                                               
    00012dfb  rfErrCb                                                                   
    20004e50  rfEvent                                                                   
    20004f6c  rfFeModeBias                                                              
    20004eec  rfHandle                                                                  
    20004568  rfMode                                                                    
    20001ed8  rfModeOverride                                                            
    20002d20  rfObject                                                                  
    000162ec  rfOpLoc                                                                   
    0001581d  rfPUpCallback                                                             
    20001c98  rfRegTbl                                                                  
    20004d2c  rfSetup                                                                   
    10019afc  romRev                                                                    
    20004cfc  rsp                                                                       
    20004f70  rssiCorrection                                                            
    000178a0  rtosApiTable                                                              
    20002d1c  rtosApiTblPtr                                                             
    20004e88  rxDataQ                                                                   
    20004f79  rxFifoFlowCtrl                                                            
    20004ce4  rxModemTestCmd                                                            
    0001798c  rxPktSuffix                                                               
    20004e90  rxRingBuf                                                                 
    20004de0  rxTestOut                                                                 
    20004d70  rxTestParam                                                               
    000158ad  save_eeprom_struct                                                        
    0000daf5  scalbn                                                                    
    0000daf5  scalbnl                                                                   
    20004c9c  scanCmd                                                                   
    200046ec  scanDataEntry                                                             
    20004d94  scanDataQueue                                                             
    20004f14  scanInfo                                                                  
    20004cb4  scanOutput                                                                
    20004bd0  scanParam                                                                 
    00017990  scanPktSuffix                                                             
    20004f08  sclkSrc                                                                   
    00017556  secondaryServiceUUID                                                      
    00012c69  select_ping_interval                                                      
    10011cb5  sendAuthEvent                                                             
    10011b85  sendEstLinkEvent                                                          
    10011bf9  sendTerminateEvent                                                        
    0001755e  servCharCfgUUID                                                           
    20004ec8  serverInfoTbl                                                             
    20004edc  serviceCBsList                                                            
    0001756e  serviceChangedUUID                                                        
    0000bb59  set_rtc                                                                   
    20001f04  sizeInfo                                                                  
    20001fda  sizeOfllCombineData                                                       
    20004f78  slOverride                                                                
    2000459c  slaveConnHandle                                                           
    20004e0c  slaveUpdateReq                                                            
    100123e1  smAuthReqToUint8                                                          
    1000f819  smDetermineIOCaps                                                         
    1000f9cd  smDetermineKeySize                                                        
    10012445  smEncrypt                                                                 
    10012459  smEncryptLocal                                                            
    1000f985  smEndPairing                                                              
    1000f215  smF5Wrapper                                                               
    10013365  smFinishPublicKeyExchange                                                 
    1000f911  smFreePairingParams                                                       
    0000dc85  smGenerateAddrInput                                                       
    1000f129  smGenerateConfirm                                                         
    1000f2b9  smGenerateDHKeyCheck                                                      
    1000f0d9  smGeneratePairingReqRsp                                                   
    100123b1  smGenerateRandBuf                                                         
    1000f149  smGenerateRandMsg                                                         
    1000f465  smGetECCKeys                                                              
    1000f565  smIncrementEccKeyRecycleCount                                             
    1000eca1  smLinkCheck                                                               
    1000eef1  smNextPairingState                                                        
    1000f58d  smOobSCAuthentication                                                     
    1000f855  smPairingSendEncInfo                                                      
    1000f8c1  smPairingSendIdentityAddrInfo                                             
    1000f899  smPairingSendIdentityInfo                                                 
    1000f869  smPairingSendMasterID                                                     
    1000f8fd  smPairingSendSigningInfo                                                  
    1000eced  smProcessDataMsg                                                          
    0000dd49  smProcessEncryptChange                                                    
    10017715  smProcessHCIBLEEventCode                                                  
    10017765  smProcessHCIBLEMetaEventCode                                              
    100176c1  smProcessOSALMsg                                                          
    1000f05d  smProcessPairingReq                                                       
    1000ec91  smRegisterInitiator                                                       
    1000ec99  smRegisterResponder                                                       
    100134cd  smResponderAuthStageTwo                                                   
    20004584  smResponderCBs                                                            
    10012e29  smResponderProcessLTKReq                                                  
    100136f1  smResponderSendNextKeyInfo                                                
    1000f609  smSavePairInfo                                                            
    000141ad  smSavePairInfo_sPatch                                                     
    1000f18d  smSaveRemotePublicKeys                                                    
    1000f435  smSendDHKeyCheck                                                          
    1000edf9  smSendFailAndEnd                                                          
    000145f5  smSendFailureEvt                                                          
    1000f1bd  smSendPublicKeys                                                          
    1001673d  smSendSMMsg                                                               
    1000f9f1  smSetPairingReqRsp                                                        
    1000f0bd  smStartEncryption                                                         
    1001217d  smStartRspTimer                                                           
    100121a5  smStopRspTimer                                                            
    20004f7c  smTaskID                                                                  
    1000ecdd  smTimedOut                                                                
    10012409  smUint8ToAuthReq                                                          
    00010825  smUpdateEncInfo                                                           
    10012625  sm_CMAC                                                                   
    1000f35d  sm_allocateSCParameters                                                   
    0000d2a9  sm_c1                                                                     
    1001225d  sm_c1new                                                                  
    1000f501  sm_computeDHKey                                                           
    100121b9  sm_d1                                                                     
    10012205  sm_dm                                                                     
    10012895  sm_f4                                                                     
    10012961  sm_f5                                                                     
    10012b01  sm_f6                                                                     
    10012c45  sm_g2                                                                     
    10012365  sm_s1                                                                     
    1001234d  sm_xor                                                                    
    100164ad  smpBuildEncInfo                                                           
    10016579  smpBuildIdentityAddrInfo                                                  
    10016549  smpBuildIdentityInfo                                                      
    1001670d  smpBuildKeypressNoti                                                      
    100164e5  smpBuildMasterID                                                          
    1001640d  smpBuildPairingConfirm                                                    
    100166d9  smpBuildPairingDHKeyCheck                                                 
    1001647d  smpBuildPairingFailed                                                     
    1001666d  smpBuildPairingPublicKey                                                  
    10016445  smpBuildPairingRandom                                                     
    10016255  smpBuildPairingReq                                                        
    1001627d  smpBuildPairingReqRsp                                                     
    10016269  smpBuildPairingRsp                                                        
    10016625  smpBuildSecurityReq                                                       
    100165ed  smpBuildSigningInfo                                                       
    100164c9  smpParseEncInfo                                                           
    100165c9  smpParseIdentityAddrInfo                                                  
    1001659d  smpParseIdentityInfo                                                      
    10016729  smpParseKeypressNoti                                                      
    10016511  smpParseMasterID                                                          
    10016429  smpParsePairingConfirm                                                    
    100166f5  smpParsePairingDHKeyCheck                                                 
    1001648d  smpParsePairingFailed                                                     
    1001669d  smpParsePairingPublicKey                                                  
    10016461  smpParsePairingRandom                                                     
    1001632d  smpParsePairingReq                                                        
    10016649  smpParseSecurityReq                                                       
    10016609  smpParseSigningInfo                                                       
    1000f01d  smpProcessIncoming                                                        
    1001353d  smpResponderProcessEncryptionInformation                                  
    10013641  smpResponderProcessIdentityAddrInfo                                       
    100135fd  smpResponderProcessIdentityInfo                                           
    10012f65  smpResponderProcessIncoming                                               
    10013589  smpResponderProcessMasterID                                               
    10013165  smpResponderProcessPairingConfirm                                         
    10013451  smpResponderProcessPairingDHKeyCheck                                      
    00014621  smpResponderProcessPairingPublicKey                                       
    100131ed  smpResponderProcessPairingRandom                                          
    10013061  smpResponderProcessPairingReq                                             
    00014cd1  smpResponderProcessPairingReq_sPatch                                      
    100136a1  smpResponderProcessSigningInfo                                            
    10013091  smpResponderSendPairRspEvent                                              
    000128dd  snprintf                                                                  
    20001a14  spi1                                                                      
    00017438  spiCC26XXDMAHWAttrs                                                       
    20002768  spiCC26XXDMAObjects                                                       
    20001a1c  spiPinTable                                                               
    20001a48  spi_param                                                                 
    000131fd  sprintf                                                                   
    0000aecd  sqrt                                                                      
    0000aecd  sqrtl                                                                     
    0000fd55  start                                                                     
    00000a8d  startup_entry                                                             
    20000524  stat                                                                      
    20001bb2  status                                                                    
    00010c91  stop                                                                      
    000150d5  strcat                                                                    
    000154af  strchr                                                                    
    000154c5  strcpy                                                                    
    000055dd  strftime                                                                  
    00015661  strlen                                                                    
    00013da9  strncpy                                                                   
    00013a67  strstr                                                                    
    00005a3d  strtod                                                                    
    00005a3d  strtold                                                                   
    100196b8  supportedCmdsTable                                                        
    20004f4c  supportedMaxRxOctets                                                      
    20004f4e  supportedMaxRxTime                                                        
    20004f48  supportedMaxTxOctets                                                      
    20004f4a  supportedMaxTxTime                                                        
    20001e84  t                                                                         
    20001e88  t1                                                                        
    20004f20  taskEndAction                                                             
    20004f50  taskEndStatus                                                             
    000175cc  tasksArr                                                                  
    20002f34  tasksEvents                                                               
    20000564  temp_C                                                                    
    20000560  temp_K                                                                    
    20004f5b  terminateAllTaskID                                                        
    20004f5c  terminateReason                                                           
    200001a4  ti_sysbios_BIOS_Module__state__V                                          
    1001b9d9  ti_sysbios_BIOS_RtsGateProxy_Handle__label__S                             
    1001b9d9  ti_sysbios_BIOS_RtsGateProxy_Handle__label__S__mangled__                  
    1001b88d  ti_sysbios_BIOS_RtsGateProxy_Object__delete__S                            
    1001bfb5  ti_sysbios_BIOS_RtsGateProxy_Params__init__S                              
    1001bfb5  ti_sysbios_BIOS_RtsGateProxy_Params__init__S__mangled__                   
    1001c091  ti_sysbios_BIOS_RtsGateProxy_enter__E                                     
    1001c095  ti_sysbios_BIOS_RtsGateProxy_leave__E                                     
    1001c0bd  ti_sysbios_BIOS_RtsGateProxy_query__E                                     
    1001c0bd  ti_sysbios_BIOS_RtsGateProxy_query__E__mangled__                          
    0001423d  ti_sysbios_BIOS_atExitFunc__I                                             
    000154db  ti_sysbios_BIOS_errorRaiseHook__I                                         
    000154f1  ti_sysbios_BIOS_exitFunc__I                                               
    1001be81  ti_sysbios_BIOS_exit__E                                                   
    1001be91  ti_sysbios_BIOS_getCpuFreq__E                                             
    00015abd  ti_sysbios_BIOS_getThreadType__E                                          
    1001a683  ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E                         
    00013edb  ti_sysbios_BIOS_nullFunc__I                                               
    00014ab9  ti_sysbios_BIOS_registerRTSLock__I                                        
    00014add  ti_sysbios_BIOS_removeRTSLock__I                                          
    00014d91  ti_sysbios_BIOS_rtsLock__I                                                
    00015389  ti_sysbios_BIOS_rtsUnlock__I                                              
    1001bea1  ti_sysbios_BIOS_setThreadType__E                                          
    0001426d  ti_sysbios_BIOS_startFunc__I                                              
    1001beb1  ti_sysbios_BIOS_start__E                                                  
    0000e27d  ti_sysbios_family_arm_cc26xx_Boot_trimDevice                              
    20001f48  ti_sysbios_family_arm_cc26xx_Seconds_Module__state__V                     
    000139c1  ti_sysbios_family_arm_cc26xx_Seconds_get__E                               
    00014b01  ti_sysbios_family_arm_cc26xx_Seconds_set__E                               
    00001280  ti_sysbios_family_arm_cc26xx_Timer_Module__id__C                          
    1001b8f9  ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__S                 
    200001e4  ti_sysbios_family_arm_cc26xx_Timer_Module__state__V                       
    1001b845  ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E                      
    20001b68  ti_sysbios_family_arm_cc26xx_Timer_Object__table__V                       
    00014db1  ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E                         
    000178c0  ti_sysbios_family_arm_cc26xx_Timer_funcHookCH1__C                         
    000178c4  ti_sysbios_family_arm_cc26xx_Timer_funcHookCH2__C                         
    00015675  ti_sysbios_family_arm_cc26xx_Timer_getCount64__E                          
    000139f9  ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E                      
    1001c099  ti_sysbios_family_arm_cc26xx_Timer_getExpiredTicks__E                     
    00014b25  ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E                         
    1001c09d  ti_sysbios_family_arm_cc26xx_Timer_getPeriod__E                           
    00013ddd  ti_sysbios_family_arm_cc26xx_Timer_initDevice__I                          
    10019f25  ti_sysbios_family_arm_cc26xx_Timer_periodicStub__E                        
    1001b4bd  ti_sysbios_family_arm_cc26xx_Timer_postInit__I                            
    00013e77  ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E                         
    1001c0a1  ti_sysbios_family_arm_cc26xx_Timer_setPeriod__E                           
    00012a01  ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I                        
    0000f8fd  ti_sysbios_family_arm_cc26xx_Timer_start__E                               
    000011f8  ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C                       
    1001b4e9  ti_sysbios_family_arm_cc26xx_Timer_startup__E                             
    200001ec  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module__state__V           
    1001b919  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E          
    00015981  ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E                   
    1001b77d  ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E                   
    1001bf6b  ti_sysbios_family_arm_cc26xx_TimestampProvider_getFreq__E                 
    00001282  ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C           
    000011fc  ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C                          
    00001200  ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C                        
    1001a755  ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E                         
    10019fc1  ti_sysbios_family_arm_m3_Hwi_Instance_init__E                             
    20001fd8  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A                  
    20001fcc  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A                 
    20001fd0  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A                   
    00001284  ti_sysbios_family_arm_m3_Hwi_Module__id__C                                
    20001f50  ti_sysbios_family_arm_m3_Hwi_Module__root__V                              
    1001b939  ti_sysbios_family_arm_m3_Hwi_Module__startupDone__S                       
    20000144  ti_sysbios_family_arm_m3_Hwi_Module__state__V                             
    1001aeb5  ti_sysbios_family_arm_m3_Hwi_Module_startup__E                            
    00001204  ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C                            
    00001070  ti_sysbios_family_arm_m3_Hwi_Object__DESC__C                              
    1001c9e8  ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C                            
    00001208  ti_sysbios_family_arm_m3_Hwi_Object__count__C                             
    1001a7b9  ti_sysbios_family_arm_m3_Hwi_Object__create__S                            
    1001b959  ti_sysbios_family_arm_m3_Hwi_Object__delete__S                            
    1001bc39  ti_sysbios_family_arm_m3_Hwi_Object__destruct__S                          
    1001b515  ti_sysbios_family_arm_m3_Hwi_Object__get__S                               
    0000120c  ti_sysbios_family_arm_m3_Hwi_Object__table__C                             
    20001e58  ti_sysbios_family_arm_m3_Hwi_Object__table__V                             
    1001bf79  ti_sysbios_family_arm_m3_Hwi_Params__init__S                              
    00001210  ti_sysbios_family_arm_m3_Hwi_ccr__C                                       
    000150f1  ti_sysbios_family_arm_m3_Hwi_clearInterrupt__E                            
    1001aabd  ti_sysbios_family_arm_m3_Hwi_construct                                    
    000135c9  ti_sysbios_family_arm_m3_Hwi_construct2__E                                
    1001a8e5  ti_sysbios_family_arm_m3_Hwi_create                                       
    1001c0a5  ti_sysbios_family_arm_m3_Hwi_delete                                       
    1001c0a9  ti_sysbios_family_arm_m3_Hwi_destruct                                     
    1001bf85  ti_sysbios_family_arm_m3_Hwi_disableFxn__E                                
    1001af45  ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E                          
    1001a81d  ti_sysbios_family_arm_m3_Hwi_dispatchC__I                                 
    20002c54  ti_sysbios_family_arm_m3_Hwi_dispatchTable                                
    1001c7a5  ti_sysbios_family_arm_m3_Hwi_dispatch__I                                  
    1001c043  ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I                              
    1001c05b  ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I                             
    1001bf91  ti_sysbios_family_arm_m3_Hwi_enableFxn__E                                 
    1001af89  ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E                           
    1001c901  ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I                             
    00001214  ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C                            
    1001b979  ti_sysbios_family_arm_m3_Hwi_excHandler__I                                
    1001b099  ti_sysbios_family_arm_m3_Hwi_getStackInfo__E                              
    1001a171  ti_sysbios_family_arm_m3_Hwi_initNVIC__E                                  
    1001c8b9  ti_sysbios_family_arm_m3_Hwi_initStacks__E                                
    00001218  ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C                               
    0000121c  ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C                       
    e000e000  ti_sysbios_family_arm_m3_Hwi_nvic                                         
    1001c93f  ti_sysbios_family_arm_m3_Hwi_pendSV__I                                    
    1001bdc1  ti_sysbios_family_arm_m3_Hwi_plug__E                                      
    10019e75  ti_sysbios_family_arm_m3_Hwi_postInit__I                                  
    000158cd  ti_sysbios_family_arm_m3_Hwi_post__E                                      
    00001220  ti_sysbios_family_arm_m3_Hwi_priGroup__C                                  
    20000000  ti_sysbios_family_arm_m3_Hwi_ramVectors                                   
    00000000  ti_sysbios_family_arm_m3_Hwi_resetVectors                                 
    1001c061  ti_sysbios_family_arm_m3_Hwi_restoreFxn__E                                
    1001c957  ti_sysbios_family_arm_m3_Hwi_return                                       
    00015bdb  ti_sysbios_family_arm_m3_Hwi_setFunc__E                                   
    1001bc55  ti_sysbios_family_arm_m3_Hwi_setPriority__E                               
    1001c04b  ti_sysbios_family_arm_m3_Hwi_startup__E                                   
    1001be35  ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E                       
    1001c0ad  ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S               
    1001c86d  ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack                       
    1001bf9d  ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E                 
    1001c959  ti_sysbios_family_arm_m3_TaskSupport_glue                                 
    00001224  ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C                    
    1001b155  ti_sysbios_family_arm_m3_TaskSupport_start__E                             
    1001c969  ti_sysbios_family_arm_m3_TaskSupport_swap__E                              
    1001c921  ti_sysbios_family_xxx_Hwi_switchAndRunFunc                                
    1001b999  ti_sysbios_gates_GateHwi_Handle__label__S                                 
    1001b153  ti_sysbios_gates_GateHwi_Instance_init__E                                 
    00001028  ti_sysbios_gates_GateHwi_Module__FXNS__C                                  
    00001286  ti_sysbios_gates_GateHwi_Module__id__C                                    
    20001f58  ti_sysbios_gates_GateHwi_Module__root__V                                  
    00001090  ti_sysbios_gates_GateHwi_Object__DESC__C                                  
    1001cad8  ti_sysbios_gates_GateHwi_Object__PARAMS__C                                
    1001b869  ti_sysbios_gates_GateHwi_Object__create__S                                
    1001b9b9  ti_sysbios_gates_GateHwi_Object__delete__S                                
    1001bfa9  ti_sysbios_gates_GateHwi_enter__E                                         
    1001c067  ti_sysbios_gates_GateHwi_leave__E                                         
    1001c0b1  ti_sysbios_gates_GateHwi_query__E                                         
    1001b9d9  ti_sysbios_gates_GateMutex_Handle__label__S                               
    1001cb68  ti_sysbios_gates_GateMutex_Instance_State_sem__O                          
    1001bec1  ti_sysbios_gates_GateMutex_Instance_finalize__E                           
    1001bc71  ti_sysbios_gates_GateMutex_Instance_init__E                               
    0000104c  ti_sysbios_gates_GateMutex_Module__FXNS__C                                
    00001288  ti_sysbios_gates_GateMutex_Module__id__C                                  
    20001f60  ti_sysbios_gates_GateMutex_Module__root__V                                
    000010b0  ti_sysbios_gates_GateMutex_Object__DESC__C                                
    1001caf0  ti_sysbios_gates_GateMutex_Object__PARAMS__C                              
    1001b36d  ti_sysbios_gates_GateMutex_Object__create__S                              
    1001b88d  ti_sysbios_gates_GateMutex_Object__delete__S                              
    1001b9f9  ti_sysbios_gates_GateMutex_Object__destruct__S                            
    20001c60  ti_sysbios_gates_GateMutex_Object__table__V                               
    1001bfb5  ti_sysbios_gates_GateMutex_Params__init__S                                
    1001b541  ti_sysbios_gates_GateMutex_construct                                      
    1001b39d  ti_sysbios_gates_GateMutex_create                                         
    1001c0b5  ti_sysbios_gates_GateMutex_delete                                         
    1001c0b9  ti_sysbios_gates_GateMutex_destruct                                       
    1001b3cd  ti_sysbios_gates_GateMutex_enter__E                                       
    1001bdd9  ti_sysbios_gates_GateMutex_leave__E                                       
    1001c0bd  ti_sysbios_gates_GateMutex_query__E                                       
    1001b939  ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S                        
    1001b939  ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S__mangled__             
    1001bed1  ti_sysbios_hal_Hwi_HwiProxy_Object__create__S                             
    1001b959  ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S                             
    1001bf79  ti_sysbios_hal_Hwi_HwiProxy_Params__init__S                               
    1001bf79  ti_sysbios_hal_Hwi_HwiProxy_Params__init__S__mangled__                    
    000150f1  ti_sysbios_hal_Hwi_HwiProxy_clearInterrupt__E                             
    1001bc8d  ti_sysbios_hal_Hwi_HwiProxy_create                                        
    1001c0c1  ti_sysbios_hal_Hwi_HwiProxy_delete                                        
    1001af45  ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E                           
    1001af45  ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E__mangled__                
    1001af89  ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E                            
    1001af89  ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E__mangled__                 
    1001b099  ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E                               
    1001b099  ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E__mangled__                    
    000158cd  ti_sysbios_hal_Hwi_HwiProxy_post__E                                       
    1001c04b  ti_sysbios_hal_Hwi_HwiProxy_startup__E                                    
    1001c04b  ti_sysbios_hal_Hwi_HwiProxy_startup__E__mangled__                         
    1001be35  ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E                        
    1001be35  ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E__mangled__             
    1001c039  ti_sysbios_hal_Hwi_Instance_finalize__E                                   
    1001b81d  ti_sysbios_hal_Hwi_Instance_init__E                                       
    20001f68  ti_sysbios_hal_Hwi_Module__root__V                                        
    1001be5d  ti_sysbios_hal_Hwi_Module_startup__E                                      
    000010d0  ti_sysbios_hal_Hwi_Object__DESC__C                                        
    1001ca18  ti_sysbios_hal_Hwi_Object__PARAMS__C                                      
    1001ba19  ti_sysbios_hal_Hwi_Object__delete__S                                      
    000150f1  ti_sysbios_hal_Hwi_clearInterrupt__E                                      
    1001a881  ti_sysbios_hal_Hwi_create                                                 
    1001c0c5  ti_sysbios_hal_Hwi_delete                                                 
    1001af45  ti_sysbios_hal_Hwi_disableInterrupt__E                                    
    1001af45  ti_sysbios_hal_Hwi_disableInterrupt__E                                    
    1001af89  ti_sysbios_hal_Hwi_enableInterrupt__E                                     
    1001af89  ti_sysbios_hal_Hwi_enableInterrupt__E                                     
    1001b099  ti_sysbios_hal_Hwi_getStackInfo__E                                        
    1001b099  ti_sysbios_hal_Hwi_getStackInfo__E                                        
    1001b56d  ti_sysbios_hal_Hwi_initStack                                              
    000158cd  ti_sysbios_hal_Hwi_post__E                                                
    1001c04b  ti_sysbios_hal_Hwi_startup__E                                             
    1001c04b  ti_sysbios_hal_Hwi_startup__E                                             
    1001be35  ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
    1001be35  ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
    000139c1  ti_sysbios_hal_Seconds_SecondsProxy_get__E                                
    00014b01  ti_sysbios_hal_Seconds_SecondsProxy_set__E                                
    000139c1  ti_sysbios_hal_Seconds_get__E                                             
    00014b01  ti_sysbios_hal_Seconds_set__E                                             
    000153a1  ti_sysbios_heaps_HeapCallback_Instance_init__E                            
    000175f4  ti_sysbios_heaps_HeapCallback_Module__FXNS__C                             
    20001f70  ti_sysbios_heaps_HeapCallback_Module__root__V                             
    0001323d  ti_sysbios_heaps_HeapCallback_Module_startup__E                           
    000176b0  ti_sysbios_heaps_HeapCallback_Object__DESC__C                             
    00017708  ti_sysbios_heaps_HeapCallback_Object__PARAMS__C                           
    000178c8  ti_sysbios_heaps_HeapCallback_Object__count__C                            
    0001429d  ti_sysbios_heaps_HeapCallback_Object__create__S                           
    00015689  ti_sysbios_heaps_HeapCallback_Object__get__S                              
    20001f10  ti_sysbios_heaps_HeapCallback_Object__table__V                            
    000178cc  ti_sysbios_heaps_HeapCallback_allocInstFxn__C                             
    000158dd  ti_sysbios_heaps_HeapCallback_alloc__E                                    
    000178d0  ti_sysbios_heaps_HeapCallback_createInstFxn__C                            
    00015c61  ti_sysbios_heaps_HeapCallback_defaultCreate                               
    000178d4  ti_sysbios_heaps_HeapCallback_freeInstFxn__C                              
    000158ed  ti_sysbios_heaps_HeapCallback_free__E                                     
    000178d8  ti_sysbios_heaps_HeapCallback_getStatsInstFxn__C                          
    000158fd  ti_sysbios_heaps_HeapCallback_getStats__E                                 
    000178dc  ti_sysbios_heaps_HeapCallback_initInstFxn__C                              
    000178e0  ti_sysbios_heaps_HeapCallback_isBlockingInstFxn__C                        
    0001590d  ti_sysbios_heaps_HeapCallback_isBlocking__E                               
    00001228  ti_sysbios_heaps_HeapMem_E_memory__C                                      
    1001ba39  ti_sysbios_heaps_HeapMem_Handle__label__S                                 
    1001b18d  ti_sysbios_heaps_HeapMem_Instance_init__E                                 
    1001b9d9  ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S                
    1001b9d9  ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S__mangled__     
    1001b88d  ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__delete__S               
    1001bfb5  ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S                 
    1001bfb5  ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S__mangled__      
    1001c0c9  ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E                        
    1001c0cd  ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E                        
    1001c0bd  ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E                        
    1001c0bd  ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E__mangled__             
    00001000  ti_sysbios_heaps_HeapMem_Module__FXNS__C                                  
    0000122c  ti_sysbios_heaps_HeapMem_Module__gateObj__C                               
    0000128a  ti_sysbios_heaps_HeapMem_Module__id__C                                    
    20001f78  ti_sysbios_heaps_HeapMem_Module__root__V                                  
    000010f0  ti_sysbios_heaps_HeapMem_Object__DESC__C                                  
    1001ca6c  ti_sysbios_heaps_HeapMem_Object__PARAMS__C                                
    00001230  ti_sysbios_heaps_HeapMem_Object__count__C                                 
    1001b599  ti_sysbios_heaps_HeapMem_Object__create__S                                
    1001ba59  ti_sysbios_heaps_HeapMem_Object__delete__S                                
    1001b5c5  ti_sysbios_heaps_HeapMem_Object__get__S                                   
    00001234  ti_sysbios_heaps_HeapMem_Object__table__C                                 
    000107ad  ti_sysbios_heaps_HeapMem_allocUnprotected__E                              
    0001205d  ti_sysbios_heaps_HeapMem_alloc__E                                         
    1001ab6d  ti_sysbios_heaps_HeapMem_freeUnprotected__E                               
    1001b3fd  ti_sysbios_heaps_HeapMem_free__E                                          
    1001aefd  ti_sysbios_heaps_HeapMem_getStats__E                                      
    1001b235  ti_sysbios_heaps_HeapMem_init__I                                          
    1001c06d  ti_sysbios_heaps_HeapMem_isBlocking__E                                    
    00001238  ti_sysbios_heaps_HeapMem_reqAlign__C                                      
    1001bf41  ti_sysbios_heaps_HeapMem_restore__E                                       
    1001be09  ti_sysbios_knl_Clock_Instance_finalize__E                                 
    1001b1c5  ti_sysbios_knl_Clock_Instance_init__E                                     
    1001cb6c  ti_sysbios_knl_Clock_Module_State_clockQ__O                               
    20001f80  ti_sysbios_knl_Clock_Module__root__V                                      
    20000178  ti_sysbios_knl_Clock_Module__state__V                                     
    1001ba79  ti_sysbios_knl_Clock_Module_startup__E                                    
    00001110  ti_sysbios_knl_Clock_Object__DESC__C                                      
    1001ca90  ti_sysbios_knl_Clock_Object__PARAMS__C                                    
    1001b8b1  ti_sysbios_knl_Clock_Object__delete__S                                    
    1001ba99  ti_sysbios_knl_Clock_Object__destruct__S                                  
    20001e18  ti_sysbios_knl_Clock_Object__table__V                                     
    1001bfc1  ti_sysbios_knl_Clock_Params__init__S                                      
    1001b8f9  ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S                    
    1001b8f9  ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S__mangled__         
    1001bee1  ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E                         
    1001c0d1  ti_sysbios_knl_Clock_TimerProxy_getExpiredTicks__E                        
    1001bef1  ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E                            
    1001c0d5  ti_sysbios_knl_Clock_TimerProxy_getPeriod__E                              
    1001bf01  ti_sysbios_knl_Clock_TimerProxy_setNextTick__E                            
    1001b4e9  ti_sysbios_knl_Clock_TimerProxy_startup__E                                
    1001b4e9  ti_sysbios_knl_Clock_TimerProxy_startup__E__mangled__                     
    1001b7a5  ti_sysbios_knl_Clock_addI__E                                              
    1001b269  ti_sysbios_knl_Clock_construct                                            
    1001b1fd  ti_sysbios_knl_Clock_create                                               
    1001c0d9  ti_sysbios_knl_Clock_delete                                               
    1001c0dd  ti_sysbios_knl_Clock_destruct                                             
    0001569d  ti_sysbios_knl_Clock_doTick__I                                            
    000146a5  ti_sysbios_knl_Clock_getTicksUntilInterrupt__E                            
    1001b29d  ti_sysbios_knl_Clock_getTicks__E                                          
    000146d1  ti_sysbios_knl_Clock_getTimeout__E                                        
    1001bfcd  ti_sysbios_knl_Clock_getTimerHandle__E                                    
    00015c65  ti_sysbios_knl_Clock_isActive__E                                          
    1001b843  ti_sysbios_knl_Clock_logTick__E                                           
    1001c0e1  ti_sysbios_knl_Clock_removeI__E                                           
    1001bca9  ti_sysbios_knl_Clock_scheduleNextTick__E                                  
    1001c0e5  ti_sysbios_knl_Clock_setTimeout__E                                        
    1001a1f1  ti_sysbios_knl_Clock_startI__E                                            
    1001be1f  ti_sysbios_knl_Clock_start__E                                             
    1001bab9  ti_sysbios_knl_Clock_stop__E                                              
    0000128e  ti_sysbios_knl_Clock_tickMode__C                                          
    000178e4  ti_sysbios_knl_Clock_tickPeriod__C                                        
    0000123c  ti_sysbios_knl_Clock_triggerClock__C                                      
    1001bdbf  ti_sysbios_knl_Clock_triggerFunc__I                                       
    1001a2f1  ti_sysbios_knl_Clock_walkQueueDynamic__E                                  
    0000f33d  ti_sysbios_knl_Clock_workFuncDynamic__E                                   
    1001a369  ti_sysbios_knl_Clock_workFunc__E                                          
    1001cb70  ti_sysbios_knl_Event_Instance_State_pendQ__O                              
    1001be49  ti_sysbios_knl_Event_Instance_init__E                                     
    20001f88  ti_sysbios_knl_Event_Module__root__V                                      
    00001130  ti_sysbios_knl_Event_Object__DESC__C                                      
    1001cb08  ti_sysbios_knl_Event_Object__PARAMS__C                                    
    1001bad9  ti_sysbios_knl_Event_Object__delete__S                                    
    1001bcc5  ti_sysbios_knl_Event_Object__destruct__S                                  
    1001bfd9  ti_sysbios_knl_Event_Params__init__S                                      
    1001baf9  ti_sysbios_knl_Event_checkEvents__I                                       
    1001b5f1  ti_sysbios_knl_Event_construct                                            
    1001b42d  ti_sysbios_knl_Event_create                                               
    1001c0e9  ti_sysbios_knl_Event_delete                                               
    1001c0ed  ti_sysbios_knl_Event_destruct                                             
    1001b61d  ti_sysbios_knl_Event_pendTimeout__I                                       
    10019bf9  ti_sysbios_knl_Event_pend__E                                              
    1001a455  ti_sysbios_knl_Event_post__E                                              
    1001be6f  ti_sysbios_knl_Event_sync__E                                              
    000178a8  ti_sysbios_knl_Idle_funcList__A                                           
    000011f0  ti_sysbios_knl_Idle_funcList__C                                           
    1001c053  ti_sysbios_knl_Idle_loop__E                                               
    1001bb19  ti_sysbios_knl_Idle_run__E                                                
    1001cb74  ti_sysbios_knl_Mailbox_Instance_State_dataQue__O                          
    1001cb78  ti_sysbios_knl_Mailbox_Instance_State_dataSem__O                          
    1001cb7c  ti_sysbios_knl_Mailbox_Instance_State_freeQue__O                          
    1001cb80  ti_sysbios_knl_Mailbox_Instance_State_freeSem__O                          
    1001a4c5  ti_sysbios_knl_Mailbox_Instance_finalize__E                               
    10019dad  ti_sysbios_knl_Mailbox_Instance_init__E                                   
    20001f90  ti_sysbios_knl_Mailbox_Module__root__V                                    
    1001afcd  ti_sysbios_knl_Mailbox_Module_startup__E                                  
    00001150  ti_sysbios_knl_Mailbox_Object__DESC__C                                    
    1001c9b4  ti_sysbios_knl_Mailbox_Object__PARAMS__C                                  
    00001240  ti_sysbios_knl_Mailbox_Object__count__C                                   
    1001bb39  ti_sysbios_knl_Mailbox_Object__delete__S                                  
    1001bce1  ti_sysbios_knl_Mailbox_Object__destruct__S                                
    1001b649  ti_sysbios_knl_Mailbox_Object__get__S                                     
    00001244  ti_sysbios_knl_Mailbox_Object__table__C                                   
    1001bfe5  ti_sysbios_knl_Mailbox_Params__init__S                                    
    1001abc5  ti_sysbios_knl_Mailbox_construct                                          
    1001a945  ti_sysbios_knl_Mailbox_create                                             
    1001c0f1  ti_sysbios_knl_Mailbox_delete                                             
    1001c0f5  ti_sysbios_knl_Mailbox_destruct                                           
    00001248  ti_sysbios_knl_Mailbox_maxTypeAlign__C                                    
    1001a535  ti_sysbios_knl_Mailbox_pend__E                                            
    1001b675  ti_sysbios_knl_Mailbox_postInit__I                                        
    1001a0ed  ti_sysbios_knl_Mailbox_post__E                                            
    1001c073  ti_sysbios_knl_Queue_Instance_init__E                                     
    20001f98  ti_sysbios_knl_Queue_Module__root__V                                      
    00001170  ti_sysbios_knl_Queue_Object__DESC__C                                      
    1001cb20  ti_sysbios_knl_Queue_Object__PARAMS__C                                    
    0000124c  ti_sysbios_knl_Queue_Object__count__C                                     
    1001bb59  ti_sysbios_knl_Queue_Object__delete__S                                    
    1001bcfd  ti_sysbios_knl_Queue_Object__destruct__S                                  
    1001bb79  ti_sysbios_knl_Queue_Object__get__S                                       
    00001250  ti_sysbios_knl_Queue_Object__table__C                                     
    1001b6a1  ti_sysbios_knl_Queue_construct                                            
    1001b6cd  ti_sysbios_knl_Queue_create                                               
    1001c0f9  ti_sysbios_knl_Queue_delete                                               
    1001bff1  ti_sysbios_knl_Queue_dequeue__E                                           
    1001c0fd  ti_sysbios_knl_Queue_destruct                                             
    1001c079  ti_sysbios_knl_Queue_elemClear__E                                         
    1001bf4f  ti_sysbios_knl_Queue_empty__E                                             
    1001bffd  ti_sysbios_knl_Queue_enqueue__E                                           
    1001bd19  ti_sysbios_knl_Queue_get__E                                               
    1001c101  ti_sysbios_knl_Queue_head__E                                              
    1001c105  ti_sysbios_knl_Queue_next__E                                              
    1001bd35  ti_sysbios_knl_Queue_put__E                                               
    1001bf5d  ti_sysbios_knl_Queue_remove__E                                            
    1001cb84  ti_sysbios_knl_Semaphore_Instance_State_pendQ__O                          
    1001b7cd  ti_sysbios_knl_Semaphore_Instance_finalize__E                             
    1001a685  ti_sysbios_knl_Semaphore_Instance_init__E                                 
    20001fa0  ti_sysbios_knl_Semaphore_Module__root__V                                  
    00001190  ti_sysbios_knl_Semaphore_Object__DESC__C                                  
    1001cab4  ti_sysbios_knl_Semaphore_Object__PARAMS__C                                
    1001b8d5  ti_sysbios_knl_Semaphore_Object__delete__S                                
    1001bb99  ti_sysbios_knl_Semaphore_Object__destruct__S                              
    1001c009  ti_sysbios_knl_Semaphore_Params__init__S                                  
    1001b45d  ti_sysbios_knl_Semaphore_construct                                        
    1001b2d1  ti_sysbios_knl_Semaphore_create                                           
    1001c109  ti_sysbios_knl_Semaphore_delete                                           
    1001c10d  ti_sysbios_knl_Semaphore_destruct                                         
    00001254  ti_sysbios_knl_Semaphore_eventPost__C                                     
    00001258  ti_sysbios_knl_Semaphore_eventSync__C                                     
    1001b6f9  ti_sysbios_knl_Semaphore_pendTimeout__I                                   
    10019b05  ti_sysbios_knl_Semaphore_pend__E                                          
    1001a3e1  ti_sysbios_knl_Semaphore_post__E                                          
    1001bf77  ti_sysbios_knl_Swi_Instance_finalize__E                                   
    1001a9a5  ti_sysbios_knl_Swi_Instance_init__E                                       
    20001ccc  ti_sysbios_knl_Swi_Module_State_0_readyQ__A                               
    20001fa8  ti_sysbios_knl_Swi_Module__root__V                                        
    200001c8  ti_sysbios_knl_Swi_Module__state__V                                       
    1001c07f  ti_sysbios_knl_Swi_Module_startup__E                                      
    000011b0  ti_sysbios_knl_Swi_Object__DESC__C                                        
    1001ca44  ti_sysbios_knl_Swi_Object__PARAMS__C                                      
    0000125c  ti_sysbios_knl_Swi_Object__count__C                                       
    1001bbb9  ti_sysbios_knl_Swi_Object__delete__S                                      
    1001bd51  ti_sysbios_knl_Swi_Object__destruct__S                                    
    1001b725  ti_sysbios_knl_Swi_Object__get__S                                         
    00001260  ti_sysbios_knl_Swi_Object__table__C                                       
    20001cfc  ti_sysbios_knl_Swi_Object__table__V                                       
    1001c015  ti_sysbios_knl_Swi_Params__init__S                                        
    1001ad79  ti_sysbios_knl_Swi_construct                                              
    0001510d  ti_sysbios_knl_Swi_construct2__E                                          
    1001ac1d  ti_sysbios_knl_Swi_create                                                 
    1001c111  ti_sysbios_knl_Swi_delete                                                 
    1001c115  ti_sysbios_knl_Swi_destruct                                               
    1001bf11  ti_sysbios_knl_Swi_disable__E                                             
    1001bf21  ti_sysbios_knl_Swi_enabled__E                                             
    00015ac9  ti_sysbios_knl_Swi_getTrigger__E                                          
    00001264  ti_sysbios_knl_Swi_numPriorities__C                                       
    000153b9  ti_sysbios_knl_Swi_or__E                                                  
    1001c119  ti_sysbios_knl_Swi_postInit__I                                            
    1001b011  ti_sysbios_knl_Swi_post__E                                                
    1001a6ed  ti_sysbios_knl_Swi_restoreHwi__E                                          
    1001b305  ti_sysbios_knl_Swi_restore__E                                             
    1001adc9  ti_sysbios_knl_Swi_runLoop__I                                             
    1001ac75  ti_sysbios_knl_Swi_run__I                                                 
    1001ad25  ti_sysbios_knl_Swi_schedule__I                                            
    00013e11  ti_sysbios_knl_Swi_setPri__E                                              
    1001c085  ti_sysbios_knl_Swi_startup__E                                             
    20002388  ti_sysbios_knl_Task_Instance_State_0_stack__A                             
    1001a059  ti_sysbios_knl_Task_Instance_finalize__E                                  
    10019ce1  ti_sysbios_knl_Task_Instance_init__E                                      
    20001fd4  ti_sysbios_knl_Task_Module_State_0_idleTask__A                            
    20001d2c  ti_sysbios_knl_Task_Module_State_0_readyQ__A                              
    1001cb88  ti_sysbios_knl_Task_Module_State_inactiveQ__O                             
    20001fb0  ti_sysbios_knl_Task_Module__root__V                                       
    20000100  ti_sysbios_knl_Task_Module__state__V                                      
    1001aa05  ti_sysbios_knl_Task_Module_startup__E                                     
    000011d0  ti_sysbios_knl_Task_Object__DESC__C                                       
    1001c978  ti_sysbios_knl_Task_Object__PARAMS__C                                     
    00001268  ti_sysbios_knl_Task_Object__count__C                                      
    1001bbd9  ti_sysbios_knl_Task_Object__delete__S                                     
    1001bd6d  ti_sysbios_knl_Task_Object__destruct__S                                   
    1001bbf9  ti_sysbios_knl_Task_Object__get__S                                        
    0000126c  ti_sysbios_knl_Task_Object__table__C                                      
    20001b18  ti_sysbios_knl_Task_Object__table__V                                      
    1001c021  ti_sysbios_knl_Task_Params__init__S                                       
    1001c0ad  ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S                   
    1001c0ad  ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S__mangled__        
    1001bf9d  ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E                     
    1001bf9d  ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E__mangled__          
    1001b155  ti_sysbios_knl_Task_SupportProxy_start__E                                 
    1001b155  ti_sysbios_knl_Task_SupportProxy_start__E__mangled__                      
    1001c969  ti_sysbios_knl_Task_SupportProxy_swap__E                                  
    1001c969  ti_sysbios_knl_Task_SupportProxy_swap__E__mangled__                       
    00001270  ti_sysbios_knl_Task_allBlockedFunc__C                                     
    1001b055  ti_sysbios_knl_Task_allBlockedFunction__I                                 
    1001b339  ti_sysbios_knl_Task_blockI__E                                             
    1001ae19  ti_sysbios_knl_Task_construct                                             
    1001accd  ti_sysbios_knl_Task_create                                                
    00001274  ti_sysbios_knl_Task_defaultStackHeap__C                                   
    00001278  ti_sysbios_knl_Task_defaultStackSize__C                                   
    1001c11d  ti_sysbios_knl_Task_delete                                                
    1001c121  ti_sysbios_knl_Task_destruct                                              
    1001bf31  ti_sysbios_knl_Task_disable__E                                            
    1001c08b  ti_sysbios_knl_Task_enable__E                                             
    1001bd89  ti_sysbios_knl_Task_enter__I                                              
    1001b119  ti_sysbios_knl_Task_exit__E                                               
    0000128c  ti_sysbios_knl_Task_initStackFlag__C                                      
    0000127c  ti_sysbios_knl_Task_numConstructedTasks__C                                
    1001a271  ti_sysbios_knl_Task_postInit__I                                           
    1001b48d  ti_sysbios_knl_Task_processVitalTaskFlag__I                               
    1001bc19  ti_sysbios_knl_Task_restoreHwi__E                                         
    1001b7f5  ti_sysbios_knl_Task_restore__E                                            
    1001ae69  ti_sysbios_knl_Task_schedule__I                                           
    1001c02d  ti_sysbios_knl_Task_self__E                                               
    1001bda5  ti_sysbios_knl_Task_sleepTimeout__I                                       
    1001a5a5  ti_sysbios_knl_Task_sleep__E                                              
    1001aa61  ti_sysbios_knl_Task_startCore__E                                          
    1001c125  ti_sysbios_knl_Task_startup__E                                            
    1001c971  ti_sysbios_knl_Task_swapReturn                                            
    1001b751  ti_sysbios_knl_Task_unblockI__E                                           
    1001bdf1  ti_sysbios_knl_Task_unblock__E                                            
    1001b0d9  ti_sysbios_knl_Task_yield__E                                              
    00001304  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E       
    00001308  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E   
    0000130c  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E      
    00001310  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I       
    00001314  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E      
    00001318  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I     
    0000131c  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E            
    00001320  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    00001324  ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I                        
    00001328  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E               
    0000132c  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E                
    10019b00  ti_sysbios_rom_cortexm_cc26xx_r2_CC26xx_REVISION__C                       
    000153d1  time                                                                      
    20000574  timerHandler                                                              
    20002ea8  timerHead                                                                 
    20002f38  trngCC26XXObjects                                                         
    00017858  trngDriverTable                                                           
    20004efc  trngDrvTblPtr                                                             
    20004ccc  trxTestCmd                                                                
    0000cb4d  tx                                                                        
    20004e8c  txDataQ                                                                   
    20004c34  txModemTestCmd                                                            
    00017988  txPowerTable                                                              
    00017968  txPwrTbl                                                                  
    20004e94  txTestOut                                                                 
    20004dc4  txTestParam                                                               
    000143e3  uartLog_flush                                                             
    000178b0  udmaHWAttrs                                                               
    20002e50  udmaObjects                                                               
    20001740  unix_epoch                                                                
    00013ea9  update_unplanned_server_data_rd_wr_block                                  
    20001ee8  user0Cfg                                                                  
    00017570  validRangeUUID                                                            
    20004e60  verInfo                                                                   
    00011b29  w25qxx_block_erase_bulk                                                   
    0001591d  w25qxx_read_status                                                        
    000142cd  w25qxx_wait_busy                                                          
    000178b8  watchdogCC26XXHWAttrs                                                     
    20002e28  watchdogCC26XXObjects                                                     
    0001492b  watchdogCallback                                                          
    2000056c  watchdogHandle                                                            
    000156f9  wcslen                                                                    
    20000720  wdt_params                                                                
    20001bb1  whoami                                                                    
    00017996  wlSize                                                                    
    200047cc  wlTable                                                                   
    200048a8  wlTableScan                                                               
    00012cf1  write                                                                     
    00013ea9  write_unplanned_server_data_rd_wr_flash                                   
    2000052c  x_acc                                                                     
    00000001  xdc_rov_runtime_Mon__checksum                                             
    00000001  xdc_rov_runtime_Mon__write                                                
    000012a0  xdc_runtime_Assert_E_assertFailed__C                                      
    1001c465  xdc_runtime_Assert_raise__I                                               
    1001c5b9  xdc_runtime_Core_assignLabel__I                                           
    1001c4ad  xdc_runtime_Core_assignParams__I                                          
    1001c4f5  xdc_runtime_Core_constructObject__I                                       
    1001c2c9  xdc_runtime_Core_createObject__I                                          
    1001c3b5  xdc_runtime_Core_deleteObject__I                                          
    1001c6a5  xdc_runtime_Core_destructObject__I                                        
    000012a4  xdc_runtime_Error_E_memory__C                                             
    20001e38  xdc_runtime_Error_IgnoreBlock                                             
    20000204  xdc_runtime_Error_Module__state__V                                        
    1001c6bd  xdc_runtime_Error_check__E                                                
    000012f8  xdc_runtime_Error_maxDepth__C                                             
    000012a8  xdc_runtime_Error_policyFxn__C                                            
    1001c413  xdc_runtime_Error_policySpin__E                                           
    00001300  xdc_runtime_Error_policy__C                                               
    000012ac  xdc_runtime_Error_raiseHook__C                                            
    1001c66d  xdc_runtime_Error_raiseX__E                                               
    1001c795  xdc_runtime_Gate_enterSystem__E                                           
    1001c789  xdc_runtime_Gate_leaveSystem__E                                           
    000012b0  xdc_runtime_IGateProvider_Interface__BASE__C                              
    000012b4  xdc_runtime_IHeap_Interface__BASE__C                                      
    000012b8  xdc_runtime_IModule_Interface__BASE__C                                    
    1001b999  xdc_runtime_Main_Module_GateProxy_Handle__label__S                        
    1001c0b1  xdc_runtime_Main_Module_GateProxy_query__E                                
    1001ba39  xdc_runtime_Memory_HeapProxy_Handle__label__S                             
    1001ba39  xdc_runtime_Memory_HeapProxy_Handle__label__S__mangled__                  
    1001ba59  xdc_runtime_Memory_HeapProxy_Object__delete__S                            
    1001c775  xdc_runtime_Memory_HeapProxy_alloc__E                                     
    1001c77f  xdc_runtime_Memory_HeapProxy_free__E                                      
    000012fa  xdc_runtime_Memory_Module__id__C                                          
    20000200  xdc_runtime_Memory_Module__state__V                                       
    1001c349  xdc_runtime_Memory_alloc__E                                               
    1001c751  xdc_runtime_Memory_calloc__E                                              
    000012bc  xdc_runtime_Memory_defaultHeapInstance__C                                 
    1001c705  xdc_runtime_Memory_free__E                                                
    1001c75d  xdc_runtime_Memory_getMaxDefaultTypeAlign__E                              
    1001c689  xdc_runtime_Memory_valloc__E                                              
    200001f0  xdc_runtime_Startup_Module__state__V                                      
    00000001  xdc_runtime_Startup__EXECFXN__C                                           
    00000001  xdc_runtime_Startup__RESETFXN__C                                          
    000012c0  xdc_runtime_Startup_execImpl__C                                           
    1001c415  xdc_runtime_Startup_exec__E                                               
    0001570b  xdc_runtime_Startup_exec__I                                               
    00017864  xdc_runtime_Startup_firstFxns__A                                          
    00001290  xdc_runtime_Startup_firstFxns__C                                          
    00011b85  xdc_runtime_Startup_getState__I                                           
    00001298  xdc_runtime_Startup_lastFxns__C                                           
    000012c4  xdc_runtime_Startup_maxPasses__C                                          
    00015c69  xdc_runtime_Startup_reset__I                                              
    1001c769  xdc_runtime_Startup_rtsDone__E                                            
    000177b4  xdc_runtime_Startup_sfxnRts__A                                            
    000012c8  xdc_runtime_Startup_sfxnRts__C                                            
    0001761c  xdc_runtime_Startup_sfxnTab__A                                            
    000012cc  xdc_runtime_Startup_sfxnTab__C                                            
    000012d0  xdc_runtime_Startup_startModsFxn__C                                       
    1001c129  xdc_runtime_Startup_startMods__I                                          
    000012d4  xdc_runtime_SysCallback_abortFxn__C                                       
    1001c715  xdc_runtime_SysCallback_abort__E                                          
    00015177  xdc_runtime_SysCallback_defaultAbort                                      
    00015533  xdc_runtime_SysCallback_defaultExit                                       
    000012d8  xdc_runtime_SysCallback_exitFxn__C                                        
    1001c725  xdc_runtime_SysCallback_exit__E                                           
    1001b999  xdc_runtime_System_Module_GateProxy_Handle__label__S                      
    1001b999  xdc_runtime_System_Module_GateProxy_Handle__label__S__mangled__           
    1001b9b9  xdc_runtime_System_Module_GateProxy_Object__delete__S                     
    1001c799  xdc_runtime_System_Module_GateProxy_enter__E                              
    1001c79d  xdc_runtime_System_Module_GateProxy_leave__E                              
    1001c0b1  xdc_runtime_System_Module_GateProxy_query__E                              
    1001c0b1  xdc_runtime_System_Module_GateProxy_query__E__mangled__                   
    200001f8  xdc_runtime_System_Module__state__V                                       
    1001c78f  xdc_runtime_System_Module_startup__E                                      
    1001c715  xdc_runtime_System_SupportProxy_abort__E                                  
    1001c725  xdc_runtime_System_SupportProxy_exit__E                                   
    000012dc  xdc_runtime_System_abortFxn__C                                            
    1001c7a1  xdc_runtime_System_abortSpin__E                                           
    00015c4d  xdc_runtime_System_abortStd__E                                            
    1001c64d  xdc_runtime_System_abort__E                                               
    1001c581  xdc_runtime_System_atexit__E                                              
    000012e0  xdc_runtime_System_exitFxn__C                                             
    1001c7a3  xdc_runtime_System_exitSpin__E                                            
    1001c6d5  xdc_runtime_System_exit__E                                                
    000012e4  xdc_runtime_System_maxAtexitHandlers__C                                   
    1001c5ed  xdc_runtime_System_processAtExit__E                                       
    000012fc  xdc_runtime_Text_charCnt__C                                               
    00016e07  xdc_runtime_Text_charTab__A                                               
    000012e8  xdc_runtime_Text_charTab__C                                               
    1001c621  xdc_runtime_Text_cordText__E                                              
    000012fe  xdc_runtime_Text_isLoaded__C                                              
    000012ec  xdc_runtime_Text_nameEmpty__C                                             
    000012f0  xdc_runtime_Text_nameStatic__C                                            
    000012f4  xdc_runtime_Text_nameUnknown__C                                           
    1001c6ed  xdc_runtime_Text_ropeText__E                                              
    1001c735  xdc_runtime_Timestamp_SupportProxy_get32__E                               
    00015981  xdc_runtime_Timestamp_SupportProxy_get32__E__mangled__                    
    1001b77d  xdc_runtime_Timestamp_SupportProxy_get64__E                               
    1001b77d  xdc_runtime_Timestamp_SupportProxy_get64__E__mangled__                    
    1001bf6b  xdc_runtime_Timestamp_SupportProxy_getFreq__E                             
    1001bf6b  xdc_runtime_Timestamp_SupportProxy_getFreq__E__mangled__                  
    1001c735  xdc_runtime_Timestamp_get32__E                                            
    1001c735  xdc_runtime_Timestamp_get32__E                                            
    1001b77d  xdc_runtime_Timestamp_get64__E                                            
    1001b77d  xdc_runtime_Timestamp_get64__E                                            
    1001bf6b  xdc_runtime_Timestamp_getFreq__E                                          
    1001bf6b  xdc_runtime_Timestamp_getFreq__E                                          
    1001284d  xor_128                                                                   
    2000052e  y_acc                                                                     
    1000de81  zADD                                                                      
    1000e021  zADD32                                                                    
    1000df4d  zMACC32                                                                   
    1000e075  zMULT32                                                                   
    1000dd25  zSET                                                                      
    1000dec9  zSUB                                                                      
    1000dfd5  zSUB32                                                                    
    20000530  z_acc                                                                     
    20001c50  z_angle_degree                                                            
    
    
    GLOBAL SYMBOLS: SORTED BY Symbol Address 
    
    address   name                                                                      
    -------   ----                                                                      
    00000000  __ASM__                                                                   
    00000000  __TI_static_base__                                                        
    00000000  __UNUSED_FLASH_start__                                                    
    00000000  ti_sysbios_family_arm_m3_Hwi_resetVectors                                 
    00000001  xdc_rov_runtime_Mon__checksum                                             
    00000001  xdc_rov_runtime_Mon__write                                                
    00000001  xdc_runtime_Startup__EXECFXN__C                                           
    00000001  xdc_runtime_Startup__RESETFXN__C                                          
    0000003d  __TI_printfi                                                              
    00000088  __ISA__                                                                   
    0000009a  __PLAT__                                                                  
    000000c1  __TARG__                                                                  
    000000e6  __TRDR__                                                                  
    00000400  __STACK_SIZE                                                              
    00000a8b  DefaultAssertCback                                                        
    00000a8d  startup_entry                                                             
    00001000  ti_sysbios_heaps_HeapMem_Module__FXNS__C                                  
    00001028  ti_sysbios_gates_GateHwi_Module__FXNS__C                                  
    0000104c  ti_sysbios_gates_GateMutex_Module__FXNS__C                                
    00001070  ti_sysbios_family_arm_m3_Hwi_Object__DESC__C                              
    00001090  ti_sysbios_gates_GateHwi_Object__DESC__C                                  
    000010b0  ti_sysbios_gates_GateMutex_Object__DESC__C                                
    000010d0  ti_sysbios_hal_Hwi_Object__DESC__C                                        
    000010f0  ti_sysbios_heaps_HeapMem_Object__DESC__C                                  
    00001110  ti_sysbios_knl_Clock_Object__DESC__C                                      
    00001130  ti_sysbios_knl_Event_Object__DESC__C                                      
    00001150  ti_sysbios_knl_Mailbox_Object__DESC__C                                    
    00001170  ti_sysbios_knl_Queue_Object__DESC__C                                      
    00001190  ti_sysbios_knl_Semaphore_Object__DESC__C                                  
    000011b0  ti_sysbios_knl_Swi_Object__DESC__C                                        
    000011d0  ti_sysbios_knl_Task_Object__DESC__C                                       
    000011f0  ti_sysbios_knl_Idle_funcList__C                                           
    000011f8  ti_sysbios_family_arm_cc26xx_Timer_startupNeeded__C                       
    000011fc  ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C                          
    00001200  ti_sysbios_family_arm_m3_Hwi_E_hwiLimitExceeded__C                        
    00001204  ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C                            
    00001208  ti_sysbios_family_arm_m3_Hwi_Object__count__C                             
    0000120c  ti_sysbios_family_arm_m3_Hwi_Object__table__C                             
    00001210  ti_sysbios_family_arm_m3_Hwi_ccr__C                                       
    00001214  ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C                            
    00001218  ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C                               
    0000121c  ti_sysbios_family_arm_m3_Hwi_numSparseInterrupts__C                       
    00001220  ti_sysbios_family_arm_m3_Hwi_priGroup__C                                  
    00001224  ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C                    
    00001228  ti_sysbios_heaps_HeapMem_E_memory__C                                      
    0000122c  ti_sysbios_heaps_HeapMem_Module__gateObj__C                               
    00001230  ti_sysbios_heaps_HeapMem_Object__count__C                                 
    00001234  ti_sysbios_heaps_HeapMem_Object__table__C                                 
    00001238  ti_sysbios_heaps_HeapMem_reqAlign__C                                      
    0000123c  ti_sysbios_knl_Clock_triggerClock__C                                      
    00001240  ti_sysbios_knl_Mailbox_Object__count__C                                   
    00001244  ti_sysbios_knl_Mailbox_Object__table__C                                   
    00001248  ti_sysbios_knl_Mailbox_maxTypeAlign__C                                    
    0000124c  ti_sysbios_knl_Queue_Object__count__C                                     
    00001250  ti_sysbios_knl_Queue_Object__table__C                                     
    00001254  ti_sysbios_knl_Semaphore_eventPost__C                                     
    00001258  ti_sysbios_knl_Semaphore_eventSync__C                                     
    0000125c  ti_sysbios_knl_Swi_Object__count__C                                       
    00001260  ti_sysbios_knl_Swi_Object__table__C                                       
    00001264  ti_sysbios_knl_Swi_numPriorities__C                                       
    00001268  ti_sysbios_knl_Task_Object__count__C                                      
    0000126c  ti_sysbios_knl_Task_Object__table__C                                      
    00001270  ti_sysbios_knl_Task_allBlockedFunc__C                                     
    00001274  ti_sysbios_knl_Task_defaultStackHeap__C                                   
    00001278  ti_sysbios_knl_Task_defaultStackSize__C                                   
    0000127c  ti_sysbios_knl_Task_numConstructedTasks__C                                
    00001280  ti_sysbios_family_arm_cc26xx_Timer_Module__id__C                          
    00001282  ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C           
    00001284  ti_sysbios_family_arm_m3_Hwi_Module__id__C                                
    00001286  ti_sysbios_gates_GateHwi_Module__id__C                                    
    00001288  ti_sysbios_gates_GateMutex_Module__id__C                                  
    0000128a  ti_sysbios_heaps_HeapMem_Module__id__C                                    
    0000128c  ti_sysbios_knl_Task_initStackFlag__C                                      
    0000128e  ti_sysbios_knl_Clock_tickMode__C                                          
    00001290  xdc_runtime_Startup_firstFxns__C                                          
    00001298  xdc_runtime_Startup_lastFxns__C                                           
    000012a0  xdc_runtime_Assert_E_assertFailed__C                                      
    000012a4  xdc_runtime_Error_E_memory__C                                             
    000012a8  xdc_runtime_Error_policyFxn__C                                            
    000012ac  xdc_runtime_Error_raiseHook__C                                            
    000012b0  xdc_runtime_IGateProvider_Interface__BASE__C                              
    000012b4  xdc_runtime_IHeap_Interface__BASE__C                                      
    000012b8  xdc_runtime_IModule_Interface__BASE__C                                    
    000012bc  xdc_runtime_Memory_defaultHeapInstance__C                                 
    000012c0  xdc_runtime_Startup_execImpl__C                                           
    000012c4  xdc_runtime_Startup_maxPasses__C                                          
    000012c8  xdc_runtime_Startup_sfxnRts__C                                            
    000012cc  xdc_runtime_Startup_sfxnTab__C                                            
    000012d0  xdc_runtime_Startup_startModsFxn__C                                       
    000012d4  xdc_runtime_SysCallback_abortFxn__C                                       
    000012d8  xdc_runtime_SysCallback_exitFxn__C                                        
    000012dc  xdc_runtime_System_abortFxn__C                                            
    000012e0  xdc_runtime_System_exitFxn__C                                             
    000012e4  xdc_runtime_System_maxAtexitHandlers__C                                   
    000012e8  xdc_runtime_Text_charTab__C                                               
    000012ec  xdc_runtime_Text_nameEmpty__C                                             
    000012f0  xdc_runtime_Text_nameStatic__C                                            
    000012f4  xdc_runtime_Text_nameUnknown__C                                           
    000012f8  xdc_runtime_Error_maxDepth__C                                             
    000012fa  xdc_runtime_Memory_Module__id__C                                          
    000012fc  xdc_runtime_Text_charCnt__C                                               
    000012fe  xdc_runtime_Text_isLoaded__C                                              
    00001300  xdc_runtime_Error_policy__C                                               
    00001304  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E       
    00001308  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E   
    0000130c  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E      
    00001310  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_initDevice__I       
    00001314  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E      
    00001318  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I     
    0000131c  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_Timer_start__E            
    00001320  ti_sysbios_rom_ROM_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    00001324  ti_sysbios_rom_ROM_xdc_runtime_Startup_getState__I                        
    00001328  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_abort__E               
    0000132c  ti_sysbios_rom_ROM_xdc_runtime_System_SupportProxy_exit__E                
    00002439  pow                                                                       
    00002439  powl                                                                      
    00002e01  app_process_ble_msg                                                       
    00003f65  decode_bt_cmd                                                             
    00005165  LL_Init                                                                   
    000055dd  strftime                                                                  
    00005a3d  strtod                                                                    
    00005a3d  strtold                                                                   
    00005e8d  llSetupNextSlaveEvent                                                     
    000061bd  LL_ProcessEvent                                                           
    000064dd  PowerCC26XX_auxISR                                                        
    000067f1  prepare_protocol                                                          
    00006af9  llScheduler                                                               
    00006ded  atan                                                                      
    00006ded  atanl                                                                     
    000070d9  llGetNextConn                                                             
    0000794d  __mktime32                                                                
    0000794d  mktime                                                                    
    00007bed  GAPRole_SetParameter                                                      
    00007e81  LL_LastCmdDoneCback                                                       
    000081d7  __checksum_value                                                          
    000085e9  llProcessSlaveControlPacket2                                              
    00008a61  GAPBondMgr_SetParameter                                                   
    00008c8d  Power_sleep                                                               
    00008eb9  NOROM_SysCtrlSetRechargeBeforePowerDown                                   
    000090d9  SPICC26XXDMA_transfer                                                     
    000092f5  GAPBondMgr_ProcessGAPMsg                                                  
    00009501  RF_open                                                                   
    0000970d  GATTServApp_ReadAttr                                                      
    0000a049  __aeabi_dsub                                                              
    0000a053  __aeabi_dadd                                                              
    0000a1ff  ICall_abort                                                               
    0000a201  PIN_init                                                                  
    0000a3b1  LL_RxIgnoredCback                                                         
    0000a561  ECCROMCC26XX_genDHKey                                                     
    0000a705  PowerCC26XX_doCalibrate                                                   
    0000aa25  icall_directAPI                                                           
    0000abb5  LL_Reset                                                                  
    0000ad41  LL_RxEntryDoneCback                                                       
    0000aecd  sqrt                                                                      
    0000aecd  sqrtl                                                                     
    0000b195  GAPBondMgr_ProcessEvent                                                   
    0000b2e5  llCombinePDU                                                              
    0000b571  __aeabi_ddiv                                                              
    0000b6a7  Onboard_soft_reset                                                        
    0000b6a9  __localtime32                                                             
    0000b6a9  localtime                                                                 
    0000b7dd  Power_init                                                                
    0000b909  ECCROMCC26XX_genKeys                                                      
    0000ba31  llFindNextSecTask                                                         
    0000bb59  set_rtc                                                                   
    0000bc81  GAPRole_GetParameter                                                      
    0000bfe9  SPICC26XXDMA_open                                                         
    0000c105  gapPairingCompleteCB                                                      
    0000c219  read_unsent_data_unplanned_server                                         
    0000c43d  gattProcessFindInfoReq                                                    
    0000c75d  read                                                                      
    0000c85d  __aeabi_dmul                                                              
    0000c959  __aeabi_fsub                                                              
    0000c95d  __aeabi_fadd                                                              
    0000ca55  osal_snv_write                                                            
    0000cb4d  tx                                                                        
    0000cd35  LL_dynamicFree                                                            
    0000ce25  gattServApp_ProcessReadByTypeReq                                          
    0000cf11  PowerCC26XX_standbyPolicy                                                 
    0000cff9  osalTimerUpdate                                                           
    0000d0e1  SPICC26XXDMA_transferCancel                                               
    0000d1c5  LL_SetConnectionEvent                                                     
    0000d2a9  sm_c1                                                                     
    0000d46d  ADCCC26XX_convert                                                         
    0000d545  GAPBondMgr_LinkEst                                                        
    0000d619  RF_pendCmd                                                                
    0000d6ed  Util_get_parameter_from_data                                              
    0000d7c1  GPTimerCC26XX_open                                                        
    0000d891  RF_postCmd                                                                
    0000da29  main                                                                      
    0000daf5  ldexp                                                                     
    0000daf5  ldexpl                                                                    
    0000daf5  scalbn                                                                    
    0000daf5  scalbnl                                                                   
    0000dbc1  RF_control                                                                
    0000dc85  smGenerateAddrInput                                                       
    0000dd49  smProcessEncryptChange                                                    
    0000df8d  osal_set_event                                                            
    0000e04d  Power_releaseDependency                                                   
    0000e109  llScheduleTask                                                            
    0000e1c5  NOROM_AUXADCEnableSync                                                    
    0000e27d  NOROM_SetupTrimDevice                                                     
    0000e27d  ti_sysbios_family_arm_cc26xx_Boot_trimDevice                              
    0000e331  Power_setDependency                                                       
    0000e497  SM_dhKeyCB                                                                
    0000e499  TRNGCC26XX_getNumber                                                      
    0000e549  gapSetAdvParams                                                           
    0000e759  GATTServApp_ProcessCharCfg                                                
    0000e8b1  GAPBondMgr_ResolveAddr                                                    
    0000e9f9  llSetupConnParamReq                                                       
    0000ebe5  PIN_open                                                                  
    0000ed25  __TI_auto_init                                                            
    0000edc5  osal_timer_refTimeUpdate                                                  
    0000ef03  SM_p256KeyCB                                                              
    0000efa1  WatchdogCC26XX_open                                                       
    0000f0d9  __aeabi_memcpy                                                            
    0000f0d9  __aeabi_memcpy4                                                           
    0000f0d9  __aeabi_memcpy8                                                           
    0000f0d9  memcpy                                                                    
    0000f175  LL_EXT_ChanMapUpdateCback                                                 
    0000f20d  llSetupEncRsp                                                             
    0000f2a5  osal_CbTimerProcessEvent                                                  
    0000f33d  ti_sysbios_knl_Clock_workFuncDynamic__E                                   
    0000f3d5  __aeabi_uldivmod                                                          
    0000f46b  WatchdogCC26XX_close                                                      
    0000f46d  CryptoCC26XX_allocateKey                                                  
    0000f501  ICall_setTimer                                                            
    0000f595  NOROM_CRYPTOAesLoadKey                                                    
    0000f629  __aeabi_fdiv                                                              
    0000f6bb  _nop                                                                      
    0000f6bd  CryptoCC26XX_open                                                         
    0000f74d  SPICC26XXDMA_control                                                      
    0000f7dd  flash_write                                                               
    0000f86d  osal_msg_receive                                                          
    0000f8fd  ti_sysbios_family_arm_cc26xx_Timer_start__E                               
    0000f98d  ICall_heapMalloc                                                          
    0000faa5  LL_ENC_DecryptMsg                                                         
    0000fbbd  ADCCC26XX_open                                                            
    0000fc45  NOROM_AUXADCDisable                                                       
    0000fd55  start                                                                     
    0000fddd  __aeabi_cdcmpeq                                                           
    0000fddd  __aeabi_cdcmple                                                           
    0000fe63  __aeabi_cdrcmple                                                          
    0000fee9  NOROM_CRYPTOCcmInvAuthDecryptResultGet                                    
    0000fff1  GGS_SetParameter                                                          
    00010175  DataService_SetParameter                                                  
    0001026d  HCI_HardwareErrorEvent                                                    
    000102e9  llAllocTask                                                               
    00010365  gapProcessDisconnectCompleteEvt                                           
    0001045d  read_flash                                                                
    000104d9  __aeabi_fmul                                                              
    00010553  __aeabi_memclr                                                            
    00010553  __aeabi_memclr4                                                           
    00010553  __aeabi_memclr8                                                           
    00010555  __aeabi_memset                                                            
    00010555  __aeabi_memset4                                                           
    00010555  __aeabi_memset8                                                           
    0001055b  memset                                                                    
    000105cd  BLOCK_erase                                                               
    00010645  GAPBondMgr_syncResolvingList                                              
    000106bd  llSetNextDataChan                                                         
    00010735  GATTServApp_WriteAttr                                                     
    000107ad  ti_sysbios_heaps_HeapMem_allocUnprotected__E                              
    00010825  smUpdateEncInfo                                                           
    0001090d  llValidateConnParams                                                      
    00010981  ICall_getHeapStats                                                        
    00010981  ICall_heapGetStats                                                        
    000109f1  ICall_heapInit                                                            
    00010a61  NOROM_SysCtrlAdjustRechargeAfterPowerDown                                 
    00010ad1  ble_dispatch_liteProcess                                                  
    00010b41  llApplyParamUpdate                                                        
    00010bb1  HCI_ProcessEvent                                                          
    00010c91  stop                                                                      
    00010d71  __aeabi_d2f                                                               
    00010ddf  __aeabi_ldivmod                                                           
    00010e4d  ICall_sendServiceComplete                                                 
    00010eb9  NOROM_OSCHF_AttemptToSwitchToXosc                                         
    00010f25  PowerCC26XX_initiateCalibration                                           
    00010f91  llSetupFeatureSetRsp                                                      
    00010ffd  llFindStartType                                                           
    00011141  CryptoCC26XX_loadKey                                                      
    000111a9  NOROM_SysCtrl_DCDC_VoltageConditionalControl                              
    00011211  PIN_add                                                                   
    00011279  RF_getCurrentTime                                                         
    00011349  Util_convertArrayToHexString                                              
    000113b1  __TI_decompress_lzss                                                      
    00011419  osal_CbTimerUpdate                                                        
    00011481  ICall_send                                                                
    000114e5  gattServApp_ProcessReliableWrites                                         
    00011549  GATTServApp_ProcessCCCWriteReq                                            
    000115a9  ICall_createRemoteTasksAtRuntime                                          
    00011609  ICall_enrollService                                                       
    00011669  PowerCC26XX_calibrate                                                     
    00011729  __aeabi_cfcmpeq                                                           
    00011729  __aeabi_cfcmple                                                           
    00011789  __aeabi_cfrcmple                                                          
    000117e9  ICall_fetchMsg                                                            
    00011847  halAssertHandler                                                          
    00011849  CryptoResourceCC26XX_constructRTOSObjects                                 
    000118a5  ICall_pwrUpdActivityCounter                                               
    00011901  PowerCC26XX_RCOSC_clockFunc                                               
    00011a15  UDMACC26XX_open                                                           
    00011a71  GATTServApp_Init                                                          
    00011acd  frexp                                                                     
    00011acd  frexpl                                                                    
    00011b29  w25qxx_block_erase_bulk                                                   
    00011b85  xdc_runtime_Startup_getState__I                                           
    00011be1  AssertHandler                                                             
    00011ced  GPTimerCC26XX_stop                                                        
    00011d45  ICall_wait                                                                
    00011d9d  PIN_remove                                                                
    00011e4d  RF_getInfo                                                                
    00011ea5  Util_constructClock                                                       
    00011efd  GAP_RegisterConnEventCb                                                   
    00012005  osal_CbTimerStop                                                          
    0001205d  ti_sysbios_heaps_HeapMem_alloc__E                                         
    00012163  halAssertSpinlock                                                         
    00012261  __TI_ltoa                                                                 
    000122b5  linkDB_Authen                                                             
    00012309  gattServApp_EnqueuePrepareWriteReq                                        
    0001235d  SPICC26XXDMA_close                                                        
    00012401  ClockP_construct                                                          
    000124a1  ECCROMCC26XX_Params_init                                                  
    000124f1  GAPBondMgr_LinkTerm                                                       
    00012541  ICall_registerApp                                                         
    00012591  Util_convertBdAddr2Str                                                    
    000125e1  LL_Disconnect                                                             
    00012631  GPTimerCC26XX_registerInterrupt                                           
    0001267d  GPTimerCC26XX_start                                                       
    00012761  atoi                                                                      
    000127ad  atol                                                                      
    000127f9  copy_in                                                                   
    00012891  osal_bm_free                                                              
    000128dd  snprintf                                                                  
    00012971  osalAddTimer                                                              
    000129b9  __aeabi_d2iz                                                              
    00012a01  ti_sysbios_family_arm_cc26xx_Timer_setThreshold__I                        
    00012a49  GAPBondMgr_Pair                                                           
    00012a8d  NOROM_OSCHF_SwitchToRcOscTurnOffXosc                                      
    00012b15  ResetISR                                                                  
    00012b15  _c_int00                                                                  
    00012b59  LL_RxEntryDoneCback_allEntries                                            
    00012b9d  llFreeTask                                                                
    00012be1  gattServApp_ClearPrepareWriteQ                                            
    00012c25  osal_start_timerEx                                                        
    00012c69  select_ping_interval                                                      
    00012cf1  write                                                                     
    00012d35  GAPBondMgr_UpdateCharCfg                                                  
    00012d77  GAP_DeviceInit                                                            
    00012db9  NOROM_SSIConfigSetExpClk                                                  
    00012dfb  rfErrCb                                                                   
    00012dfd  ADCCC26XX_convertToMicroVolts                                             
    00012e3d  ADC_init                                                                  
    00012e7d  ADC_open                                                                  
    00012ebd  ECCROMCC26XX_init                                                         
    00012efd  PINCC26XX_getConfig                                                       
    00012f7d  PowerCC26XX_isStableXOSC_HF                                               
    00012fbd  ProjectZero_createTask                                                    
    00012ffd  SPI_init                                                                  
    0001303d  SPI_open                                                                  
    0001307d  Watchdog_init                                                             
    000130bd  Watchdog_open                                                             
    000130fd  gattServApp_ProcessExchangeMTUReq                                         
    0001313d  GATTServApp_ProcessEvent                                                  
    000131bd  __aeabi_uidiv                                                             
    000131bd  __aeabi_uidivmod                                                          
    000131fd  sprintf                                                                   
    0001323d  ti_sysbios_heaps_HeapCallback_Module_startup__E                           
    0001327d  HwiP_construct                                                            
    000132bb  __aeabi_idiv0                                                             
    000132bb  __aeabi_ldiv0                                                             
    000132bd  ADCCC26XX_close                                                           
    000132f9  GAPRole_createTask                                                        
    00013335  NOROM_OSC_HPOSCRelativeFrequencyOffsetGet                                 
    000133ad  SwiP_construct                                                            
    000133e9  llHaltRadio                                                               
    00013425  llSchedulerInit                                                           
    00013461  HCI_Init                                                                  
    0001349d  gattServApp_ResetCharCfg                                                  
    000134d9  GATTServApp_SendCCCUpdatedEvent                                           
    00013551  osal_bm_alloc                                                             
    0001358d  osal_start_reload_timer                                                   
    000135c9  ti_sysbios_family_arm_m3_Hwi_construct2__E                                
    0001363f  llPostRealignConn                                                         
    00013679  PIN_setConfig                                                             
    000136b1  PIN_setInterrupt                                                          
    000136e9  PIN_setOutputValue                                                        
    00013759  Util_restartClock                                                         
    000137c9  llActiveTask                                                              
    00013801  llGetTask                                                                 
    00013839  L2CAP_SendDataPkt                                                         
    000138a9  osal_alien2proxy                                                          
    00013919  osal_stop_timerEx                                                         
    00013951  __aeabi_f2d                                                               
    00013989  __aeabi_i2f                                                               
    000139c1  ti_sysbios_family_arm_cc26xx_Seconds_get__E                               
    000139c1  ti_sysbios_hal_Seconds_SecondsProxy_get__E                                
    000139c1  ti_sysbios_hal_Seconds_get__E                                             
    000139f9  ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E                      
    00013a31  UDMACC26XX_close                                                          
    00013a67  strstr                                                                    
    00013a9d  GAPRole_TerminateConnection                                               
    00013ad1  GATTServApp_InitCharCfg                                                   
    00013b39  ICall_free                                                                
    00013b39  ICall_heapFree                                                            
    00013b6d  ICall_searchServiceEntity                                                 
    00013ba1  Power_releaseConstraint                                                   
    00013bd5  RF_powerConstraintRelease                                                 
    00013c3d  LL_ENC_EncryptMsg_sPatch                                                  
    00013c71  rfCallback                                                                
    00013ca5  llGetTaskState                                                            
    00013cd9  GAP_SetParamValue                                                         
    00013d75  osal_clear_event                                                          
    00013da9  strncpy                                                                   
    00013ddd  ti_sysbios_family_arm_cc26xx_Timer_initDevice__I                          
    00013e11  ti_sysbios_knl_Swi_setPri__E                                              
    00013e45  ICall_fetchServiceMsg                                                     
    00013e77  ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E                         
    00013ea9  update_unplanned_server_data_rd_wr_block                                  
    00013ea9  write_unplanned_server_data_rd_wr_flash                                   
    00013edb  ti_sysbios_BIOS_nullFunc__I                                               
    00013edd  DF_SPI_RW                                                                 
    00013f0d  GAPBondMgr_PasscodeRsp                                                    
    00013f3d  HalFlashRead                                                              
    0001402d  NOROM_AUXADCDisableInputScaling                                           
    0001405d  PINCC26XX_setMux                                                          
    0001408d  Power_setConstraint                                                       
    000140ed  WatchdogCC26XX_setReload                                                  
    0001414d  LL_PRIV_ResolveRPA                                                        
    0001417d  GAP_PrivacyInit                                                           
    000141ad  smSavePairInfo_sPatch                                                     
    0001420d  osal_get_timeoutEx                                                        
    0001423d  ti_sysbios_BIOS_atExitFunc__I                                             
    0001426d  ti_sysbios_BIOS_startFunc__I                                              
    0001429d  ti_sysbios_heaps_HeapCallback_Object__create__S                           
    000142cd  w25qxx_wait_busy                                                          
    00014359  gattServApp_ProcessWriteLong                                              
    00014387  osal_build_uint32                                                         
    000143b5  __aeabi_i2d                                                               
    000143e3  uartLog_flush                                                             
    000143e5  ICall_getLocalMsgEntityId                                                 
    0001443d  NOROM_ChipInfo_GetChipFamily                                              
    000144ed  SafeHapiAuxAdiSelect                                                      
    00014519  SemaphoreP_constructBinary                                                
    00014545  bleDispatch_BMAlloc                                                       
    00014571  GATT_UpdateMTU                                                            
    0001459d  GATTServApp_RegisterService                                               
    000145c9  gattServApp_HandleConnStatusCB                                            
    000145f5  smSendFailureEvt                                                          
    00014621  smpResponderProcessPairingPublicKey                                       
    000146a5  ti_sysbios_knl_Clock_getTicksUntilInterrupt__E                            
    000146d1  ti_sysbios_knl_Clock_getTimeout__E                                        
    000146fd  CryptoCC26XX_hwiIntFxn                                                    
    00014725  GPTimerCC26XX_configureDebugStall                                         
    0001474d  NOROM_RFCDoorbellSendTo                                                   
    00014775  Power_registerNotify                                                      
    0001479d  RF_runCmd                                                                 
    000147ed  SafeHapiVoid                                                              
    00014815  TRNGCC26XX_init                                                           
    0001483d  WatchdogCC26XX_convertMsToTicks                                           
    0001488d  osal_bm_adjust_header                                                     
    000148b5  osal_next_timeout                                                         
    000148dd  osal_snv_compact                                                          
    0001492b  watchdogCallback                                                          
    0001492d  GPTimerCC26XX_enableInterrupt                                             
    00014951  List_remove                                                               
    00014975  NOROM_ChipInfo_GetChipType                                                
    00014999  NOROM_OSCHF_TurnOnXosc                                                    
    000149e1  GGS_AddService                                                            
    00014a05  memcmp                                                                    
    00014a29  osal_msg_allocate                                                         
    00014a71  osal_service_entry                                                        
    00014a95  __aeabi_ui2f                                                              
    00014ab9  ti_sysbios_BIOS_registerRTSLock__I                                        
    00014add  ti_sysbios_BIOS_removeRTSLock__I                                          
    00014b01  ti_sysbios_family_arm_cc26xx_Seconds_set__E                               
    00014b01  ti_sysbios_hal_Seconds_SecondsProxy_set__E                                
    00014b01  ti_sysbios_hal_Seconds_set__E                                             
    00014b25  ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E                         
    00014b49  ICall_setTimerMSecs                                                       
    00014b6b  List_get                                                                  
    00014b8d  List_put                                                                  
    00014baf  NOROM_AUXADCAdjustValueForGainAndOffset                                   
    00014bf1  Power_unregisterNotify                                                    
    00014c51  LL_TxEntryDoneCback                                                       
    00014c71  getNumFinishedEntries                                                     
    00014c91  GATTServApp_UpdateCharCfg                                                 
    00014cb1  GATTServApp_AddService                                                    
    00014cd1  smpResponderProcessPairingReq_sPatch                                      
    00014d11  osalFindTimer                                                             
    00014d31  osal_memcmp                                                               
    00014d51  osal_msg_deallocate                                                       
    00014d71  osal_msg_send                                                             
    00014d91  ti_sysbios_BIOS_rtsLock__I                                                
    00014db1  ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E                         
    00014dd1  ECC_ArrayAllZeros                                                         
    00014def  PIN_close                                                                 
    00014e0d  Power_getTransitionLatency                                                
    00014e2b  llAlignToNextEvent_sPatch                                                 
    00014e85  osal_snv_read                                                             
    00014ec1  GAPBondMgr_Register                                                       
    00014edd  GAPBondMgr_SupportsEnhancedPriv                                           
    00014f15  NOROM_AUXADCGetAdjustmentGain                                             
    00014f31  NOROM_FlashProgram                                                        
    00014f4d  NOROM_FlashSectorErase                                                    
    00014fa1  RF_getRssi                                                                
    00014fbd  RF_powerConstraintSet                                                     
    00014fd9  TRNGCC26XX_open                                                           
    00015011  delay_ms                                                                  
    00015065  halAssertHandlerExt                                                       
    00015081  openTRNG                                                                  
    0001509d  osal_memdup                                                               
    000150b9  osal_revmemcpy                                                            
    000150d5  strcat                                                                    
    000150f1  ti_sysbios_family_arm_m3_Hwi_clearInterrupt__E                            
    000150f1  ti_sysbios_hal_Hwi_HwiProxy_clearInterrupt__E                             
    000150f1  ti_sysbios_hal_Hwi_clearInterrupt__E                                      
    0001510d  ti_sysbios_knl_Swi_construct2__E                                          
    00015129  ICall_enterCSImpl                                                         
    00015143  chksum_gprs                                                               
    0001515d  osal_isbufset                                                             
    00015177  xdc_runtime_SysCallback_defaultAbort                                      
    00015179  ICall_mallocLimited                                                       
    00015191  NOROM_AUXADCGetAdjustmentOffset                                           
    000151a9  NOROM_ChipInfo_GetPackageType                                             
    000151c1  NOROM_RFCCpeIntGetAndClear                                                
    000151d9  NOROM_TimerStallControl                                                   
    000151f1  PIN_getConfig                                                             
    00015209  PowerCC26XX_schedulerDisable                                              
    00015221  PowerCC26XX_schedulerRestore                                              
    00015239  Power_idleFunc                                                            
    00015269  _args_main                                                                
    000152b1  bleDispatch_BMFree                                                        
    000152c9  llSetupLenCtrlPkt_sPatch                                                  
    000152e1  GAP_GetParamValue                                                         
    00015329  icall_liteMsgParser                                                       
    00015341  osal_buffer_uint32                                                        
    00015359  osal_memcpy                                                               
    00015371  __aeabi_lmul                                                              
    00015389  ti_sysbios_BIOS_rtsUnlock__I                                              
    000153a1  ti_sysbios_heaps_HeapCallback_Instance_init__E                            
    000153b9  ti_sysbios_knl_Swi_or__E                                                  
    000153d1  time                                                                      
    000153e9  ICall_leaveCSImpl                                                         
    000153ff  ICall_pwrDispense                                                         
    00015415  ICall_pwrRequire                                                          
    00015457  ROM_Spinlock                                                              
    0001546d  LL_DoorbellErrorCback                                                     
    00015483  driverTable_fnSpinlock                                                    
    000154af  strchr                                                                    
    000154c5  strcpy                                                                    
    000154db  ti_sysbios_BIOS_errorRaiseHook__I                                         
    000154f1  ti_sysbios_BIOS_exitFunc__I                                               
    00015533  xdc_runtime_SysCallback_defaultExit                                       
    00015535  CryptoCC26XX_init                                                         
    00015549  List_clearList                                                            
    0001555d  NOROM_AUXADCValueToMicrovolts                                             
    00015571  PIN_getInputValue                                                         
    00015585  PIN_getOutputValue                                                        
    00015599  RF_Params_init                                                            
    000155c1  RF_getCmdOp                                                               
    000155e9  SPI_Params_init                                                           
    000155fd  llDataGetConnPtr                                                          
    00015611  gapConnEvtNoticeCB                                                        
    00015661  strlen                                                                    
    00015675  ti_sysbios_family_arm_cc26xx_Timer_getCount64__E                          
    00015689  ti_sysbios_heaps_HeapCallback_Object__get__S                              
    0001569d  ti_sysbios_knl_Clock_doTick__I                                            
    000156b1  GPTimerCC26XX_Params_init                                                 
    000156c3  SemaphoreP_pend                                                           
    000156d5  SwiP_inISR                                                                
    000156f9  wcslen                                                                    
    0001570b  xdc_runtime_Startup_exec__I                                               
    0001571d  ClockP_isActive                                                           
    0001572d  GATTServApp_ReadCharCfg                                                   
    0001573d  HalFlashGetAddress                                                        
    0001574d  HwiP_Params_init                                                          
    0001575d  HwiP_inISR                                                                
    0001577d  NOROM_AUXADCFlushFifo                                                     
    0001578d  NOROM_AUXADCReadFifo                                                      
    0001579d  Onboard_rand                                                              
    0001579d  osal_rand                                                                 
    000157ad  PINCC26XX_getPinCount                                                     
    000157cd  SwiP_Params_init                                                          
    000157dd  Util_isActive                                                             
    000157ed  WatchdogCC26XX_clear                                                      
    000157fd  Watchdog_Params_init                                                      
    0001580d  llDataGetCombinePtr                                                       
    0001581d  rfPUpCallback                                                             
    0001582d  llGetCurrentTask                                                          
    0001583d  GAP_isPairing                                                             
    0001584d  gapPeriProcessConnUpdateCmdStatus                                         
    0001585d  gapRole_clockHandler                                                      
    0001586d  osal_mem_alloc                                                            
    0001587d  osal_mem_allocLimited                                                     
    0001588d  osal_mem_free                                                             
    0001589d  read_eeprom_struct                                                        
    000158ad  save_eeprom_struct                                                        
    000158cd  ti_sysbios_family_arm_m3_Hwi_post__E                                      
    000158cd  ti_sysbios_hal_Hwi_HwiProxy_post__E                                       
    000158cd  ti_sysbios_hal_Hwi_post__E                                                
    000158dd  ti_sysbios_heaps_HeapCallback_alloc__E                                    
    000158ed  ti_sysbios_heaps_HeapCallback_free__E                                     
    000158fd  ti_sysbios_heaps_HeapCallback_getStats__E                                 
    0001590d  ti_sysbios_heaps_HeapCallback_isBlocking__E                               
    0001591d  w25qxx_read_status                                                        
    0001592d  ICall_signal                                                              
    0001593b  RF_cancelCmd                                                              
    00015949  SPICC26XXDMA_init                                                         
    00015957  LL_SetAddressResolutionEnable_sPatch                                      
    00015965  __TI_decompress_none                                                      
    00015973  read_unplanned_server_data_rd_wr_flash                                    
    00015981  ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E                   
    00015981  xdc_runtime_Timestamp_SupportProxy_get32__E__mangled__                    
    0001599b  NOROM_CPUcpsid                                                            
    000159a7  NOROM_CPUcpsie                                                            
    000159b3  NOROM_OSC_HPOSCRelativeFrequencyOffsetToRFCoreFormatConvert               
    000159bf  NOROM_SSIDataGet                                                          
    000159cb  PIN_registerIntCb                                                         
    000159d9  Power_getConstraintMask                                                   
    000159e5  Power_getDependencyCount                                                  
    000159f1  RF_powerConstraintGet                                                     
    000159fd  _register_lock                                                            
    00015a09  _register_unlock                                                          
    00015a15  llRegisterConnEvtCallback                                                 
    00015a21  llGetNumTasks                                                             
    00015a2d  llGetActiveTasks                                                          
    00015a39  HCI_GAPTaskRegister                                                       
    00015a45  HCI_L2CAPTaskRegister                                                     
    00015a51  HCI_SMPTaskRegister                                                       
    00015a5d  GATTServApp_RegisterForMsg                                                
    00015a69  __TI_zero_init                                                            
    00015a81  osalHeapGetStatsFxn                                                       
    00015a8d  osalHeapInitFxn                                                           
    00015a99  osal_CbTimerStart                                                         
    00015aa5  osal_self                                                                 
    00015abd  ti_sysbios_BIOS_getThreadType__E                                          
    00015ac9  ti_sysbios_knl_Swi_getTrigger__E                                          
    00015ad5  ADC_Params_init                                                           
    00015adf  ADC_convert                                                               
    00015ae9  ADC_convertToMicroVolts                                                   
    00015af3  ClockP_Params_init                                                        
    00015afd  HalFlashWrite                                                             
    00015b07  ICall_stopTimer                                                           
    00015b11  NOROM_SSIDataPut                                                          
    00015b1b  RF_flushCmd                                                               
    00015b25  SPI_transfer                                                              
    00015b2f  UDMACC26XX_hwiIntFxn                                                      
    00015b39  Watchdog_clear                                                            
    00015b43  Watchdog_convertMsToTicks                                                 
    00015b4d  Watchdog_setReload                                                        
    00015b61  ADCCC26XX_init                                                            
    00015b69  CryptoCC26XX_Params_init                                                  
    00015b71  GPTimerCC26XX_setLoadValue                                                
    00015b81  WatchdogCC26XX_init                                                       
    00015b89  __aeabi_errno_addr                                                        
    00015b91  copysign                                                                  
    00015b91  copysignl                                                                 
    00015b99  ADCCC26XX_control                                                         
    00015b9f  CryptoCC26XX_transact                                                     
    00015ba5  CryptoCC26XX_transactPolling                                              
    00015bab  ICall_freeMsg                                                             
    00015bb1  NOROM_CPUdelay                                                            
    00015bb7  RF_runDirectCmd                                                           
    00015bbd  RF_runImmediateCmd                                                        
    00015bc3  WatchdogCC26XX_control                                                    
    00015bc9  llTaskError                                                               
    00015bcf  osalHeapAllocFxn                                                          
    00015bd5  osalHeapFreeFxn                                                           
    00015bdb  ti_sysbios_family_arm_m3_Hwi_setFunc__E                                   
    00015be5  ClockP_getCpuFreq                                                         
    00015be9  ClockP_getTimeout                                                         
    00015bed  ClockP_setTimeout                                                         
    00015bf1  ClockP_start                                                              
    00015bf5  ClockP_stop                                                               
    00015bf9  GAP_UpdateResolvingList                                                   
    00015bfd  HwiP_clearInterrupt                                                       
    00015c01  HwiP_destruct                                                             
    00015c05  HwiP_disable                                                              
    00015c09  HwiP_enableInterrupt                                                      
    00015c0d  HwiP_plug                                                                 
    00015c11  HwiP_post                                                                 
    00015c15  HwiP_setFunc                                                              
    00015c19  HwiP_setPriority                                                          
    00015c1d  ICall_malloc                                                              
    00015c21  NPI_WriteTransport                                                        
    00015c25  PowerCC26XX_switchXOSC_HF                                                 
    00015c29  SemaphoreP_destruct                                                       
    00015c2d  SemaphoreP_post                                                           
    00015c31  SwiP_destruct                                                             
    00015c35  SwiP_disable                                                              
    00015c39  SwiP_getTrigger                                                           
    00015c3d  SwiP_or                                                                   
    00015c41  SwiP_post                                                                 
    00015c45  SwiP_setPriority                                                          
    00015c49  Util_stopClock                                                            
    00015c4d  C$$EXIT                                                                   
    00015c4d  abort                                                                     
    00015c4d  xdc_runtime_System_abortStd__E                                            
    00015c55  osalHeapIsBlockingFxn                                                     
    00015c59  osal_memset                                                               
    00015c5d  osal_strlen                                                               
    00015c61  ti_sysbios_heaps_HeapCallback_defaultCreate                               
    00015c65  ti_sysbios_knl_Clock_isActive__E                                          
    00015c69  xdc_runtime_Startup_reset__I                                              
    000162ec  rfOpLoc                                                                   
    000162f0  ROM_Flash_JT                                                              
    00016d00  _ctypes_                                                                  
    00016e01  appTxPwrTbl                                                               
    00016e07  xdc_runtime_Text_charTab__A                                               
    00016f7e  devInfo11073CertUUID                                                      
    00017018  ADC_config                                                                
    0001709c  rfDriverTableBLE                                                          
    00017168  GPTimerCC26XX_config                                                      
    000171c8  gptimerCC26xxHWAttrs                                                      
    00017228  TRNGCC26XX_config                                                         
    00017238  BoardGpioInitTable                                                        
    00017280  adcCC26xxHWAttrs                                                          
    000172cd  devInfoFirmwareRevUUID                                                    
    0001731c  resourceDB                                                                
    000173b0  icallServiceTable                                                         
    000173f8  a_mont                                                                    
    00017418  b_mont                                                                    
    00017438  spiCC26XXDMAHWAttrs                                                       
    000174ec  TRNGCC26XXHWAttrs                                                         
    00017520  Data_ServiceCBs                                                           
    0001752c  ds_StringUUID                                                             
    0001753c  ds_StreamUUID                                                             
    0001754c  primaryServiceUUID                                                        
    0001754e  characterUUID                                                             
    00017550  clientCharCfgUUID                                                         
    00017552  gapServiceUUID                                                            
    00017554  gattServiceUUID                                                           
    00017556  secondaryServiceUUID                                                      
    00017558  includeUUID                                                               
    0001755a  charExtPropsUUID                                                          
    0001755c  charUserDescUUID                                                          
    0001755e  servCharCfgUUID                                                           
    00017560  charFormatUUID                                                            
    00017562  charAggFormatUUID                                                         
    00017564  deviceNameUUID                                                            
    00017566  appearanceUUID                                                            
    00017568  periPrivacyFlagUUID                                                       
    0001756a  reconnectAddrUUID                                                         
    0001756c  periConnParamUUID                                                         
    0001756e  serviceChangedUUID                                                        
    00017570  validRangeUUID                                                            
    00017572  extReportRefUUID                                                          
    00017574  reportRefUUID                                                             
    00017578  cryptoDriverTableBLE                                                      
    000175a4  bleStackConfig                                                            
    000175cc  tasksArr                                                                  
    000175f4  ti_sysbios_heaps_HeapCallback_Module__FXNS__C                             
    0001761c  xdc_runtime_Startup_sfxnTab__A                                            
    00017644  TxPowerTable                                                              
    00017690  SPI_defaultParams                                                         
    000176b0  ti_sysbios_heaps_HeapCallback_Object__DESC__C                             
    000176ec  WatchdogCC26XX_fxnTable                                                   
    00017708  ti_sysbios_heaps_HeapCallback_Object__PARAMS__C                           
    0001773c  ADCCC26XX_fxnTable                                                        
    00017754  PowerCC26XX_config                                                        
    0001776c  SPICC26XXDMA_fxnTable                                                     
    00017784  SPI_config                                                                
    0001779c  driverTable                                                               
    000177b4  xdc_runtime_Startup_sfxnRts__A                                            
    000177d9  ADCBuf_count                                                              
    000177da  ADC_count                                                                 
    000177db  AESCCM_count                                                              
    000177dc  AESGCM_count                                                              
    000177dd  AESCBC_count                                                              
    000177de  AESCTR_count                                                              
    000177df  AESECB_count                                                              
    000177e0  AESCTRDRBG_count                                                          
    000177e1  Display_count                                                             
    000177e2  I2C_count                                                                 
    000177e3  I2S_count                                                                 
    000177e4  NVS_count                                                                 
    000177e5  PWM_count                                                                 
    000177e6  SD_count                                                                  
    000177e7  SPI_count                                                                 
    000177e8  UART_count                                                                
    000177e9  Watchdog_count                                                            
    000177ea  DataServiceUUID                                                           
    000177fa  devInfoHardwareRevUUID                                                    
    000177fc  cryptoCC26XXHWAttrs                                                       
    0001780c  eccDriverTable                                                            
    0001781c  monthDays                                                                 
    00017828  Watchdog_config                                                           
    00017834  Watchdog_defaultParams                                                    
    00017840  boardConfig                                                               
    0001784c  devInfoCBs                                                                
    00017858  trngDriverTable                                                           
    00017864  xdc_runtime_Startup_firstFxns__A                                          
    00017870  ADC_defaultParams                                                         
    00017878  CryptoCC26XX_config                                                       
    00017888  PINCC26XX_hwAttrs                                                         
    00017890  UDMACC26XX_config                                                         
    000178a0  rtosApiTable                                                              
    000178a8  ti_sysbios_knl_Idle_funcList__A                                           
    000178b0  udmaHWAttrs                                                               
    000178b8  watchdogCC26XXHWAttrs                                                     
    000178c0  ti_sysbios_family_arm_cc26xx_Timer_funcHookCH1__C                         
    000178c4  ti_sysbios_family_arm_cc26xx_Timer_funcHookCH2__C                         
    000178c8  ti_sysbios_heaps_HeapCallback_Object__count__C                            
    000178cc  ti_sysbios_heaps_HeapCallback_allocInstFxn__C                             
    000178d0  ti_sysbios_heaps_HeapCallback_createInstFxn__C                            
    000178d4  ti_sysbios_heaps_HeapCallback_freeInstFxn__C                              
    000178d8  ti_sysbios_heaps_HeapCallback_getStatsInstFxn__C                          
    000178dc  ti_sysbios_heaps_HeapCallback_initInstFxn__C                              
    000178e0  ti_sysbios_heaps_HeapCallback_isBlockingInstFxn__C                        
    000178e4  ti_sysbios_knl_Clock_tickPeriod__C                                        
    000178e8  devInfoMfrNameUUID                                                        
    000178ea  devInfoModelNumberUUID                                                    
    000178ec  devInfoPnpIdUUID                                                          
    000178ee  devInfoSerialNumberUUID                                                   
    000178f0  devInfoServUUID                                                           
    000178f2  devInfoSoftwareRevUUID                                                    
    000178f4  devInfoSystemIdUUID                                                       
    000178f8  llConfigTable                                                             
    00017930  ctrlPktLenTable                                                           
    0001795c  gapServiceCBs                                                             
    00017968  txPwrTbl                                                                  
    00017978  gattService                                                               
    00017980  rfCfgVal                                                                  
    00017984  connEvtCutoff                                                             
    00017988  txPowerTable                                                              
    0001798c  rxPktSuffix                                                               
    0001798e  advPktSuffix                                                              
    00017990  scanPktSuffix                                                             
    00017992  initPktSuffix                                                             
    00017994  maxPktsPerEvt                                                             
    00017996  wlSize                                                                    
    00017997  cryptoMode                                                                
    00017e44  __TI_Handler_Table_Base                                                   
    00017e50  __TI_Handler_Table_Limit                                                  
    00017eac  __TI_CINIT_Base                                                           
    00017f34  __TI_CINIT_Limit                                                          
    0001e000  NV_FLASH                                                                  
    0001ffa8  __ccfg                                                                    
    0001ffff  __UNUSED_FLASH_end__                                                      
    10004940  __checksum_begin                                                          
    10004941  ROM_BASE_ADDR                                                             
    10004945  LL_TX_bm_alloc                                                            
    10004969  LL_RX_bm_alloc                                                            
    1000498d  LL_ReadBDADDR                                                             
    100049ad  LL_SetRandomAddress                                                       
    100049d9  LL_ClearWhiteList                                                         
    100049f9  LL_AddWhiteListDevice                                                     
    10004a25  LL_RemoveWhiteListDevice                                                  
    10004a61  LL_ReadWlSize                                                             
    10004a79  LL_NumEmptyWlEntries                                                      
    10004a95  LL_Encrypt                                                                
    10004ab5  LL_Rand                                                                   
    10004ac1  LL_PseudoRand                                                             
    10004aed  LL_ReadSupportedStates                                                    
    10004b49  LL_GetNumActiveConns                                                      
    10004b59  LL_ReadLocalSupportedFeatures                                             
    10004b7d  LL_ReadLocalVersionInfo                                                   
    10004bbd  LL_CtrlToHostFlowControl                                                  
    10004bd1  LL_ReadRemoteVersionInfo                                                  
    10004c31  LL_ReadTxPowerLevel                                                       
    10004c81  LL_ReadChanMap                                                            
    10004cb5  LL_ReadRssi                                                               
    10004d81  LL_TxData                                                                 
    10004e45  LL_DirectTestTxTest                                                       
    10004fe9  LL_DirectTestRxTest                                                       
    100050e9  LL_DirectTestEnd                                                          
    10005189  LL_RemoteConnParamReqReply                                                
    10005229  LL_RemoteConnParamReqNegReply                                             
    10005279  LL_ConnUpdate                                                             
    1000536d  LL_SetAdvParam                                                            
    1000559d  LL_SetAdvData                                                             
    100055f1  LL_SetAdvControl                                                          
    10005701  LL_ReadAdvChanTxPower                                                     
    10005739  LL_SetScanRspData                                                         
    10005795  LL_SetScanParam                                                           
    10005919  LL_SetScanControl                                                         
    10005a61  LL_EncLtkReply                                                            
    10005ab5  LL_EncLtkNegReply                                                         
    10005afd  LL_CreateConn                                                             
    10005e85  LL_CreateConnCancel                                                       
    10005f61  LL_ConnActive                                                             
    10005f95  LL_ChanMapUpdate                                                          
    1000604d  LL_StartEncrypt                                                           
    1000614d  LL_ReadRemoteUsedFeatures                                                 
    100061c1  LL_ReadAuthPayloadTimeout                                                 
    100061fd  LL_WriteAuthPayloadTimeout                                                
    10006269  LL_SetDataLen                                                             
    10006309  LL_ReadDefaultDataLen                                                     
    10006335  LL_WriteDefaultDataLen                                                    
    1000637d  LL_ReadMaxDataLen                                                         
    100063bd  LL_EXT_SetMaxDataLen                                                      
    10006425  LL_AddDeviceToResolvingList                                               
    10006521  LL_RemoveDeviceFromResolvingList                                          
    1000659d  LL_ClearResolvingList                                                     
    1000661d  LL_ReadResolvingListSize                                                  
    10006625  LL_ReadPeerResolvableAddress                                              
    10006685  LL_ReadLocalResolvableAddress                                             
    100066bd  LL_SetAddressResolutionEnable                                             
    10006781  LL_SetResolvablePrivateAddressTimeout                                     
    100067d5  LL_ReadLocalP256PublicKeyCmd                                              
    10006819  LL_GenerateDHKeyCmd                                                       
    10006859  LL_EXT_SetRxGain                                                          
    10006869  LL_EXT_SetTxPower                                                         
    100068a1  LL_EXT_OnePacketPerEvent                                                  
    100068c1  LL_EXT_ClkDivOnHalt                                                       
    100068c5  LL_EXT_DeclareNvUsage                                                     
    100068c9  LL_EXT_Decrypt                                                            
    100068ed  LL_EXT_SetLocalSupportedFeatures                                          
    10006929  LL_EXT_SetFastTxResponseTime                                              
    10006941  LL_EXT_SetSlaveLatencyOverride                                            
    10006965  LL_EXT_ModemTestTx                                                        
    10006a01  LL_EXT_ModemHopTestTx                                                     
    10006ab5  LL_EXT_ModemTestRx                                                        
    10006b59  LL_EXT_EndModemTest                                                       
    10006b8d  LL_EXT_SetBDADDR                                                          
    10006c1d  LL_EXT_SetSCA                                                             
    10006c95  LL_EXT_SetFreqTune                                                        
    10006c99  LL_EXT_SaveFreqTune                                                       
    10006c9d  LL_EXT_SetMaxDtmTxPower                                                   
    10006cb9  LL_EXT_MapPmIoPort                                                        
    10006cbd  LL_EXT_DisconnectImmed                                                    
    10006d05  LL_EXT_PacketErrorRate                                                    
    10006d55  LL_EXT_PERbyChan                                                          
    10006d75  LL_EXT_ExtendRfRange                                                      
    10006d79  LL_EXT_HaltDuringRf                                                       
    10006d7d  LL_EXT_AdvEventNotice                                                     
    10006d99  LL_EXT_ConnEventNotice                                                    
    10006dc1  LL_EXT_BuildRevision                                                      
    10006ded  LL_EXT_ResetSystem                                                        
    10006e21  LL_EXT_OverlappedProcessing                                               
    10006e25  LL_EXT_NumComplPktsLimit                                                  
    10006e59  LL_EXT_GetConnInfo                                                        
    10006f99  llRfSetup                                                                 
    10006fed  llRfInit                                                                  
    10007071  llResetRadio                                                              
    100070b1  llRfStartFS                                                               
    1000713d  llProcessPostRfOps                                                        
    10007191  llSetTxPower                                                              
    100071e9  llGetTxPower                                                              
    10007205  llCheckWhiteListUsage                                                     
    10007251  llSetupAdv                                                                
    10007479  llSetupScan                                                               
    10007659  llSetupInit                                                               
    10007829  llSetupConn                                                               
    10007869  llSetupUpdateParamReq                                                     
    10007901  llSetupUpdateChanReq                                                      
    1000798d  llSetupEncReq                                                             
    10007aed  llSetupStartEncReq                                                        
    10007b19  llSetupStartEncRsp                                                        
    10007b61  llSetupPauseEncReq                                                        
    10007bad  llSetupPauseEncRsp                                                        
    10007c39  llSetupRejectInd                                                          
    10007c89  llSetupFeatureSetReq                                                      
    10007d5d  llSetupVersionIndReq                                                      
    10007de5  llSetupTermInd                                                            
    10007e49  llSetupUnknownRsp                                                         
    10007ead  llEnqueueCtrlPkt                                                          
    10007f09  llDequeueCtrlPkt                                                          
    10007f69  llReplaceCtrlPkt                                                          
    10007fb5  llProcessChanMap                                                          
    10007ff5  llGetNextDataChan                                                         
    100080b9  llAtLeastTwoChans                                                         
    100080f1  llAllocConnId                                                             
    1000828d  llReleaseConnId                                                           
    100082cd  llReleaseAllConnId                                                        
    10008301  llGetMinCI                                                                
    10008385  llConnExists                                                              
    10008479  llConnCleanup                                                             
    100085a9  llConnTerminate                                                           
    100085e1  llPendingUpdateParam                                                      
    10008621  llInitFeatureSet                                                          
    10008635  llGenerateCRC                                                             
    10008669  llEventInRange                                                            
    10008691  llEventDelta                                                              
    10008699  llConvertLstoToEvent                                                      
    100086b9  llConvertCtrlProcTimeoutToEvent                                           
    100086dd  llProcessTxData                                                           
    1000876d  llWriteTxData                                                             
    100087fd  llSetupPingReq                                                            
    1000885d  llSetupPingRsp                                                            
    100088bd  llSetupLenCtrlPkt                                                         
    10008949  llSendReject                                                              
    100089d5  llSetupConnParamRsp                                                       
    10008aa5  llSetupRejectIndExt                                                       
    10008b01  llCBTimer_AptoExpiredCback                                                
    10008b81  llFragmentPDU                                                             
    10008d71  llAlignToNextEvent                                                        
    10008e45  llVerifyConnParamReqParams                                                
    10008f59  llTime2Octets                                                             
    10008f89  llOctets2Time                                                             
    10008fbd  llGetSlowestPhy                                                           
    10008fdd  llSortActiveConns                                                         
    10009071  llRealignConn                                                             
    1000929d  llHardwareError                                                           
    100092d1  llMemCopySrc                                                              
    100092e9  llMemCopyDst                                                              
    100092fe  ll_buildRevision                                                          
    10009371  llCreateRxBuffer                                                          
    100093ad  llCheckRxBuffers                                                          
    100093dd  llReplaceRxBuffers                                                        
    1000941d  llPatchCM0                                                                
    10009431  llSetupRATChanCompare                                                     
    10009465  llRatChanCBack_A                                                          
    10009469  llRatChanCBack_B                                                          
    1000946d  llRatChanCBack_C                                                          
    10009471  llRatChanCBack_D                                                          
    10009475  llSetupScanDataEntryQueue                                                 
    100094b9  llSetupInitDataEntryQueue                                                 
    100094dd  llSetupAdvDataEntryQueue                                                  
    10009509  llSetupConnRxDataEntryQueue                                               
    100095b9  llMoveTempTxDataEntries                                                   
    10009609  llProcessSlaveControlPacket                                               
    10009d5d  llProcessMasterControlPacket                                              
    1000a4f5  llAddTxDataEntry                                                          
    1000a551  RFHAL_InitDataQueue                                                       
    1000a55d  RFHAL_FreeNextTxDataEntry                                                 
    1000a585  RFHAL_AllocDataEntryQueue                                                 
    1000a5a1  RFHAL_FreeDataEntryQueue                                                  
    1000a5a9  RFHAL_GetNextDataEntry                                                    
    1000a5ad  RFHAL_GetTempDataEntry                                                    
    1000a5b1  RFHAL_NextDataEntryDone                                                   
    1000a5dd  RFHAL_AllocDataEntry                                                      
    1000a621  RFHAL_FreeDataEntry                                                       
    1000a629  RFHAL_BuildRingBuffer                                                     
    1000a6c5  RFHAL_BuildDataEntryRingBuffer                                            
    1000a745  RFHAL_BuildLinkedBuffer                                                   
    1000a7f1  HCI_bm_alloc                                                              
    1000a7fd  HCI_ValidConnTimeParams                                                   
    1000a839  HCI_SendDataPkt                                                           
    1000a875  HCI_DisconnectCmd                                                         
    1000a891  HCI_ReadRemoteVersionInfoCmd                                              
    1000a8c5  HCI_SetEventMaskCmd                                                       
    1000a8f1  HCI_SetEventMaskPage2Cmd                                                  
    1000a91d  HCI_ResetCmd                                                              
    1000a959  HCI_ReadTransmitPowerLevelCmd                                             
    1000a97d  HCI_SetControllerToHostFlowCtrlCmd                                        
    1000a9b9  HCI_HostBufferSizeCmd                                                     
    1000a9f1  HCI_HostNumCompletedPktCmd                                                
    1000aac1  HCI_ReadLocalSupportedCommandsCmd                                         
    1000aadd  HCI_ReadLocalSupportedFeaturesCmd                                         
    1000ab05  HCI_ReadBDADDRCmd                                                         
    1000ab25  HCI_ReadRssiCmd                                                           
    1000ab61  HCI_LE_SetEventMaskCmd                                                    
    1000ab89  HCI_LE_ReadBufSizeCmd                                                     
    1000abc5  HCI_LE_ReadLocalSupportedFeaturesCmd                                      
    1000abe5  HCI_LE_SetRandomAddressCmd                                                
    1000ac09  HCI_LE_SetAdvParamCmd                                                     
    1000ac41  HCI_LE_SetAdvDataCmd                                                      
    1000ac61  HCI_LE_SetScanRspDataCmd                                                  
    1000ac81  HCI_LE_SetAdvEnableCmd                                                    
    1000aca1  HCI_LE_ReadAdvChanTxPowerCmd                                              
    1000acc5  HCI_LE_SetScanParamCmd                                                    
    1000acf1  HCI_LE_SetScanEnableCmd                                                   
    1000ad11  HCI_LE_CreateConnCmd                                                      
    1000ad55  HCI_LE_CreateConnCancelCmd                                                
    1000ad75  HCI_LE_ReadWhiteListSizeCmd                                               
    1000ada9  HCI_LE_ClearWhiteListCmd                                                  
    1000adc9  HCI_LE_AddWhiteListCmd                                                    
    1000adfd  HCI_LE_RemoveWhiteListCmd                                                 
    1000ae21  HCI_LE_ConnUpdateCmd                                                      
    1000ae4d  HCI_LE_SetHostChanClassificationCmd                                       
    1000ae6d  HCI_LE_ReadChannelMapCmd                                                  
    1000ae95  HCI_LE_ReadRemoteUsedFeaturesCmd                                          
    1000af21  HCI_LE_RandCmd                                                            
    1000af71  HCI_LE_StartEncyptCmd                                                     
    1000af8d  HCI_LE_LtkReqReplyCmd                                                     
    1000afa9  HCI_LE_LtkReqNegReplyCmd                                                  
    1000afc5  HCI_LE_ReadSupportedStatesCmd                                             
    1000b001  HCI_ReadAuthPayloadTimeoutCmd                                             
    1000b041  HCI_WriteAuthPayloadTimeoutCmd                                            
    1000b079  HCI_LE_RemoteConnParamReqReplyCmd                                         
    1000b0bd  HCI_LE_RemoteConnParamReqNegReplyCmd                                      
    1000b0d9  HCI_LE_SetDataLenCmd                                                      
    1000b0f5  HCI_LE_ReadSuggestedDefaultDataLenCmd                                     
    1000b121  HCI_LE_WriteSuggestedDefaultDataLenCmd                                    
    1000b141  HCI_LE_ReadMaxDataLenCmd                                                  
    1000b16d  HCI_LE_AddDeviceToResolvingListCmd                                        
    1000b191  HCI_LE_RemoveDeviceFromResolvingListCmd                                   
    1000b1b1  HCI_LE_ClearResolvingListCmd                                              
    1000b1d1  HCI_LE_ReadResolvingListSizeCmd                                           
    1000b1f5  HCI_LE_ReadPeerResolvableAddressCmd                                       
    1000b22d  HCI_LE_ReadLocalResolvableAddressCmd                                      
    1000b24d  HCI_LE_SetAddressResolutionEnableCmd                                      
    1000b26d  HCI_LE_SetResolvablePrivateAddressTimeoutCmd                              
    1000b289  HCI_LE_ReadLocalP256PublicKeyCmd                                          
    1000b2bd  HCI_LE_GenerateDHKeyCmd                                                   
    1000b2e1  HCI_LE_TransmitterTestCmd                                                 
    1000b2fd  HCI_LE_ReceiverTestCmd                                                    
    1000b31d  HCI_LE_TestEndCmd                                                         
    1000b351  HCI_EXT_SetRxGainCmd                                                      
    1000b381  HCI_EXT_SetTxPowerCmd                                                     
    1000b3c1  HCI_EXT_OnePktPerEvtCmd                                                   
    1000b3f5  HCI_EXT_ClkDivOnHaltCmd                                                   
    1000b415  HCI_EXT_DeclareNvUsageCmd                                                 
    1000b495  HCI_EXT_SetLocalSupportedFeaturesCmd                                      
    1000b4b5  HCI_EXT_SetFastTxResponseTimeCmd                                          
    1000b4d5  HCI_EXT_SetSlaveLatencyOverrideCmd                                        
    1000b509  HCI_EXT_ModemTestTxCmd                                                    
    1000b529  HCI_EXT_ModemHopTestTxCmd                                                 
    1000b549  HCI_EXT_ModemTestRxCmd                                                    
    1000b569  HCI_EXT_EndModemTestCmd                                                   
    1000b5a1  HCI_EXT_SetBDADDRCmd                                                      
    1000b5d9  HCI_EXT_SetSCACmd                                                         
    1000b5f9  HCI_EXT_EnablePTMCmd                                                      
    1000b619  HCI_EXT_SetFreqTuneCmd                                                    
    1000b649  HCI_EXT_SaveFreqTuneCmd                                                   
    1000b669  HCI_EXT_SetMaxDtmTxPowerCmd                                               
    1000b689  HCI_EXT_MapPmIoPortCmd                                                    
    1000b6a9  HCI_EXT_DisconnectImmedCmd                                                
    1000b6c9  HCI_EXT_PacketErrorRateCmd                                                
    1000b719  HCI_EXT_PERbyChanCmd                                                      
    1000b739  HCI_EXT_ExtendRfRangeCmd                                                  
    1000b76d  HCI_EXT_HaltDuringRfCmd                                                   
    1000b78d  HCI_EXT_AdvEventNoticeCmd                                                 
    1000b799  HCI_EXT_ConnEventNoticeCmd                                                
    1000b7a5  HCI_EXT_BuildRevisionCmd                                                  
    1000b7f1  HCI_EXT_DelaySleepCmd                                                     
    1000b825  HCI_EXT_ResetSystemCmd                                                    
    1000b851  HCI_EXT_OverlappedProcessingCmd                                           
    1000b871  HCI_EXT_NumComplPktsLimitCmd                                              
    1000b891  HCI_EXT_GetConnInfoCmd                                                    
    1000b935  HCI_EXT_SetMaxDataLenCmd                                                  
    1000b95d  LL_RandCback                                                              
    1000b991  LL_EXT_SetRxGainCback                                                     
    1000b9a1  LL_EXT_SetTxPowerCback                                                    
    1000b9d9  LL_EXT_PacketErrorRateCback                                               
    1000ba31  LL_EXT_ExtendRfRangeCback                                                 
    1000ba41  hciInitEventMasks                                                         
    1000ba8d  HCI_DataBufferOverflowEvent                                               
    1000bab1  HCI_NumOfCompletedPacketsEvent                                            
    1000bb91  HCI_CommandCompleteEvent                                                  
    1000bc2d  HCI_VendorSpecifcCommandCompleteEvent                                     
    1000bca5  HCI_CommandStatusEvent                                                    
    1000bd51  HCI_SendCommandStatusEvent                                                
    1000bd79  HCI_SendCommandCompleteEvent                                              
    1000be21  HCI_SendControllerToHostEvent                                             
    1000be71  LL_AuthPayloadTimeoutExpiredCback                                         
    1000bee5  LL_RemoteConnParamReqCback                                                
    1000bf65  LL_DataLengthChangeEventCback                                             
    1000c015  LL_ReadLocalP256PublicKeyCompleteEventCback                               
    1000c0f9  LL_GenerateDHKeyCompleteEventCback                                        
    1000c1c9  LL_EnhancedConnectionCompleteCback                                        
    1000c415  LL_AdvReportCback                                                         
    1000c521  LL_ConnectionCompleteCback                                                
    1000c695  LL_DisconnectCback                                                        
    1000c749  LL_ConnParamUpdateCback                                                   
    1000c825  LL_ReadRemoteUsedFeaturesCompleteCback                                    
    1000c8ad  LL_ReadRemoteVersionInfoCback                                             
    1000c921  LL_EncLtkReqCback                                                         
    1000ca01  LL_EncChangeCback                                                         
    1000ca69  LL_EncKeyRefreshCback                                                     
    1000cb35  LL_DirectTestEndDoneCback                                                 
    1000cb69  SCALARMUL_init                                                            
    1000ccb9  SCALARMUL_core                                                            
    1000d08d  SCALARMUL_final                                                           
    1000d195  SCALARMUL                                                                 
    1000d1b1  SAVEPOINT                                                                 
    1000d1f1  GETBIT                                                                    
    1000d205  GETDIGIT                                                                  
    1000d255  GETDIGITL2R                                                               
    1000d2c5  SelectReg                                                                 
    1000d2d5  ATOMICPATTERN                                                             
    1000d6e9  JACADD                                                                    
    1000d8e1  INVERT                                                                    
    1000da81  SQUAREMULTIPLYWORD                                                        
    1000db2d  IMPORTLENGTH                                                              
    1000db31  IMPORTMODULUS                                                             
    1000db55  IMPORTOPERAND                                                             
    1000db95  EXPORTOPERAND                                                             
    1000dbb9  IMPORTDATA                                                                
    1000dbd5  SETOPERAND                                                                
    1000dbf1  COPY                                                                      
    1000dc09  ZERO                                                                      
    1000dc15  SETWORD                                                                   
    1000dc21  mSET                                                                      
    1000dd25  zSET                                                                      
    1000dd2d  mINVK                                                                     
    1000de81  zADD                                                                      
    1000dec9  zSUB                                                                      
    1000df4d  zMACC32                                                                   
    1000dfd5  zSUB32                                                                    
    1000e021  zADD32                                                                    
    1000e075  zMULT32                                                                   
    1000e0f9  mMULT                                                                     
    1000e6c9  mADD                                                                      
    1000e7c5  mSUB                                                                      
    1000e8c1  mOUT                                                                      
    1000eaed  SM_StartPairing                                                           
    1000eb91  SM_PasskeyUpdate                                                          
    1000ec91  smRegisterInitiator                                                       
    1000ec99  smRegisterResponder                                                       
    1000eca1  smLinkCheck                                                               
    1000ecdd  smTimedOut                                                                
    1000eced  smProcessDataMsg                                                          
    1000edf9  smSendFailAndEnd                                                          
    1000eef1  smNextPairingState                                                        
    1000f01d  smpProcessIncoming                                                        
    1000f05d  smProcessPairingReq                                                       
    1000f0bd  smStartEncryption                                                         
    1000f0d9  smGeneratePairingReqRsp                                                   
    1000f129  smGenerateConfirm                                                         
    1000f149  smGenerateRandMsg                                                         
    1000f18d  smSaveRemotePublicKeys                                                    
    1000f1bd  smSendPublicKeys                                                          
    1000f215  smF5Wrapper                                                               
    1000f2b9  smGenerateDHKeyCheck                                                      
    1000f35d  sm_allocateSCParameters                                                   
    1000f435  smSendDHKeyCheck                                                          
    1000f465  smGetECCKeys                                                              
    1000f501  sm_computeDHKey                                                           
    1000f551  SM_SetECCRegenerationCount                                                
    1000f565  smIncrementEccKeyRecycleCount                                             
    1000f58d  smOobSCAuthentication                                                     
    1000f609  smSavePairInfo                                                            
    1000f819  smDetermineIOCaps                                                         
    1000f855  smPairingSendEncInfo                                                      
    1000f869  smPairingSendMasterID                                                     
    1000f899  smPairingSendIdentityInfo                                                 
    1000f8c1  smPairingSendIdentityAddrInfo                                             
    1000f8fd  smPairingSendSigningInfo                                                  
    1000f911  smFreePairingParams                                                       
    1000f985  smEndPairing                                                              
    1000f9cd  smDetermineKeySize                                                        
    1000f9f1  smSetPairingReqRsp                                                        
    1000fa89  GATT_InitServer                                                           
    1000fb09  GATT_RegisterService                                                      
    1000fbc1  GATT_DeregisterService                                                    
    1000fc09  GATT_RegisterForReq                                                       
    1000fc11  GATT_VerifyReadPermissions                                                
    1000fc59  GATT_VerifyWritePermissions                                               
    1000fccd  GATT_ServiceChangedInd                                                    
    1000fd55  GATT_FindHandleUUID                                                       
    1000fdbd  GATT_FindHandle                                                           
    1000fe05  GATT_FindNextAttr                                                         
    1000fead  GATT_ServiceNumAttrs                                                      
    1000febd  GATT_ServiceEncKeySize                                                    
    1000fedd  GATT_SendRsp                                                              
    1000ffcd  GATT_Indication                                                           
    10010045  GATT_Notification                                                         
    100100ad  gattServiceLastHandle                                                     
    100100c9  gattStoreServerInfo                                                       
    100100e9  gattServerProcessMsgCB                                                    
    1001026d  gattProcessExchangeMTUReq                                                 
    1001039d  gattProcessFindByTypeValueReq                                             
    100103c1  gattProcessReadByTypeReq                                                  
    100103f9  gattProcessReadReq                                                        
    10010421  gattProcessReadMultiReq                                                   
    1001049d  gattProcessReadByGrpTypeReq                                               
    100104e9  gattProcessWriteReq                                                       
    10010519  gattParseReq                                                              
    1001059d  gattProcessReq                                                            
    10010619  gattProcessExecuteWriteReq                                                
    1001061d  gattFindService                                                           
    10010635  gattGetServerStatus                                                       
    1001065d  gattFindServerInfo                                                        
    10010685  gattResetServerInfo                                                       
    1001069d  gattServerStartTimer                                                      
    100106b9  gattServerNotifyTxCB                                                      
    100106e1  gattServerHandleTimerCB                                                   
    1001071d  gattServerHandleConnStatusCB                                              
    100107b9  GATT_GetNextHandle                                                        
    100107d1  gattServApp_SetNumPrepareWrites                                           
    10010881  gattServApp_RegisterServiceCBs                                            
    100108c1  gattServApp_DeregisterServiceCBs                                          
    100108f9  gattServApp_FindServiceCBs                                                
    10010911  gattServApp_ProcessMsg                                                    
    10010a7d  gattServApp_ProcessFindByTypeValueReq                                     
    10010cd5  gattServApp_buildReadByTypeRsp                                            
    10010d5d  gattServApp_ProcessReadReq                                                
    10010ddd  gattServApp_ProcessReadBlobReq                                            
    10010ea9  gattServApp_ProcessReadMultiReq                                           
    10010fd5  gattServApp_ProcessReadByGrpTypeReq                                       
    10011165  gattServApp_ProcessWriteReq                                               
    10011205  gattServApp_ProcessPrepareWriteReq                                        
    100112d9  gattServApp_ProcessExecuteWriteReq                                        
    1001134d  gattServApp_IsWriteLong                                                   
    10011409  gattServApp_FindPrepareWriteQ                                             
    1001143d  gattServApp_PrepareWriteQInUse                                            
    10011489  gattServApp_FindReadAttrCB                                                
    10011499  gattServApp_FindWriteAttrCB                                               
    100114d5  gattServApp_FindAuthorizeAttrCB                                           
    100114e5  GAP_TerminateLinkReq                                                      
    1001157d  GAP_UpdateLinkParamReq                                                    
    10011605  GAP_UpdateLinkParamReqReply                                               
    100116ad  GAP_Signable                                                              
    10011701  GAP_Authenticate                                                          
    100117c1  GAP_TerminateAuth                                                         
    100117ed  GAP_PasskeyUpdate                                                         
    10011829  GAP_PasscodeUpdate                                                        
    1001187d  GAP_Bond                                                                  
    10011919  gapUpdateConnSignCounter                                                  
    1001194d  gapSendSignUpdateEvent                                                    
    10011985  gapSendSlaveSecurityReqEvent                                              
    100119e1  gapProcessConnectionCompleteEvt                                           
    10011ac1  gapProcessRemoteConnParamReqEvt                                           
    10011b85  sendEstLinkEvent                                                          
    10011bf9  sendTerminateEvent                                                        
    10011c35  gapSendLinkUpdateEvent                                                    
    10011c8d  disconnectNext                                                            
    10011cb5  sendAuthEvent                                                             
    10011dc1  gapFreeAuthLink                                                           
    10011e01  gapFreeEstLink                                                            
    10011e25  gapSendBondCompleteEvent                                                  
    10011e81  gapSendPairingReqEvent                                                    
    10011efd  gapPasskeyNeededCB                                                        
    100120f1  gapRegisterCentralConn                                                    
    100120f9  gapRegisterPeripheralConn                                                 
    10012139  SM_Encrypt                                                                
    1001217d  smStartRspTimer                                                           
    100121a5  smStopRspTimer                                                            
    100121b9  sm_d1                                                                     
    10012205  sm_dm                                                                     
    1001225d  sm_c1new                                                                  
    1001234d  sm_xor                                                                    
    10012365  sm_s1                                                                     
    100123b1  smGenerateRandBuf                                                         
    100123e1  smAuthReqToUint8                                                          
    10012409  smUint8ToAuthReq                                                          
    10012445  smEncrypt                                                                 
    10012459  smEncryptLocal                                                            
    10012465  SM_GenerateAuthenSig                                                      
    10012521  SM_VerifyAuthenSig                                                        
    10012625  sm_CMAC                                                                   
    10012789  generate_subkey                                                           
    1001284d  xor_128                                                                   
    10012861  padding                                                                   
    1001287d  leftshift_onebit                                                          
    10012895  sm_f4                                                                     
    10012961  sm_f5                                                                     
    10012b01  sm_f6                                                                     
    10012c45  sm_g2                                                                     
    10012dfd  SM_ResponderInit                                                          
    10012e29  smResponderProcessLTKReq                                                  
    10012f65  smpResponderProcessIncoming                                               
    10013061  smpResponderProcessPairingReq                                             
    10013091  smpResponderSendPairRspEvent                                              
    10013165  smpResponderProcessPairingConfirm                                         
    100131ed  smpResponderProcessPairingRandom                                          
    10013365  smFinishPublicKeyExchange                                                 
    10013451  smpResponderProcessPairingDHKeyCheck                                      
    100134cd  smResponderAuthStageTwo                                                   
    1001353d  smpResponderProcessEncryptionInformation                                  
    10013589  smpResponderProcessMasterID                                               
    100135fd  smpResponderProcessIdentityInfo                                           
    10013641  smpResponderProcessIdentityAddrInfo                                       
    100136a1  smpResponderProcessSigningInfo                                            
    100136f1  smResponderSendNextKeyInfo                                                
    10013931  llSlave_TaskEnd                                                           
    10013f05  llProcessSlaveControlProcedures                                           
    10014435  llCheckForLstoDuringSL                                                    
    10014459  GAP_MakeDiscoverable                                                      
    10014509  GAP_UpdateAdvertisingData                                                 
    10014599  GAP_EndDiscoverable                                                       
    100145e1  GAP_SetAdvToken                                                           
    10014655  GAP_GetAdvToken                                                           
    10014679  GAP_RemoveAdvToken                                                        
    10014695  GAP_UpdateAdvTokens                                                       
    100146b1  GAP_PeriDevMgrInit                                                        
    1001470d  gapPeriProcessHCICmdCompleteEvt                                           
    1001476d  gapAllocAdvRecs                                                           
    10014881  gapSetAdvParamsStatus                                                     
    100148b1  gapWriteAdvEnableStatus                                                   
    10014951  gapWriteAdvDataStatus                                                     
    1001495d  gapProcessAdvertisingEvt                                                  
    100149b5  gapProcessAdvertisingTimeout                                              
    100149c9  gapConnectedCleanUpAdvertising                                            
    100149fd  gapAddAdvToken                                                            
    10014a39  gapDeleteAdvToken                                                         
    10014a71  gapFindAdvToken                                                           
    10014a89  gapCalcAdvTokenDataLen                                                    
    10014abd  gapBuildADTokens                                                          
    10014ba1  gapSendMakeDiscEvent                                                      
    10014be5  gapSendAdDataUpdateEvent                                                  
    10014c1d  gapSendEndDiscoverableEvent                                               
    10014c51  gapFreeAdvertState                                                        
    10014c75  isLimitedDiscoverableMode                                                 
    10014cd1  l2capParseSignalHdr                                                       
    10014ce5  l2capBuildSignalHdr                                                       
    10014cf9  l2capSendReq                                                              
    10014d75  l2capSendCmd                                                              
    10014e05  l2capStoreFCPkt                                                           
    10014e2d  l2capSendPkt                                                              
    10014e69  l2capSendFCPkt                                                            
    10014eb9  l2capEncapSendData                                                        
    10014f51  l2capParsePacket                                                          
    10014fad  L2CAP_BuildCmdReject                                                      
    10014fed  l2capParseCmdReject                                                       
    1001502d  l2capBuildParamUpdateReq                                                  
    10015059  L2CAP_ParseParamUpdateReq                                                 
    10015095  L2CAP_BuildParamUpdateRsp                                                 
    10015099  l2capParseParamUpdateRsp                                                  
    100150a5  l2capBuildInfoReq                                                         
    100150b9  L2CAP_ParseInfoReq                                                        
    100150d5  L2CAP_BuildInfoRsp                                                        
    10015125  l2capParseInfoRsp                                                         
    10015189  l2capNotifyData                                                           
    100151dd  l2capNotifySignal                                                         
    10015239  l2capAllocChannel                                                         
    10015269  l2capAllocConnChannel                                                     
    100152a9  l2capFreeChannel                                                          
    100152bd  l2capFindLocalId                                                          
    100152e9  l2capStartTimer                                                           
    10015309  l2capStopTimer                                                            
    10015321  l2capHandleTimerCB                                                        
    1001534d  l2capNotifyEvent                                                          
    10015385  l2capHandleRxError                                                        
    10015391  l2capDisconnectAllChannels                                                
    100153fd  l2capFreePendingPkt                                                       
    1001542d  L2CAP_bm_alloc                                                            
    100154a9  L2CAP_SetParamValue                                                       
    100154ad  L2CAP_GetParamValue                                                       
    100154b1  llDirAdv_TaskEnd                                                          
    10015559  llAdv_TaskConnect                                                         
    10015a61  llAdv_TaskEnd                                                             
    10015b75  llAdv_TaskAbort                                                           
    10015be5  ATT_ParsePacket                                                           
    10015c49  ATT_BuildErrorRsp                                                         
    10015c5d  ATT_ParseErrorRsp                                                         
    10015c7d  ATT_BuildExchangeMTUReq                                                   
    10015c81  ATT_ParseExchangeMTUReq                                                   
    10015c8d  ATT_BuildExchangeMTURsp                                                   
    10015ca1  ATT_ParseExchangeMTURsp                                                   
    10015cb9  ATT_BuildFindInfoReq                                                      
    10015cbd  ATT_ParseFindInfoReq                                                      
    10015cc9  ATT_BuildFindInfoRsp                                                      
    10015ce1  ATT_ParseFindInfoRsp                                                      
    10015d25  ATT_BuildFindByTypeValueReq                                               
    10015d41  ATT_ParseFindByTypeValueReq                                               
    10015d89  ATT_BuildFindByTypeValueRsp                                               
    10015d91  ATT_ParseFindByTypeValueRsp                                               
    10015da5  ATT_BuildReadByTypeReq                                                    
    10015de5  ATT_ParseReadByTypeReq                                                    
    10015e29  ATT_BuildReadByTypeRsp                                                    
    10015e2d  ATT_ParseReadByTypeRsp                                                    
    10015e4d  ATT_BuildReadReq                                                          
    10015e51  ATT_ParseReadReq                                                          
    10015e6d  ATT_BuildReadRsp                                                          
    10015e71  ATT_ParseReadRsp                                                          
    10015e75  ATT_ParseWriteReq                                                         
    10015ea1  ATT_BuildWriteReq                                                         
    10015ea5  ATT_ParseWriteRsp                                                         
    10015eb1  ATT_BuildReadBlobReq                                                      
    10015ed1  ATT_ParseReadBlobReq                                                      
    10015ef9  ATT_BuildReadBlobRsp                                                      
    10015efd  ATT_ParseReadBlobRsp                                                      
    10015f0d  ATT_BuildReadMultiReq                                                     
    10015f15  ATT_ParseReadMultiReq                                                     
    10015f2d  ATT_BuildReadMultiRsp                                                     
    10015f31  ATT_ParseReadMultiRsp                                                     
    10015f35  ATT_BuildReadByGrpTypeRsp                                                 
    10015f49  ATT_ParseReadByGrpTypeRsp                                                 
    10015f75  ATT_BuildPrepareWriteReq                                                  
    10015f79  ATT_ParsePrepareWriteReq                                                  
    10015fa1  ATT_BuildPrepareWriteRsp                                                  
    10015fc1  ATT_ParsePrepareWriteRsp                                                  
    10015ff5  ATT_BuildExecuteWriteReq                                                  
    10015ffd  ATT_ParseExecuteWriteReq                                                  
    10016011  ATT_ParseExecuteWriteRsp                                                  
    1001601d  ATT_BuildHandleValueInd                                                   
    10016035  ATT_ParseHandleValueInd                                                   
    10016065  ATT_ParseHandleValueCfm                                                   
    10016071  attSendMsg                                                                
    10016111  ATT_CompareUUID                                                           
    10016179  ATT_ConvertUUIDto128                                                      
    100161a5  ATT_ConvertUUIDto16                                                       
    100161e9  ATT_UpdateMTU                                                             
    1001621d  ATT_GetMTU                                                                
    1001624d  ATT_SetParamValue                                                         
    10016251  ATT_GetParamValue                                                         
    10016255  smpBuildPairingReq                                                        
    10016269  smpBuildPairingRsp                                                        
    1001627d  smpBuildPairingReqRsp                                                     
    1001632d  smpParsePairingReq                                                        
    1001640d  smpBuildPairingConfirm                                                    
    10016429  smpParsePairingConfirm                                                    
    10016445  smpBuildPairingRandom                                                     
    10016461  smpParsePairingRandom                                                     
    1001647d  smpBuildPairingFailed                                                     
    1001648d  smpParsePairingFailed                                                     
    100164ad  smpBuildEncInfo                                                           
    100164c9  smpParseEncInfo                                                           
    100164e5  smpBuildMasterID                                                          
    10016511  smpParseMasterID                                                          
    10016549  smpBuildIdentityInfo                                                      
    10016579  smpBuildIdentityAddrInfo                                                  
    1001659d  smpParseIdentityInfo                                                      
    100165c9  smpParseIdentityAddrInfo                                                  
    100165ed  smpBuildSigningInfo                                                       
    10016609  smpParseSigningInfo                                                       
    10016625  smpBuildSecurityReq                                                       
    10016649  smpParseSecurityReq                                                       
    1001666d  smpBuildPairingPublicKey                                                  
    1001669d  smpParsePairingPublicKey                                                  
    100166d9  smpBuildPairingDHKeyCheck                                                 
    100166f5  smpParsePairingDHKeyCheck                                                 
    1001670d  smpBuildKeypressNoti                                                      
    10016729  smpParseKeypressNoti                                                      
    1001673d  smSendSMMsg                                                               
    10016795  ECC_allocWorkzone                                                         
    1001679d  ECC_setWin                                                                
    100167a5  eccRom_signHash                                                           
    10016941  eccRom_verifyHash                                                         
    10016c1d  eccRom_genKeys                                                            
    10016c65  eccRom_genSharedSecret                                                    
    10016cb5  LL_PRIV_Init                                                              
    10016d29  LL_PRIV_Ah                                                                
    10016d71  LL_PRIV_GenerateRPA                                                       
    10016dd1  LL_PRIV_GenerateNRPA                                                      
    10016e1d  LL_PRIV_GenerateRSA                                                       
    10016e89  LL_PRIV_IsRPA                                                             
    10016e9d  LL_PRIV_IsNRPA                                                            
    10016eb5  LL_PRIV_IsIDA                                                             
    10016ecd  LL_PRIV_IsResolvable                                                      
    10016f01  LL_PRIV_IsZeroIRK                                                         
    10016f19  LL_PRIV_FindPeerInRL                                                      
    10016f8d  LL_PRIV_UpdateRL                                                          
    10016fc5  LL_PRIV_NumberPeerRLEntries                                               
    10016fe5  LL_PRIV_SetupPrivacy                                                      
    10016ffd  LL_PRIV_TeardownPrivacy                                                   
    10017021  LL_PRIV_ClearExtWL                                                        
    10017051  LL_PRIV_UpdateExtWLEntry                                                  
    100170d9  LL_PRIV_FindExtWLEntry                                                    
    10017139  LL_PRIV_SetWLSize                                                         
    1001714d  LL_ENC_Init                                                               
    100171ad  LL_ENC_ReverseBytes                                                       
    100171cd  LL_ENC_GeneratePseudoRandNum                                              
    100171e5  LL_ENC_GenerateTrueRandNum                                                
    1001720d  LL_ENC_GenDeviceSKD                                                       
    10017221  LL_ENC_GenDeviceIV                                                        
    10017235  LL_ENC_GenerateNonce                                                      
    10017259  LL_ENC_LoadKey                                                            
    1001729d  LL_ENC_AES128_Encrypt                                                     
    100172f9  LL_ENC_AES128_Decrypt                                                     
    10017361  LL_ENC_EncryptMsg                                                         
    10017485  LL_ENC_Encrypt                                                            
    100174f9  LL_ENC_Decrypt                                                            
    100175d9  SM_Init                                                                   
    10017615  SM_ProcessEvent                                                           
    100176c1  smProcessOSALMsg                                                          
    10017715  smProcessHCIBLEEventCode                                                  
    10017765  smProcessHCIBLEMetaEventCode                                              
    100178bd  SM_RegisterTask                                                           
    100178c5  SM_GetEccKeys                                                             
    1001790d  SM_GetDHKey                                                               
    10017989  SM_GetScConfirmOob                                                        
    100179c9  L2CAP_Init                                                                
    10017a51  L2CAP_ProcessEvent                                                        
    10017ad9  l2capProcessOSALMsg                                                       
    10017b29  L2CAP_RegisterFlowCtrlTask                                                
    10017b31  l2capProcessRxData                                                        
    10017bbd  l2capProcessSignal                                                        
    10017c3d  l2capProcessRsp                                                           
    10017cc9  l2capProcessReq                                                           
    10017d25  l2capHandleConnStatusCB                                                   
    10017d7d  linkDB_Init                                                               
    10017de5  linkDB_Register                                                           
    10017e05  linkDB_Add                                                                
    10017e91  linkDB_Remove                                                             
    10017ed5  linkDB_Update                                                             
    10017f09  linkDB_GetInfo                                                            
    10017f55  linkDB_Find                                                               
    10017f7d  linkDB_FindFirst                                                          
    10017fb1  linkDB_State                                                              
    10017fd5  linkDB_Role                                                               
    10017ff1  linkDB_NumActive                                                          
    10018019  linkDB_NumConns                                                           
    10018021  linkDB_UpdateMTU                                                          
    1001803d  linkDB_MTU                                                                
    100180b5  linkDB_PerformFunc                                                        
    100180e5  linkDB_reportStatusChange                                                 
    10018105  linkDB_SecurityModeSCOnly                                                 
    10018121  gattRegisterServer                                                        
    10018129  gattRegisterClient                                                        
    10018131  GATT_RegisterForMsgs                                                      
    10018139  GATT_SetHostToAppFlowCtrl                                                 
    1001814d  GATT_AppCompletedMsg                                                      
    1001817d  GATT_Init                                                                 
    100181ad  GATT_ProcessEvent                                                         
    100181e1  gattProcessOSALMsg                                                        
    100181f5  gattProcessRxData                                                         
    100182a9  gattNotifyEvent                                                           
    1001830d  gattStartTimer                                                            
    10018321  gattStopTimer                                                             
    10018341  GATT_NotifyEvent                                                          
    1001838d  gattSendFlowCtrlEvt                                                       
    100183b1  gattGetPayload                                                            
    10018405  GATT_bm_alloc                                                             
    10018489  GATT_bm_free                                                              
    10018505  GAP_ParamsInit                                                            
    10018539  GAP_SecParamsInit                                                         
    100185a5  GAP_GetIRK                                                                
    100185ad  GAP_ConfigDeviceAddr                                                      
    10018679  gapReadBD_ADDRStatus                                                      
    100186bd  gapReadBufSizeCmdStatus                                                   
    10018709  gapProcessNewAddr                                                         
    10018741  gapAddAddrAdj                                                             
    10018769  gapHost2CtrlOwnAddrType                                                   
    10018775  gapGetSRK                                                                 
    1001877d  gapGetSignCounter                                                         
    10018785  gapIncSignCounter                                                         
    100187a5  gapGetDevAddressMode                                                      
    100187ad  gapGetDevAddress                                                          
    100187e9  gapSendDeviceInitDoneEvent                                                
    10018851  GAP_RegisterForMsgs                                                       
    10018859  GAP_Init                                                                  
    10018879  GAP_ProcessEvent                                                          
    100188fd  GAP_NumActiveConnections                                                  
    10018909  gapProcessOSALMsg                                                         
    10018971  gapProcessBLEEvents                                                       
    10018a11  gapProcessHCICmdCompleteEvt                                               
    10018ab5  gapProcessCommandStatusEvt                                                
    10018b09  gapProcessConnEvt                                                         
    10018b41  gapRegisterCentral                                                        
    10018b49  gapRegisterPeripheral                                                     
    10018b51  GAP_RegisterBondMgrCBs                                                    
    10018b81  WL_Init                                                                   
    10018bb1  WL_Clear                                                                  
    10018bed  WL_ClearEntry                                                             
    10018c11  WL_GetSize                                                                
    10018c25  WL_GetNumFreeEntries                                                      
    10018c51  WL_FindEntry                                                              
    10018ca9  WL_AddEntry                                                               
    10018d41  WL_RemoveEntry                                                            
    10018dc1  WL_SetWlIgnore                                                            
    10018df9  WL_ClearIgnoreList                                                        
    10018e31  ATT_RegisterServer                                                        
    10018e39  ATT_ErrorRsp                                                              
    10018e59  ATT_ExchangeMTURsp                                                        
    10018e81  ATT_FindInfoRsp                                                           
    10018ebd  ATT_FindByTypeValueRsp                                                    
    10018ef1  ATT_ReadByTypeRsp                                                         
    10018f2d  ATT_ReadRsp                                                               
    10018f51  ATT_ReadBlobRsp                                                           
    10018f91  ATT_ReadMultiRsp                                                          
    10018fbd  ATT_ReadByGrpTypeRsp                                                      
    10018fed  ATT_WriteRsp                                                              
    10018ffd  ATT_PrepareWriteRsp                                                       
    10019025  ATT_ExecuteWriteRsp                                                       
    10019045  ATT_HandleValueNoti                                                       
    10019065  ATT_HandleValueInd                                                        
    10019099  attSendRspMsg                                                             
    100190d9  L2CAP_RegisterApp                                                         
    10019105  L2CAP_SendData                                                            
    10019185  L2CAP_CmdReject                                                           
    1001919d  L2CAP_InfoReq                                                             
    100191c5  L2CAP_ConnParamUpdateReq                                                  
    10019209  L2CAP_ConnParamUpdateRsp                                                  
    10019231  L2CAP_SetControllerToHostFlowCtrl                                         
    10019275  L2CAP_HostNumCompletedPkts                                                
    10019291  L2CAP_SetBufSize                                                          
    1001929d  L2CAP_GetMTU                                                              
    100192b9  L2CAP_SetUserConfig                                                       
    100192bd  GAP_SendSlaveSecurityRequest                                              
    1001930d  GAP_PeriConnRegister                                                      
    1001933d  gapPeriProcessConnEvt                                                     
    10019399  gapPeriProcessConnUpdateCompleteEvt                                       
    100193dd  gapL2capConnParamUpdateReq                                                
    10019401  gapPeriProcessSignalEvt                                                   
    10019445  HCI_ReverseBytes                                                          
    10019465  LL_RxDataCompleteCback                                                    
    10019525  gapIsAdvertising                                                          
    10019529  gapIsScanning                                                             
    10019535  gapValidADType                                                            
    10019549  gapFindADType                                                             
    100195a1  gapSetState                                                               
    100195ad  gapClrState                                                               
    100195dc  LUTJ                                                                      
    100196b8  supportedCmdsTable                                                        
    1001973c  LUTSTATE                                                                  
    100197b1  llGetCurrentTime                                                          
    100197b9  llTimeCompare                                                             
    100197dd  llTimeDelta                                                               
    10019808  NIST_Curve_P256_p                                                         
    1001982c  NIST_Curve_P256_r                                                         
    10019850  NIST_Curve_P256_a                                                         
    10019874  NIST_Curve_P256_b                                                         
    10019898  NIST_Curve_P256_Gx                                                        
    100198bc  NIST_Curve_P256_Gy                                                        
    10019920  IOCapMatrix                                                               
    1001993d  llCalcScaFactor                                                           
    10019970  LUTOPSIGN                                                                 
    10019988  LUTC                                                                      
    100199a0  LUTSE                                                                     
    100199b8  LUTINCI                                                                   
    100199d0  btBaseUUID                                                                
    100199f0  SCA                                                                       
    10019a00  const_Rb                                                                  
    10019a10  advEvt2Cmd                                                                
    10019a1d  __exit                                                                    
    10019a28  advEvt2State                                                              
    10019a30  LUTOPCODE                                                                 
    10019a40  advChan                                                                   
    10019afc  romRev                                                                    
    10019afd  __checksum_end                                                            
    10019afe  __checksum                                                                
    10019b00  ti_sysbios_rom_cortexm_cc26xx_r2_CC26xx_REVISION__C                       
    10019b05  ti_sysbios_knl_Semaphore_pend__E                                          
    10019bf9  ti_sysbios_knl_Event_pend__E                                              
    10019ce1  ti_sysbios_knl_Task_Instance_init__E                                      
    10019dad  ti_sysbios_knl_Mailbox_Instance_init__E                                   
    10019e75  ti_sysbios_family_arm_m3_Hwi_postInit__I                                  
    10019f25  ti_sysbios_family_arm_cc26xx_Timer_periodicStub__E                        
    10019fc1  ti_sysbios_family_arm_m3_Hwi_Instance_init__E                             
    1001a059  ti_sysbios_knl_Task_Instance_finalize__E                                  
    1001a0ed  ti_sysbios_knl_Mailbox_post__E                                            
    1001a171  ti_sysbios_family_arm_m3_Hwi_initNVIC__E                                  
    1001a1f1  ti_sysbios_knl_Clock_startI__E                                            
    1001a271  ti_sysbios_knl_Task_postInit__I                                           
    1001a2f1  ti_sysbios_knl_Clock_walkQueueDynamic__E                                  
    1001a369  ti_sysbios_knl_Clock_workFunc__E                                          
    1001a3e1  ti_sysbios_knl_Semaphore_post__E                                          
    1001a455  ti_sysbios_knl_Event_post__E                                              
    1001a4c5  ti_sysbios_knl_Mailbox_Instance_finalize__E                               
    1001a535  ti_sysbios_knl_Mailbox_pend__E                                            
    1001a5a5  ti_sysbios_knl_Task_sleep__E                                              
    1001a683  ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E                         
    1001a685  ti_sysbios_knl_Semaphore_Instance_init__E                                 
    1001a6ed  ti_sysbios_knl_Swi_restoreHwi__E                                          
    1001a755  ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E                         
    1001a7b9  ti_sysbios_family_arm_m3_Hwi_Object__create__S                            
    1001a81d  ti_sysbios_family_arm_m3_Hwi_dispatchC__I                                 
    1001a881  ti_sysbios_hal_Hwi_create                                                 
    1001a8e5  ti_sysbios_family_arm_m3_Hwi_create                                       
    1001a945  ti_sysbios_knl_Mailbox_create                                             
    1001a9a5  ti_sysbios_knl_Swi_Instance_init__E                                       
    1001aa05  ti_sysbios_knl_Task_Module_startup__E                                     
    1001aa61  ti_sysbios_knl_Task_startCore__E                                          
    1001aabd  ti_sysbios_family_arm_m3_Hwi_construct                                    
    1001ab6d  ti_sysbios_heaps_HeapMem_freeUnprotected__E                               
    1001abc5  ti_sysbios_knl_Mailbox_construct                                          
    1001ac1d  ti_sysbios_knl_Swi_create                                                 
    1001ac75  ti_sysbios_knl_Swi_run__I                                                 
    1001accd  ti_sysbios_knl_Task_create                                                
    1001ad25  ti_sysbios_knl_Swi_schedule__I                                            
    1001ad79  ti_sysbios_knl_Swi_construct                                              
    1001adc9  ti_sysbios_knl_Swi_runLoop__I                                             
    1001ae19  ti_sysbios_knl_Task_construct                                             
    1001ae69  ti_sysbios_knl_Task_schedule__I                                           
    1001aeb5  ti_sysbios_family_arm_m3_Hwi_Module_startup__E                            
    1001aefd  ti_sysbios_heaps_HeapMem_getStats__E                                      
    1001af45  ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E                          
    1001af45  ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E                           
    1001af45  ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E__mangled__                
    1001af45  ti_sysbios_hal_Hwi_disableInterrupt__E                                    
    1001af45  ti_sysbios_hal_Hwi_disableInterrupt__E                                    
    1001af89  ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E                           
    1001af89  ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E                            
    1001af89  ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E__mangled__                 
    1001af89  ti_sysbios_hal_Hwi_enableInterrupt__E                                     
    1001af89  ti_sysbios_hal_Hwi_enableInterrupt__E                                     
    1001afcd  ti_sysbios_knl_Mailbox_Module_startup__E                                  
    1001b011  ti_sysbios_knl_Swi_post__E                                                
    1001b055  ti_sysbios_knl_Task_allBlockedFunction__I                                 
    1001b099  ti_sysbios_family_arm_m3_Hwi_getStackInfo__E                              
    1001b099  ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E                               
    1001b099  ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E__mangled__                    
    1001b099  ti_sysbios_hal_Hwi_getStackInfo__E                                        
    1001b099  ti_sysbios_hal_Hwi_getStackInfo__E                                        
    1001b0d9  ti_sysbios_knl_Task_yield__E                                              
    1001b119  ti_sysbios_knl_Task_exit__E                                               
    1001b153  ti_sysbios_gates_GateHwi_Instance_init__E                                 
    1001b155  ti_sysbios_family_arm_m3_TaskSupport_start__E                             
    1001b155  ti_sysbios_knl_Task_SupportProxy_start__E                                 
    1001b155  ti_sysbios_knl_Task_SupportProxy_start__E__mangled__                      
    1001b18d  ti_sysbios_heaps_HeapMem_Instance_init__E                                 
    1001b1c5  ti_sysbios_knl_Clock_Instance_init__E                                     
    1001b1fd  ti_sysbios_knl_Clock_create                                               
    1001b235  ti_sysbios_heaps_HeapMem_init__I                                          
    1001b269  ti_sysbios_knl_Clock_construct                                            
    1001b29d  ClockP_getSystemTicks                                                     
    1001b29d  ICall_getTicks                                                            
    1001b29d  ti_sysbios_knl_Clock_getTicks__E                                          
    1001b2d1  ti_sysbios_knl_Semaphore_create                                           
    1001b305  SwiP_restore                                                              
    1001b305  ti_sysbios_knl_Swi_restore__E                                             
    1001b339  ti_sysbios_knl_Task_blockI__E                                             
    1001b36d  ti_sysbios_gates_GateMutex_Object__create__S                              
    1001b39d  ti_sysbios_gates_GateMutex_create                                         
    1001b3cd  ti_sysbios_gates_GateMutex_enter__E                                       
    1001b3fd  ti_sysbios_heaps_HeapMem_free__E                                          
    1001b42d  ti_sysbios_knl_Event_create                                               
    1001b45d  ti_sysbios_knl_Semaphore_construct                                        
    1001b48d  ti_sysbios_knl_Task_processVitalTaskFlag__I                               
    1001b4bd  ti_sysbios_family_arm_cc26xx_Timer_postInit__I                            
    1001b4e9  ti_sysbios_family_arm_cc26xx_Timer_startup__E                             
    1001b4e9  ti_sysbios_knl_Clock_TimerProxy_startup__E                                
    1001b4e9  ti_sysbios_knl_Clock_TimerProxy_startup__E__mangled__                     
    1001b515  ti_sysbios_family_arm_m3_Hwi_Object__get__S                               
    1001b541  ti_sysbios_gates_GateMutex_construct                                      
    1001b56d  ti_sysbios_hal_Hwi_initStack                                              
    1001b599  ti_sysbios_heaps_HeapMem_Object__create__S                                
    1001b5c5  ti_sysbios_heaps_HeapMem_Object__get__S                                   
    1001b5f1  ti_sysbios_knl_Event_construct                                            
    1001b61d  ti_sysbios_knl_Event_pendTimeout__I                                       
    1001b649  ti_sysbios_knl_Mailbox_Object__get__S                                     
    1001b675  ti_sysbios_knl_Mailbox_postInit__I                                        
    1001b6a1  ti_sysbios_knl_Queue_construct                                            
    1001b6cd  ti_sysbios_knl_Queue_create                                               
    1001b6f9  ti_sysbios_knl_Semaphore_pendTimeout__I                                   
    1001b725  ti_sysbios_knl_Swi_Object__get__S                                         
    1001b751  ti_sysbios_knl_Task_unblockI__E                                           
    1001b77d  ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E                   
    1001b77d  xdc_runtime_Timestamp_SupportProxy_get64__E                               
    1001b77d  xdc_runtime_Timestamp_SupportProxy_get64__E__mangled__                    
    1001b77d  xdc_runtime_Timestamp_get64__E                                            
    1001b77d  xdc_runtime_Timestamp_get64__E                                            
    1001b7a5  ti_sysbios_knl_Clock_addI__E                                              
    1001b7cd  ti_sysbios_knl_Semaphore_Instance_finalize__E                             
    1001b7f5  ti_sysbios_knl_Task_restore__E                                            
    1001b81d  ti_sysbios_hal_Hwi_Instance_init__E                                       
    1001b843  ti_sysbios_knl_Clock_logTick__E                                           
    1001b845  ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E                      
    1001b869  ti_sysbios_gates_GateHwi_Object__create__S                                
    1001b88d  ti_sysbios_BIOS_RtsGateProxy_Object__delete__S                            
    1001b88d  ti_sysbios_gates_GateMutex_Object__delete__S                              
    1001b88d  ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__delete__S               
    1001b8b1  ti_sysbios_knl_Clock_Object__delete__S                                    
    1001b8d5  ti_sysbios_knl_Semaphore_Object__delete__S                                
    1001b8f9  ti_sysbios_family_arm_cc26xx_Timer_Module__startupDone__S                 
    1001b8f9  ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S                    
    1001b8f9  ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S__mangled__         
    1001b919  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E          
    1001b939  ti_sysbios_family_arm_m3_Hwi_Module__startupDone__S                       
    1001b939  ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S                        
    1001b939  ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S__mangled__             
    1001b959  ti_sysbios_family_arm_m3_Hwi_Object__delete__S                            
    1001b959  ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S                             
    1001b979  ti_sysbios_family_arm_m3_Hwi_excHandler__I                                
    1001b999  ti_sysbios_gates_GateHwi_Handle__label__S                                 
    1001b999  xdc_runtime_Main_Module_GateProxy_Handle__label__S                        
    1001b999  xdc_runtime_System_Module_GateProxy_Handle__label__S                      
    1001b999  xdc_runtime_System_Module_GateProxy_Handle__label__S__mangled__           
    1001b9b9  ti_sysbios_gates_GateHwi_Object__delete__S                                
    1001b9b9  xdc_runtime_System_Module_GateProxy_Object__delete__S                     
    1001b9d9  ti_sysbios_BIOS_RtsGateProxy_Handle__label__S                             
    1001b9d9  ti_sysbios_BIOS_RtsGateProxy_Handle__label__S__mangled__                  
    1001b9d9  ti_sysbios_gates_GateMutex_Handle__label__S                               
    1001b9d9  ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S                
    1001b9d9  ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S__mangled__     
    1001b9f9  ti_sysbios_gates_GateMutex_Object__destruct__S                            
    1001ba19  ti_sysbios_hal_Hwi_Object__delete__S                                      
    1001ba39  ti_sysbios_heaps_HeapMem_Handle__label__S                                 
    1001ba39  xdc_runtime_Memory_HeapProxy_Handle__label__S                             
    1001ba39  xdc_runtime_Memory_HeapProxy_Handle__label__S__mangled__                  
    1001ba59  ti_sysbios_heaps_HeapMem_Object__delete__S                                
    1001ba59  xdc_runtime_Memory_HeapProxy_Object__delete__S                            
    1001ba79  ti_sysbios_knl_Clock_Module_startup__E                                    
    1001ba99  ti_sysbios_knl_Clock_Object__destruct__S                                  
    1001bab9  ti_sysbios_knl_Clock_stop__E                                              
    1001bad9  ti_sysbios_knl_Event_Object__delete__S                                    
    1001baf9  ti_sysbios_knl_Event_checkEvents__I                                       
    1001bb19  ti_sysbios_knl_Idle_run__E                                                
    1001bb39  ti_sysbios_knl_Mailbox_Object__delete__S                                  
    1001bb59  ti_sysbios_knl_Queue_Object__delete__S                                    
    1001bb79  ti_sysbios_knl_Queue_Object__get__S                                       
    1001bb99  ti_sysbios_knl_Semaphore_Object__destruct__S                              
    1001bbb9  ti_sysbios_knl_Swi_Object__delete__S                                      
    1001bbd9  ti_sysbios_knl_Task_Object__delete__S                                     
    1001bbf9  ti_sysbios_knl_Task_Object__get__S                                        
    1001bc19  ti_sysbios_knl_Task_restoreHwi__E                                         
    1001bc39  ti_sysbios_family_arm_m3_Hwi_Object__destruct__S                          
    1001bc55  ti_sysbios_family_arm_m3_Hwi_setPriority__E                               
    1001bc71  ti_sysbios_gates_GateMutex_Instance_init__E                               
    1001bc8d  ti_sysbios_hal_Hwi_HwiProxy_create                                        
    1001bca9  ti_sysbios_knl_Clock_scheduleNextTick__E                                  
    1001bcc5  ti_sysbios_knl_Event_Object__destruct__S                                  
    1001bce1  ti_sysbios_knl_Mailbox_Object__destruct__S                                
    1001bcfd  ti_sysbios_knl_Queue_Object__destruct__S                                  
    1001bd19  ti_sysbios_knl_Queue_get__E                                               
    1001bd35  ti_sysbios_knl_Queue_put__E                                               
    1001bd51  ti_sysbios_knl_Swi_Object__destruct__S                                    
    1001bd6d  ti_sysbios_knl_Task_Object__destruct__S                                   
    1001bd89  ti_sysbios_knl_Task_enter__I                                              
    1001bda5  ti_sysbios_knl_Task_sleepTimeout__I                                       
    1001bdbf  ti_sysbios_knl_Clock_triggerFunc__I                                       
    1001bdc1  ti_sysbios_family_arm_m3_Hwi_plug__E                                      
    1001bdd9  ti_sysbios_gates_GateMutex_leave__E                                       
    1001bdf1  ti_sysbios_knl_Task_unblock__E                                            
    1001be09  ti_sysbios_knl_Clock_Instance_finalize__E                                 
    1001be1f  ti_sysbios_knl_Clock_start__E                                             
    1001be35  ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E                       
    1001be35  ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E                        
    1001be35  ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E__mangled__             
    1001be35  ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
    1001be35  ti_sysbios_hal_Hwi_switchFromBootStack__E                                 
    1001be49  ti_sysbios_knl_Event_Instance_init__E                                     
    1001be5d  ti_sysbios_hal_Hwi_Module_startup__E                                      
    1001be6f  ti_sysbios_knl_Event_sync__E                                              
    1001be81  ti_sysbios_BIOS_exit__E                                                   
    1001be91  ti_sysbios_BIOS_getCpuFreq__E                                             
    1001bea1  ti_sysbios_BIOS_setThreadType__E                                          
    1001beb1  ti_sysbios_BIOS_start__E                                                  
    1001bec1  ti_sysbios_gates_GateMutex_Instance_finalize__E                           
    1001bed1  ti_sysbios_hal_Hwi_HwiProxy_Object__create__S                             
    1001bee1  ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E                         
    1001bef1  ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E                            
    1001bf01  ti_sysbios_knl_Clock_TimerProxy_setNextTick__E                            
    1001bf11  ti_sysbios_knl_Swi_disable__E                                             
    1001bf21  ti_sysbios_knl_Swi_enabled__E                                             
    1001bf31  ti_sysbios_knl_Task_disable__E                                            
    1001bf41  ti_sysbios_heaps_HeapMem_restore__E                                       
    1001bf4f  ti_sysbios_knl_Queue_empty__E                                             
    1001bf5d  ti_sysbios_knl_Queue_remove__E                                            
    1001bf6b  ti_sysbios_family_arm_cc26xx_TimestampProvider_getFreq__E                 
    1001bf6b  xdc_runtime_Timestamp_SupportProxy_getFreq__E                             
    1001bf6b  xdc_runtime_Timestamp_SupportProxy_getFreq__E__mangled__                  
    1001bf6b  xdc_runtime_Timestamp_getFreq__E                                          
    1001bf6b  xdc_runtime_Timestamp_getFreq__E                                          
    1001bf77  ti_sysbios_knl_Swi_Instance_finalize__E                                   
    1001bf79  ti_sysbios_family_arm_m3_Hwi_Params__init__S                              
    1001bf79  ti_sysbios_hal_Hwi_HwiProxy_Params__init__S                               
    1001bf79  ti_sysbios_hal_Hwi_HwiProxy_Params__init__S__mangled__                    
    1001bf85  ti_sysbios_family_arm_m3_Hwi_disableFxn__E                                
    1001bf91  ti_sysbios_family_arm_m3_Hwi_enableFxn__E                                 
    1001bf9d  ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E                 
    1001bf9d  ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E                     
    1001bf9d  ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E__mangled__          
    1001bfa9  ti_sysbios_gates_GateHwi_enter__E                                         
    1001bfb5  ti_sysbios_BIOS_RtsGateProxy_Params__init__S                              
    1001bfb5  ti_sysbios_BIOS_RtsGateProxy_Params__init__S__mangled__                   
    1001bfb5  ti_sysbios_gates_GateMutex_Params__init__S                                
    1001bfb5  ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S                 
    1001bfb5  ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S__mangled__      
    1001bfc1  ti_sysbios_knl_Clock_Params__init__S                                      
    1001bfcd  ti_sysbios_knl_Clock_getTimerHandle__E                                    
    1001bfd9  ti_sysbios_knl_Event_Params__init__S                                      
    1001bfe5  ti_sysbios_knl_Mailbox_Params__init__S                                    
    1001bff1  ti_sysbios_knl_Queue_dequeue__E                                           
    1001bffd  ti_sysbios_knl_Queue_enqueue__E                                           
    1001c009  ti_sysbios_knl_Semaphore_Params__init__S                                  
    1001c015  ti_sysbios_knl_Swi_Params__init__S                                        
    1001c021  ti_sysbios_knl_Task_Params__init__S                                       
    1001c02d  ti_sysbios_knl_Task_self__E                                               
    1001c039  ti_sysbios_hal_Hwi_Instance_finalize__E                                   
    1001c043  ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I                              
    1001c04b  ti_sysbios_family_arm_m3_Hwi_startup__E                                   
    1001c04b  ti_sysbios_hal_Hwi_HwiProxy_startup__E                                    
    1001c04b  ti_sysbios_hal_Hwi_HwiProxy_startup__E__mangled__                         
    1001c04b  ti_sysbios_hal_Hwi_startup__E                                             
    1001c04b  ti_sysbios_hal_Hwi_startup__E                                             
    1001c053  ti_sysbios_knl_Idle_loop__E                                               
    1001c05b  ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I                             
    1001c061  HwiP_restore                                                              
    1001c061  ti_sysbios_family_arm_m3_Hwi_restoreFxn__E                                
    1001c067  ti_sysbios_gates_GateHwi_leave__E                                         
    1001c06d  ti_sysbios_heaps_HeapMem_isBlocking__E                                    
    1001c073  ti_sysbios_knl_Queue_Instance_init__E                                     
    1001c079  ti_sysbios_knl_Queue_elemClear__E                                         
    1001c07f  ti_sysbios_knl_Swi_Module_startup__E                                      
    1001c085  ti_sysbios_knl_Swi_startup__E                                             
    1001c08b  ti_sysbios_knl_Task_enable__E                                             
    1001c091  ti_sysbios_BIOS_RtsGateProxy_enter__E                                     
    1001c095  ti_sysbios_BIOS_RtsGateProxy_leave__E                                     
    1001c099  ti_sysbios_family_arm_cc26xx_Timer_getExpiredTicks__E                     
    1001c09d  ti_sysbios_family_arm_cc26xx_Timer_getPeriod__E                           
    1001c0a1  ti_sysbios_family_arm_cc26xx_Timer_setPeriod__E                           
    1001c0a5  ti_sysbios_family_arm_m3_Hwi_delete                                       
    1001c0a9  ti_sysbios_family_arm_m3_Hwi_destruct                                     
    1001c0ad  ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S               
    1001c0ad  ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S                   
    1001c0ad  ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S__mangled__        
    1001c0b1  ti_sysbios_gates_GateHwi_query__E                                         
    1001c0b1  xdc_runtime_Main_Module_GateProxy_query__E                                
    1001c0b1  xdc_runtime_System_Module_GateProxy_query__E                              
    1001c0b1  xdc_runtime_System_Module_GateProxy_query__E__mangled__                   
    1001c0b5  ti_sysbios_gates_GateMutex_delete                                         
    1001c0b9  ti_sysbios_gates_GateMutex_destruct                                       
    1001c0bd  ti_sysbios_BIOS_RtsGateProxy_query__E                                     
    1001c0bd  ti_sysbios_BIOS_RtsGateProxy_query__E__mangled__                          
    1001c0bd  ti_sysbios_gates_GateMutex_query__E                                       
    1001c0bd  ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E                        
    1001c0bd  ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E__mangled__             
    1001c0c1  ti_sysbios_hal_Hwi_HwiProxy_delete                                        
    1001c0c5  ti_sysbios_hal_Hwi_delete                                                 
    1001c0c9  ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E                        
    1001c0cd  ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E                        
    1001c0d1  ti_sysbios_knl_Clock_TimerProxy_getExpiredTicks__E                        
    1001c0d5  ti_sysbios_knl_Clock_TimerProxy_getPeriod__E                              
    1001c0d9  ti_sysbios_knl_Clock_delete                                               
    1001c0dd  ti_sysbios_knl_Clock_destruct                                             
    1001c0e1  ti_sysbios_knl_Clock_removeI__E                                           
    1001c0e5  ti_sysbios_knl_Clock_setTimeout__E                                        
    1001c0e9  ti_sysbios_knl_Event_delete                                               
    1001c0ed  ti_sysbios_knl_Event_destruct                                             
    1001c0f1  ti_sysbios_knl_Mailbox_delete                                             
    1001c0f5  ti_sysbios_knl_Mailbox_destruct                                           
    1001c0f9  ti_sysbios_knl_Queue_delete                                               
    1001c0fd  ti_sysbios_knl_Queue_destruct                                             
    1001c101  ti_sysbios_knl_Queue_head__E                                              
    1001c105  ti_sysbios_knl_Queue_next__E                                              
    1001c109  ti_sysbios_knl_Semaphore_delete                                           
    1001c10d  ti_sysbios_knl_Semaphore_destruct                                         
    1001c111  ti_sysbios_knl_Swi_delete                                                 
    1001c115  ti_sysbios_knl_Swi_destruct                                               
    1001c119  ti_sysbios_knl_Swi_postInit__I                                            
    1001c11d  ti_sysbios_knl_Task_delete                                                
    1001c121  ti_sysbios_knl_Task_destruct                                              
    1001c125  ti_sysbios_knl_Task_startup__E                                            
    1001c129  xdc_runtime_Startup_startMods__I                                          
    1001c2c9  xdc_runtime_Core_createObject__I                                          
    1001c349  xdc_runtime_Memory_alloc__E                                               
    1001c3b5  xdc_runtime_Core_deleteObject__I                                          
    1001c413  xdc_runtime_Error_policySpin__E                                           
    1001c415  xdc_runtime_Startup_exec__E                                               
    1001c465  xdc_runtime_Assert_raise__I                                               
    1001c4ad  xdc_runtime_Core_assignParams__I                                          
    1001c4f5  xdc_runtime_Core_constructObject__I                                       
    1001c581  xdc_runtime_System_atexit__E                                              
    1001c5b9  xdc_runtime_Core_assignLabel__I                                           
    1001c5ed  xdc_runtime_System_processAtExit__E                                       
    1001c621  xdc_runtime_Text_cordText__E                                              
    1001c64d  xdc_runtime_System_abort__E                                               
    1001c66d  xdc_runtime_Error_raiseX__E                                               
    1001c689  xdc_runtime_Memory_valloc__E                                              
    1001c6a5  xdc_runtime_Core_destructObject__I                                        
    1001c6bd  xdc_runtime_Error_check__E                                                
    1001c6d5  xdc_runtime_System_exit__E                                                
    1001c6ed  xdc_runtime_Text_ropeText__E                                              
    1001c705  xdc_runtime_Memory_free__E                                                
    1001c715  xdc_runtime_SysCallback_abort__E                                          
    1001c715  xdc_runtime_System_SupportProxy_abort__E                                  
    1001c725  xdc_runtime_SysCallback_exit__E                                           
    1001c725  xdc_runtime_System_SupportProxy_exit__E                                   
    1001c735  xdc_runtime_Timestamp_SupportProxy_get32__E                               
    1001c735  xdc_runtime_Timestamp_get32__E                                            
    1001c735  xdc_runtime_Timestamp_get32__E                                            
    1001c751  xdc_runtime_Memory_calloc__E                                              
    1001c75d  xdc_runtime_Memory_getMaxDefaultTypeAlign__E                              
    1001c769  xdc_runtime_Startup_rtsDone__E                                            
    1001c775  xdc_runtime_Memory_HeapProxy_alloc__E                                     
    1001c77f  xdc_runtime_Memory_HeapProxy_free__E                                      
    1001c789  xdc_runtime_Gate_leaveSystem__E                                           
    1001c78f  xdc_runtime_System_Module_startup__E                                      
    1001c795  xdc_runtime_Gate_enterSystem__E                                           
    1001c799  xdc_runtime_System_Module_GateProxy_enter__E                              
    1001c79d  xdc_runtime_System_Module_GateProxy_leave__E                              
    1001c7a1  xdc_runtime_System_abortSpin__E                                           
    1001c7a3  xdc_runtime_System_exitSpin__E                                            
    1001c7a5  ti_sysbios_family_arm_m3_Hwi_dispatch__I                                  
    1001c86d  ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack                       
    1001c8b9  ti_sysbios_family_arm_m3_Hwi_initStacks__E                                
    1001c901  ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I                             
    1001c921  ti_sysbios_family_xxx_Hwi_switchAndRunFunc                                
    1001c93f  ti_sysbios_family_arm_m3_Hwi_pendSV__I                                    
    1001c957  ti_sysbios_family_arm_m3_Hwi_return                                       
    1001c959  ti_sysbios_family_arm_m3_TaskSupport_glue                                 
    1001c969  ti_sysbios_family_arm_m3_TaskSupport_swap__E                              
    1001c969  ti_sysbios_knl_Task_SupportProxy_swap__E                                  
    1001c969  ti_sysbios_knl_Task_SupportProxy_swap__E__mangled__                       
    1001c971  ti_sysbios_knl_Task_swapReturn                                            
    1001c978  ti_sysbios_knl_Task_Object__PARAMS__C                                     
    1001c9b4  ti_sysbios_knl_Mailbox_Object__PARAMS__C                                  
    1001c9e8  ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C                            
    1001ca18  ti_sysbios_hal_Hwi_Object__PARAMS__C                                      
    1001ca44  ti_sysbios_knl_Swi_Object__PARAMS__C                                      
    1001ca6c  ti_sysbios_heaps_HeapMem_Object__PARAMS__C                                
    1001ca90  ti_sysbios_knl_Clock_Object__PARAMS__C                                    
    1001cab4  ti_sysbios_knl_Semaphore_Object__PARAMS__C                                
    1001cad8  ti_sysbios_gates_GateHwi_Object__PARAMS__C                                
    1001caf0  ti_sysbios_gates_GateMutex_Object__PARAMS__C                              
    1001cb08  ti_sysbios_knl_Event_Object__PARAMS__C                                    
    1001cb20  ti_sysbios_knl_Queue_Object__PARAMS__C                                    
    1001cb68  ti_sysbios_gates_GateMutex_Instance_State_sem__O                          
    1001cb6c  ti_sysbios_knl_Clock_Module_State_clockQ__O                               
    1001cb70  ti_sysbios_knl_Event_Instance_State_pendQ__O                              
    1001cb74  ti_sysbios_knl_Mailbox_Instance_State_dataQue__O                          
    1001cb78  ti_sysbios_knl_Mailbox_Instance_State_dataSem__O                          
    1001cb7c  ti_sysbios_knl_Mailbox_Instance_State_freeQue__O                          
    1001cb80  ti_sysbios_knl_Mailbox_Instance_State_freeSem__O                          
    1001cb84  ti_sysbios_knl_Semaphore_Instance_State_pendQ__O                          
    1001cb88  ti_sysbios_knl_Task_Module_State_inactiveQ__O                             
    20000000  __UNUSED_SRAM_start__                                                     
    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                             
    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                                       
    20000204  xdc_runtime_Error_Module__state__V                                        
    20000523  cntr                                                                      
    20000524  stat                                                                      
    20000528  adcBatValue                                                               
    2000052a  adcNtcValue                                                               
    2000052c  x_acc                                                                     
    2000052e  y_acc                                                                     
    20000530  z_acc                                                                     
    20000540  adcBat                                                                    
    20000544  adc_ntc                                                                   
    20000548  adcBat_uV                                                                 
    2000054c  adcNtc_uV                                                                 
    20000550  res                                                                       
    2000055c  ADC_max_volt                                                              
    20000560  temp_K                                                                    
    20000564  temp_C                                                                    
    20000568  adc_voltage                                                               
    2000056c  watchdogHandle                                                            
    20000570  reloadValue                                                               
    20000574  timerHandler                                                              
    2000057c  connectionEventRegisterCauseBitMap                                        
    20000600  adc_params                                                                
    20000720  wdt_params                                                                
    200007e8  przTask                                                                   
    20000888  przTaskStack                                                              
    20001111  gapBond_removeLRUBond                                                     
    20001112  gapBond_syncRL                                                            
    20001136  gapBond_lruBondList                                                       
    20001384  gapRoleTask                                                               
    20001514  pinUpperBound                                                             
    20001518  pinLowerBound                                                             
    200015ac  pinHandleTable                                                            
    20001628  PowerCC26XX_module                                                        
    20001740  unix_epoch                                                                
    2000180d  abortLoop                                                                 
    20001814  ICall_enterCriticalSection                                                
    20001818  ICall_leaveCriticalSection                                                
    20001828  heapmgrMemFreeTotal                                                       
    20001834  HEAPMGR_SIZE                                                              
    20001838  ICall_dispatcher                                                          
    200018a8  baseTaskID                                                                
    200018ac  cbTimers                                                                  
    20001924  g_gen_sharing_buffer                                                      
    20001a0c  result                                                                    
    20001a0d  result1                                                                   
    20001a0e  result2                                                                   
    20001a14  spi1                                                                      
    20001a18  i                                                                         
    20001a1c  spiPinTable                                                               
    20001a30  pkt                                                                       
    20001a48  spi_param                                                                 
    20001a6c  CryptoResourceCC26XX_accessSemaphore                                      
    20001a88  CryptoResourceCC26XX_operationSemaphore                                   
    20001aa4  CryptoResourceCC26XX_hwi                                                  
    20001ac0  gapParameters                                                             
    20001b18  ti_sysbios_knl_Task_Object__table__V                                      
    20001b68  ti_sysbios_family_arm_cc26xx_Timer_Object__table__V                       
    20001bb0  g_ack                                                                     
    20001bb1  whoami                                                                    
    20001bb2  status                                                                    
    20001bd4  accPinTable                                                               
    20001be0  accIntrPinTable                                                           
    20001bec  llUserConfig                                                              
    20001c24  pwrmgr_initialized                                                        
    20001c26  pwrmgr_attribute                                                          
    20001c28  g_baby_position                                                           
    20001c29  g_baby_prev_position                                                      
    20001c2c  g_watch_dog_mili                                                          
    20001c30  g_no_of_instances_unplanned_unsent                                        
    20001c34  g_adcBat_sum                                                              
    20001c38  g_movement_cnt                                                            
    20001c3c  g_breathing_cnt                                                           
    20001c40  g_adcNtc_sum                                                              
    20001c44  g_cntr                                                                    
    20001c48  g_gprs_sending_seconds                                                    
    20001c50  z_angle_degree                                                            
    20001c58  g_no_of_instances_store_unsent                                            
    20001c5c  g_temperature                                                             
    20001c60  ti_sysbios_gates_GateMutex_Object__table__V                               
    20001c98  rfRegTbl                                                                  
    20001ccc  ti_sysbios_knl_Swi_Module_State_0_readyQ__A                               
    20001cfc  ti_sysbios_knl_Swi_Object__table__V                                       
    20001d2c  ti_sysbios_knl_Task_Module_State_0_readyQ__A                              
    20001d5c  osal_entity                                                               
    20001d64  osal_syncHandle                                                           
    20001d68  osal_qHead                                                                
    20001d6c  osal_eventloop_hook                                                       
    20001d70  osal_icallMsg_hook                                                        
    20001d74  osal_tickperiod                                                           
    20001d78  osal_max_msecs                                                            
    20001d90  K2_mont                                                                   
    20001e18  ti_sysbios_knl_Clock_Object__table__V                                     
    20001e38  xdc_runtime_Error_IgnoreBlock                                             
    20001e58  ti_sysbios_family_arm_m3_Hwi_Object__table__V                             
    20001e70  g_device_ID                                                               
    20001e84  t                                                                         
    20001e88  t1                                                                        
    20001e8c  curTime                                                                   
    20001e90  pwmBuzzer                                                                 
    20001e98  _tz                                                                       
    20001ea8  bleAppServiceInfoTable                                                    
    20001eb8  gattAttrTbl                                                               
    20001ec8  pfnBMAlloc                                                                
    20001ecc  pfnBMFree                                                                 
    20001ed0  pRfErrCb                                                                  
    20001ed4  lastAppOpcodeIdxSent                                                      
    20001ed8  rfModeOverride                                                            
    20001ee8  user0Cfg                                                                  
    20001ef8  acc_x                                                                     
    20001efa  acc_y                                                                     
    20001efc  acc_z                                                                     
    20001efe  acc_x_prev                                                                
    20001f00  acc_y_prev                                                                
    20001f02  acc_z_prev                                                                
    20001f04  sizeInfo                                                                  
    20001f10  ti_sysbios_heaps_HeapCallback_Object__table__V                            
    20001f28  assertSubcause                                                            
    20001f29  legacyMode                                                                
    20001f2c  halAssertCback                                                            
    20001f34  OSAL_timeSeconds                                                          
    20001f38  _lock                                                                     
    20001f3c  _unlock                                                                   
    20001f48  ti_sysbios_family_arm_cc26xx_Seconds_Module__state__V                     
    20001f50  ti_sysbios_family_arm_m3_Hwi_Module__root__V                              
    20001f58  ti_sysbios_gates_GateHwi_Module__root__V                                  
    20001f60  ti_sysbios_gates_GateMutex_Module__root__V                                
    20001f68  ti_sysbios_hal_Hwi_Module__root__V                                        
    20001f70  ti_sysbios_heaps_HeapCallback_Module__root__V                             
    20001f78  ti_sysbios_heaps_HeapMem_Module__root__V                                  
    20001f80  ti_sysbios_knl_Clock_Module__root__V                                      
    20001f88  ti_sysbios_knl_Event_Module__root__V                                      
    20001f90  ti_sysbios_knl_Mailbox_Module__root__V                                    
    20001f98  ti_sysbios_knl_Queue_Module__root__V                                      
    20001fa0  ti_sysbios_knl_Semaphore_Module__root__V                                  
    20001fa8  ti_sysbios_knl_Swi_Module__root__V                                        
    20001fb0  ti_sysbios_knl_Task_Module__root__V                                       
    20001fb8  appAssertCback                                                            
    20001fbc  icallServiceTblPtr                                                        
    20001fc4  errno                                                                     
    20001fc8  main_func_sp                                                              
    20001fcc  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A                 
    20001fd0  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A                   
    20001fd4  ti_sysbios_knl_Task_Module_State_0_idleTask__A                            
    20001fd8  ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A                  
    20001fda  sizeOfllCombineData                                                       
    20002388  ti_sysbios_knl_Task_Instance_State_0_stack__A                             
    20002588  gapRoleTaskStack                                                          
    20002768  spiCC26XXDMAObjects                                                       
    20002930  f                                                                         
    20002938  dta                                                                       
    20002974  dta_old                                                                   
    200029b0  eeprom                                                                    
    20002a58  gptimerCC26XXObjects                                                      
    20002b78  adcCC26xxObjects                                                          
    20002c54  ti_sysbios_family_arm_m3_Hwi_dispatchTable                                
    20002d1c  rtosApiTblPtr                                                             
    20002d20  rfObject                                                                  
    20002d98  g_response_buffer                                                         
    20002dfc  cryptoCC26XXObjects                                                       
    20002e28  watchdogCC26XXObjects                                                     
    20002e50  udmaObjects                                                               
    20002ea8  timerHead                                                                 
    20002eac  osal_last_timestamp                                                       
    20002eb4  llTaskList                                                                
    20002ec0  PowerCC26XX_taskKey                                                       
    20002ec4  PowerCC26XX_swiKey                                                        
    20002ec8  llConnEvtNotice                                                           
    20002ed0  featureSetMask                                                            
    20002ee0  LSTORecoveryArr                                                           
    20002ee4  llCombineState                                                            
    20002ee8  llCurrentMappedChan                                                       
    20002eec  connEvtCB                                                                 
    20002ef4  ClockP_tickPeriod                                                         
    20002ef8  g_2_sec_cnt                                                               
    20002efc  g_activity_cnt                                                            
    20002f00  g_adcNtc_calibrate_sum                                                    
    20002f04  g_adc_bat_val                                                             
    20002f08  g_adc_ntc_calib_val                                                       
    20002f0c  g_adc_ntc_val                                                             
    20002f10  g_calculate_temp_interval                                                 
    20002f14  g_harsh_acc_cnt                                                           
    20002f18  g_harsh_acc_cntr_window                                                   
    20002f1c  g_motion_end_cntr                                                         
    20002f20  g_ntc_read_interval                                                       
    20002f24  g_pkt_len                                                                 
    20002f28  g_position_cnt                                                            
    20002f2c  g_sample                                                                  
    20002f30  g_total_acc_int1_cnt                                                      
    20002f34  tasksEvents                                                               
    20002f38  trngCC26XXObjects                                                         
    20002f3f  hciTaskID                                                                 
    20002f40  hciTestTaskID                                                             
    20002f41  hciGapTaskID                                                              
    20002f42  hciL2capTaskID                                                            
    20002f43  hciSmpTaskID                                                              
    20002f45  driverlib_release_0_60062                                                 
    20002f46  icall_liteTaskId                                                          
    20002f47  heapStart                                                                 
    20004000  __stack                                                                   
    20004000  heapEnd                                                                   
    20004400  __STACK_END                                                               
    20004400  __STACK_TOP                                                               
    200044f8  RAM_BASE_ADDR                                                             
    20004504  ROM_FlashJT                                                               
    20004558  gapPeripheralCBs                                                          
    20004564  gapPeripheralConnCBs                                                      
    20004568  rfMode                                                                    
    20004584  smResponderCBs                                                            
    2000459c  slaveConnHandle                                                           
    2000459e  nextHandle                                                                
    200045a0  l2capMtuSize                                                              
    200045a2  gapAppTaskID                                                              
    200045a3  gapAdvAppTaskID                                                           
    200045a4  gapUnwantedTaskID                                                         
    200045a5  reqTaskId                                                                 
    200045a6  gattAppTaskID                                                             
    200045a7  appTaskID                                                                 
    200045a8  flowCtrlTaskId                                                            
    200045a9  SM_appTaskID                                                              
    200045ac  resolvingList                                                             
    200046ec  scanDataEntry                                                             
    200047cc  wlTable                                                                   
    200048a8  wlTableScan                                                               
    20004a20  advCmd                                                                    
    20004a68  localEccKeys                                                              
    20004aac  initDataEntry                                                             
    20004ae4  advDataEntry                                                              
    20004b1c  l2capFixedChannels                                                        
    20004b4c  linkCBs                                                                   
    20004b7c  eccParams                                                                 
    20004bac  initParam                                                                 
    20004bd0  scanParam                                                                 
    20004bf4  advParam                                                                  
    20004c14  cryptoPRAND                                                               
    20004c34  txModemTestCmd                                                            
    20004c50  gapParams                                                                 
    20004c6c  initCmd                                                                   
    20004c84  connReqData                                                               
    20004c9c  scanCmd                                                                   
    20004cb4  scanOutput                                                                
    20004ccc  trxTestCmd                                                                
    20004ce4  rxModemTestCmd                                                            
    20004cfc  rsp                                                                       
    20004d14  fwParDtmCmd                                                               
    20004d2c  rfSetup                                                                   
    20004d44  fwParRfCmd                                                                
    20004d5c  connOutput                                                                
    20004d70  rxTestParam                                                               
    20004d84  initDataQueue                                                             
    20004d94  scanDataQueue                                                             
    20004da4  advDataQueue                                                              
    20004db4  advOutput                                                                 
    20004dc4  txTestParam                                                               
    20004dd4  initOutput                                                                
    20004de0  rxTestOut                                                                 
    20004dec  deviceFeatureSet                                                          
    20004df8  cachedTRNGdata                                                            
    20004e04  gapCurrentRandomAddr                                                      
    20004e0c  slaveUpdateReq                                                            
    20004e14  pBleEvtMask                                                               
    20004e1c  pHciEvtMask                                                               
    20004e24  pHciEvtMask2                                                              
    20004e2c  ownPublicAddr                                                             
    20004e34  ownRandomAddr                                                             
    20004e3c  ownSavedPublicAddr                                                        
    20004e44  fwImmedCmd                                                                
    20004e4c  attServerNotifyTxCB                                                       
    20004e50  rfEvent                                                                   
    20004e58  fwParCmd                                                                  
    20004e60  verInfo                                                                   
    20004e68  llConns                                                                   
    20004e70  fwParamImmedCmd                                                           
    20004e78  privInfo                                                                  
    20004e80  linkCmd                                                                   
    20004e84  linkParam                                                                 
    20004e88  rxDataQ                                                                   
    20004e8c  txDataQ                                                                   
    20004e90  rxRingBuf                                                                 
    20004e94  txTestOut                                                                 
    20004e98  pGapDiscReq                                                               
    20004e9c  pGapAdvertState                                                           
    20004ea0  pEstLink                                                                  
    20004ea4  pAuthLink                                                                 
    20004ea8  pfnCentralConnCBs                                                         
    20004eac  pfnPeripheralConnCBs                                                      
    20004eb0  pGapAdvTokens                                                             
    20004eb4  pGapAdData                                                                
    20004eb8  pGapScanRspData                                                           
    20004ebc  pfnPeripheralCBs                                                          
    20004ec0  pfnCentralCBs                                                             
    20004ec4  pfnBondMgrCBs                                                             
    20004ec8  serverInfoTbl                                                             
    20004ecc  pServiceList                                                              
    20004ed0  pfnServerProcessMsgCB                                                     
    20004ed4  pfnClientProcessMsgCB                                                     
    20004ed8  prepareWritesTbl                                                          
    20004edc  serviceCBsList                                                            
    20004ee0  pAttrValue                                                                
    20004ee4  l2capChannels                                                             
    20004ee8  linkDB                                                                    
    20004eec  rfHandle                                                                  
    20004ef0  rfDrvTblPtr                                                               
    20004ef4  eccDrvTblPtr                                                              
    20004ef8  cryptoDrvTblPtr                                                           
    20004efc  trngDrvTblPtr                                                             
    20004f00  activeConns                                                               
    20004f04  SysBootMsg                                                                
    20004f08  sclkSrc                                                                   
    20004f0c  buildInfo                                                                 
    20004f10  advInfo                                                                   
    20004f14  scanInfo                                                                  
    20004f18  initInfo                                                                  
    20004f1c  dtmInfo                                                                   
    20004f20  taskEndAction                                                             
    20004f24  encParams                                                                 
    20004f28  encHandle                                                                 
    20004f2c  encKey                                                                    
    20004f30  pPairingParams                                                            
    20004f34  pfnResponderCBs                                                           
    20004f38  pfnInitiatorCBs                                                           
    20004f3c  gapLimitedAdvertisingTimeout                                              
    20004f3e  attrLen                                                                   
    20004f40  numHostBufs                                                               
    20004f42  rfCmdHandle                                                               
    20004f44  connInitialMaxTxOctets                                                    
    20004f46  connInitialMaxTxTime                                                      
    20004f48  supportedMaxTxOctets                                                      
    20004f4a  supportedMaxTxTime                                                        
    20004f4c  supportedMaxRxOctets                                                      
    20004f4e  supportedMaxRxTime                                                        
    20004f50  taskEndStatus                                                             
    20004f52  postRfOperations                                                          
    20004f54  rfCfgAdiVal                                                               
    20004f58  gapProfileRole                                                            
    20004f59  gapDeviceAddrMode                                                         
    20004f5a  gapState                                                                  
    20004f5b  terminateAllTaskID                                                        
    20004f5c  terminateReason                                                           
    20004f5d  gapTaskID                                                                 
    20004f5e  gattNumConns                                                              
    20004f5f  gattTaskID                                                                
    20004f60  GATTServApp_TaskID                                                        
    20004f61  maxNumPrepareWrites                                                       
    20004f62  hciPTMenabled                                                             
    20004f63  ctrlToHostEnable                                                          
    20004f64  l2capFlowCtrlMode                                                         
    20004f65  l2capTaskID                                                               
    20004f66  l2capNumChannels                                                          
    20004f67  l2capNumDataPkts                                                          
    20004f68  l2capId                                                                   
    20004f69  linkDBNumConns                                                            
    20004f6a  linkDB_secureConnectionOnlyMode                                           
    20004f6b  maxPduSize                                                                
    20004f6c  rfFeModeBias                                                              
    20004f6d  maxNumTxDataBufs                                                          
    20004f6e  LL_TaskID                                                                 
    20004f6f  llState                                                                   
    20004f70  rssiCorrection                                                            
    20004f71  curTxPowerVal                                                             
    20004f72  maxTxPwrForDTM                                                            
    20004f73  onePktPerEvt                                                              
    20004f74  numComplPkts                                                              
    20004f75  numComplPktsLimit                                                         
    20004f76  numComplPktsFlush                                                         
    20004f77  fastTxRespTime                                                            
    20004f78  slOverride                                                                
    20004f79  rxFifoFlowCtrl                                                            
    20004f7a  numTxDataBufs                                                             
    20004f7b  maxNumConns                                                               
    20004f7c  smTaskID                                                                  
    20004f7d  SM_appExpectingKey                                                        
    20004f80  ECC_DATA$$Base                                                            
    20004f80  eccRom_param_Gx                                                           
    20004f84  eccRom_param_Gy                                                           
    20004f88  eccRom_workzone                                                           
    20004f8c  eccRom_param_p                                                            
    20004f90  eccRom_param_r                                                            
    20004f94  eccRom_param_a                                                            
    20004f98  eccRom_param_b                                                            
    20004f9c  eccRom_windowSize                                                         
    20004fa0  aux64                                                                     
    20004fa8  MOD                                                                       
    20004fac  LEN                                                                       
    20004fb0  inScalar                                                                  
    20004fb4  inPointX                                                                  
    20004fb8  inPointY                                                                  
    20004fbc  outPointX                                                                 
    20004fc0  outPointY                                                                 
    20004fc4  SCAL                                                                      
    20004fc8  EXPX                                                                      
    20004fcc  EXPY                                                                      
    20004fd0  EXPZ                                                                      
    20004fd4  EXPW                                                                      
    20004fd8  ACCX                                                                      
    20004fdc  ACCY                                                                      
    20004fe0  ACCZ                                                                      
    20004fe4  TMP1                                                                      
    20004fe8  TMP2                                                                      
    20004fec  TMP3                                                                      
    20004ff0  TMP4                                                                      
    20004ff4  TMP5                                                                      
    20004ff8  TMP6                                                                      
    20004ffc  MSBMOD                                                                    
    20005000  ECC_DATA$$Limit                                                           
    20005000  __UNUSED_SRAM_end__                                                       
    e000e000  ti_sysbios_family_arm_m3_Hwi_nvic                                         
    ffffffff  __TI_pprof_out_hndl                                                       
    ffffffff  __TI_prof_data_size                                                       
    ffffffff  __TI_prof_data_start                                                      
    ffffffff  __binit__                                                                 
    ffffffff  __c_args__                                                                
    ffffffff  binit                                                                     
    UNDEFED   SHT$$INIT_ARRAY$$Base                                                     
    UNDEFED   SHT$$INIT_ARRAY$$Limit                                                    
    
    [2498 symbols]
    

    链接器文件:

    /******************************************************************************
    
     @file  cc26xx_app.cmd
    
     @brief CC2650F128 linker configuration file for TI-RTOS with Code Composer
            Studio.
    
            Imported Symbols
            Note: Linker defines are located in the CCS IDE project by placing them
            in
            Properties->Build->Linker->Advanced Options->Command File Preprocessing.
    
            CACHE_AS_RAM:       Disable system cache to be used as GPRAM for
                                additional volatile memory storage.
            CCxxxxROM:          Device Name (e.g. CC2650). In order to define this
                                symbol, the tool chain requires that it be set to
                                a specific value, but in fact, the actual value does
                                not matter as it is not used in the linker control
                                file. The only way this symbol is used is based on
                                whether it is defined or not, not its actual value.
                                There are other linker symbols that do specifically
                                set their value to 1 to indicate R1, and 2 to
                                indicate R2, and these values are checked and do make
                                a difference. However, it would appear confusing if
                                the device name's value did not correspond to the
                                value set in other linker symbols. In order to avoid
                                this confusion, when the symbol is defined, it should
                                be set to the value of the device's ROM that it
                                corresponds so as to look and feel consistent. Please
                                note that a device name symbol should always be
                                defined to avoid side effects from default values
                                that may not be correct for the device being used.
            ICALL_RAM0_START:   RAM start of BLE stack.
            ICALL_STACK0_START: Flash start of BLE stack.
            PAGE_AlIGN:         Align BLE stack boundary to a page boundary.
                                Aligns to Flash word boundary by default.
    
     Group: WCS, BTS
     Target Device: cc2640r2
    
     ******************************************************************************
     
     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.
    
     ******************************************************************************
     
     
     *****************************************************************************/
    
    /*******************************************************************************
     * CCS Linker configuration
     */
    
    /* 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. Flash is 128KB, with */
    /* sector length of 4KB                                                      */
    
    /*******************************************************************************
     * Memory Sizes
     */
    #define FLASH_BASE   0x00000000
    #define GPRAM_BASE   0x11000000
    #define RAM_BASE     0x20000000
    #define ROM_BASE     0x10000000
    
    #ifdef CC26X0ROM
      #define FLASH_SIZE 0x00020000
      #define GPRAM_SIZE 0x00002000
      #define RAM_SIZE   0x00005000
      #define ROM_SIZE   0x0001C000
    #endif /* CC26X0ROM */
    
    /*******************************************************************************
     * Memory Definitions
     ******************************************************************************/
    
    /*******************************************************************************
     * RAM
     */
    
    #ifdef CC26X0ROM
      #if CC26X0ROM == 2
        #define RESERVED_RAM_SIZE 0x00000C00
      #elif CC26X0ROM == 1
        #define RESERVED_RAM_SIZE 0x00000718
      #endif /* CC26X0ROM */
    #endif /* CC26X0ROM */
    
    #define RAM_START             RAM_BASE
    
    #ifdef ICALL_RAM0_START
      #define RAM_END             (ICALL_RAM0_START - 1)
    #else
      #define RAM_END             (RAM_START + RAM_SIZE - RESERVED_RAM_SIZE - 1)
    #endif /* ICALL_RAM0_START */
    
    /*******************************************************************************
     * Flash
     */
    
    #define FLASH_START                FLASH_BASE
    #define WORD_SIZE                  4
    
    #ifdef CC26X0ROM
      #define PAGE_SIZE                0x1000
    #endif /* CC26X0ROM */
    
    #ifdef PAGE_ALIGN
      #define FLASH_MEM_ALIGN          PAGE_SIZE
    #else
      #define FLASH_MEM_ALIGN          WORD_SIZE
    #endif /* PAGE_ALIGN */
    
    #ifdef CC26X0ROM
      #define PAGE_MASK                0xFFFFF000
    #endif /* CC26X0ROM */
    
    /* The last Flash page is reserved for the application. */
    #define NUM_RESERVED_FLASH_PAGES   1
    #define RESERVED_FLASH_SIZE        (NUM_RESERVED_FLASH_PAGES * PAGE_SIZE)
    
    /* Check if page alingment with the Stack image is required.  If so, do not link
     * into a page shared by the Stack.
     */
    #ifdef ICALL_STACK0_START
      #ifdef PAGE_ALIGN
        #define ADJ_ICALL_STACK0_START (ICALL_STACK0_START * PAGE_MASK)
      #else
        #define ADJ_ICALL_STACK0_START ICALL_STACK0_START
      #endif /* PAGE_ALIGN */
    
      #define FLASH_END                (ADJ_ICALL_STACK0_START - 1)
    #else
      #define FLASH_END                (FLASH_START + FLASH_SIZE - RESERVED_FLASH_SIZE - 1)
    #endif /* ICALL_STACK0_START */
    
    #define FLASH_LAST_PAGE_START      (FLASH_SIZE - PAGE_SIZE)
    
    /*******************************************************************************
     * Stack
     */
    
    /* Create global constant that points to top of stack */
    /* CCS: Change stack size under Project Properties    */
    __STACK_TOP = __stack + __STACK_SIZE;
    
    /*******************************************************************************
     * GPRAM
     */
    
    #ifdef CACHE_AS_RAM
      #define GPRAM_START GPRAM_BASE
      #define GPRAM_END   (GPRAM_START + GPRAM_SIZE - 1)
    #endif /* CACHE_AS_RAM */
    
    /*******************************************************************************
     * Main arguments
     */
    
    /* Allow main() to take args */
    /* --args 0x8 */
    
    /*******************************************************************************
     * ROV
     * These symbols are used by ROV2 to extend the valid memory regions on device.
     * Without these defines, ROV will encounter a Java exception when using an
     * autosized heap. This is a posted workaround for a known limitation of
     * RTSC/rta. See: bugs.eclipse.org/.../show_bug.cgi
     *
     * Note: these do not affect placement in RAM or FLASH, they are only used
     * by ROV2, see the BLE Stack User's Guide for more info on a workaround
     * for ROV Classic
     *
     */
    __UNUSED_SRAM_start__ = 0x20000000;
    __UNUSED_SRAM_end__ = 0x20005000;
    
    __UNUSED_FLASH_start__ = 0;
    __UNUSED_FLASH_end__ = 0x1FFFF;
    
    /*******************************************************************************
     * 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 */
      FLASH (RX) : origin = FLASH_START, length = (FLASH_END - FLASH_START + 1)
    
      /* CCFG Page, contains .ccfg code section and some application code. */
      FLASH_LAST_PAGE (RX) :  origin = FLASH_LAST_PAGE_START, length = PAGE_SIZE
    
      /* Application uses internal RAM for data */
      SRAM (RWX) : origin = RAM_START, length = (RAM_END - RAM_START + 1)
    
      #ifdef CACHE_AS_RAM
          GPRAM(RWX) : origin = GPRAM_START, length = GPRAM_SIZE
      #endif /* CACHE_AS_RAM */
    }
    
    /*******************************************************************************
     * Section Allocation in Memory
     ******************************************************************************/
    SECTIONS
    {
      .intvecs        :   >  FLASH_START
      .text           :   >> FLASH | FLASH_LAST_PAGE
      .const          :   >> FLASH | FLASH_LAST_PAGE
      .constdata      :   >> FLASH | FLASH_LAST_PAGE
      .rodata         :   >> FLASH | FLASH_LAST_PAGE
      .cinit          :   >  FLASH | FLASH_LAST_PAGE
      .pinit          :   >> FLASH | FLASH_LAST_PAGE
      .init_array     :   >  FLASH | FLASH_LAST_PAGE
      .emb_text       :   >> FLASH | FLASH_LAST_PAGE
      .snvSectors     :   > FLASH (HIGH)
      .ccfg           :   >  FLASH_LAST_PAGE (HIGH)
    
      GROUP > SRAM
      {
        .data
    #ifndef CACHE_AS_RAM
        .bss
    #endif /* CACHE_AS_RAM */
        .vtable
        .vtable_ram
        vtable_ram
        .sysmem
        .nonretenvar
        /*This keeps ll.o objects out of GPRAM, if no ll.o would be placed here
          the warning #10068 is supressed.*/
        #ifdef CACHE_AS_RAM
        ll_bss
        {
          --library=cc2640_ctrlll*.a<ll.o> (.bss)
        }
        #endif /* CACHE_AS_RAM */
      } LOAD_END(heapStart)
    
      .stack        :   > SRAM (HIGH) LOAD_START(heapEnd)
      .noinit       :   > SRAM (HIGH) TYPE=NOINIT
    
    #ifdef CACHE_AS_RAM
        .bss :
        {
          *(.bss)
        } > GPRAM
    #endif /* CACHE_AS_RAM */
    }
    

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

    您好!

    感谢您共享的文件。

    我有与您相同的观察结果。 没有任何内容链接到高速缓存。

    您能否详细说明在哪里定义了符号 cache_as RAM? 您是否看到了注释:

    Note: Linker defines are located in the CCS IDE project by placing them
        in Properties->Build->Linker->Advanced Options->Command File Preprocessing.

    另一项测试是验证链接器命令文件中的"#ifdef cache_as _RAM"是否正常工作。 您可以注释掉所有"#ifdef cache_as _RAM"(以及相应的"#endif")、并查看链接器是否链接高速缓存中的某个内容。 在执行此操作之前、您可能需要保留未修改的链接器命令文件的副本。

    此致、

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

    您好、Cl é ment、

    谢谢、我不知道这张笔记。 链接器定义与工程的正常预定义分开。 现在、除了"Memory Allocation"窗口中的"FLASH and SRAM"部分之外、我还可以看到一个 GPRAM 部分。

    感谢所有帮助。 我现在还将尝试添加 AUX_RAM。

    此致、

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

    您好!

    很好、很高兴我们一起找到了解决方案。

    让我们知道它是如何用于 AUX_RAM 的。 如果需要、请随时打开一个新线程(这样、这个线程将只作为 RAM 专用于缓存)。

    此致、