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.

[参考译文] RTOS/CC2650STK:LOG_Info1 ("%f"、floatVar)仅记录'f'

Guru**** 2606725 points
Other Parts Discussed in Thread: CC2650STK, SYSBIOS

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/579019/rtos-cc2650stk-log_info1-f-floatvar-logs-only-only-f

器件型号:CC2650STK
Thread 中讨论的其他器件: CC2650SYSBIOS

工具/软件:TI-RTOS

您好!

TI_DEV 团队

CC2650STK 使用

我有一个问题。

源代码:

log_info1 ("温度:%f",温度*0.25);

[UART 打印]

[工作空间]

 

/*
utils.importFile ("..//../../../../src/common/cc26xx/kernel/cc2640/config/cc2640.cfg);

*扩展 cc2640配置
*/
*********

@文件 cc2640.cfg

@CC26xx 的 TI RTOS 配置文件简介

导入的符号
注意:这些符号是在--cfgArgs 选项之后定义的。
在 IAR 中、这是在预编译步骤的末尾完成的。 在 CCS 中、这是
在 Properties->Build->XDCtools-Advanced options->Configuration 中完成
脚本参数。 可以使用多个符号将它们分隔为
逗号("、")。

默认情况下、TI RTOS 在 ROM 中以 RTOS 构建、中断向量启动
地址0x0处、并且仅使用 ROM 内核模块。

NO_ROM: 当被设定为一个非零值时、RTOS 建立在闪存中
ROM
OAD_IMG_A:设置为非零值时、中断向量设置为
其片上 OAD 映像 A 的预期位置
OAD_IMG_B:设置为非零值时、中断向量设置为
其片上 OAD 映像 B 的预期位置
OAD_IMG_E:设置为非零值时、中断向量设置为
外部闪存 OAD 的预期位置。
USE_Events:生成 RTOS 内核事件模块。

小组成员:WCS、BTS
目标设备:CC2650、CC2640、CC1350



版权所有(c) 2013-2016、德州仪器(TI)公司
保留所有权利。


只要
满足以下条件、就允许以源代码和二进制形式重新分发和使用(无论是否修改):

*源代码的重新分发必须保留上述版权
声明、此条件列表和以下免责声明。

*二进制形式的再发行必须复制上述版权
注意、本条件列表和中的以下免责声明
分发时提供的文档和/或其他材料。

*德州仪器公司的名称和名称均不相同
其贡献者可用于认可或推广衍生产品
未经特定的事先书面许可。

本软件由版权所有者和贡献者"按原样"提供
、

不承认任何明示或暗示的保证、包括但不限于对适销性和特定用途适用性的暗示保证。 在任何情况下、版权所有者或
贡献者都不对任何直接、间接、偶然、特殊、
模范、 或相应的损害(包括但不限于
采购替代产品或服务;丧失使用、数据或利润;
或业务中断)、但出于任何责任理论、
无论是在合同中、严格责任还是在使用
本软件时以任何方式产生的侵权行为(包括疏忽或其他原因)、
即使被告知存在此类损坏的可能性。

秘书长的报告
发布名称:BLE_SDK_2_02_01_18
发布日期:2016年10月26日15:20:04
//*


========================= ROM 配置======================== //
*
*要在闪存中使用 BIOS,请注释掉下面的代码块。
//
if (typeof no_rom =='undefined'||(typeof no_rom!='undefined'&& no_rom == 0)
){
var ROM = xdc.useModule('ti.sysbios.rom.ROM');
if (Program.cpu.deviceName.match(/CC26/)}{
rom.romName = rom.CC2650;
}
否则(Program.cpu.deviceName.match(/CC13/)){
ROM.romName = ROM.CC1350;
}
}/*



========================= 引导配置=================== //
if (typeof no_rom =='undefined'||(typeof no_ROM!='undefined'&& no_ROM == 0)
{
var Boot = xdc.useModule('ti.sysbios.family.arm.cc26xx.Boot');
}
//
*此模块包含特定于系列的引导 API 和配置设置。
*有关更多信息、请参阅 SYS/BIOS API 指南。
//
if (typeof no_rom =='undefined'||(typeof no_rom !='undefined'&& no_ROM == 0)
{
boot.driverlibVersion = 2;
Boot.customerConfig = false;
}


/*===== 时钟配置======================== //
var Clock = xdc.useModule('ti.sysbios.knl.Clock');
//
*当使用 Power 和 calibrateRCOSC 时设置为 true,应将其设置为10。
*时钟模块使用的计时器支持 TickMode_dynamic。 这使我们
*能够将节拍周期设置为10us、而不会产生额外
的*中断开销。
*
*注意:calibrateRCOSC 参数在电源配置中设置
* "Board.c"文件中的结构。
*/
Clock.tickPeriod = 10;
Clock.swiPriority = 5;


/*==== 类型配置=================== */
var types = xdc.useModule('xdc.runtime.Types');
/*
此模块定义了在
* xdc.runtime 软件包中使用的基本常量和类型。
//



/*========================= 默认值(模块)配置=================== //
var Defaults = xdc.useModule('xdc.runtime.Defaults');
//
*允许在目标上加载模块名称的标志。 模块名称
*字符串放置在.const 段中以用于调试。
*
*选择一个:
*- true (默认值)
* 将此参数设置为 true 将在.const
*中包含名称字符串 部分、以便更容易调试错误和断言。
*- false
* 将此参数设置为 false 将减小.const
*中的占用空间 部分。 因此、错误和断言消息将包含
* "未知模块"前缀、而不是实际的模块名称。
*
*在 ROM 中使用 BIOS 时:
* 此选项必须设置为 false。
//
//Defaults.common$.namedModule = true;
Defaults.common$.namedModule = false;

//编译所有断言的*/
//Defaults.common$.diags_ASSERT = Diags.always_off;

//允许 Mod_create()和 Mod_construct(),但不允许 delete()或析构()*/
Defaults.common$.memoryPolicy = types.create_policy;



/*=========== 错误配置=================== //
var Error = xdc.useModule('xdc.runtime.Error');
//
*调用此函数以处理所有引发的错误,但与
* Error.raiseHook 不同,此函数负责使用
适当初始化的 Error_Block 完全处理*错误。
*
*选择一个:
*- Error.policyDefault (默认值)
* 使用已初始化的 Error_Block 结构和日志*调用 Error.raiseHook
使用模块的记录器时出错。
*- Error.PolicySpin
* 在 while (1)循环中捕获以最小化目标
的简单替代方法* 封装尺寸。
* 使用 Error.PolicySpin 时、将不会调用 Error.raiseHook。
//
//Error.PolicyFxn = Error.PolicyDefault;
Error.PolicyFxn = Error.PolicySpin;

//
*如果 Error.PolicyFxn 设置为 Error.PolicyDefault,则
每当错误模块引发错误时,都会调用此函数*。
*
*选择一个:
*- Error.print (默认值)
* 为了更方便
*、错误通过 System_printf()进行格式化和输出 调试。
*-空
* 通过 while (1)存根函数捕获错误。 此选项会减少
* 代码占用量。
*-非空函数
* 调用自定义用户函数时出错。 请参阅错误模块文档
* 以了解更多详细信息。
//
//Error.raiseHook = Error.print;
Error.raiseHook =空;
//Error.raiseHook ="&myErrorFxn";

//
*如果 Error.policyFxn 设置为 Error.PolicyDefault,此选项适用于
* Error.raiseHook 函数可被递归
调用的最大次数*。 此选项限制了无限递归的可能性
、*可能导致栈溢出。
*默认值为16。
*/
Error.maxDepth = 2;



/*========================= Hwi 配置=================== //
var halHwi = xdc.useModule('ti.sysbios.hal.Hwi');
var m3Hwi = xdc.useModule('ti.sysbios.family.arm.m3.Hwi');
//
*在空闲循环中检查 Hwi (系统)堆栈溢出。
*
*选择一个:
*- true (默认值)
* 检查系统堆栈在空闲循环期间溢出的顶字和
* 如果检测到错误、则会引发错误。
*- false
* 禁用运行时检查可提高运行时性能并产生
* 减小了闪存尺寸。
//
//halHwi.checkStackFlag = true;
halHwi.checkStackFlag = false;

//
*当
检测到硬件异常时,以下选项会改变系统的行为*。
*
*选择一个:
*- Hwi.enableException = true
* 此选项会使默认的 m3Hwi.excHandlerFunc 函数完全
* 解码异常并将寄存器转储到系统控制台。
* 此选项会在错误模块中引发错误并显示
* ROV 中出现异常。
*- Hwi.enableException = false
* 此选项通过不解码或打印
*来减少代码占用 系统控制台异常。
* 但是、它仍会在错误模块中引发错误、并显示
* ROV 中出现异常。
*- Hwi.exHandlerFunc =空
* 这是节省代码空间的最积极的选择;但
它* 很难调试异常。 它将闪存空间减小
了* 发生异常时插入默认 while (1)陷阱。 此选项
* 不会导致错误模块出错。
//m3Hwi.enableException
= true;
//m3Hwi.enableException = false;
m3Hwi.excHandlerFunc =空;

//
*在除以零时启用硬件异常生成。
*
*选择一个:
*- 0 (默认值)
* 在除以0
*- 1
*时禁用硬件异常 在除以零时启用硬件异常
*/
m3Hwi.nvicCCR.DIV_0_TRP = 0;
//m3Hwi.nvicCCR.DIV_0_TRP = 1;

//
*为无效的数据对齐启用硬件异常生成。
*
*选择一个:
*- 0 (默认值)
* 禁用数据对齐的硬件异常
*- 1
* 为数据对齐启用硬件异常
*/
m3Hwi.nvicCCR.UNALIGN_TRP = 0;
//m3Hwi.nvicCCR.UNALIGN_TRP = 1;

//将复位矢量置于闪存的开头*/
if (类型 OAD_IMG_Address_A!='Undefined'& Owi_IMG_A = 0x06HAD_A

= 1);m3IMG_A = 0x0610}

否则、如果(类型 OAD_IMG_B!='未定义'& OAD_IMG_B = 1)
{
m3Hw.resetVectorAddress = 0x6010;
}
否则(类型 OAD_IMG_E!='未定义'& OAD_IMG_E = 1)
{
m3HwI.resetVectorAddress = 0x10;

}

则为0x3Hwi.ResetVectorAddress = 0x10;否则为0x0


/*将中断矢量置于 RAM 的开头,以便在运行时配置中断*/
m3Hwi.vectorTableAddress = 0x20000000;

/* CC2650有50个中断*/
m3Hwi.NUM_INTERRUPTS = 50;



/*=========== 空闲配置========================= //
var Idle = xdc.useModule('ti.sysbios.knl.Idle');
//
*空闲模块用于指定
在系统中没有*其他任务正在运行时要调用的函数列表。
*
*此处添加的函数将在空闲任务内连续运行。
*
*函数签名:
* void func (void);
*/
///idle.addFunc ("&myIdleFunc");



/*=================== 内核(SYS/BIOS)配置=================== */
var BIOS = xdc.useModule('ti.sysbios.BIOS');
/*
启用 BIOS 库中的断言。
*
*选择一个:
*- true (默认值)
* 启用断言以进行调试。
*- false
* 禁用断言以减小代码占用空间并提高性能。
*
*在 ROM 中使用 BIOS 时:
* 此选项必须设置为 false。
//
//BIOS.assertsEnabled = true;
BIOS.assertsEnabled = false;

//
*指定 BIOS 的默认堆大小。
//
if (typeof no_rom =='undefined'||(typeof no_ROM!='undefined'& no_ROM = 0)
){
BIOS.heapSize = 1668;
}

//
*一个用于确定 xdc.runtime 源是否包含在自定义
*构建的 BIOS 库中的标志。
*
*选择一个:
*- false (默认值)
* 预构建的 xdc.runtime 库由相应的目标
*提供 用于构建应用。
*- true
* xdc.runtime 库源将包含在自定义 BIOS
中* 库。 此选项在两个代码
中生成最高效的库* 封装和运行时性能。
//
//BIOS.includeXdcRuntime = false;
BIOS.includeXdcRuntime = true;

//
* SYS/BIOS 运行时以库的形式提供
*与应用程序链接*。
SYS/BIOS 产品随附了该库的几种形式。
*
*选择一个:
*- BIOS.LibType_Custom
* 针对代码大小和
*进行了高度优化的定制构建库 运行时性能。
*- BIOS.LibType_Debug
* 自定义构建的库、该库未进行优化
、可用于* 使用调试器单步执行 API。
*
//
BIOS.libType = BIOS.LibType_Custom;
//BIOS.libType = BIOS.LibType_Debug;

//
*运行时实例创建启用标志。
*
*选择一个:
*- true (默认值)
* 允许在运行时调用 Mod_create()和 Mod_delete (),*
需要一个用于动态内存分配的默认堆。
*- false
* 通过禁止 Mod_create()和 Mod_delete ()来减少代码占用空间
* 调用的函数。 对象实例通过
*构造 mod_construct()并通过 Mod_析 构函数()析构。
*
*在 ROM 中使用 BIOS 时:
* 此选项必须设置为 true。
*/
BIOS.runtimeCreatesEnabled = true;
//BIOS.runtimeCreatesEnabled = false;

/*
启用 BIOS 库中的日志。
*
*选择一个:
*- true (默认值)
* 启用日志以进行调试。
*- false
* 禁用日志记录以减少代码占用空间并改善运行时间
* 性能。
*
*在 ROM 中使用 BIOS 时:
* 此选项必须设置为 false。
//
//BIOS.logsEnabled = true;
BIOS.logsEnabled = false;

BIOS.swiEnabled = true;



//*================== 内存配置=================== //
var 内存= xdc.useModule('xdc.runtime.Memory');
//
*内存模块本身只为 IHeap

模块(例如、 HeapMem、HeapBuf)。
//
//创建一个小型的“只分配”堆*/
if (typeof no_rom!='undefined'& no_ROM!= 0)
{
var HeapMin = xdc.useModule('xdc.runtime.HeapMin');
var heapMinParams = new HeapMinMin;参数:
heapMinParams.size = 1668;
var myHeapMin = HeapMinParin =
Memory.defaultHeapInstance;= myapMinMin == myapMinParams.==
;= myapMin====mymyMate.===mymymyapMinParams.in=====mymymymymymyapMinParams.imum=======



程序配置=================== IAR

忽略*//* Program.stack。 使用
* IAR Embedded Workbench 中的项目选项来改变系统堆栈大小。
//
if (typeof no_rom =='undefined'||(typeof no_rom !='undefined'&& no_ROM == 0)
{
Program.stack = 1024;
Program.argSize = 0;
}
else
{
Program.stack = 512;
}



/*==== 信标配置=================== //
var semaphore = xdc.useModule('ti.sysbios.knl.Semaphore');
//
*启用对任务优先级挂起队列的全局支持。
*
*选择一个:
*- true (默认值)
* 这允许根据任务优先级为待处理的任务提供服务。
*- false
* 待处理任务是基于先入先出的服务。
*
*在 ROM 中使用 BIOS 时:
* 此选项必须设置为 false。
//
//semaphore.supportsPriority = true;
semaphore.supportsPriority = false;

//
*允许通过信号量隐式布置事件,
*禁用以保存其他代码。
*
*选择一个:
*- true
* 这允许信标模块发布信标和事件
* 同步。
*- false (默认值)
* 必须显式发布事件以解除任务阻止。
*
*在 ROM 中使用 BIOS 时:
* 此选项必须设置为 false。
//
//semaphore.supportsEvents = true;
semaphore.supportsEvents = false;




/*==== 事件配置=================== //
if (typeof use_events!='undefined'&& use_events!= 0)
{
var events = xdc.useModule('ti.sysbios.knl.Event');
}



/*========================= Swi 配置=================== //
var Swi = xdc.useModule('ti.sysbios.knl.Swi');
//
*软件中断是一个包含
要*执行的函数和优先级的对象。 软件中断被优先化、优先任务
*并被硬件中断服务例程抢先。
*
*包括此模块是为了允许在用户的应用程序中使用 Swi。
*/
swi.numPriorities = 6;



/*========================= 系统配置=================== //
var System = xdc.useModule('xdc.runtime.System');
//
*当系统异常退出时调用中止处理程序。
*
*选择一个:
*- System.AbortStd (默认)
* 调用 ANSI C 标准'abort()'来终止应用程序。
*- System.AbortSpin
* 在 while (1) trap
*中无限循环的轻量级中止函数 功能。
*-自定义中止处理程序
* 用户定义的函数。 请参阅*的系统模块说明文件
详细信息。
//
//System.ABortFxn = System.ABortStd;
System.ABortFxn = System.ABortSpin;
//System.ABortFxn =“&myAbortSystem”;

//
*系统正常退出时调用 Exit 处理程序。
*
*选择一个:
*- System.exitStd (默认)
* 调用 ANSI C 标准'exit()'来终止应用程序。
*- System.exitSpin
* 在 while (1) trap
*中无限循环的轻量级退出函数 功能。
*-自定义退出函数
* 用户定义的函数。 请参阅*的系统模块说明文件
详细信息。
//
//System.exitFxn = System.exitStd;
System.exitFxn = System.exitSpin;
//System.exitFxn ="&myExitSystem";

//
*最小化系统模块中的退出处理程序数组。 System 模块包括
*一个在 System_atexit()中注册的函数数数组,System_exit()
调用该函数组。 默认值为8。
//
System.maxAtexitHandlers = 0;

//
* System.SupportProxy 定义了 System
*函数的低级实现,例如 System_printf ()、System_flush ()等
*
*选择一对:
*- SysMin
* 此模块维护一个内部可配置的循环缓冲
器、该缓冲器* 存储输出,直到调用 System_flush()。
* 循环缓冲区的大小通过 SysMin。bufSize 设置。
*- SysCallback
* SysCallback 允许系统 API 的用户定义实现。
* SysCallback 支持代理的代码占用空间更小
、可以是* 用于提供定制 System_printf 服务。
* 默认的 SysCallback 函数指向存根函数。 请参阅
* SysCallback 模块的文档。
//
///var SysMin = xdc.useModule('xdc.runtime.SysMin');
//SysMin。bufSize = 128;
//System.SupportProxy = SysMin;
var SysCallback = xdc.useModule('xdc.runtime.SysCallback');
System.SupportProxy = SysCallback;
//SysCallback.abortFxn =[&myUserAbort];
//SysCallback.exitFxn ="&myUserFlushFlushn";/myUserFlushFlush
=";/myUserExit ="
//SysCallback.putchFxn ="&myUserPutch";
//SysCallback.readyFxn ="&myUserReady";



/*=========== 任务配置=================== //
var Task = xdc.useModule('ti.sysbios.knl.Task');
//
*检查任务堆栈是否存在溢出情况。
*
*选择一个:
*- true (默认值)
* 在
*期间启用任务堆栈溢出情况的运行时检查 上下文切换("从"和"到")
*- false
* 禁用任务堆栈溢出条件的运行时检查。
*
*在 ROM 中使用 BIOS 时:
* 此选项必须设置为 false。
//
//Task.checkStackFlag = true;
Task.checkStackFlag = false;

//
*设置创建任务时的默认任务堆栈大小。
*
*默认值取决于所使用的器件。 减小默认堆栈
*大小可节省更多内存。
*/
Task.defaultStackSize = 512;

/*
启用空闲任务。
*
*选择一个:
*- true (默认值)
* 创建优先级为0的任务、该任务调用空闲挂钩函数。 此
* 选项必须设置为 true 才能获得 Power
*提供的节能效果 模块。
*- false
* 未创建空闲任务。 此选项占用的内存较少、为 no
* 需要额外的默认任务堆栈。
* 若要在没有空闲任务的情况下通过电源模块实现节能
、请执行* 将 Idle.run 添加为 Task.allBllockedFunc。
//
Task.enableIdleTask = true;
//Task.enableIdleTask = false;
//Task.allBlockedFunc = Idle.run;

//
*如果 Task.enableIdleTask 设置为 true,则该选项设置空闲任务
的*堆栈大小。
*
*减小空闲堆栈大小可节省更多内存。
*/
Task.idleTaskStackSize = 512;

/*
减少任务优先级的数量。
*默认值为16。
*减少任务优先级的数量可节省内存。
*/
Task.numPriorities = 6;



/*========================= 文本配置=================== //
var text = xdc.useModule('xdc.runtime.Text');
//
*这些字符串放置在.const 段中。 将此参数设置为
* false 将节省.const 段中的空间。 错误、断言和日志消息
*将打印原始 ID 和 args、而不是格式化的消息。
*
*选择一个:
*- true (默认值)
* 此选项将测试字符串加载到.const 中、以便于调试。
*- false
* 此选项可减小.const 占用空间。
//
//text.isLoaded = true;
text.isLoaded = false;



/*====== TI-RTOS 中间件配置================= */
var mwConfig = xdc.useModule('ti.mw.Config');
/*
包括 TI-RTOS 中间件库
*/



/*================== TI-RTOS 驱动程序的配置==== //
var driversConfig = xdc.useModule('ti.drivers.Config');
//
*包含 TI-RTOS 驱动程序
*
选择一个:
*- driversConfig.LibType_nonInstrumented (默认)
* 使用针对封装和性能进行优化
的 TI-RTOS 驱动程序库* 而不使用断言或日志。
*- driversConfig.LibType_Instrumented
* 使用 TI-RTOS 驱动程序库在启用断言和日志的情况下进行调试。
//
driversConfig.libType = driversConfig.LibType_nonetieded;
//driversConfig.libType = driversConfig.LibType_Instrumented;



//其余模块
var Diags = xdc.useModule('xdc.runtime.Diags');
var Main = xdc.useModule('xdc.runtime.Main');
var Reset = xdc.useModule('xdc.runtime.Reset');




//需要加载文本以格式化 Log_info/warning/error,但不用于 Log_print。
text.isLoaded = true;

//日志
记录 var 日志= xdc.useModule('xdc.runtime.Log');

//使用 ANSI 代码覆盖错误输出颜色,并使用更短的(file.c:line)格式。
log.L_error ={
mask:diags.status、
级别:diags.error、
MSG:"\x1b[31;1mERROR:\x1b[0m (%s:%d)%$S"
};

Log.L_info ={
mask:diags.info、
MSG:"\x1b[32;1mINFO:\x1b[0m (%s:%d)%$S"
};

Log.L_warning ={
mask:diags.status、
级别:diags.warning、
MSG:"\x1b[33;1mWARNING:\x1b[0m (%s:%d)%$S"
};

//拉入 LoggerCallback
var LoggerCallback = xdc.useModule('xdc.runtime.LoggerCallback');

//让 LoggerCallback 调用我们的输出函数
LoggerCallback.outputFxn ="&uartLog_outputFxn";

//告诉空闲模块将 flush()函数添加到空闲循环(在电源之前)
var flush= xdc.useModule('ti.sysbios.knl.Idle');//如果空闲未导入则添加。
idle.addFunc ('&uartLog_flush');

//创建 LoggerCallback 的静态实例并设置为默认的主记录
器 var logerParams = new LoggerCallback.Params ();
logerParams.arg = 1;

//仅用于 Main (不在 rtsc 模块中的代码)
Main.common$.logger = LoggerCallback.Params.create=LogerLoggerLoggerCalls.Params.create=1;//仅用于 Main (loggerCallerCallback.create.loggerLoggerLoggerCalls.
Defaults.common$.logger //用于所有日志事件

//打开主模块中的 User1日志和信息(用户代码)。 关闭 User2以获得乐趣。
Main.common$.diags_USER1 = Diags.always_on;
Main.common$.diags_USER2 = Diags.always_off;
Main.common$.diags_USER6 = Diags.always_on;
Main.common$.diags_INFO = Diags.always_on;

 

 

 

 

 

 

 

 

 

如何 打印 UART 浮点值?

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

    我发现同样的问题

    e2e.ti.com/.../300136

    但我找不到解决方案。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    我无法从您的配置脚本中得知您是否正在使用 ROM。 如果是、则函数 System_printf 可能位于 ROM 中、并且可能未启用'f'转换。 当您在代码中到达 Log_info 函数时、您能否在该行'if (c ="f")'上设置断点并查看是否到达该断点?
    此外、请从您的项目中发布*。map 文件。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好 Sasha、

    我找到映射并添加映射文件。

    秘书长的报告
    TI ARM 连接器 PC v5.2.6
    秘书长的报告
    >>链接的 Mon Mar 06 19:55:55 2017
    
    输出文件名: 
    入口点符号:"ResetISR"地址:00009339
    
    
    存储器配置
    
    名称 原点长度 已使用 未使用的属性填充
    --- ---- ------ ---- ---- --------
    闪存 00000000 00011000 0000ed4e 000022b2 R X
    FLASH_LAST_PAGE 0001f000 00001000 00000058 00000fa8 R X
    SRAM 20000000 00004428 0000361f 00000e09 RW X
    
    
    段分配映射
    
    运行原点加载原点长度初始化长度 attrs 成员
    --- ------ ------ ------ ---- ----
    00000000 0000ed58 0000ed58 r-x
    00000000 00000000003c 0000003c r-.resetVecs
    0000003c 000000000000000000c4 000000c4 r-x .text.1
    00000100 0000003c 000000r-.const:ti_sysbios_task_parti_C 00000100 0000003c 0000003c 000000r-.convic_sbios_00013000r_000r_params
    :ti_00013000r_000r_000r_params_100_params_100_00013000r_zh_params-100_0001r_params-0001r_0001r_params-0001r_0001r_params_0001r_params-0001r_params_0001r_params_100_0001r_params-0001r_params_0001r_params_00000001r_params_00000001r_params-000130001r_params-0001r_par
    
    
    .const:ti_sysbios_b堆_HeapMem_Module_Fxns__C
    000001f4 000001f4 00000028 00000028 r-.const:ti_sysbios_KNL_Swi_Object_C
    0000021c 0000021c 00000000000000000024 00000024 r- SYSCHE_00024_SYS_10024_00024_SYSM_SYSM_SYSM_SY30024_COMM_SYSM_SY30024_SYSM_SY30000024_SYSM_SYSM_SY30024_SYSM_SY30024_SYSM_SY30024_SYSM_SY30024_SYSM_SY30024_COMMEN_SY30024_SY30024_SYSM_SY30024_SYSM_SY30024_SYSM_SY30024_SYSM_SY30024_SYSM_SY30024_SY30024_SYSM_SY30024_COMMEN_SY30024_SYSM_SY30024_SYSM_SY30024_SY30024_SYSM_SY30024_SYSM_SY30024_SY
    
    
    
    
    
    .const:ti_SysBIOS_Gates_GateHwi_Object_Desc_C
    00000310 00000310 00000020 00000020 r-.const:ti_SysBIOS_Gates_GateMutex_Object_Desc_C
    00000330 00000020 00000020 r-.const:ti_sysbBIOS_h00020_00020_SYSC_00020_00020_00020_000300_00020_00020_SYSC_000300_000300_000_000_0003
    
    
    000_000_0003 000_000_0003
    
    
    .const:ti_SysBIOS_KNL_Swi_Object_Desc_C
    00000410 00000410 00000020 00000020 r-.const:ti_SysBIOS_KNL_Task_Object_Desc_C
    00000430 00000018 00000018 r-.const:ti_SysBIOS_ti_gate_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_000484r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_0004r_000484r_000
    
    
    
    
    
    .const:ti_sysbios_family_arm_m3/hwi_e_alreadyDefined_C
    0000048c 000004 00000004 r-.const:ti_sysbios_family_arm_m3_hwi_e_e_hwi_e_e_C 000004 00000004
    m4 _zh_0004:
    
    
    m4
    
    
    ti_sysbios_family_arm_m3/hwi_numb堆 备用中断__C
    000004ac 000004ac 00000004 00000004 r-.const:ti_hbios_family_arm_m3_hwi_priGroup__C
    000004b0 00000004b0
    SYSti 0004 0000_0004 b0004 b0004b_mb0004
    
    
    
    
    .const:ti_SYSBIOS_KNL_Clock_serviceMargin_C
    000004cc 000004cc 00000004 00000004 r-.const:ti_SYSBIOS_SysBIOS_Mailbox_Object_count_C
    000004d0 000004d0 00000004 00000004 r- SYSBI_0004:0004_0004_0004_0004_0004_0004_0004_0004_0004_0004_0004_0004_
    
    
    
    
    
    t.const:ti_SYSBIOS_KNL_Task_Object_count_C
    000004ec 000004ec 00000004 00000004 r-.const:ti_SYSBIOS_FunL_Task_Object_Table_C
    000004f0 000004f0 00000004 00000004 r-.const_0004 00000004 SYSC_0004
    
    
    0004 0004
    
    
    ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C
    00000506 00000002 00000002 r-.const:ti_initBIOS_family_arm_m3/hwi_Module_cn_C
    000005000050000501_ SYSR_0002 00000002 SYSC_0002 r_0001
    0002
    
    
    
    
    .const:xDC_Runtime_Startup_lastFxns__C
    00000524 00000524 00000004 00000004 r-.const:XDC_Runtime_AssertF538 _C_C
    00000528 00000528 00000004 00000004 r-.const:XDC_Runtime_E_00000534_I0004
    :0000000534_RISH_ 00000004_ 0000000534_RISH_ 00000004_ XDC_RIBRATE_000534_0004_.conr_ 00000004_ 0000000534_000534_0004_.convr_000534_0004_ 000524_000524_000524_0004_ x0004_ xDC_0004_000524_0004_.conr_000524_00000524_000524_000005_
    
    0005_ 0005_ 0005_ 0005_ 000524_000524_000005_ 0005_.conr_0004_.conr_000
    
    
    .const:XDC_Runtime_Module_Module__diagsIncluded_C
    00000544 00000544 000004 00000004 r-.const:XDC_Runtime_Module_Module____DiagsMask__C
    00000548 000004 0000000554 00000004 r- conconcon.const:XDC_Startup_Startup_Memory_0004 0000000554-X000554_R000554_R0004 0000000554_R000554-00055x 000550004
    
    
    
    
    
    .const:XDC_Runtime_SysCallback_abortFxn_C
    00000564 00000564 00000004 00000004 r-.const:XDC_Runtime_SysCallback_exitFxn_C
    00000568 00000568 00000004 00000004 r-.const:XDC_Runtime_000004 0000000574_
    
    
    x0004 XDC_000574_ r_000570004
    
    
    .const:xdc_runtime_text_nameUnknown;C
    00000584 00000584 00000002 00000002 r-.const:xdc_runtime_Main_Module_id_C
    00000586 000002 00000002 r-.const:xdc_runtime_Memory_Module__ti__C 00000590586_000005_
    
    
    
    
    00000002 r_0005904-XCC_0005904-0005r_0005r_0005r_0005r_0005r_0005r_0005r_0005r_0004:0005r_0005r_0005r_0005r_0005r_0005r_0005r_0005r_0005r_0004
    .const
    
    
    
    :ti_SYSBIOS_ROM_AONRTCCurrentCompareValueGet 0000059c 000004 00000004 r-.const:ti_SYSBIOS_ROM_AONRTCECCurrentCompareValleare000005a0 000005a0 00000004 00000004 r-.ti_SYSCBROM_000004
    :tski_0004
    
    
    .const
    
    
    
    :ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_start_E 000005bc 000005bc 00000004 00000004 r-.const:ti_sysbios_rom_rom_rom_ti_cn0004
    :ti_00000004
    
    
    .const:ti_SYSBIOS_KNL_Mailbox_Instance_State_dataSem_O
    000005dc 000005dc 00000004 00000004 r-.const:ti_SYSBIOS_KNL_Mailbox_Instance_State_freeQee_O
    000005e0 00000004 SYSCN0004 00000004 r_0004 SYSCON_0004 0004 00000004 0004 0004 0004
    
    0004 0004 0004 0004 0004 0004 0004 0004 0004 0004 0004 0004 0001 0001 0001 0004
    
    
    
    
    0001ffa8 0001ffa8 00000058 00000058 r-- cc000fg
    20000100 0000315b 00000000 rw-
    20000100 20000100 00000044 00000000 rw-.data:ti_sysbios_clwi_module_state__V
    20000144 00000034 00000000 rw-.data:ti_sysbios_family_arm_m3_swi_module_status_2000010004_ 00000001rb_200001rb_100_0004_0001rb_0000_0001rb_100_zh_0000_0001rb_0000_0004_
    
    
    
    
    
    00000008 00000000 rw-.data:xdc_runtime_Startup_Module_state___V
    200001f8 200001f8 00000008 00000000 rw-.data:xdc_runtime_System_Module_Module_state___V
    20000200 00000004 00000004 00000000 -.data:xdc_runtime_Memory_Module_Module_state_00010000028
    000000028 000000028 000000028 000000028 000000028 000000028 00000002400000240000024 0000.000240000024 0000.000240000024 0000.000240000024 0000.000240000024 0000.000240000024 0000.0002400000240000024 0000.0002400000240000024
    
    
    
    
    
    
    
    属性/
    书帖页面来源 长度 输入段
    --- -------- ------ --------
    .resetVecs
    * 0 00000000 0000003c
    00000000 0000003c app_ble_pem3.oem3 (.Vecresets)
    
    .text.1 0 0000003c 000000c4
    0000003c 000000c4. barometerservice.obj (.text:sensor_WriteAttrCB$40)
    
    .const:ti_SysBIOS_KNL_Task_Object_Params__C
    * 0 00000100 0000003c
    00000100 0000003c app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Task_Object_Params__C)
    
    .const:ti_sysbios_KNL_Mailbox_Object_Params__C
    * 0 0000013c 00000034
    0000013c 00000034 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Mailbox_Object_Params__C)
    
    .const:ti_sysbios_family_arm_m3/Hwi_Object_Params__C
    * 0 00000170 00000030
    00000170 00000030 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_Object_Params__C)
    
    .const:ti_sysbios_hal_hwi_Object_Params__C
    * 0 000001a0 0000002c
    000001a0 0000002c app_ble_pem3.oem3 (.const:ti_sysbios_hal_hwi_Object_Params__C)
    
    .const:ti_sysbios_堆_HeapMem_Module_Fxns__C
    * 0 000001cc 00000028
    000001cc 00000028 app_ble_pem3.oem3 (.const:ti_sysbios_boost_HeapMem_Module_Fxns__C)
    
    .const:ti_sysbios_KNL_Swi_Object_Params__C
    * 0 000001f4 00000028
    000001f4 00000028 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Swi_Object_Params__C)
    
    .const:ti_sysbios_gates_GateHwi_Module_Fxns__C
    * 0 0000021c 00000024
    0000021c 00000024 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Module_Fxns__C)
    
    .const:ti_sysbios_gates_GateMutex_Module_Fxns__C
    * 0 00000240 00000024
    00000240 00000024 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Module_Fxns__C)
    
    .const:ti_sysbios_bst_HeapMem_Object_Params__C
    * 0 00000264 00000024
    00000264 00000024 app_ble_pem3.oem3 (.const:ti_sysbios_boost_HeapMem_Object_Params__C)
    
    .const:ti_sysbios_KNL_Clock_Object_Params__C
    * 0 00000288 00000024
    00000288 00000024 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Clock_Object_Params__C)
    
    .const:ti_sysbios_KNL_Semaphore_Object_Params__C
    * 0 000002ac 00000024
    000002ac 00000024 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Semaphore_Object_Params__C)
    
    .const:ti_sysbios_family_arm_m3/Hwi_Object_DESC_C
    * 0 000002d0 00000020
    000002d0 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/Hwi_Object_Desc_C)
    
    .const:ti_sysbios_gates_GateHwi_Object_DESC_C
    * 0 000002f0 00000020
    000002f0 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Object_Desc_C)
    
    .const:ti_sysbios_gates_GateMutex_Object_DESC_C
    * 0 00000310 00000020
    00000310 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Object_Desc_C)
    
    .const:ti_sysbios_hal_hwi_Object_DESC_C
    * 0 00000330 00000020
    00000330 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_hal_hwi_Object_Desc_C)
    
    .const:ti_sysbios_stpst_HeapMem_Object_DESC_C
    * 0 00000350 00000020
    00000350 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_boost_HeapMem_Object_Desc_C)
    
    .const:ti_sysbios_KNL_Clock_Object_DESC_C
    * 0 00000370 00000020
    00000370 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Clock_Object_Desc_C)
    
    .const:ti_sysbios_KNL_Mailbox_Object_DESC_C
    * 0 00000390 00000020
    00000390 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Mailbox_Object_DESC_C)
    
    .const:ti_sysbios_KNL_Queue_Object_DESC_C
    * 0 000003b0 00000020
    000003b0 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Queue_Object_Desc_C)
    
    .const:ti_sysbios_KNL_Semaphore_Object_DESC_C
    * 0 000003d0 00000020
    000003d0 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Semaphore_Object_Desc_C)
    
    .const:ti_sysbios_KNL_Swi_Object_DESC_C
    * 0 000003f0 00000020
    000003f0 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Swi_Object_Desc_C)
    
    .const:ti_sysbios_KNL_Task_Object_DESC_C
    * 0 00000410 00000020
    00000410 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Task_Object_DESC_C)
    
    .const:ti_sysbios_gates_GateHwi_Object_Params__C
    * 0 00000430 00000018
    00000430 00000018 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Object_Params__C)
    
    .const:ti_sysbios_gates_GateMutex_Object_Params__C
    * 0 00000448 00000018
    00000448 00000018 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Object_Params__C)
    
    .const:ti_sysbios_KNL_Queue_Object_Params__C
    * 0 00000460 00000018
    00000460 00000018 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Queue_Object_Params__C)
    
    .const:ti_sysbios_KNL_Idle_funclist_C
    * 0 00000478 00000008
    00000478 00000008 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Idle_funclist__C)
    
    .text.2 0 00000480 00000004
    00000480 00000004 iCall_API.obj (.text:GATTServApp_AddService)
    
    .const:ti_SysBIOS_family_ARM_cc26xx_Timer_starpNeed__C
    * 0 00000484 00000004
    00000484 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_Timer_startupNeed__C)
    
    .const:ti_sysbios_family_arm_m3/hwi_E_alreadyDefined_c
    * 0 00000488 00000004
    00000488 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_E_alreadyDefined_C)
    
    .const:ti_sysbios_family_arm_m3/hwi_E_hwiLimitExcele__C
    * 0 0000048c 00000004
    0000048c 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_E_hwiLimitExceleed__C)
    
    .const:ti_sysbios_family_arm_m3/hwi_NUM_Interrupts_C
    * 0 00000490 00000004
    00000490 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_NUM_interrupts__C)
    
    .const:ti_sysbios_family_arm_m3/Hwi_Object_count_C
    * 0 00000494 00000004
    00000494 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object_count__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_Object__table_C
    * 0 00000498 00000004
    00000498 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object_Table__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_CCR__C
    * 0 0000049c 00000004
    0000049c 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_CCR__C)
    
    .const:ti_sysbios_family_arm_m3_Hwi_exHandlerFunc__C
    * 0 000004a0 00000004
    000004a0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_exHandlerFunc__C)
    
    .const:ti_sysbios_family_arm_m3/hwi_nullIsrFunc_C
    * 0 000004a4 00000004
    000004a4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_nullIsrFunc_C)
    
    .const:ti_sysbios_family_arm_m3/hwi_numSparseInterrupts__C
    * 0 000004a8 00000004
    000004a8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_numSparseInterrupts__C)
    
    .const:ti_sysbios_family_arm_m3/hwi_priGroup_C
    * 0 000004ac 00000004
    000004ac 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_priGroup__C)
    
    .const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C
    * 0 000004b0 00000004
    000004b0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/TaskSupport_stackAlignment___C)
    
    .const:ti_sysbios_stack_HeapMem_E_memory_C
    * 0 000004b4 00000004
    000004b4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_boost_HeapMem_E_memory__C)
    
    .const:ti_sysbios_b堆_HeapMem_Module_gateObj_C
    * 0 000004b8 00000004
    000004b8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_boost_HeapMem_Module_gateObj__C)
    
    .const:ti_sysbios_boost_HeapMem_Object_count_C
    * 0 000004bc 00000004
    000004bc 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_boost_HeapMem_Object_count__C)
    
    .const:ti_sysbios_bst_HeapMem_Object__table_C
    * 0 000004c0 00000004
    000004c0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_bags_HeapMem_Object_Table__C)
    
    .const:ti_sysbios_bags_HeapMem_reqAlign_C
    * 0 000004c4 00000004
    000004c4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_bags_HeapMem_reqAlign_C)
    
    .const:ti_SysBIOS_KNL_Clock_serviceMargin_C
    * 0 000004c8 00000004
    000004c8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Clock_serviceMargin_C)
    
    .const:ti_sysbios_KNL_Mailbox_Object_count_C
    * 0 000004cc 00000004
    000004cc 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Mailbox_Object_count_C)
    
    .const:ti_sysbios_KNL_Mailbox_Object_Table_C
    * 0 000004d0 00000004
    000004d0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Mailbox_Object_Table__C)
    
    .const:ti_sysbios_KNL_Queue_Object_count_C
    * 0 000004d4 00000004
    000004d4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Queue_Object_count_C)
    
    .const:ti_sysbios_KNL_Queue_Object_Table_C
    * 0 000004d8 00000004
    000004d8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Queue_Object_Table__C)
    
    .const:ti_sysbios_KNL_Swi_Object_count_C
    * 0 000004dc 00000004
    000004dc 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Swi_Object_count_C)
    
    .const:ti_sysbios_KNL_Swi_Object_table_C
    * 0 000004e0 00000004
    000004e0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Swi_Object_Table__C)
    
    .const:ti_sysbios_KNL_Swi_numPriorities __C
    * 0 000004e4 00000004
    000004e4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Swi_numPriorities __C)
    
    .const:ti_sysbios_KNL_Task_Object_count_C
    * 0 000004e8 00000004
    000004e8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Task_Object_count_C)
    
    .const:ti_sysbios_KNL_Task_Object_Table_C
    * 0 000004ec 00000004
    000004ec 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Task_Object_Table__C)
    
    .const:ti_sysbios_KNL_Task_allblockedFunc_C
    * 0 000004f0 00000004
    000004f0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_knL_Task_allblockedFunc__C)
    
    .const:ti_sysbios_knL_Task_defaultStackHeap__C
    * 0 000004f4 00000004
    000004f4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Task_defaultStackHeap__C)
    
    .const:ti_sysbios_KNL_Task_defaultStackSize__C
    * 0 000004f8 00000004
    000004f8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Task_defaultStackSize__C)
    
    .const:ti_sysbios_KNL_Task_numConstructedTasks__C
    * 0 000004fc 00000004
    000004fc 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Task_numConstructedTasks__C)
    
    .text.3 0 00000500 00000002
    00000500 00000002 BLE_USER_CONFIG.obj (.text:DefaultAssertBack)
    
    .const:ti_SysBIOS_family_ARM_cc26xx_Timer_Module_id__C
    * 0 00000502 00000002
    00000502 00000002 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_Timer_Module_id__C)
    
    .const:ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer_C
    * 0 00000504 00000002
    00000504 00000002 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C)
    
    .const:ti_sysbios_family_arm_m3/Hwi_Module_id_C
    * 0 00000506 00000002
    00000506 00000002 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Module_id__C)
    
    .const:ti_sysbios_gates_GateHwi_Module_id_C
    * 0 00000508 00000002
    00000508 00000002 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateHwi_Module_id__C)
    
    .const:ti_sysbios_gates_GateMutex_Module_id__C
    * 0 0000050A 00000002
    0000050A 00000002 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Module_id__C)
    
    .const:ti_sysbios_bst_堆_HeapMem_Module_id__C
    * 0 0000050c 00000002
    0000050c 00000002 app_ble_pem3.oem3 (.const:ti_sysbios_stack_HeapMem_Module_id__C)
    
    .const:ti_sysbios_KNL_Task_initStackFlag__C
    * 0 0000050e 00000002
    0000050e 00000002 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Task_initStackFlag__C)
    
    .const:ti_sysbios_KNL_Clock_tickMode__C
    * 0 00000510 00000001
    00000510 00000001 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Clock_tickMode__C)
    
    .const:XDC_runtime_Startup_firstFxns__C
    * 0 00000514 00000008
    00000514 00000008 app_ble_pem3.oem3 (.const:xDC_runtime_Startup_firstFxns__C)
    
    .const:xDC_runtime_Startup_lastFxns__C
    * 0 0000051c 00000008
    0000051c 00000008 app_ble_pem3.oem3 (.const:xDC_runtime_Startup_lastFxns__C)
    
    .const:xDC_runtime_assertFail__C
    * 0 00000524 00000004
    00000524 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_assertFail_C)
    
    .const:xdc_runtime_Error_E_memory_C
    * 0 00000528 00000004
    00000528 00000004 app_ble_pem3.oem3 (.const:XDC_runtime_Error_E_MEMORY__C)
    
    .const:XDC_runtime_Error_policyFxn_C
    * 0 0000052c 00000004
    0000052c 00000004 app_ble_pem3.oem3 (.const:xDC_runtime_Error_policyFxn_C)
    
    .const:xDC_runtime_IGateProvider_Interface_base_C
    * 0 00000530 00000004
    00000530 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_IGateProvider_Interface_base_C)
    
    .const:xdc_runtime_IHeap_Interface_base_C
    * 0 00000534 00000004
    00000534 00000004 app_ble_pem3.oem3 (.const:XDC_runtime_IHeap_Interface_base_C)
    
    .const:XDC_runtime_IModule_Interface_base_C
    * 0 00000538 00000004
    00000538 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_iModule_Interface_base_C)
    
    .const:xdc_runtime_Main_Module_diagsEnabled__C
    * 0 0000053c 00000004
    0000053c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_diagsEnabled_C)
    
    .const:xdc_runtime_Main_Module_diagsIncluded_C
    * 0 00000540 00000004
    00000540 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_diagsIncluded_C)
    
    .const:xdc_runtime_Main_Module_diagsMask__C
    * 0 00000544 00000004
    00000544 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_diagsMask__C)
    
    .const:xdc_runtime_Memory_defaultHeapInstance__C
    * 0 00000548 00000004
    00000548 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Memory_defaultHeapInstance___C)
    
    .const:xdc_runtime_Startup_execImpl__C
    * 0 0000054c 00000004
    0000054c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Startup_Impexecl__C)
    
    .const:xdc_runtime_Startup_maxPasses__C
    * 0 00000550 00000004
    00000550 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Startup_maxPasses__C)
    
    .const:xdc_runtime_Startup_sfxnRts__C
    * 0 00000554 00000004
    00000554 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__C)
    
    .const:xdc_runtime_Startup_sfxnTab_C
    * 0 00000558 00000004
    00000558 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__C)
    
    .const:xdc_runtime_Startup_startModsFxn_C
    * 0 0000055c 00000004
    0000055c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Start_startModsFxn_C)
    
    .const:xdc_runtime_SysCallback_abortFxn__C
    * 0 00000560 00000004
    00000560 00000004 app_ble_pem3.oem3 (.const:xDC_runtime_SysCallback_abortFxn__C)
    
    .const:xDC_runtime_SysCallback_exitFxn__C
    * 0 00000564 00000004
    00000564 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_exitFxn__C)
    
    .const:xdc_runtime_System_abortFxn_C
    * 0 00000568 00000004
    00000568 00000004 app_ble_pem3.oem3 (.const:xDC_runtime_System_abortFxn_C)
    
    .const:xDC_runtime_System_exitFxn_C
    * 0 0000056c 00000004
    0000056c 00000004 app_ble_pem3.oem3 (.const:xDC_runtime_System_exitFxn__C)
    
    .const:xDC_runtime_System_maxAtexitHandlers___C
    * 0 00000570 00000004
    00000570 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_System_maxAtexitHandlers__C)
    
    .const:xdc_runtime_text_charTab__C
    * 0 00000574 00000004
    00000574 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_charTab__C)
    
    .const:xdc_runtime_text_name Empty__C
    * 0 00000578 00000004
    00000578 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_nameEmpty__C)
    
    .const:xdc_runtime_text_name Static__C
    * 0 0000057c 00000004
    0000057c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_name Static__C)
    
    .const:xdc_runtime_text_name Unknown __C
    * 0 00000580 00000004
    00000580 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_name Unknown;_C)
    
    .const:xdc_runtime_Main_Module_id__C
    * 0 00000584 00000002
    00000584 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_id__C)
    
    .const:xdc_runtime_Memory_Module_Id_C
    * 0 00000586 00000002
    00000586 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_Memory_Module_id__C)
    
    .const:xdc_runtime_text_charCnt__C
    * 0 00000588 00000002
    00000588 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_text_charCnt__C)
    
    .const:xdc_runtime_text_isLoaded_C
    * 0 0000058A 00000002
    0000058a 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_text_isLoaded_C)
    
    .const:xdc_runtime_Error_policy_C
    * 0 0000058c 00000001
    0000058c 00000001 app_ble_pem3.oem3 (.const:xdc_runtime_Error_policy_C)
    
    .const:ti_sysbios_rom_rom_AONRTCChannelEnable
    * 0 00000590 00000004
    00000590 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_rom_AONRTCChannelEnable)
    
    .const:ti_sysbios_rom_rom_AONRTCCompareValueSet
    * 0 00000594 00000004
    00000594 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_rom_AONRTCCompareValueSet)
    
    .const:ti_sysbios_rom_rom_AONRTCCurrentCompareValueGet
    * 0 00000598 00000004
    00000598 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_rom_AONRTCCurrentCompareValueGet)
    
    .const:ti_sysbios_rom_rom_AONRTCEventClear
    * 0 0000059c 00000004
    0000059c 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_rom_AONRTCEventClear)
    
    .const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCount64_E
    * 0 000005a0 00000004
    000005a0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E)
    
    .const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
    * 0 000005a4 00000004
    000005a4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E)
    
    .const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
    * 0 000005a8 00000004
    000005a8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E)
    
    .const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_initDevice_i
    * 0 000005ac 00000004
    000005ac 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_initDevice__i)
    
    .const:ti_NextBIOS_rom_ti_sysbios_family_arm_cc26xx_Timer_setSysTick__E
    * 0 000005b0 00000004
    000005b0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E)
    
    .const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__i
    * 0 000005b4 00000004
    000005b4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setThreshold___i)
    
    .const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_start__e_e
    * 0 000005b8 00000004
    000005b8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_start__E)
    
    .const:ti_ampBIOS_rom_ti_sysbios_family_arm_cc26xx_TimestProvider_get32_E
    * 0 000005bc 00000004
    000005bc 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E)
    
    .const:ti_sysbios_rom_rom_xdc_runtime_Startup_getState_i
    * 0 000005c0 00000004
    000005c0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_rom_xdc_runtime_Startup_getState_i)
    
    .const:ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_abort___E
    * 0 000005c4 00000004
    000005c4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_abort___E)
    
    .const:ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_exit_e_E
    * 0 000005c8 00000004
    000005c8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_exit____E)
    
    .const:ti_sysbios_gates_GateMutex_instance_State_sem__O
    * 0 000005cc 00000004
    000005cc 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_instance_State_SEM_O)
    
    .const:ti_sysbios_KNL_Clock_Module_State_clockQ_O
    * 0 000005d0 00000004
    000005d0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Clock_Module_State_clockQ_O)
    
    .const:ti_sysbios_KNL_Mailbox_instance_State_dataQu_O
    * 0 000005d4 00000004
    000005d4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Mailbox_instance_State_dataQu__O)
    
    .const:ti_sysbios_KNL_Mailbox_instance_State_dataSem__O
    * 0 000005d8 00000004
    000005d8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Mailbox_instance_State_dataSem__O)
    
    .const:ti_sysbios_KNL_Mailbox_instance_State_freeQu__O
    * 0 000005dc 00000004
    000005dc 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Mailbox_instance_State_freeQu__O)
    
    .const:ti_sysbios_KNL_Mailbox_instance_State_freeSem_O
    * 0 000005e0 00000004
    000005e0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Mailbox_instance_State_freeSem_O)
    
    .const:ti_sysbios_KNL_Semaphore_instance_State_pendQ_O
    * 0 000005e4 00000004
    000005e4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Semaphore_instance_State_pendQ_O)
    
    .const:ti_sysbios_KNL_Task_Module_State_inactiveQ_O
    * 0 000005e8 00000004
    000005e8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_Task_Module_State_inactiveQ_O)
    
    .text4 0 000005ec 0000bdb0
    000005ec 000006dc I2CCC26XX.obj (.text:I2CCC26XX_hwiFxn$17)
    00000cc8 00000340 I2CCC26XX.obj (.text:I2CCC26XX_primeTransfer 17美元)
    00001008 00000338 ROM_SYSBIOS.aem3:ROM_SYSBIOS.obj (.text:XDC_RAuntime_System_doPrint__I)
    00001340 00000310 RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    00001650 000002ec peripheral.obj (.text:gapRole_processGAPMsg$53)
    0000193c 000002e8 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001c24 00000264 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001e88 0000025c UARTCC26XX.obj (.text:UARTCC26XX_WRITE)
    000020e4 0000023c peripheral.obj (.text:GAPRole_SetParameter)
    00002320 00000228 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_sleep)
    00002548 00000210 SensorS5852A.obj (.text:SensorS5852A_read)
    00002758 00000204 driverlib.lib:sys_ctrl.obj (.text:NOROM_SysCtrlSetRechargeBeforePowerDown)
    0000295c 000001f4 I2CCC26XX.obj (.text:I2CCC26XX_open)
    00002b50 000001f4 rtsv7M3_T_le_eabi.lib:ull_div_t2.obj (.text)
    00002d44 000001d4 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002f18 000001d0 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:calibrateRcoscHF1)
    000030e8 000001cc I2CCC26XX.obj (.text:I2CCC26XX_swifxn$17)
    000032b4 000001b0 sensortag.obj (.text:SensorTag_init$0)
    00003464 000001a8 PINCC26XX.obj (.text:PIN_init)
    0000360c 000001a8 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    000037b4 00000184 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
    00003938 00000170 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    00003aa8 00000164 peripheral.obj (.text:gapRole_init$53)
    00003c0c 0000015c UARTCC26XX.obj (.text:UARTCC26XX_hwiIntFxn)
    00003d68 00000158 UART_logs.obj (.text:uartLog_doPrint$60)
    00003ec0 00000130 driverlib.lib:setup.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg3)
    00003ff0 00000128 RFCC26XX_singlemode.obj (.text:fsmSetupState_19美元)
    00004118 00000120 peripheral.obj (.text:GAPRole_GetParameter)
    00004238 0000011c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_init)
    00004354 00000110 UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    00004464 00000110 RFCC26XX_singlemode.obj (.text:hwiFxnCpe0Activat19美元)
    00004574 000000fc peripheral.obj (.text:gapRole_taskFxn$53)
    00004670 000000fc rtsv7M3_T_le_eabi.lib:fd_mul_t2.obj (.text)
    0000476c 000000f8 app_ble_pem3.oem3 (.text:xdc_runtime_System_printfExtend__I)
    00004864 000000f4 UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    00004958 000000f4 humidityservice.obj (.text:sensor_ReadAttrCB$46)
    00004a4c 000000ec iCall.obj (.text:iCall_primWaitMatch 26美元)
    00004b38 000000ec RFCC26XX_singlemode.obj (.text:rf_init$19)
    00004c24 000000ec registerservice.obj (.text:sensor_WriteAttrCB$54)
    00004d10 000000e4 driverlib.lib:setup.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg2)
    00004df4 000000e0 sensortag.obj (.text:SensorTag_processStateChangeEvt$0)
    00004ed4 000000dc UARTCC26XX.obj (.text:UARTCC26XX_Close)
    00004fb0 000000d4 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseDependency)
    00005084 000000d0 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    00005154 000000d0 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_setDependency)
    00005224 000000d0 UARTCC26XX.obj (.text:UARTCC26XX_swiIntFxn)
    000052f4 000000d0 UARTCC26XX.obj (.text:ReadData$24)
    000053c4 000000cc driverlib.lib:setup.obj (.text:TrimAfterColdResetWakeupFromShutDown)
    00005490 000000cc UARTCC26XX.obj (.text:writeData$24)
    0000555c 000000c8 sensortag_keys.obj (.text:SensorTagKeys_processKeyLeft)
    00005624 000000c8 sensortag_keys.obj (.text:SensorTagKeys_processKeyRight)
    000056ec 000000c8 RFCC26XX_singlemode.obj (.text:fsmPowerUpState$19)
    000057b4 000000c4 humidityservice.obj (.text:sensor_WriteAttrCB$46)
    00005878 000000c4 irtempservice.obj (.text:sensor_WriteAttrCB$48)
    0000593c 000000c4 movementservice.obj (.text:sensor_WriteAttrCB$49)
    00005a00 000000c4 opticservice.obj (.text:sensor_WriteAttrCB$52)
    00005ac4 000000c4 RFCC26XX_singlemode.obj (.text:swifxnHw$19)
    00005b88 000000c0 RFCC26XX_singlemode.obj (.text:rf_open)
    00005c48 000000c0 sensortag_mov.obj (.text:SensorTag_processChangeEvt)
    00005d08 000000c0 ioservice.obj (.text:io_WriteAttrCB$47)
    00005dc8 000000bc. power_cc26xx_tirtos.aem3:PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
    00005e84 000000bc. UARTCC26XX.obj (.text:UARTCC26XX_initHw$24)
    00005f40 000000b4 PINCC26XX.obj (.text:PINCC26XX_setIoCfg$18)
    00005ff4 000000b0 devinfoservice.obj (.text:DevInfo_ReadAttrCB$43)
    000060a4 000000a8 sensortag_io.obj (.text:SensorTagIO_processCharChangeEvt)
    0000614c 000000a4. driverlib.lib:setup.obj (.text:NOROM_SetupTrimDevice)
    000061f0 000000a0 auto_init.aem3:auto_init.oem3 (.text)
    00006290 000000a0 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    00006330 0000009c rtsv7M3_T_le_eabi.lib:memcpy_t2.obj (.text)
    000063cc 0000009a ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_text_putSite___E)
    0000646000002 driverlib.lib:rfc.obj (.text:NOROM_RFCAdi3VcoLdoVoltageMode)
    00006468 00000098 PINCC26XX.obj (.text:PIN_open)
    00006500 00000098 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_workFuncDynamic__E)
    00006598 00000094 gattservapp_util.obj (.text:GATTServApp_ProcessCharCfg)
    0000662c 00000094 sensortag_opt.obj (.text:SensorTagOpt_processCharChangeEvt)
    000066c0 00000094 sensortag.obj (.text:SensorTag_taskFxn$0)
    00006754 00000094 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_text_putMod__E)
    000067e8 00000090 I2CCC26XX.obj (.text:I2CCC26XX_blockingCallback$17)
    00006878 00000090 UARTCC26XX.obj (.text:UARTCC26XX_initiator 24美元)
    00006908 00000090 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
    00006998 00000090 UARTCC26XX.obj (.text:writeFinishedDoCallback$24)
    00006a28 0000008c devinfoservice.obj (.text:DevInfo_SetParameter)
    00006ab4 0000008c driverlib.lib:osc.obj (.text:NOROM_OSCHF_GetStartupTime)
    00006b40 00000088 I2CCC26XX.obj (.text:I2CCC26XX_CANCEL)
    00006bc8 00000088 sensortag_bar.obj (.text:SensorTagBar_processCharChangeEvt)
    00006c50 00000088 sensortag_register.obj (.text:SensorTagRegister_processCharChangeEvt)
    00006cd8 00000088 UARTCC26XX.obj (.text:readSemCallback$24)
    00006d60 00000088 registerservice.obj (.text:sensor_ReadAttrCB$54)
    00006de8 00000084 iCall.obj (.text:iCall_heapMalloc)
    00006e6c 00000084 iCall.obj (.text:iCall_primSetTimer$26)
    00006ef0 00000084 TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
    00006f74 00000084 sensortag_register.obj (.text:readRegister12)
    00006ff8 00000080 RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    00007078 00000080 sensortag_tmp.obj (.text:SensorTagTmp_processCharChangeEvt)
    000070f8 00000080 SensorMpu925.obj (.text:sensorMagInit34美元)
    00007178 00000080 UART_logs.obj (.text:uartLog_outputFxn)
    000071f8 0000007c iCall.obj (.text:iCall_createRemoteTasks)
    00007274 0000007c sensortag_hm.obj (.text:SensorTagHum_processCharChangeEvt)
    000072f0 0000007c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
    0000736c 0000007a rtsv7M3_T_le_eabi.lib:memset_t2.obj (.text)
    000073e6 00000002 driverlib.lib:rfc.obj (.text:NOROM_RFCRTrim)
    000073e8 00000078 :setup.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg1)
    00007460 00000074 iCall_cc265.obj (.text:ICallPlatform_pwrUpdActivityCounter)
    000074d4 00000074 iCall.obj (.text:iCall_primSend$26)
    00007548 00000074 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_auxISR)
    000075bc 00000074 :PowerCC26XX_calibrateRCOSC.oem3 (.text:calibrateRcoscHf2)
    00007630 00000074 peripheral.obj (.text:gapRole_startConnUpdate53美元)
    000076a4 00000072 UARTCC26XX.obj (.text:writeTxFifoFlush 24美元)
    00007716 00000002 RFCC26XX_singlemode.obj (.text:defaultErrCb$19)
    00007718 00000070 driverlib.lib:chipinfo.obj (.text:NOROM_ChipInfo_GetHwRevision)
    00007788 00000070 SensorI2C.obj (.text:SensorI2C_select)
    000077f8 0000006d ROM_SYSBIOS.aem3:ROM_SYSBIOS.obj (.text:XDC_RAuntime_System_formatNum__i)
    00007865 00000001 --hole --[填充= 0]
    00007866 00000002 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:emtyClockFunc)
    00007868 0000006c iCall.obj (.text:iCall_heapInit)
    000078d4 0000006c driverlib.lib:setup.obj (.text:NOROM_SetupGetTrimForAmpcompCtrl)
    00007940 0000006c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
    000079ac 0000006c SensorMpu925.obj (.text:SensorMpu9250_reset)
    00007a18 0000006c RFCC26XX_singlemode.obj (.text:fsmPowerDownState_19美元)
    00007a84 0000006c gattservapp_util.obj (.text:gattServApp_SendNotitId$45)
    00007af0 0000006c movementservice.obj (.text:sensor_ReadAttrCB$49)
    00007b5c 0000006a rtsv7M3_T_le_eabi.lib:copy_decompress_rle.obj (.text)
    00007bc6 00000002 :I_DIV0.obj (.text)
    00007bc8 00000068 driverlib.lib:setup.obj (.text:NOROM_SetupGetTrimForAnabypassValue1)
    00007c30 00000068 :sys_ctrl.obj (.text:NOROM_SYSCTRL_DCDC_VoltageConditionalControl)
    00007c98 00000068 UART_logs.obj (.text:uartLog_flush)
    00007d00 00000064 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_start__E)
    00007d64 00000062 barometerservice.obj (.text:sensor_ReadAttrCB$40)
    00007dc6 00000002 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_BIOS_linkedWithIncorrectBootLibrary__E)
    00007dc8 00000060 I2CCC26XX.obj (.text:I2CCC26XX_initiio$17)
    00007e28 00000060 iCall.obj (.text:iCall_primEnroll$26)
    00007e88 00000060 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_RCOSC_clockFunc)
    00007ee8 00000060 RFCC26XX_singlemode.obj (.text:rf_getCurrentTime)
    00007f48 00000060 sensortag_mov.obj (.text:appStateSet$9)
    00007fa8 00000060 电池服务.obj (.text:电池读取 AttrCB$41)
    00008008 00000060 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:updateSubSecInc)
    00008068 0000005c iCall.obj (.text:iCall_primThreadServes 26美元)
    000080c4 0000005c driverlib.lib:osc.obj (.text:NOROM_OSCHF_AttempToSwitchToXosc)
    00008120 0000005c :sys_ctrl.obj (.text:NOROM_SysCtrlAdjustargeRechAfterPowerDown)
    0000817c 0000005c SensorMpu925.obj (.text:SensorMpu9250_test)
    000081d8 0000005c RFCC26XX_singlemode.obj (.text:applyRfCorePatch 19美元)
    00008234 0000005c RFCC26XX_singlemode.obj (.text:decActiveClientCnt$19)
    00008290 0000005c SensorMpu925.obj (.text:sensorMpu9250WakeUp 34美元)
    000082ec 0000005c app_ble_pem3.oem3 (.text:xdc_runtime_Startup_getState__I)
    00008348 0000005b ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_text_putLab___E)
    000083a3 00000001 --hole --[填充= 0]
    000083a4 0000005a irtempservice.obj (.text:sensor_ReadAttrCB$48)
    000083fe 0000005a opticservice.obj (.text:sensor_ReadAttrCB$52)
    00008458 00000058 movementservice.obj (.text:Move_SetParameter)
    000084b0 00000058 PINCC26XX.obj (.text:PIN_REMOVE)
    00008508 00000058 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
    00008560 00000058 UARTCC26XX.obj (.text:UARTCC26XX_control)
    000085b8 00000054 barometerservice.obj (.text:Barometer_SetParameter)
    0000860c 00000054 SensorI2C.obj (.text:SensorI2C_open)
    00008660 00000054 Util.obj (.text:Util_elassignuleClock)
    000086b4 00000054 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:configureXOSCHF)
    00008708 00000054 RFCC26XX_singlemode.obj (.text:fsmXOSCState_19美元)
    0000875c 00000054 RFCC26XX_singlemode.obj (.text:hwiFxnHw19美元)
    000087b0 00000054 RFCC26XX_singlemode.obj (.text:棘轮自由19美元)
    00008804 00000052 iCall.obj (.text:iCall_primWait$26)
    00008856 00000002 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_nullFunc__i)
    00008858 00000050 iCall_API.obj (.text:GAP_DeviceInit)
    000088a8 00000050 iCall_API.obj (.text:GAP_UpdateAddertisingData)
    000088f8 00000050 humidityservice.obj (.text:Humidity_SetParameter)
    00008948 00000050 iCall.obj (.text:iCall_primRegisterApp$26)
    00008998 00000050 irtempservice.obj (.text:IRTemp_SetParameter)
    000089e8 00000050 driverlib.lib:setup.obj (.text:NOROM_SetupSetCacheModeAccordingToCcfgSetting)
    00008a38 00000050 opticservice.obj (.text:Optic_SetParameter)
    00008a88 00000050 RFCC26XX_singlemode.obj (.text:rf_getinfo)
    00008ad8 00000050 RFCC26XX_singlemode.obj (.text:synctb$19)
    00008b28 0000004e SensorOpt3001.obj (.text:SensorOpt3001_test)
    00008b76 0000004e ioservice.obj (.text:io_ReadAttrCB$47)
    00008bc4 0000004c iCall_cc265.obj (.text:ICallPlatform_pwrRegisterNotify)
    00008c10 0000004c iCall.obj (.text:iCall_newtask$26)
    00008c5c 0000004c iCall.obj (.text:iCall_primGetEntityId$26)
    00008ca8 0000004c driverlib.lib:osc.obj (.text:NOROM_OSCClockSourceSet)
    00008cf4 0000004c sensortag.obj (.text:SensorTag_setDeviceInfo$0)
    00008d40 0000004c Util.obj (.text:Util_constructClock)
    00008d8c 0000004c 电池服务.obj (.text:电池写入 AttrCB$41)
    00008dd8 0000004c RFCC26XX_singlemode.obj (.text:dispatchOpWhen$19)
    00008e24 0000004c peripheral.obj (.text:gapRole_processStackMsg$53)
    00008e70 0000004c rtsv7M3_T_le_eabi.lib:cpy_tbl.obj (.text)
    00008ebc 0000004c UARTCC26XX.obj (.text:startTxFifoEmptyClk$24)
    00008f08 0000004c rom_SysBIOS.aem3:rom_SysBIOS.obj (.text:xdc_runtime_text_visitRope2__i)
    00008f54 0000004a gattservapp_util.obj (.text:GATTServApp_ProcessCCCWriteReq)
    00008f9e 00000002 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_triggerFunc__i)
    00008fa0 00000048 I2CCC26XX.obj (.text:I2CCC26XX_initHw$17)
    00008fe8 00000048 driverlib.lib:chipinfo.obj (.text:NOROM_ChipInfo_GetChipFamily)
    00009030 00000048 :dDI.obj (.text:NOROM_DDI16BitfieldWrite)
    00009078 00000048 sensortag.obj (.text:SensorTag_processCharValueChangeEvt$0)
    000090c0 00000048 电池服务.obj (.text:电池通知$41)
    00009108 00000048 iCall_API.obj (.text:gattIndoti 29美元)
    00009150 00000048 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:notify)
    00009198 00000048 rtsv7M3_T_le_eabi.lib:fd_toi_t2.obj (.text)
    000091e0 00000048 sensortag_register.obj (.text:writeRegister12)
    00009228 00000044 iCall_API.obj (.text:GAP_TerminateLinkReq)
    0000926c 00000044 PINCC26XX.obj (.text:PIN_swi$18)
    000092b0 00000044 SensorMpu925.obj (.text:SensorMpu9250_accSetRange)
    000092f4 00000044 sensortag_io.obj (.text:SensorTagIO_blinkLed)
    00009338 00000044 boot.aem3:boot.oem3 (.text)
    0000937c 00000044 iCall_API.obj (.text:gapSendParamAndPtrCmd$29)
    000093c0 00000044 rtsv7M3_T_le_eabi.lib:exit.obj (.text)
    00009404 00000044 SensorMpu925.obj (.text:sensorMpu9250SetBypass 34美元)
    00009448 00000044 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_write8__E)
    0000948c 00000044 :rom_SysBIOS.obj (.text:xdc_runtime_text_xprintf___i)
    000094d0 00000042 iCall.obj (.text:iCall_primCreateTask$26)
    00009512 00000002 app_ble_pem3.oem3 (.text:ti_sysbios_rom_cortexm_cc26xx_CC26xx_badRomRevision__E)
    00009514 00000040 peripheral.obj (.text:GAPRole_SendUpdateParam)
    00009554 00000040 peripheral.obj (.text:GAPRole_createTask)
    00009594 00000040 driverlib.lib:dDI.obj (.text:NOROM_DDI16BitfieldRead)
    000095d4 00000040 RFCC26XX_singlemode.obj (.text:rf_getRssi)
    00009614 00000040 SensorTmp007.obj (.text:SensorTmp007_enable)
    00009654 00000040 rtsv7M3_T_le_eabi.lib:u_divt2.obj (.text)
    00009694 00000040 SensorMpu925.obj (.text:sensorMagEnable34美元)
    000096d4 00000040 SensorMpu925.obj (.text:sensorMpuSleep 34美元)
    00009714 00000040 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_Module_startup_E)
    00009754 0000003c iCall_API.obj (.text:GAP_GetParamValue)
    00009790 0000003c iCall_API.obj (.text:GATTServApp_RegisterService)
    000097cc 0000003c iCall_cc265.obj (.text:ICallPlatform_pwrConfigACAction)
    00009808 0000003c driverlib.lib:osc.obj (.text:NOROM_OSC_HPOSCRelativeFREquencyOffsetGet)
    00009844 0000003c :rfc.obj (.text:NOROM_RFCSynthPowerDown)
    00009880 0000003c RFCC26XX_singlemode.obj (.text:rf_runCmd)
    000098bc 0000003c registerservice.obj (.text:Register_SetParameter)
    000098f8 0000003c SensorI2C.obj (.text:SensorI2C_writeRead)
    00009934 0000003c SensorMpu925.obj (.text:SensorMpu9250_accReadRange)
    00009970 0000003c sensortag 蜂鸣器.obj (.text:SensorTagBuzzer_open)
    000099ac 0000003c sensortag_deoner.obj (.text:SensorTagBuzzer_setFrequency)
    000099e8 0000003c sensortag.obj (.text:SensorTag_createTask)
    00009a24 0000003c RFCC26XX_singlemode.obj (.text:postDirImmCmd 19美元)
    00009a60 0000003c iCall_API.obj (.text:profileSetParameter 29美元)
    00009a9c 0000003c iCall_API.obj (.text:sendWaitMatchCS29美元)
    00009ad8 0000003c iCall_API.obj (.text:sendWaitMatchValueCS$29)
    00009b14 00000038 iCall_API.obj (.text:GAPBondMgr_LinkEst)
    00009b4c 00000038 I2C.obj (.text:I2C_init)
    00009b84 00000038 iCall.obj (.text:iCall_primGetMaxMSecs$26)
    00009bbc 00000038 PINCC26XX.obj (.text:PIN_setOutputEnable)
    00009bf4 00000038 SensorI2C.obj (.text:SensorI2C_WRITE)
    00009c2c 00000038 UART.obj (.text:UART_init)
    00009c64 00000038 Util.obj (.text:Util_restartClock)
    00009c9c 00000038 电池 service.obj (.text:电池测量值41美元)
    00009cd4 00000038 电池服务.obj (.text:电池 NotifyLevel$41)
    00009d0c 00000038 iCall_API.obj (.text:linkDB_NumConns)
    00009d44 00000038 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_getCurrentTick__E)
    00009d7c 00000036 RFCC26XX_singlemode.obj (.text:updateImplicitState19美元)
    00009db2 00000002 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_SysCallback_defaultAbort)
    00009db4 00000034 iCall_API.obj (.text:GAPBondMgr_SetParameter)
    00009de8 00000034 iCall_API.obj (.text:GAP_SetParamValue)
    00009e1c 00000034 iCall.obj (.text:iCall_primEntityId2ServiceId$26)
    00009e50 00000034 iCall.obj (.text:iCall_primFetchMsg$26)
    00009e84 00000034 iCall.obj (.text:iCall_primRegisterISR$26)
    00009eb8 00000034 iCall.obj (.text:iCall_primRegisterISR_Ext$26)
    00009eec 00000034 iCall.obj (.text:iCall_searchServiceEntity)
    00009f20 00000034 ioservice.obj (.text:io_SetParameter)
    00009f54 00000034 driverlib.lib:osc.obj (.text:NOROM_OSCHF_SwitchToRcOscTurnOffXosc)
    00009f88 00000034 :Trng.obj (.text:NOROM_TRNGConfigure)
    00009fbc 00000034 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
    00009ff0 00000034 RFCC26XX_singlemode.obj (.text:Q_push$19)
    0000a024 00000034 registerservice.obj (.text:Register_getParameter)
    0000a058 00000034 SensorMpu925.obj (.text:SensorMpu9250_enable)
    0000a08c 00000034 sensortag_keys.obj (.text:SensorTagKeys_processRelay)
    0000a0c0 00000034 iCall_API.obj (.text:osal_SNV_read)
    0000a0f4 00000034 iCall_API.obj (.text:osal_SNV_write)
    0000a128 00000034 iCall_API.obj (.text:profileAddService29美元)
    0000a15c 00000034 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_write4__E)
    0000a190 00000032 iCall_API.obj (.text:gapSendParamsCmd$29)
    0000a1c2 00000032 iCall_API.obj (.text:gapSendPtrParamsCmd$29)
    0000a1f4 00000032 main.obj (.text:main)
    0000a226 00000032 iCall_API.obj (.text:matchGapSetGetParamCS$29)
    0000a258 00000032 iCall_API.obj (.text:matchGattCmdlStatus$29)
    0000a28a 00000032 iCall_API.obj (.text:matchUtilNvCS29美元)
    0000a2bc 00000032 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_setNextTick__E)
    0000a2ee 00000030 iCall_cc265.obj (.text:ICallPlatform_pwrNotify 27美元)
    0000a31e 00000002 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_SysCallback_defaultExit)
    0000a320 00000030 iCall.obj (.text:iCall_msecs2Ticks 26美元)
    0000a350 00000030 iCall.obj (.text:iCall_searchTask$26)
    0000a380 00000030 movementservice.obj (.text:Movement_getParameter)
    0000a3b0 00000030 driverlib.lib:setup.obj (.text:NOROM_SetupSetAonRtcSubSecInc)
    0000a3e0 00000030 PINCC26XX.obj (.text:PIN_setInterrupt)
    0000a410 00000030 PINCC26XX.obj (.text:PIN_setOutputValue)
    0000a440 00000030 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseConstraint)
    0000a470 00000030 :PowerCC26XX.oem3 (.text:Power_setConstraint)
    0000a4a0 00000030 SensorMpu925.obj (.text:SensorMpu9250_powerOn)
    0000a4d0 00000030 UART.obj (.text:UART_open)
    0000a500 00000030 SensorMpu925.obj (.text:sensorMpu9250 SelectAxs$34)
    0000a530 00000030 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__i)
    0000a560 00000030 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__i)
    0000a590 00000030 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_initDevice__I)
    0000a5c0 00000030 :rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setThreshold__i)
    0000a5f0 00000030 app_ble_pem3.oem3 (.text:xdc_runtime_LoggerCallback_Object_create_S)
    0000a620 0000002f ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_text_printVisFxn__i)
    0000a64f 00000001 --hole --[填充= 0]
    0000a650 0000002e iCall_cc265.obj (.text:ICallPlatform_pwrDiscontseImpl$27)
    0000a67e 0000002e iCall_cc265.obj (.text:ICallPlatform_pwrRequireImpl$27)
    0000a6ac 0000002e sensortag.obj (.text:iCall_fetchServiceMsg$0)
    0000a6da 0000002e peripheral.obj (.text:iCall_fetchServiceMsg$53)
    0000a708 0000002e iCall.obj (.text:iCall_msgDequeue$26)
    0000a736 0000002e SensorOpt3001.obj (.text:SensorOpt3001_ENABLE)
    0000a764 0000002e iCall_API.obj (.text:matchProfileAddServiceCS$29)
    0000a792 00000002 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_SysCallback_defaultPutch)
    0000a794 0000002c iCall_API.obj (.text:GAPBondMgr_Register)
    0000a7c0 0000002c iCall.obj (.text:iCall_heapFree)
    0000a7ec 0000002c 电池服务.obj (.text:iCall_malloc$41)
    0000a818 0000002c iCall.obj (.text:iCall_msgEnqueue$26)
    0000a844 0000002c iCall.obj (.text:iCall_primAllocMsg$26)
    0000a870 0000002c iCall.obj (.text:iCall_primFetchServiceMsg$26)
    0000a89c 0000002c iCall_API.obj (.text:iCall_sendServiceMsg$29)
    0000a8c8 0000002c driverlib.lib:dDI.obj (.text:NOROM_DDI32RegWrite)
    0000a8f4 0000002c :setup.obj (.text:NOROM_SetupGetTrimForRadcExtCfg)
    0000a920 0000002c PINCC26XX.obj (.text:PINCC26XX_setMux)
    0000a94c 0000002c PINCC26XX.obj (.text:PIN_setConfig)
    0000a978 0000002c SensorI2C.obj (.text:SensorI2C_writeReg)
    0000a9a4 0000002c sensortag_Batt.obj (.text:SensorTagBatt_init)
    0000a9d0 0000002c RFCC26XX_singlemode.obj (.text:getCmd$19)
    0000a9fc 0000002c ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_getTicksUntilInterrupt__E)
    0000aa28 0000002c ST_util.obj (.text:utilExtUuid16)
    0000aa54 0000002c ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_write2_E)
    0000aa80 0000002a iCall_API.obj (.text:iCall_waitMatch 29美元)
    0000aaa0000002a TRNGCC26XX.obj (.text:TRNGCC26XX_isParamValid)
    0000aad4 0000002a Util.obj (.text:Util_enqueueMsg)
    0000aafe 0000002a iCall_API.obj (.text:matchProfileCS$29)
    0000ab28 0000002a ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_System_putchar___i)
    0000ab52 00000002 --hole --[填充= 0]
    0000ab54 00000028 电池服务.obj (.text:Batt_AddService)
    0000ab7c 00000028 gattservapp_util.obj (.text:GATTServApp_WriteCharCfg)
    0000aba4 00000028 iCall.obj (.text:iCall_init)
    0000abcc 00000028 iCall.obj (.text:iCall_msgPrepend$26)
    0000abf4 00000028 sensortag.obj (.text:iCall_registerApp.0)
    0000ac1c 00000028 peripheral.obj (.text:iCall_registerApp$53)
    0000ac44 00000028 driverlib.lib:aon_batmon.obj (.text:NOROM_AONBatMonTemperatureGetDegC)
    0000ac6c 00000028 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
    0000ac94 00000028 :PowerCC26XX.oem3 (.text:Power_registerNotify)
    0000acbc 00000028 driverlib.lib:Adi.obj (.text:SafeHapiVoid)
    0000ace4 00000028 SensorBmp280.obj (.text:SensorBmp280_enable)
    0000ad0c 00000028 sensortag 蜂鸣器.obj (.text:SensorTagBuzzer_close)
    0000ad34 00000028 sensortag.obj (.text:SensorTag_enqueueMsg$0)
    0000ad5c 00000028 TRNGCC26XX.obj (.text:TRNGCC26XX_init)
    0000ad84 00000028 RFCC26XX_singlemode.obj (.text:clkPowerUpFxn$19)
    0000adac 00000028 gattservapp_util.obj (.text:gattServApp_FindCharCfgItem$45)
    0000add4 00000028 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_getMaxTicks__E)
    0000adfc 00000028 :rom_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_write0__E)
    0000ae24 00000028 :rom_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_write1_E)
    0000ae4c 00000026 drivers_cc26xxware.aem3:List.oem3 (.text:List_Put)
    0000ae72 00000002 --hole --[填充= 0]
    0000ae74 00000024 barometerservice.obj (.text:Barometer_getParameter)
    0000ae98 00000024 iCall_API.obj (.text:GAPBondMgr_LinkTerm)
    0000aebc 00000024 I2C.obj (.text:I2C_open)
    0000aee0 00000024 iCall_API.obj (.text:iCall_getLocalMsgEntityId$29)
    0000af04 00000024 iCall_API.obj (.text:iCall_threadServes 29美元)
    0000af28 00000024 PINCC26XX.obj (.text:PINCC26XX_getPinCount)
    0000af4c 00000024 SensorMpu925.obj (.text:SensorMpu9250_poweroff)
    0000af70 00000024 sensortag_register.obj (.text:SensorTagRegister_update)
    0000af94 00000024 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:getTdcSemaphore)
    0000afb8 00000024 RFCC26XX_singlemode.obj (.text:hwiFxnCpe0PowerFsm$19)
    0000afdc 00000024 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_registerRTSLock__i)
    0000b000 00000024 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_removeRTSLock__i)
    0000b024 00000022 iCall.obj (.text:iCall_dispatch 26美元)
    0000b046 00000022 sensortag.obj (.text:iCall_malloc$0)
    0000b068 00000022 Util.obj (.text:iCall_malloc$14)
    0000b08a 00000022 rtsv7M3_T_le_eabi.lib:memcmp.obj (.text)
    0000b0ac 00000020 gattservapp_util.obj (.text:GATTServApp_InitCharCfg)
    0000b0cc 00000020 humidityservice.obj (.text:湿度_ getParameter)
    0000b0ec 00000020 iCall_API.obj (.text:iCall_allocMsg$29)
    0000b10c 00000020 iCall_API.obj (.text:iCall_getEntityId$29)
    0000b12c 00000020 devinfoservice.obj (.text:iCall_malloc$43)
    0000b14c 00000020 iCall.obj (.text:iCall_primService26美元)
    0000b16c 00000020 iCall.obj (.text:iCall_searchService26美元)
    0000b18c 00000020 irtempservice.obj (.text:IRTemp_getParameter)
    0000b1ac 00000020 driverlib.lib:rfc.obj (.text:NOROM_RFCDoorbellSendto)
    0000b1cc 00000020 :rfc.obj (.text:NOROM_RFCRfTrimRead)
    0000b1ec 00000020 :setup.obj (.text:NOROM_SetupGetTrimForXoscHfCtl)
    0000b20c 00000020 opticservice.obj (.text:Optic_getParameter)
    0000b22c 00000020 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_unregisterNotify)
    0000b24c 00000020 sensortag_Batt.obj (.text:SensorTagBatt_reset)
    0000b26c 00000020 RFCC26XX_singlemode.obj (.text:allocCmd 19美元)
    0000b28c 00000020 sensortag_mov.obj (.text:initCharacteristic Value$9)
    0000b2ac 00000020 rtsv7M3_T_le_eabi.lib:u_tofd_t2.obj (.text)
    0000b2cc 00000020 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock__i)
    0000b2ec 00000020 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_stop__E)
    0000b30c 00000020 :rom_SysBIOS.obj (.text:xdc_runtime_Registry_findById__E)
    0000b32c 0000001e iCall.obj (.text:iCall_primSendServiceMsg$26)
    0000b34a 0000001e PINCC26XX.obj (.text:PIN_CLOSE)
    0000b368 0000001e drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_getTransitionLatency)
    0000b386 0000001e iCall_API.obj (.text:waitMatchCS$29)
    0000b3a4 0000001c 电池服务.obj (.text:Batt_MeasLevel)
    0000b3c0 0000001c peripheral.obj (.text:GAPRole_StartDevice)
    0000b3dc 0000001c iCall_API.obj (.text:GATT_BM_alloc)
    0000b3f8 0000001c iCall_API.obj (.text:GATT_BM_FREE)
    0000b414 0000001c iCall.obj (.text:iCall_initPrim$26)
    0000b430 0000001c sensortag.obj (.text:iCall_Wait$0)
    0000b44c 0000001c peripheral.obj (.text:iCall_Wait$53)
    0000b468 0000001c driverlib.lib:osc.obj (.text:NOROM_OSCClockSourceGet)
    0000b484 0000001c :setup.obj (.text:NOROM_SetupGetTrimForAmpcompTh2)
    0000b4a0 0000001c :setup.obj (.text:NOROM_SetupGetTrimForRcOscLfRtuneCTuneTrim)
    0000b4bc 0000001c PINCC26XX.obj (.text:PINCC26XX_setIoCfgMux 18美元)
    0000b4d8 0000001c PINCC26XX.obj (.text:PIN_hwi$18)
    0000b4f4 0000001c RFCC26XX_singlemode.obj (.text:rf_runDirectCmd)
    0000b510 0000001c RFCC26XX_singlemode.obj (.text:rf_runImmediateCmd)
    0000b52c 0000001c sensortag_Batt.obj (.text:SensorTagBatt_processCharChangeEvt)
    0000b548 0000001c sensortag.obj (.text:SensorTag_callback 0)
    0000b564 0000001c sensortag.obj (.text:SensorTag_processAppMsg$0)
    0000b580 0000001c TRNGCC26XX.obj (.text:TRNGCC26XX_open)
    0000b59c 0000001c peripheral.obj (.text:gapRole_HandleParamUpdateNoSuccessions$53)
    0000b5b8 0000001c iCall_API.obj (.text:getStatusValueFromErrNo$29)
    0000b5d4 0000001c TRNGCC26XX.obj (.text:openTRNG)
    0000b5f0 0000001c ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_DynamicStub_E)
    0000b60c 0000001c :rom_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_instance_init__E)
    0000b628 0000001a iCall_API.obj (.text:GATT_Notification)
    0000b642 0000001a iCall.obj (.text:iCall_enterCSImpl)
    0000b65c 0000001a iCall.obj (.text:iCall_primSetTimerMSecs$26)
    0000b676 0000001a drivers_cc26xxware.aem3:List.oem3 (.text:List_remove)
    0000b690 0000001a Util.obj (.text:Util_dequeueMsg)
    0000b6aa 0000001a iCall_API.obj (.text:matchGattIndNottiCS$29)
    0000b6c4 0000001a ROM_SysBIOS.aem3:ROM_SysBIOS_config.obj (.text:xdc_runtime_System_snprintf___E)
    0000b6de 00000002 --hole --[填充= 0]
    0000b6e0 00000018 电池服务.obj (.text:Batt_SetParameter)
    0000b6f8 00000018 peripheral.obj (.text:GAPRole_TerminateConnection)
    0000b710 00000018 I2C.obj (.text:I2C_Params_init)
    0000b728 00000018 iCall_cc265.obj (.text:ICallPlatform_pwrDispense)
    0000b740 00000018 iCall_cc265.obj (.text:ICallPlatform_pwrRequire)
    0000b758 00000018 sensortag.obj (.text:iCall_free$0)
    0000b770 00000018 Util.obj (.text:iCall_free$14)
    0000b788 00000018 devinfoservice.obj (.text:iCall_free$43)
    0000b7a0 00000018 sensortag.obj (.text:iCall_freeMsg$0)
    0000b7b8 00000018 iCall.obj (.text:iCall_freeMsg$26)
    0000b7d0 00000018 iCall_API.obj (.text:iCall_freeMsg$29)
    0000b7e8 00000018 peripheral.obj (.text:iCall_freeMsg$53)
    0000b800 00000018 iCall.obj (.text:iCall_primMalloc$26)
    0000b818 00000018 driverlib.lib:aon_rtc.obj (.text:NOROM_AONRTCCurrentCompareValueGet)
    0000b830 00000018 :chipinfo.obj (.text:NOROM_ChipInfo_GetPackageType)
    0000b848 00000018 :osc.obj (.text:NOROM_OSCHF_TurnOnXosc)
    0000b860 00000018 :rfc.obj (.text:NOROM_RFCCpeIntGetAndClear)
    0000b878 00000018 :setup.obj (.text:NOROM_SetupGetTrimForAdcShModeEn)
    0000b890 00000018 :setup.obj (.text:NOROM_SetupGetTrimForAdcShVbufEn)
    0000b8a8 00000018 :setup.obj (.text:NOROM_SetupGetTrimForAmpcompTh1)
    0000b8c0 00000018 :setup.obj (.text:NOROM_SetupGetTrimForDblrLoopFilterResetVoltage)
    0000b8d8 00000018 :setup.obj (.text:NOROM_SetupGetTrimForRcOscLfIBiasTrim)
    0000b8f0 00000018 :setup.obj (.text:NOROM_SetupGetTrimForXoscLfRegulatorAndCwrmirrorRatio)
    0000b908 00000018 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_idleFunc)
    0000b920 00000018 RFCC26XX_singlemode.obj (.text:Q_pop$19)
    0000b938 00000018 sensortag_Batt.obj (.text:SensorTagBatt 时钟处理程序2美元)
    0000b950 00000018 sensortag.obj (.text:SensorTag_clockHandler0)
    0000b968 00000018 sensortag.obj (.text:SensorTag_updateAddertisingData)
    0000b980 00000018 UARTCC26XX.obj (.text:UARTCC26XX_init)
    0000b998 00000018 Util.obj (.text:Util_constructQueue)
    0000b9b0 00000018 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:configureRFCoreClocks)
    0000b9c8 00000018 peripheral.obj (.text:gapRole_setEvent$53)
    0000b9e0 00000018 sensortag_opt.obj (.text:initCharacteristic Value$11)
    0000b9f8 00000018 sensortag_tmp.obj (.text:initCharacteristic Value$13)
    0000ba10 00000018 sensortag_bar.obj (.text:initCharacteristic Value1)
    0000ba28 00000018 sensortag_hm.obj (.text:initCharacteristic Value6美元)
    0000ba40 00000018 rtsv7M3_T_le_eabi.lib:args_main.obj (.text)
    0000ba58 00000018 :LL_mul_t2.obj (.text)
    0000ba70 00000018 RFCC26XX_singlemode.obj (.text:swifxnFsm$19)
    0000ba88 00000018 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock__i)
    0000baa0 00000018 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Swi_or_E)
    0000Bab8 00000018 app_ble_pem3.oem3 (.text:ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E)
    0000bad0 00000016 main.obj (.text:AssertHandler)
    0000bae6 00000016 iCall.obj (.text:iCall_abort$26)
    0000bafc 00000016 iCall.obj (.text:iCall_leaveCSImpl)
    0000bb12 00000016 iCall.obj (.text:iCall_primStopTimer 26美元)
    0000bb28 00000016 BLE_USER_CONFIG.obj (.text:driverTable_fnSpinlock)
    0000bb3E 00000016 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__i)
    0000bb54 00000014 电池服务.obj (.text:电池寄存器)
    0000bb68 00000014 devinfoservice.obj (.text:DevInfo_AddService)
    0000bb7c 00000014 ioservice.obj (.text:io_getParameter)
    0000bb90 00000014 driverlib.lib:aon_rtc.obj (.text:NOROM_AONRTCCurrent64BitValueGet)
    0000bba4 00000014 :chipinfo.obj (.text:NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated)
    0000bbb8 00000014 PINCC26XX.obj (.text:PINCC26XX_getInputValue$18)
    0000bbcc 00000014 PINCC26XX.obj (.text:PINCC26XX_getOutputValue$18)
    0000bbe0 00000014 RFCC26XX_singlemode.obj (.text:rf_params_init)
    0000bbf4 00000014 SensorMpu925.obj (.text:SensorMpu9250_powerIsOn)
    0000bc08 00000014 sensortag_Batt.obj (.text:SensorTagBatt_processSensorEvent)
    0000bc1c 00000014 rtsv7M3_T_le_eabi.lib:_lock.obj (.text)
    0000bc30 00000014 :strlen.obj (.text)
    0000bc44 00000014 iCall_API.obj (.text:setICallCmdEvtHdr$29)
    0000bc58 00000014 app_ble_pem3.oem3 (.text:ti_sysbios_KNL_Clock_dotick__i)
    0000bc6c 00000012 gattservapp_util.obj (.text:GATTServApp_FindAttr)
    0000bc7e 00000012 RFCC26XX_singlemode.obj (.text:rf_getCmdOp)
    0000bc90 00000012 app_ble_pem3.oem3 (.text:xdc_runtime_Startup_exec__i)
    0000bca2 00000002 --hole --[填充= 0]
    0000bca4 00000010 RFCC26XX_singlemode.obj (.text:FsmDispatch 19美元)
    0000bcb4 00000010 iCall_API.obj (.text:GAP_EndDiscoverable)
    0000bcc4 00000010 gattservapp_util.obj (.text:GATTServApp_ReadCharCfg)
    0000bcd4 00000010 iCall_cc265.obj (.text:ICallPlatform_pwrGetXOSCStartupTime)
    0000bce4 00000010 iCall.obj (.text:iCall_primGetTickPeriod$26)
    0000bcf4 00000010 iCall.obj (.text:iCall_taskEntry$26)
    0000bd04 00000010 driverlib.lib:rfc.obj (.text:NOROM_RFCRfTrimSet)
    0000bd14 00000010 :setup.obj (.text:NOROM_SetupGetTrimForXoscHfFastStart)
    0000bd24 00000010 :setup.obj (.text:NOROM_SetupGetTrimForXoscHfIbiastherm)
    0000bd34 00000010 BLE_USER_CONFIG.obj (.text:RegisterAssertBack)
    0000bd44 00000010 Util.obj (.text:Util_isActive)
    0000bd54 00000010 I2CCC26XX.obj (.text:i2cPostNotify 17美元)
    0000bd64 00000010 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_m3/Hwi_post _ E)
    0000bd74 00000010 UARTCC26XX.obj (.text:uartPostNotify 24美元)
    0000bd84 00000010 app_ble_pem3.oem3 (.text:xdc_runtime_LoggerCallback_Object_GET_S)
    0000bd94 00000010 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_SysCallback_putch__E)
    0000bda4 00000010 :rom_SysBIOS.obj (.text:xdc_runtime_SysCallback_ready__E)
    0000bdb4 00000010 :rom_SysBIOS.obj (.text:xdc_runtime_System_vsnprintf___E)
    0000bdc4 0000000e iCall_API.obj (.text:GATT_Indication)
    0000bdd2 0000000e iCall_cc265.obj (.text:ICallPlatform_pwrGetTransitionState)
    0000bde0 0000000e iCall_cc265.obj (.text:ICallPlatform_pwrIsStableXOSCHF)
    0000bdee 0000000e iCall.obj (.text:iCall_primDisableMInt$26)
    0000bdfc 0000000e iCall.obj (.text:iCall_primEnableMInt$26)
    0000be0a 0000000e iCall.obj (.text:iCall_primFreeMsg$26)
    0000be18 0000000e iCall.obj (.text:iCall_primGetTicks$26)
    0000be26 0000000e driverlib.lib:setup.obj (.text:NOROM_SetupSignExtendVddrTrimValue)
    0000be34 0000000e :VIMS.obj (.text:NOROM_VIMSModeGet)
    0000be42 0000000e SensorI2C.obj (.text:SensorI2C_readReg)
    0000be50 0000000e rtsv7M3_T_le_eabi.lib:copy_decompress_none.obj (.text:decompress:none)
    0000be5e 0000000e iCall_API.obj (.text:matchGSARegisterServiceCS$29)
    0000be6c 0000000e iCall_API.obj (.text:matchGapLinkEstCS29美元)
    0000be7a 0000000e iCall_API.obj (.text:matchLinkDBNumConnsCS$29)
    0000be88 0000000e iCall_API.obj (.text:setDispatchCmdEvtHdr$29)
    0000be96 0000000e ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_TimestampProvider_get32__E)
    0000bea4 0000000c RFCC26XX_singlemode.obj (.text:FsmNextState_19美元)
    0000beb0 0000000c iCall_API.obj (.text:GAP_MakeDiscoverable)
    0000bebc 0000000c iCall_API.obj (.text:GAP_TerminateAuth)
    0000bec8 0000000c iCall_API.obj (.text:GAP_UpdateLinkParamReq)
    0000bed4 0000000c iCall_API.obj (.text:GAP_UpdateLinkParamReqReply)
    0000bee0 0000000c iCall_API.obj (.text:GGS_SetParameter)
    0000beec 0000000c iCall.obj (.text:iCall_clockFunc$26)
    0000bef8 0000000c iCall.obj (.text:iCall_primDisableInt$26)
    0000bf04 0000000c iCall.obj (.text:iCall_primEnableInt$26)
    0000bf10 0000000c iCall.obj (.text:iCall_primFre$26)
    0000bf1c 0000000c iCall.obj (.text:iCall_primSignal$26)
    0000bf28 0000000c driverlib.lib:cpu.obj (.text:NOROM_CPUcpsid)
    0000bf34 0000000c :cpu.obj (.text:NOROM_CPUcpsie)
    0000bf40 0000000c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_getConstraintMask)
    0000bf4c 0000000c :PowerCC26XX.oem3 (.text:Power_getDependencyCount)
    0000bf58 0000000c :PowerCC26XX.oem3 (.text:Power_getTransitionState)
    0000bf64 0000000c SensorI2C.obj (.text:SensorI2C_DESELECT)
    0000bf70 0000000c sensortag.obj (.text:SensorTag_processGATTMsg$0)
    0000bf7c 0000000c sensortag.obj (.text:SensorTag_processStackMsg$0)
    0000bf88 0000000c sensortag.obj (.text:SensorTag_testResult)
    0000bf94 0000000c UART_logs.obj (.text:UartLog_doInit)
    0000bfa0 0000000c rtsv7M3_T_le_eabi.lib:copy_zero_init.obj (.text:解压缩:Zi)
    0000bfac 0000000c iCall_API.obj (.text:matchProfileSetParamCS$29)
    0000bfb8 0000000c ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_BIOS_getThreadType__E)
    0000bfc4 0000000c :rom_sysbios_config.obj (.text:ti_sysbios_hal_hwi_params__init__S)
    0000bfd0 0000000c :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Swi_getTrigger__E)
    0000bfdc 0000000c app_ble_pem3.oem3 (.text:xdc_runtime_Startup_reset__i)
    0000bfe8 0000000c ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:XDC_Runtime_Startup_rtsDone__E)
    0000bff4 0000000a I2CCC26XX.obj (.text:I2CCC26XX_init)
    0000bffe 0000000a I2C.obj (.text:I2C_Close)
    0000c008 0000000a I2C.obj (.text:I2C_transfer)
    0000c012 0000000a iCall_cc265.obj (.text:ICallPlatform_pwrSwitchXOSCHF)
    0000c01c 0000000a iCall.obj (.text:iCall_primE2S$26)
    0000c026 0000000a drivers_cc26xxware.aem3:List.oem3 (.text:List_empty)
    0000c030 0000000a sensortag.obj (.text:SensorTag_charValueChangeCB)
    0000c03a 0000000a sensortag.obj (.text:SensorTag_stateChangeCB0)
    0000c044 0000000a UART.obj (.text:UART_WRITE)
    0000c04e 0000000a ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_disable__E)
    0000c058 0000000a :rom_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_enable__E)
    0000c062 0000000a app_ble_pem3.oem3 (.text:xdc_runtime_text_visitRope__I)
    0000c06c 00000008 RFCC26XX_singlemode.obj (.text:rf_flushCmd)
    0000c074 00000008 sensortag_io.obj (.text:ioChangeCB$7)
    0000c07c 00000008 sensortag_register.obj (.text:registerChangeCB$12)
    0000c084 00000008 sensortag_mov.obj (.text:sensorChangeCB$9)
    0000c08c 00000008 sensortag_opt.obj (.text:sensorConfigChangeCB$11)
    0000c094 00000008 sensortag_tmp.obj (.text:sensorConfigChangeCB$13)
    0000c09c 00000008 sensortag_bar.obj (.text:sensorConfigChangeCB-1)
    0000c0a4 00000008 sensortag_Batt.obj (.text:sensorConfigChangeCB-2)
    0000c0ac 00000008 sensortag_hm.obj (.text:sensorConfigChangeCB$6)
    0000c0b4 00000008 UARTCC26XX.obj (.text:writeSemCallback$24)
    0000c0bc 00000006 iCall_API.obj (.text:GGS_AddService)
    0000c0c2 00000006 I2CCC26XX.obj (.text:I2CCC26XX_control)
    0000c0c8 00000006 iCall.obj (.text:iCall_mallocImpl)
    0000c0ce 00000006 driverlib.lib:cpu.obj (.text:NOROM_CPUdelay)
    0000c0d4 00000006 PINCC26XX.obj (.text:PIN_registerIntCb)
    0000c0da 00000006 UARTCC26XX.obj (.text:UARTCC26XX_readPolling)
    0000c0e0 00000006 UARTCC26XX.obj (.text:UARTCC26XX_writePolling)
    0000c0e6 00000006 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:__XDC__init)
    0000c0ec 00000006 RFCC26XX_singlemode.obj (.text:clkInactivityFxn$19)
    0000c0f2 00000006 rtsv7M3_T_le_eabi.lib:copy_decompress_rle.obj (.text:decompress:rle24)
    0000c0f8 00000006 iCall_API.obj (.text:gattAddService29美元)
    0000c0fe 00000006 iCall_API.obj (.text:matchBondMgrSetParamCS$29)
    0000c104 00000006 iCall_API.obj (.text:matchGGSSetParamCS$29)
    0000c10a 00000006 iCall_API.obj (.text:matchGapConnParamUpdateReplyCS$29)
    0000c110 00000006 iCall_API.obj (.text:matchGapDeviceInitCS$29)
    0000c116 00000006 iCall_API.obj (.text:matchGapEndDiscoverableCS$29)
    0000c11c 00000006 iCall_API.obj (.text:matchGapGetParamCS$29)
    0000c122 00000006 iCall_API.obj (.text:matchGapMakeDiscoverableCS$29)
    0000c128 00000006 iCall_API.obj (.text:matchGapSetParamCS$29)
    0000c12e 00000006 iCall_API.obj (.text:matchGapTerminateAuthCS$29)
    0000c134 00000006 iCall_API.obj (.text:matchGapTerminateLinkReqCS29美元)
    0000c13a 00000006 iCall_API.obj (.text:matchGapUpdateAdvDataCS$29)
    0000c140 00000006 iCall_API.obj (.text:matchGapUpdateLinkParamReqCS$29)
    0000c146 00000006 iCall_API.obj (.text:matchUtilNvReadCS$29)
    0000c14c 00000006 iCall_API.obj (.text:matchUtilNvWriteCS$29)
    0000c152 00000006 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_m3/Hwi_setFunc__E)
    0000c158 00000004 tirtosport.aem3:hwip_tirtos.oem3 (.text:Hwip_disable)
    0000c15c 00000004 iCall.obj (.text:iCall_primAbort$26)
    0000c160 00000004 drivers_cc26xxware.aem3:List.oem3 (.text:List_head)
    0000c164 00000004 :List.oem3 (.text:List_next)
    0000c168 00000004 RFCC26XX_singlemode.obj (.text:Q_peek$19)
    0000c16c 00000004 sensortag.obj (.text:SensorTag_resetAllModules 0)
    0000c170 00000004 Util.obj (.text:Util_startClock)
    0000c174 00000004 Util.obj (.text:Util_stopClock)
    0000c178 00000004 peripheral.obj (.text:gapRole_SetupGAP 53美元)
    0000c17c 00000004 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:nopResourceHandler)
    0000c180 00000004 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_getCount64_E)
    0000c184 00000004 :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_isActive__E)
    0000c188 00000004 :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_setPeriod___E)
    0000c18c 00000004 :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Queue_insert__E)
    0000c190 00000004 :rom_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_defaultCreate)
    0000c194 00000004 :rom_SysBIOS.obj (.text:xdc_runtime_SysCallback_defaultReady)
    0000c198 00000004 :rom_sysbios.obj (.text:xdc_runtime_System_snprintf_va__F)
    0000c19c 00000008 (.tramp.XDC_Runtime_Core_赋 值 Params__I.1)
    0000c1a4 00000008 (.tramp.ti_sysbios_hal_hwi_hwiProxy_enableInterrupt_e.1)
    0000c1ac 00000008 (.tramp.ti_sysbios_hal_hwi_hwiProxy_disableInterrupt__e.1)
    0000c1b4 00000008 (.tramp.ti_SysBIOS_KNL_Task_enable_e.1)
    0000c1bc 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_enableFxn_e.1)
    0000c1c4 00000008 (.tramp.XDC_Runtime_Startup_startMods__I.1)
    0000c1cc 00000008 (.tramp.ti_SysBIOS_KNL_Clock_logTick__e.1)
    0000c1d4 00000008 (.tramp.ti_SysBIOS_BIOS_rtsGateProxy_leave_e.1)
    0000c1dc 00000008 (.tramp.ti_SysBIOS_KNL_Queue_construct.1)
    0000c1e4 00000008 (.tramp.ti_SysBIOS_KNL_Queue_get_e.1)
    0000c1ec 00000008 (.tramp.ti_sysbios_BIOS_rtsGateProxy_enter_e.1)
    0000c1f4 00000008 (.tramp.ti_sysbios_KNL_Queue_Put)
    0000c1fc 00000008 (.tramp.XDC_Runtime_Core_CreateObject__I.1)
    0000c204 00000008 (.tramp.ti_sysbios_KNL_Task_startup_e_e.1)
    0000c20c 00000008 (.tramp.ti_sysbios_KNL_Swi_startup__e.1)
    0000c214 00000008 (.tramp.ti_sysbios_hal_hwi_hwiProxy_startup__e.1)
    0000c21c 00000008 (.tramp.ti_SysBIOS_family_ARM_cc26xx_Timer_startup__e.1)
    0000c224 00000008 (.tramp.XDC_Runtime_System_atexit__e.1)
    0000c22c 00000008 (.tramp.ti_SysBIOS_BIOS_setThreadType__E.1)
    0000c234 00000008 (.tramp.ti_SysBIOS_BIOS_start__e.1)
    0000c23c 00000008 (.tramp.ti_sysbios_hal_hwi_create.1)
    0000c244 00000008 (.tramp.ti_SysBIOS_KNL_Task_construct.1)
    0000c24c 00000008 (.tramp.XDC_Runtime_System_exit__e.1)
    0000c254 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_create.1)
    0000c25c 00000008 (.tramp.ti_SysBIOS_KNL_Task_create.1)
    0000c264 00000008 (.tramp.ti_SysBIOS_KNL_Task_Params__init_S.1)
    0000c26c 00000008 (.tramp.ti_SysBIOS_KNL_Clock_create.1)
    0000c274 00000008 (.tramp.ti_SysBIOS_KNL_Clock_scheduleNextTick__e.1)
    0000c27c 00000008 (.tramp.ti_SysBIOS_KNL_Clock_WalkQueueDynamic__E.1)
    0000c284 00000008 (.tramp.ti_SysBIOS_KNL_Clock_TimerProxy_getCurrentTick__e.1)
    0000c28c 00000008 (.tramp.ti_SysBIOS_KNL_Queue_enqueue_e_e.1)
    0000c294 00000008 (.tramp.ti_SysBIOS_KNL_Queue_empty_e.1)
    0000c29c 00000008 (.tramp.ti_SysBIOS_KNL_Queue_remove_e_e.1)
    0000c2a4 00000008 (.tramp.ti_SysBIOS_BIOS_getCpuFreq__e.1)
    0000c2ac 00000008 (.tramp.ti_SysBIOS_KNL_Task_sleep_e.1)
    0000c2b4 00000008 (.tramp.ti_SysBIOS_KNL_Clock_析 构函数1)
    0000c2bc 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_析 构函数1)
    0000c2c4 00000008 (.tramp.ti_SysBIOS_KNL_Swi_析 构函数1)
    0000c2cc 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_析 构1)
    0000c2d4 00000008 (.tramp.ti_SysBIOS_KNL_Clock_getTicks__e.1)
    0000c2dc 00000008 (.tramp.ti_SysBIOS_KNL_Task_self_e.1)
    0000c2e4 00000008 (.tramp.XDC_Runtime_text_ropeText__e.1)
    0000c2ec 00000008 (.tramp.XDC_Runtime_System_ABortSpin__E.1)
    0000c2f4 00000008 (.tramp.ti_sysbios_KNL_Task_restore__e.1)
    0000c2fc 00000008 (.tramp.ti_SysBIOS_KNL_Swi_restore_e_e.1)
    0000c304 00000008 (.tramp.ti_SysBIOS_KNL_Swi_disable_e_e.1)
    0000c30c 00000008 (.tramp.ti_SysBIOS_KNL_Task_disable_e.1)
    0000c314 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_post__e.1)
    0000c31c 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_enableInterrupt_e.1)
    0000c324 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_disableInterrupt__e.1)
    0000c32c 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_pend__e.1)
    0000c334 00000008 (.tramp.ti_SysBIOS_KNL_Clock_construct.1)
    0000c33c 00000008 (.tramp.ti_SysBIOS_KNL_Clock_Params__init_S.1)
    0000c344 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_construct.1)
    0000c34c 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_Params__init__S.1)
    0000c354 00000008 (.tramp.ti_SysBIOS_KNL_Swi_construct.1)
    0000c35c 00000008 (.tramp.ti_SysBIOS_KNL_Swi_Params__init_S.1)
    0000c364 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_construct.1)
    0000c36c 00000008 (.tramp.ti_SysBIOS_family_ARM_m3/Hwi_Params__init_S.1)
    0000c374 00000008 (.tramp.ti_SysBIOS_KNL_Clock_start__e.1)
    0000c37c 00000008 (.tramp.ti_SysBIOS_KNL_Clock_setTimeout___e.1)
    0000c384 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_restoreFxn_e.1)
    0000c38c 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_disableFxn_e.1)
    0000c394 00000008 (.tramp.ti_SysBIOS_KNL_Swi_post _ e.1)
    
    .const 0 0000c39c 00001f30
    0000c39c 000017c0 app_ble_pem3.oem3 (.const:xdc_runtime_text_charTab__a)
    0000DB5c 000000cc iCall.obj (.const)
    0000dc28 0000004c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.const:resourceDB)
    0000dc74 0000004c BLE_USER_CONFIG.obj (.const:rfDriverTable)
    0000dcc0 00000048 app_ble_pem3.oem3 (.const:.string)
    0000dd08 00000040 barometerservice.obj (.const:.string)
    0000dd48 00000040 humidityservice.obj (.const:.string)
    0000dd88 00000040 irtempservice.obj (.const:.string)
    0000ddc8 00000040 movementservice.obj (.const:.string)
    0000de08 00000040 opticservice.obj (.const:.string)
    0000de48 00000040 registerservice.obj (.const:.string)
    0000de88 00000040 UARTCC26XX.obj (.const)
    0000dec8 0000003c sensortag.obj (.const)
    0000df04 00000034 app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Module_Fxns__C)
    0000df38 00000030 ioservice.obj (.const:.string)
    0000df68 00000030 Board.obj (.const:BoardGpioInitTable)
    0000df98 0000002c GATT_uid.obj (.const)
    0000dfc4 00000028 UARTCC26XX.obj (.const:UARTCC26XX_fxnTable)
    0000dfec 00000028 app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__A)
    0000e014 00000027 BLE_USER_CONFIG.obj (.const:txPowerTable)
    0000e03b 00000001 --hole --[填充= 0]
    0000e03c 00000024 UART.obj (.const:UART_defaultParams)
    0000e060 00000020 I2CCC26XX.obj (.const)
    0000e080 00000020 app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Object_DESC_C)
    0000e0a0 0000001c app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Object__Params__C)
    0000e0bc 00000018 Board.obj (.const:I2C_CONFIG)
    0000e0d4 00000018 Board.obj (.const:UART_CONFIG)
    0000e0ec 00000018 Board.obj (.const:i2cCC26xxHWAttrs)
    0000e104 00000018 Board.obj (.const:uartCC26XXHWAttrs)
    0000e11c 00000014 devinfoservice.obj (.const:.string)
    0000e130 00000014 RFCC26XX_singlemode.obj (.const)
    0000e144 00000014 barometerservice.obj (.const)
    0000e158 00000014 电池服务.obj (.const)
    0000e16c 00000014 BLE_USER_CONFIG.obj (.const)
    0000e180 00000014 devinfoservice.obj (.const)
    0000e194 00000014 humidityservice.obj (.const)
    0000e1a8 00000014 ioservice.obj (.const)
    0000e1bc 00000014 irtempservice.obj (.const)
    0000e1d0 00000014 movementservice.obj (.const)
    0000e1e4 00000014 opticservice.obj (.const)
    0000e1f8 00000014 registerservice.obj (.const)
    0000e20c 00000014 app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__A)
    0000e220 00000010 I2C.obj (.const)
    0000e230 00000010 Board.obj (.const:PowerCC26XX_config)
    0000e240 00000010 Board.obj (.const:TRNGCC26XX_CONFIG)
    0000e250 00000010 app_ble_pem3.oem3 (.const:xdc_runtime_text_nodeTab__A)
    0000e260 0000000c app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__A)
    0000e26c 00000008 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_idle_funclist__a)
    0000e274 00000004 电池服务.obj (.const:.string)
    0000e278 00000004 Board.obj (.const:TRNGCC26XXHWAttrs)
    0000e27c 00000004 iCall_cc265.obj (.const)
    0000e280 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_kcl_Clock_tickPeriod___C)
    0000e284 00000004 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Clock_triggerClock___C)
    0000e288 00000004 APP_BLE_Pem3.oem3 (.const:XDC_RATILoger_Interface_base__C)
    0000e28c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Log_L_info__C)
    0000e290 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Log_L_warning__C)
    0000e294 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Object_count_C)
    0000e298 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_createInstFxn__C)
    0000e29c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_outputFxn__C)
    0000e2a0 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_loggerFxn2__C)
    0000e2a4 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_loggerFxn4__C)
    0000e2a8 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_loggerFxn8__C)
    0000e2ac 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_loggerObj__C)
    0000e2b0 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_putchFxn__C)
    0000e2b4 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_readyFxn__C)
    0000e2b8 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_System_extendFxn__C)
    0000e2bc 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_nodeTab__C)
    0000e2c0 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_visitRopeFxn__C)
    0000e2c4 00000002 SensorI2C.obj (.const)
    0000e2c6 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_logger Defined__C)
    0000e2c8 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_text_registryModsLastId__C)
    0000e2ca 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_text_unnamedModsLastId__C)
    
    .cinit 0 0000e2d0 00000a88
    0000e2d0 000008fb (.cinit、.data.load)[加载映像、压缩= rle]
    0000ebcb 00000005 --hole --[填充= 0]
    0000ebd0 0000002d (.cinit。.data:ti_sysbios_family_arm_m3_Hwi_Module_state___V.load)[加载映像、压缩= RLE]
    0000ebfd 00000003 --hole --[填充= 0]
    0000ec00 0000002c (.cinit。.data:ti_SysBIOS_KNL_Task_Module_state__V.load)[加载映像、压缩= RLE]
    0000ec2c 00000004 --hole --[填充= 0]
    0000ec30 00000021 (.cinit。.data:ti_SysBIOS_KNL_Clock_Module_state__V.load)[加载映像、压缩= RLE]
    0000ec51 00000007 --hole --[填充= 0]
    0000ec58 0000001f (.cinit。.data:ti_sysbios_BIOS_Module_state__V.load)[加载映像、压缩= rle]
    0000ec77 00000001 --hole --[填充= 0]
    0000ec78 00000011 (.cinit。.data:ti_SysBIOS_KNL_Swi_Module_state___V.load)[加载映像、压缩= RLE]
    0000ec89 00000007 --hole --[填充= 0]
    0000ec90 0000000d (.cinit。.data:ti_sysbios_family_arm_cc26xx_Timer_Module_state__V.load)[加载映像、压缩= rle]
    0000ec9d 00000003 --hole --[填充= 0]
    0000eca0 0000000c (__TI_handler_table)
    0000ecac 00000004 --hole --[填充= 0]
    0000ecb0 0000000a (.cinit。.data:xdc_runtime_Memory_Module_state__V.load)[加载映像、压缩= rle]
    0000ecba 00000006 --hole --[填充= 0]
    0000ecc0 00000009 (.cinit。.data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_state_V.load)[加载映像、压缩= RLE]
    0000ecc9 00000007 --hole --[填充= 0]
    0000ecd0 00000009 (.cinit。.data:xdc_runtime_Startup_Module_state__V.load)[加载映像、压缩= RLE]
    0000ecd9 00000007 --hole --[填充= 0]
    0000ece0 00000009 (.cinit。.data:xdc_runtime_System_Module_state__V.load)[加载映像、压缩= RLE]
    0000ece9 00000007 --hole --[填充= 0]
    0000ecf0 00000008 (.cinit、.bss.load)[加载映像、压缩= zero_init]
    0000ecf8 00000060 (__TI_cinit_table)
    
    .init_array
    * 0 00000000 00000000 未初始化
    
    的.ccfg 0 0001ffa8 00000058
    0001ffa8 00000058 ccfg_app_ble.obj (.ccfg:retain)
    
    .vecs 0 20000000 000000c8 NoLoad 部分
    20000000 000000c8. app_ble_pem3.oem3 (.vecs)
    
    .data:ti_sysbios_KNL_Task_Module_state___V
    * 0 20000100 00000044 未初始化
    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 未初始化
    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 未初始化
    20000178 0000002c. app_ble_pem3.oem3 (.data:ti_sysbios_KNL_Clock_Module_state___V)
    
    .data:ti_sysbios_BIOS_Module_state__V
    * 0 200001a4 00000024 未初始化
    200001a4 00000024 app_ble_pem3.oem3 (.data:ti_sysbios_BIOS_Module_state___V)
    
    .data:ti_sysbios_KNL_Swi_Module_state__V
    * 0 200001c8 0000001c 未初始化
    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 未初始化
    200001e4 00000008 app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_Timer_Module_state_state__V)
    
    .data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_state__state_V
    * 0 200001ec 00000004 未初始化
    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 未初始化
    200001f0 00000008 app_ble_pem3.oem3 (.data:xdc_runtime_Startup_Module_state____V)
    
    .data:xdc_runtime_System_Module_state__V
    * 0 200001f8 00000008 未初始化
    200001f8 00000008 app_ble_pem3.oem3 (.data:xdc_runtime_System_Module_state___V)
    
    .data:xdc_runtime_Memory_Module_state__V
    * 0 20000200 00000004 未初始化
    20000200 00000004 app_ble_pem3.oem3 (.data:xdc_runtime_Memory_Module_state__V)
    
    .data 0 20000208 00002351 未初始化
    20000208 000005b8. UART_logs.obj (.data)
    200007c0 000003b4. sensortag.obj (.data)
    20000b74 0000031c peripheral.obj (.data)
    20000e90 000002b4. sensortag_bar.obj (.data)
    20001144 000002b4 sensortag_hm.obj (.data)
    200013f8 000002b4 sensortag_tmp.obj (.data)
    200016ac 00000004 I2C.obj (.data)
    200016b0 00000230 RFCC26XX_singlemode.obj (.data)
    200018e0 000001e0 devinfoservice.obj (.data)
    20001ac0 00000110 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.data:PowerCC26XX_MODULE)
    20001bd0 0000010c iCall.obj (.data)
    20001cdc 000000e8 app_ble_pem3.oem3 (.data)
    20001dc4 000000a4 movementservice.obj (.data)
    20001e68 00000098 barometerservice.obj (.data)
    20001f00 00000094 humidityservice.obj (.data)
    20001f94 00000094 irtempservice.obj (.data)
    20002028 00000094 registerservice.obj (.data)
    200020bc 00000090 opticservice.obj (.data)
    2000214c 00000084 电池服务.obj (.data)
    200021d0 00000060 ioservice.obj (.data)
    20002230 00000050 BLE_USER_CONFIG.obj (.data:rfRegTbl)
    20002280 0000004c sensortag_mov.obj (.data)
    200022cc 0000004c app_ble_pem3.oem3 (.data:ti_sysbios_KNL_Task_Object__table__V)
    20002318 00000048 app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_Timer_Object__table_V)
    20002360 00000038 app_ble_pem3.oem3 (.data:ti_sysbios_gates_GateMutex_Object__table__V)
    20002398 00000034 SensorMpu925.obj (.data)
    200023cc 00000030 sensortag_register.obj (.data)
    200023fc 00000030 app_ble_pem3.oem3 (.data:ti_sysbios_KNL_Swi_Module_State_0_readyQ__A)
    2000242c 00000030 app_ble_pem3.oem3 (.data:ti_sysbios_KNL_Swi_Object__table__V)
    2000245c 00000030 APP_BLE_Pem3.oem3 (.data:ti_SysBIOS_KNL_Task_Module_State_0_readyQ_A)
    2000248c 00000030 main.obj (.data:user0Cfg)
    200024bc 0000002c sensortag_keys.obj (.data)
    200024e8 0000002c sensortag_opt.obj (.data)
    20002514 0000000c iCall_API.obj (.data)
    20002520 00000008 iCall_cc265.obj (.data)
    20002528 00000008 rtsv7M3_T_le_eabi.lib:_lock.obj (.data)
    20002530 00000008 :exit.obj (.data)
    20002538 00000008 sensortag_io.obj (.data)
    20002540 00000008 app_ble_pem3.oem3 (.data:xdc_runtime_Registry_Module_state__state__V)
    20002548 00000004 UART.obj (.data)
    2000254c 00000004 BLE_USER_CONFIG.obj (.data)
    20002550 00000004 rtsv7M3_T_le_eabi.lib:stkdept_vars.obj (.data)
    20002554 00000004 sensortag_d蜂 鸣器.obj (.data)
    20002558 00000001 TRNGCC26XX.obj (.data)
    
    .bss 0 20002560 00000cfb 未初始化
    20002560 00000680 app_ble_pem3.oem3 (.bss:ti_sysbios_bpins_HeapMem_instance_State_0_buf__a)
    20002be0 00000200 app_ble_pem3.oem3 (.bss:taskStackSection)
    20002de0 00000114 Board.obj (.bss:uartCC26XX 对象)
    20002ef4 00000110 PINCC26XX.obj (.bss)
    20003004 000000e0 Board.obj (.bss:i2cCC26xx 对象)
    200030e4 000000c8 app_ble_pem3.oem3 (.bss:ti_sysbios_family_arm_m3_Hwi_d调度 表)
    200031ac 00000050 SensorI2C.obj (.bss)
    200031fc 00000028 sensortag_Batt.obj (.bss)
    20003224 00000014 driverlib.lib:osc.obj (.bss:oscHfGlobals)
    20003238 00000008 SensorTmp007.obj (.bss)
    20003240 00000008 driverlib.lib:sys_ctrl.obj (.bss:powerGlobQualals)
    20003248 00000004 (.common:buf$36)
    2000324c 00000004 (.common:dispatchInUs 19美元)
    20003250 00000004 (.common:trngCC26XX 对象)
    20003254 00000001 (.common:bRestart$19)
    20003255 00000001 (.common:driverlib_release_0_46593)
    20003256 00000001 (.common:interface$33)
    20003257 00000001 (.common:mpuDataRdy$9)
    20003258 00000001 (.common:slaveAddr$33)
    20003259 00000001 (.common:uartRxPowerConstraint 24美元)
    2000325a 00000001 (.common:uartTxPowerConstraint$24)
    
    .vtable 0 2000325b 00000000 未初始化
    
    的.vtable_ram
    * 0 2000325b 00000000 未初始化
    
    VTABLE _RAM
    * 0 2000325b 00000000 未初始化
    
    .sysmem 0 2000325b 00000000 未初始化
    
    的.nonretenvar
    * 0 2000325b 00000000 未初始化
    
    的.stack 0 20004028 00000400 未初始化
    20004028 00000400 --hole --
    
    .bootVecs
    * 0 00000000 00000008 DSECT
    00000000 00000008 boot.aem3:boot.oem3 (.bootVecs)
    
    XDC.meta 0 00000000 0000011e 复制部分
    00000000 0000011e app_ble_pem3.oem3 (XDC.meta)
    
    
    链接器生成的复制表
    
    __TI_cinit_table @ 0000ecf8记录:12,大小/记录:8,表大小:96
    .data:load addr=0000e2d0,load size=000008fb 字节,run addr=20000208,run size_bytes=0000_rfb,r=0000_data_load_bytes=0000_state_bytes=100_r_bytes=100_rfb
    ,rf_bytes=0000_bytes=0000_r_bytes=0000_r_r_bytes=0000_r_r_bytes=0000_r_r_bytes=100_r_r_bytes=0000_bytes=0000_r_r_bytes
    load addr=0000ec00、load size=0000002c 字节、运行 addr=20000100、运行 size=00000044字节、compression=rle
    .data:ti_001bios_clock_module_state___v:load addr=0000ec30、load size=00000021字节、运行 addr=20000178、run size=0000r_data_state_bytes=000024_load_bytes=r_sbytes=000024_bytes=rbytes=r_sbytes=0000000000bytes_
    、sys_times=r_sbes_load_bytes=0000000000bytes_bes=r_sbytes=r_sbytes=0000000000bytes_bes=r_sbytes=r_sbes_bytes=0000000000bytes=r_sbytes=r_sbes_bytes=r_sbes=100bytes_bytes=0000ec_sbes=100bytes=r_sbes_bes=r_sbes=100bes_
    
    load addr=0000ec90、load size=0000000d 个字节、run addr=200001e4、run size=00000008个字节、compression=rle
    .data:xdc_runtime_Memory_Module_state____V:load addr=0000ecb0、load s=0000000a bytes、run addr=00000004
    、run_state_state_bytes=0000000r_bytes=0000000r_bytes=r.000r.000r.000r_bytes=0000000r_bytes=0000000r.000r.000r_bytes、run_states=0000000r.r.000r_bytes=0000000r_bytes=0000000r.r.000r.r.000r.000r_bytes=100r_bytes=100r.r_bytes=r.000r.000r_bytes=100r.000r.000r.r.000r_bytes=100r.000r.000r.r.
    
    load addr=0000ece0、load size=00000009个字节、run addr=200001f8、run size=00000008个字节、compression=RLE
    .bss:load addr=0000ecf0、load size=00000008个字节、run addr=20002560、run size=00000cfb 字节、compression=zero_init.bss:load adr=0000ecf0、load s=00000008个字节、press
    
    
    handler
    
    @:
    
    _ decor_index:_ incher_at_index:24:t_dece4:tine_dor_d_index:_ influe_index:t_index:t_at_4:t_at_index:_ inch handler:tl 处理程序:t_
    __TI_zero_init
    
    
    far 调用 trampoline
    
    被调用方名称 trampoline 名称
    被调用方 addr tramp addr 调用 addr 调用 addr 调用信息--------------------------------------------------------
    ------ ------ --------
    xdc_runtime_Core_赋 值 Params__i $Tramp$TT$L$PI$XDC_runtime_Core_赋 值 Params__i
    1001c5F1 0000c19c 0000bfc8 rom_SysBIOS.aem3:rom_SysBIOS_config.obj (.text:ti_SysBIOS_hal_Hwi_Params__init_S)
    ti_SysBIOS_hal_Hwi_Hwi_HwiProxy_enableInterrupt_E $Tramp$L$PI$ti_BIOS_100wi_enable_Hwi_Hwi_Hwi_enableProxeInterrupt_E $285$
    0000c1a4. 0000bf08 iCall.obj (.text:iCall_primEnableInt$26)
    ti_SysBIOS_hal_Hwi_hwiProxy_disableInterrupt__E $Tramp$TT$L$PI$ti_SYSBIOS_hal_Hwi_HwiProxy_DisableInterrupt__E
    1001c281 0000c1ac 0000befc iCall.obj (.text:iCall_primDisableInt$26)
    ti_SysBIOS_KNL_Task_enable_E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Task_enable_E
    1001c243 0000c1b4. 0000be02 iCall.obj (.text:iCall_primEnableMInt$26)
    ti_SysBIOS_family_ARM_m3/Hwi_enableFxn_E $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_M3_Hwi_enableFxn_E
    1001c155 0000c1bc. 0000bdfe iCall.obj (.text:iCall_primEnableMInt$26)
    XDC_Runtime_Startup_startMods__I $Tramp$TT$L$PI$XDC_Runtime_Startup_startMods__I
    1001c30d 0000c1c4. 0000bc9a app_ble_pem3.oem3 (.text:xdc_runtime_Startup_exec__i)
    ti_sysBIOS_KNL_Clock_logTick__E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Clock_logTick__E
    1001be67 0000c1cc 0000bc5a app_ble_pem3.oem3 (.text:ti_sysbios_KNL_Clock_dotick_i)
    ti_sysbios_BIOS_rtsGateProxy_leave_E $Tramp$TT$L$PI$ti_SYSBIOS_BIOS_rtsGateProxy_leave_E
    1001c24d 0000c1d4 0000ba96 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock___i)
    ti_sysbios_KNL_Queue_con构$Tramp$TT$L$PI$ti_SysBIOS_KNL_Queue_con构
    1001b8f5 0000c1dc 0000b9a2 util.obj (.text:Util_constructQueue)
    ti_SysBIOS_KNL_Queue_get_E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Queue_get_E
    1001bf11 0000c1e4 0000b694 util.obj (.text:Util_dequeueMsg)
    ti_sysBIOS_BIOS_rtsGateProxy_enter_E $Tramp$TT$L$PI$ti_SYSBIOS_BIOS_rtsGateProxy_enter_E
    1001c249 0000c1ec 0000b2d2 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock___i)
    ti_sysbios_KNL_Queue_pet_E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Queue_Pout_E
    1001bf2d 0000c1f4 0000aaf0 util.obj (.text:Util_enqueueMsg)
    XDC_Runtime_Core_CreateObject__I $Tramp$TT$L$PI$XDC_Runtime_Core_CreateObject__I
    1001c405 0000c1fc 0000a604 app_ble_pem3.oem3 (.text:xdc_runtime_LoggerCallback_Object_create_S)
    ti_sysbios_KNL_Task_startup_E $Tramp$TT$L$PI$ti_SysBIOS_Task_startup_E
    1001c309 0000c204 0000a584 app_ble_pem3.oem3 (.text:ti_sysbios_bios_startFunc__i)
    ti_sysbios_KNL_Swi_startup__E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Swi_startup_E
    1001c23d 0000c20c 0000a580 app_ble_pem3.oem3 (.text:ti_sysbios_bios_startFunc__i)
    ti_sysbios_hal_hwi_hwi_hwiProxy_startup__E $Tramp$L$PI$ti_sysbios_hal_hwi_hwiProxy_startup_E
    1001c28d 0000c214 0000a57c 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_E
    1001b795 0000c21c 0000a578 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__i)
    xdc_runtime_System_atexit__E $Tramp$TT$L$PI$XDC_runtime_System_atexit__E
    1001c681 0000c224 0000a570 app_ble_pem3.oem3 (.text:ti_sysbios_bios_startFunc__i)
    ti_sysbios_bios_setThreadType__E $Tramp$TT$L$PI$ti_SYSBIOS_BIOS_setThreadType__E
    1001c045 0000c22c 0000a53c app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__i)
    0000bb48 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__i)
    ti_sysbios_BIOS_start__E $Tramp$TT$L$PI$ti_SYSBIOS_BIOS_start_E
    1001c055 0000c234 0000a21e main.obj (.text:main)
    ti_sysbios_hal_hwi_create $Tramp$TT$L$PI$ti_sysbios_hal_hwi_create
    1001ab79 0000c23c 00009ea4 iCall.obj (.text:iCall_primRegisterISR$26)
    00009ed8 iCall.obj (.text:iCall_primRegisterISR_Ext$26)
    ti_SysBIOS_KNL_Task_con构$Tramp$TT$L$PI$ti_SysBIOS_KNL_Task_con构
    1001b125 0000c244 00009582 peripheral.obj (.text:GAPRole_createTask)
    00009a14 sensortag.obj (.text:SensorTag_createTask)
    XDC_runtime_System_exit_E $Tramp$TT$L$PI$XDC_runtime_System_exit_E
    1001c7d1 0000c24c 00009364 boot.aem3:boot.oem3 (.text)
    0000bb4e app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__i)
    ti_sysbios_kb_semaphore_create $Tramp$TT$L$PI$ti_SysBIOS_KNL_semaphore_create
    1001b5ad 0000c254 00008c34 iCall.obj (.text:iCall_newtask$26)
    ti_SysBIOS_KNL_Task_create $Tramp$TT$L$PI$ti_SysBIOS_KNL_Task_create
    1001ae19 0000c25c 00007232 iCall.obj (.text:iCall_createRemoteTasks)
    000094fa iCall.obj (.text:iCall_primCreateTask$26)
    ti_SysBIOS_KNL_Task_Params__init_S $Tramp$TT$L$PI$ti_SysBIOS_KNL_Task_Params__init_S
    1001c1d9 0000c264 00007216 iCall.obj (.text:iCall_createRemoteTasks)
    000094e4 iCall.obj (.text:iCall_primCreateTask$26)
    00009562 peripheral.obj (.text:GAPRole_createTask)
    000099f6 sensortag.obj (.text:SensorTag_createTask)
    ti_SYSBIOS_KNL_Clock_create $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_create
    1001b3ed 0000c26c 00006e9e iCall.obj (.text:iCall_primSetTimer$26)
    ti_SysBIOS_KNL_Clock_scheduleNextTick__E $Tramp$TT$L$PI$ti_SysBIOS_Clock_scheduleNextTick__E
    1001bebd 0000c274 0000657e ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_workFuncDynamic__E)
    ti_SysBIOS_KNL_Clock_WalkQueuueDynamic__E $Tramp$TT$L$PI$ti_SYSBIOS_Clock_ROUTE_QueuedDynamic
    0000c27c 00006546 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_workFuncDynamic__E)
    00006562 :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_workFuncDynamic__E)
    ti_SysBIOS_Clock_TimerProxy_getCurrentTick__E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Clock_TimerProxy_getCurrentT95_E 1001Currentick
    0000c284 00006514 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_workFuncDynamic__E)
    0000aa0e :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_getTicksUntilInterrupt__E)
    ti_SysBIOS_KNL_Queue_enqueue_E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Queue_enqueue_E
    1001c1b5 0000c28c 000062f0 rom_SysBIOS.aem3:rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    0000c18c :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Queue_insert__E)
    ti_SysBIOS_KNL_Queue_e_E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Queue_empty_E
    1001c113 0000c294 000062d8 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    0000671c sensortag.obj (.text:SensorTag_taskFxn$0)
    ti_SysBIOS_KNL_Queue_remove_E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Queue_remove _E
    1001c121 0000c29c 000062d2 rom_SysBIOS.aem3:rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri_E)
    ti_SysBIOS_BIOS_getCpuFreq__E $Tramp$TT$L$PI$ti_SYSBIOS_BIOS_getCpuFreq_E
    1001bff9 0000c2a4. 00005eda UARTCC26XX.obj (.text:UARTCC26XX_initHw$24)
    00008fa8 I2CCC26XX.obj (.text:I2CCC26XX_initHw$17)
    ti_SYSBIOS_KNL_Task_sleep_E $Tramp$TT$L$PI$ti_SYSBIS_KNL_Task_sleep_E
    1001a96d 0000c2ac 00005c94 sensortag_mov.obj (.text:SensorTag574_processCharChangeEvt)
    00007130 SensorMpu925.obj (.text:sensorMagInit$34)
    000079ea SensorMpu925.obj (.text:SensorMpu9250_reset)
    000081a4 SensorMpu925.obj (.text:SensorMpu9250_test)
    00009314 sensortag_io.obj (.text:SensorTagIO_blinkLed)
    00009324 sensortag_io.obj (.text:SensorTagIO_blinkLed)
    00009434 SensorMpu925.obj (.text:sensorMpu9250SetBypass 34美元)
    0000a4ba SensorMpu925.obj (.text:SensorMpu9250_powerOn)
    ti_sysBIOS_KNL_Clock_析 构$Tramp$TT$L$PI$ti_SysBIOS_KNL_Clock_析 构
    1001c2b9 0000c2b4. 00004f26 UARTCC26XX.obj (.text:UARTCC26XX_Close)
    ti_SYSBIOS_KNL_Semaphore_析 构$Tramp$TT$L$PI$ti_SYSBIS_KNL_Semaphore_析 构
    函数1001c2e1 0000c2bc. 00004f12 UARTCC26XX.obj (.text:UARTCC26XX_Close)
    00004f1e UARTCC26XX.obj (.text:UARTCC26XX_Close)
    000050b8 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    000050c4 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    ti_SysBIOS_KNL_Swi_析 构$Tramp$TT$L$PI$ti_SysBIOS_KNL_Swi_析 构
    1001c2e9 0000c2c4. 00004f06 UARTCC26XX.obj (.text:UARTCC26XX_Close)
    000050b0 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    ti_sysbios_family_arm_m3/hwi_析 构$Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_析 构
    1001c261 0000c2cc 00004efe UARTCC26XX.obj (.text:UARTCC26XX_Close)
    000050a8 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    ti_SysBIOS_KNL_Clock_getTicks__E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Clock_getTicks__E
    1001b6d9 0000c2d4 00004aa0 iCall.obj (.text:iCall_primWaitMatch 26美元)
    00004b0a iCall.obj (.text:iCall_primWaitMatch 26美元)
    00001c iCall.obj (.text:iCall_primGetTicks$26)
    ti_SysBIOS_KNL_Task_self_E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Task_self_E
    1001c1e5 0000c2dc 00004a56 iCall.obj (.text:iCall_primWaitMatch 26美元)
    00007e2c iCall.obj (.text:iCall_primEnroll$26)
    0000807c iCall.obj (.text:iCall_primThreadServes 26美元)
    00008808 iCall.obj (.text:iCall_primWait$26)
    0000894c iCall.obj (.text:iCall_primRegisterApp$26)
    00008c60 iCall.obj (.text:iCall_primGetEntityId$26)
    00009e54 iCall.obj (.text:iCall_primFetchMsg 26美元)
    XDC_RUNTIME_TEXT_ROPEText_E $Tramp$TT$L$PI$XDC_RUNTIME_TEXT_ROPEText_E
    1001c7e9 0000c2e4 00003de2 uart_logs.obj (.text:uartLog_doPrint60美元)
    00008f24 rom_SysBIOS.aem3:rom_SysBIOS.obj (.text:xdc_runtime_text_visitRope2__i)
    00008f32 :rom_sysbios.obj (.text:xdc_runtime_text_visitRope2__i)
    xdc_runtime_System_abortSpin_E $Tramp$TT$L$PI$XDC_Runtime_System_abortSpin__E
    1001c899 0000c2ec 00003892 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
    00007eaa :PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_RCOSC_clockFunc)
    ti_SYSBIOS_KNL_Task_RESTORE_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Task_RESTORE_E
    1001ba49 0000c2f4. 00002508 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_sleep)
    0000631e ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    00007256 iCall.obj (.text:iCall_createRemoteTasks)
    0000bb0c iCall.obj (.text:iCall_leaveCSImpl)
    ti_SysBIOS_KNL_Swi_restore_E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Swi_RESTORE_E
    1001b5e1 0000c2fc 000024fe drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_sleep)
    0000376e RFCC26XX_singlemode.obj (.text:abortCmd$19)
    00007010 RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    0000703c RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    00007058 RFCC26XX_Singlemode.obj (.text:rf_pendCmd)
    ti_sysBIOS_KNL_Swi_disable__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Swi_disable_E
    1001c0d5 0000c304 0000235a drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_sleep)
    0000374c RFCC26XX_singlemode.obj (.text:abortCmd$19)
    00006ffe RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    0000a532 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__i)
    ti_sysbios_KNL_Task_disable_E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Task_disable_E
    1001c0f5 0000c30c 00002342 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_sleep)
    00006298 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    00007200 iCall.obj (.text:iCall_createRemoteTasks)
    0000a536 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__i)
    0000b644 iCall.obj (.text:iCall_enterCSImpl)
    0000bdf0 iCall.obj (.text:iCall_primDisableMInt$26)
    ti_SysBIOS_KNL_Semaphore_post__E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Semaphore_post_E
    1001ac41 0000c314 00001dcc I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00004b28 iCall.obj (.text:iCall_primWaitMatch 26美元)
    000055c0 sensortag_keys.obj (.text:SensorTagKeys_processKeyLeft)
    00005688 sensortag_keys.obj (.text:SensorTagKeys_processKeyRight)
    000064ee PINCC26XX.obj (.text:PIN_OPEN)
    0000682a I2CCC26XX.obj (.text:I2CCC26XX_blockingCallback$17)
    00006d1a UARTCC26XX.obj (.text:readSemCallback$24)
    00007532 iCall.obj (.text:iCall_primSend$26)
    00007a38 RFCC26XX_singlemode.obj (.text:fsmPowerDownState_19美元)
    00008b20 RFCC26XX_singlemode.obj (.text:syncd$19)
    0000a0b0 sensortag_keys.obj (.text:SensorTagKeys_processRelay)
    0000aaf8 util.obj (.text:Util_enqueueMsg)
    0000b942 sensortag_Batt.obj (.text:SensorTagBatt 时钟处理程序2美元)
    0000b95e sensortag.obj (.text:SensorTag_clockHandler0)
    0000b9d6 peripheral.obj (.text:gapRole_setEvent$53)
    0000bf20 iCall.obj (.text:iCall_primSignal$26)
    0000bf68 SensorI2C.obj (.text:SensorI2C_DESELECT)
    0000c0b8 UARTCC26XX.obj (.text:writeSemCallback$24)
    ti_SYSBIOS_family_ARM_m3/Hwi_enableInterrupt__E $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_enableInterrupt__E
    1001b2dd 0000c31c 00001c96 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    0000578a RFCC26XX_Singlemode.obj (.text:fsmPowerUpState$19)
    ti_sysBIOS_family_arm_m3/Hwi_DisableInterrupt_E $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_M3_Hwi_DisableInterrupt__E
    1001b299 0000c324 00001c86 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    ti_SYSBIOS_KNL_Semaphore_pend_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Semaphore_pend_E
    1001a0cd 0000c32c. 00001c80 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001cfa I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001f14 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001f80 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00002dbe UARTCC26XX.obj (.text:UARTCC26XX_read)
    00004ab4 iCall.obj (.text:iCall_primWaitMatch 26美元)
    0000647c PINCC26XX.obj (.text:PIN_OPEN)
    00007048 RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    000076e8 UARTCC26XX.obj (.text:writeTxFifoFlush 24美元)
    000077a0 SensorI2C.obj (.text:SensorI2C_select)
    00008848 iCall.obj (.text:iCall_primWait$26)
    ti_SysBIOS_KNL_Clock_con构$Tramp$TT$L$PI$ti_SysBIOS_KNL_Clock_con构
    1001b579 0000c334 00001adc UARTCC26XX.obj (.text:UARTCC26XX_open)
    0000427e drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_init)
    0000428c :PowerCC26XX.oem3 (.text:Power_init)
    0000429a :PowerCC26XX.oem3 (.text:Power_init)
    00004bdc RFCC26XX_singlemode.obj (.text:rf_init$19)
    00005c34 RFCC26XX_singlemode.obj (.text:rf_open)
    00007984 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
    00008d80 util.obj (.text:Util_constructClock)
    ti_SysBIOS_KNL_Clock_Params__init_S $Tramp$TT$L$PI$ti_SysBIOS_KNL_Clock_Params__init_S
    1001c185 0000c33c 00001ac4 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00004266 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_init)
    00005c24 RFCC26XX_singlemode.obj (.text:rf_open)
    00006e8a iCall.obj (.text:iCall_primSetTimer$26)
    0000796c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
    00008d56 util.obj (.text:Util_constructClock)
    ti_SysBIOS_KNL_Semaphore_con构$Tramp$TT$L$PI$ti_SysBIOS_KNL_Semaphore_con构
    1001b709 0000c344 00001aa0 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001ab4 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00002a0a I2CCC26XX.obj (.text:I2CCC26XX_open)
    00002a1a I2CCC26XX.obj (.text:I2CCC26XX_open)
    0000352c PINCC26XX.obj (.text:PIN_init)
    00005c18 RFCC26XX_singlemode.obj (.text:rf_open)
    0000862e SensorI2C.obj (.text:SensorI2C_open)
    ti_SYSBIOS_KNL_Semaphore_Params__init_S $Tramp$TT$L$PI$ti_SYSBI_KNL_Semaphore_Params__init_S
    1001c1c1 0000c34c 00001a8a UARTCC26XX.obj (.text:UARTCC26XX_open)
    000029fa I2CCC26XX.obj (.text:I2CCC26XX_open)
    00003518 PINCC26XX.obj (.text:PIN_init)
    00005c08 RFCC26XX_singlemode.obj (.text:rf_open)
    0000861a SensorI2C.obj (.text:SensorI2C_open)
    ti_SYSBIOS_KNL_Swi_con构$Tramp$TT$L$PI$ti_SysBIOS_KNL_Swi_con构
    1001b085 0000c354 00001a7e UARTCC26XX.obj (.text:UARTCC26XX_open)
    000029ee I2CCC26XX.obj (.text:I2CCC26XX_open)
    000035c2 PINCC26XX.obj (.text:PIN_init)
    00004b68 RFCC26XX_singlemode.obj (.text:rf_init$19)
    00004baa RFCC26XX_singlemode.obj (.text:rf_init$19)
    ti_sysBIOS_KNL_Swi_Params__init_S $Tramp$TT$L$PI$ti_SYSBIOS_KNMS_PARAMS_INIT_S
    1001c1cd 0000c35c 00001a68 UARTCC26XX.obj (.text:UARTCC26XX_open)
    000029da I2CCC26XX.obj (.text:I2CCC26XX_open)
    000035b0 PINCC26XX.obj (.text:PIN_init)
    00004b54 RFCC26XX_singlemode.obj (.text:rf_init$19)
    00004b9a RFCC26XX_Singlemode.obj (.text:rf_init$19)
    ti_sysbios_family_arm_m3/hwi_con构$Tramp$TT$L$PI$ti_con构 BIOS_family_arm_m3/Hwi_Sys1001af29
    0000c364 00001a5c UARTCC26XX.obj (.text:UARTCC26XX_open)
    000029ce I2CCC26XX.obj (.text:I2CCC26XX_open)
    000035a4 PINCC26XX.obj (.text:PIN_init)
    00004b8e RFCC26XX_singlemode.obj (.text:rf_init$19)
    00004bce RFCC26XX_singlemode.obj (.text:rf_init$19)
    00007994 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
    ti_sysBIOS_family_arm_m3_Hwi_Params__init_S $Tramp$TT$L$PI$ti_SYSBIOS_family_arm_m3_Hwi_Params_13d_C131_
    0000c36c 00001a44 UARTCC26XX.obj (.text:UARTCC26XX_open)
    000029b6 I2CCC26XX.obj (.text:I2CCC26XX_open)
    0000358e PINCC26XX.obj (.text:PIN_init)
    00004b74 RFCC26XX_singlemode.obj (.text:rf_init$19)
    00004bb6 RFCC26XX_Singlemode.obj (.text:rf_init$19)
    ti_sysBIOS_KNL_Clock_start__E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Clock_start_E
    1001bfe3 0000c374 00001598 RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    00003910 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
    00003a40 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    00004318 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_init)
    00005e0c power_cc26xx_tirtos.aem3:PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
    0000695a drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
    00006a12 UARTCC26XX.obj (.text:writeFinishedDoCallback$24)
    00006ee2 iCall.obj (.text:iCall_primSetTimer$26)
    00007328 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
    0000827a RFCC26XX_Singlemode.obj (.text:decActiveClientCnt$19)
    000086a8 util.obj (.text:Util_elesteduleClock)
    000086f2 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:configureXOSCHF)
    00008738 RFCC26XX_singlemode.obj (.text:fsmXOSCState_19美元)
    00008efa UARTCC26XX.obj (.text:startTxFifoEmptyClk$24)
    00009c90 util.obj (.text:Util_restartClock)
    0000b2fe rom_SysBIOS.aem3:rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_stop__E)
    0000c170 util.obj (.text:Util_startClock)
    ti_SysBIOS_KNL_Clock_setTimeout___E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Clock_setTimeout__E
    1001c2c1 0000c37c 00001590 RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    00003a38 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    00004312 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_init)
    00005e06 power_cc26xx_tirtos.aem3:PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
    00006954 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
    00006a0c UARTCC26XX.obj (.text:writeFinishedDoCallback$24)
    00006edc iCall.obj (.text:iCall_primSetTimer$26)
    00007322 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
    00008274 RFCC26XX_Singlemode.obj (.text:decActiveClientCnt$19)
    0000868e util.obj (.text:Util_elestuleClock)
    000086ec drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:configureXOSCHF)
    00008732 RFCC26XX_singlemode.obj (.text:fsmXOSCState_19美元)
    00008ef4 UARTCC26XX.obj (.text:startTxFifoEmptyClk$24)
    00009c8a util.obj (.text:Util_restartClock)
    ti_SysBIOS_family_ARM_m3/Hwi_restoreFxn_E $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_restoreFxn_E
    1001c219 0000c384 0000155a RFCC26XX_singlemode.obj (.text:fsmActiveState$19)
    000015ce RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    0000196c UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001a34 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001b2a UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001c5a I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001c6c I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001ec4 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001e0 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001f3e UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001fb4 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001ffc UARTCC26XX.obj (.text:UARTCC26XX_write)
    00002978 I2CCC26XX.obj (.text:I2CCC26XX_open)
    00002986 I2CCC26XX.obj (.text:I2CCC26XX_open)
    00002d78 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002d94 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002de8 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002e3a UARTCC26XX.obj (.text:UARTCC26XX_read)
    00003680 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    000036a8 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    000036dc RFCC26XX_singlemode.obj (.text:abortCmd$19)
    00003760 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    00003790 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    000039e8 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    00003a1a RFCC26XX_singlemode.obj (.text:rf_postCmd)
    00003a86 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    0000436e UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    00004378 UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    000043ba UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    0000487e UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    000048ac UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    00004902 UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    00004f32 UARTCC26XX.obj (.text:UARTCC26XX_Close)
    0000506a drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseDependency)
    000050d8 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    0000520a drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_setDependency)
    00005248 UARTCC26XX.obj (.text:UARTCC26XX_swiIntFxn)
    00005b16 RFCC26XX_singlemode.obj (.text:swifxnHw$19)
    00005b34 RFCC26XX_singlemode.obj (.text:swifxnHw$19)
    00005bc0 RFCC26XX_singlemode.obj (.text:rf_open)
    00005bce RFCC26XX_singlemode.obj (.text:rf_open)
    00005fdc PINCC26XX.obj (.text:PINCC26XX_setIoCfg$18)
    00006982 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
    000069ce UARTCC26XX.obj (.text:writeFinishedDoCallback$24)
    00006bb8 I2CCC26XX.obj (.text:I2CCC26XX_cancel)
    00006f5a TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
    000071ec uart_logs.obj (.text:uartLog_outputFxn)
    00007ce6 UART_LOS.obj (.text:uartLog_flush)
    00007efa RFCC26XX_singlemode.obj (.text:rf_getCurrentTime)
    00007f02 RFCC26XX_singlemode.obj (.text:rf_getCurrentTime)
    00008280 RFCC26XX_singlemode.obj (.text:decActiveClientCnt$19)
    0000852e drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
    0000859a UARTCC26XX.obj (.text:UARTCC26XX_control)
    000087f6 RFCC26XX_singlemode.obj (.text:ratChanFre$19)
    00008aca RFCC26XX_singlemode.obj (.text:rf_getinfo)
    000095f4 RFCC26XX_Singlemode.obj (.text:rf_getRssi)
    00009a40 RFCC26XX_singlemode.obj (.text:postDirImmCmd$19)
    00009a54 RFCC26XX_singlemode.obj (.text:postDirImmCmd$19)
    00009be6 PINCC26XX.obj (.text:PIN_setOutputEnable)
    00009fe0 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
    0000a01c RFCC26XX_singlemode.obj (.text:Q_push$19)
    0000a464 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseConstraint)
    0000a494 :PowerCC26XX.oem3 (.text:Power_setConstraint)
    0000ac8a :PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
    0000ad76 TRNGCC26XX.obj (.text:TRNGCC26XX_init)
    0000ae6c drivers_cc26xxware.aem3:List.oem3 (.text:List_Put)
    0000b240 :PowerCC26XX.oem3 (.text:Power_unregisterNotify)
    0000b58e TRNGCC26XX.obj (.text:TRNGCC26XX_open)
    0000b930 RFCC26XX_singlemode.obj (.text:Q_pop$19)
    0000bb04 iCall.obj (.text:iCall_leaveCSImpl)
    ti_SysBIOS_family_ARM_m3/Hwi_disableFxn__E $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/HW_disableFxn_E
    1001c149 0000c38c 00001534 RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    000015ba RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    00001950 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001a2e UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001c46 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001e9c UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001ec8 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001f2a UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001fa0 UARTCC26XX.obj (.text:UARTCC26XX_write)
    0000296c I2CCC26XX.obj (.text:I2CCC26XX_open)
    00002d58 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002d7c UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002dd4 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00003620 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    00003944 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    000039fc RFCC26XX_singlemode.obj (.text:rf_postCmd)
    0000435e UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    000043a4 UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    0000486e UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    00004896 UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    00004f2a UARTCC26XX.obj (.text:UARTCC26XX_Close)
    00004fb6 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseDependency)
    000050d0 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    0000515a drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_setDependency)
    0000522e UARTCC26XX.obj (.text:UARTCC26XX_swiIntFxn)
    00005ac6 RFCC26XX_singlemode.obj (.text:swifxnHw$19)
    00005bb8 RFCC26XX_singlemode.obj (.text:rf_open)
    00005fbc PINCC26XX.obj (.text:PINCC26XX_setIoCfg$18)
    0000690c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
    000069b6 UARTCC26XX.obj (.text:writeFinishedDoCallback$24)
    00006b50 I2CCC26XX.obj (.text:I2CCC26XX_cancel)
    00006ef6 TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
    0000717e UART_LOS.obj (.text:uartLog_outputFxn)
    00007cae UART_LOS.obj (.text:uartLog_flush)
    00007eea RFCC26XX_singlemode.obj (.text:rf_getCurrentTime)
    00008238 RFCC26XX_singlemode.obj (.text:decActiveClientCnt$19)
    0000851a drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
    0000857e UARTCC26XX.obj (.text:UARTCC26XX_control)
    000087b4 RFCC26XX_singlemode.obj (.text:ratChanFre$19)
    00008a8e RFCC26XX_singlemode.obj (.text:rf_getinfo)
    000095e4 RFCC26XX_Singlemode.obj (.text:rf_getRssi)
    00009a28 RFCC26XX_singlemode.obj (.text:postDirImmCmd 19美元)
    00009bd4 PINCC26XX.obj (.text:PIN_setOutputEnable)
    00009fbe drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
    00009ffe RFCC26XX_singlemode.obj (.text:Q_push$19)
    0000a006 RFCC26XX_singlemode.obj (.text:Q_push$19)
    0000a444 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseConstraint)
    0000a474 :PowerCC26XX.oem3 (.text:Power_setConstraint)
    0000ac6e :PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
    0000ad5e TRNGCC26XX.obj (.text:TRNGCC26XX_init)
    0000b230 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_unregisterNotify)
    0000b582 TRNGCC26XX.obj (.text:TRNGCC26XX_open)
    0000b64e iCall.obj (.text:iCall_enterCSImpl)
    0000b924 RFCC26XX_singlemode.obj (.text:Q_pop$19)
    0000bdf4 iCall.obj (.text:iCall_primDisableMInt$26)
    0000c158 tirtosport.aem3:hwip_tirtos.oem3 (.text:Hwip_disable)
    ti_sysBIOS_KNL_Swi_post_E $Tramp$TT$L$PI$ti_SysBIOS_KNL_Swi_post_E
    1001b321 0000c394 00000638 I2CCC26XX.obj (.text:I2CCC26XX_hwiFxn$17)
    00000a02 I2CCC26XX.obj (.text:I2CCC26XX_hwiFxn$17)
    00001dc6 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    000031b6 I2CCC26XX.obj (.text:I2CCC26XX_swifxn$17)
    00003ca8 UARTCC26XX.obj (.text:UARTCC26XX_hwiIntFxn)
    0000Bab4 ROM_SYSBIOS.aem3:ROM_SYSBIOS.obj (.text:ti_SYSBIOS_KNL_Swi_OR_E)
    0000bc62 app_ble_pem3.oem3 (.text:ti_sysbios_KNL_Clock_dotick_i)
    
    [64 trampolines]
    [341 trampoline 调用]
    
    
    全局符号:按名称
    
    地址名称的字母顺序排序
    ---- ----
    10014c00 a1_rw
    10019ffe A2_RW
    10019ffc A3_RW
    20004f2c A4_rw
    20004f7c ACCX
    20004f80 ACCY
    20004f84 ACCZ
    10015229 ATOMICPATTERNS
    10016c29 AddRoundKeySubBytes_SW
    10018a19 AesCM_authEncrypt 软件
    10018a35 Aescm_decrittAuth 软件
    10018b09 AesCM_getNumBlocks_SW
    10018ac5 AES_Decrype_SW
    10018a99 AES_encrypt_SW
    0000bad1 AssertHandler
    0000ae75 Barometer_getParameter
    000085b9 Barometer_SetParameter
    0000ab55 BAT_AddService
    0000b3a5 Batt 测量电压
    0000bb55 BAT_Register
    0000b6e1 BAT_SetParameter
    0000df68 BoardGpioInitTable
    000093c1 C$$EXIT
    20004f2c common_RAM_base_ADDR
    10014c01 common_rom_base_ADDR
    10015a6d 副本
    00000501 DefaultAssertBack
    0000bb69 DevInfo_AddService
    00006a29 DevInfo_SetParameter
    10017959 ecc_allocworkzone
    10017961 ECC_setWin
    10017969 ECDSA_SIGN
    10017b01 ECDSA_verif
    10015a11 EXPORTOPERAND
    20004f78 EXPW
    20004f6c EXPX
    20004f70 Expy
    20004f74 EXPZ
    10016f58 FFMult2.
    10017058 FFMult3.
    10016d05 FFMULT_SW
    10018d6c Fill1.
    00009b15 GAPBondMgr_LinkEst
    0000ae99 GAPBondMgr_LinkTerm
    0000a795 GAPBondMgr_Register
    00009db5 GAPBondMgr_SetParameter
    00004119 GAPRole_GetParameter
    00009515 GAPRole_SendUpdateParam
    000020e5 GAPRole_SetParameter
    0000b3c1 GAPRole_StartDevice
    0000b6f9 GAPRole_TerminateConnection
    00009555 GAPRole_createTask
    00008859 GAP_DeviceInit
    0000bcb5 GAP_EndDiscoverable
    00009755 GAP_GetParamValue
    0000beb1 GAP_MakeDiscoverable
    00009de9 GAP_SetParamValue
    0000bebd GAP_TerminateAuth
    00009229 GAP_TerminateLinkReq
    000088a9 GAP_UpdateAddisingData
    0000bec9 GAP_UpdateLinkParamReq
    0000bed5 GAP_UpdateLinkParamReqReply
    00000481 GATTServApp_AddService
    0000bc6d GATTServApp_FindAttr
    0000b0ad GATTServApp_InitCharCfg
    00008f55 GATTServApp_ProcessCCCWriteReq
    00006599 GATTServApp_ProcessCharCfg
    0000bcc5 GATTServApp_ReadCharCfg
    00009791 GATTServApp_RegisterService
    0000ab7d GATTServApp_WriteCharCfg
    0000bdc5 GATT_Indication
    0000b629 GATT_Notification
    0000b3dd GATT_BM_alloc
    0000b3f9 GATT_BM_FREE
    10015141 GETBIT
    10015155 GETDIGIT
    100151a5 GETDIGITL2R
    0000c0bd GGS_AddService
    0000bee1 GGS_SetParameter
    20001bf4 HEAPMGR_SIZE
    0000b0cd 湿度_getParameter
    000088f9湿度_设置参数表
    0000c159 Hwip_disable
    UNDEFED Hwip_restore
    00006b41 I2CCC26XX_CANCEL
    00005085 I2CCC26XX_CLOSE
    0000c0c3 I2CCC26XX_control
    0000e060 I2CCC26XX_fxnTable
    0000bff5 I2CCC26XX_init
    0000295d I2CCC26XX_OPEN
    00001c25 I2CCC26XX_transfer
    0000b711 I2C_Params_init
    0000bfff I2C_Close
    0000e0bc I2C_CONFIG
    0000e220 I2C_defaultParams
    00009b4d I2C_init
    0000aebd I2C_open
    0000c009 I2C_transfer
    000097cd ICallPlatform_pwrConfigACAction
    0000b729 ICallPlatform_pwrDispense
    0000bdd3 ICallPlatform_pwrGetTransitionState
    0000bcd5 ICallPlatform_pwrGetXOSCStartupTime
    0000bde1 ICallPlatform_pwrIsStableXOSCHF
    00008bc5 ICallPlatform_pwrRegisterNotify
    0000b741 ICallPlatform_pwrRequire
    0000c013 ICallPlatform_pwrSwitchXOSCHF
    00007461 ICallPlatform_pwrUpdActivityCounter
    000071f9 iCall_createRemoteTasks
    20001bd0 iCall_dischivel
    0000b643 iCall_enterCImpl
    20001bd8 iCall_enterCriticalSection
    0000a7c1 iCall_freeImpl
    0000a7c1 iCall_heapFree
    00007869 iCall_heapInit
    00006de9 iCall_heapMalloc
    0000aba5 iCall_init
    0000bafd iCall_leaveCSImpl
    20001bdc iCall_leaveCriticalSection
    0000c0c9 iCall_mallocImpl
    00009eed iCall_searchServiceEntity
    10015a35 IMPORTDATA
    100159a9 IMPORTLENGTH
    100159ad IMPORTMODULUS
    100159d1 IMPORTOPERAND
    1001568d 反转
    0000b18d IRTemp_getParameter
    00008999 IRTemp_SetParameter
    10016da1 InvAddRoundKey_SW
    10016ed5 InvMixColumns_SW
    10016dc9 InvRoundKey_SW
    10017264 InvSbox
    10016ea1 InvShiftRows_SW
    10016e8d InvSubBytes_SW
    0000bb7d IO_getParameter
    00009f21 IO_SetParameter
    100154f5 JACADD
    20004fe8 LEN
    100158ac LUTC
    100158DC LUTINCI
    100158f4 LUTJ
    1001588c LUTOPCODE
    10015894 LUTOPSIN
    100158c4 LUTSE
    1001596c LUTSTATE
    0000c027 List_empty
    0000c161 List_head
    0000c165 List_next
    0000ae4d List_Put
    0000b677 List_remove
    10018825 MB_ClearInts
    100187f5 MB_DisableInts
    10018835 MB_EnableHWInts
    10018799 MB_EnableInts
    10018945 MB_FwDebugDump
    10018755 MB_Init
    10018935 MB_ReadMailboxStatus
    1001893d MB_RegisterIsrBack
    10018865 MB_SendCommand
    100188a5 MB_SendCommandSynch
    20004fe4 MOD
    20004fd8 MSBMOD
    10016c79 MixColumns_SW
    0000a381 Movement_getParameter
    00008459 Movement_SetParameter
    10018b9c NIST_Curve_P256_GX
    10018bc0 NIST_Curve_P256_Gy
    10018b54 NIST_Curve_P256_A
    10018b78 NIST_Curve_P256_b
    10018b0c NIST_Curve_P256_p
    10018b30 NIST_Curve_P256_r
    0000ac45 NOROM_AONBatMonTemperatureGetDegC
    0000bb91 NOROM_AONRTCCurrent64BitValueGet
    0000b819 NOROM_AONRTCCurrentCompareValueGet
    0000bf29 NOROM_CPUcpsid
    0000bf35 NOROM_CPUcpsie
    0000c0cf NOROM_CPUdelay
    00008fe9 NOROM_ChipInfo_GetChipFamily
    00007719 NOROM_ChipInfo_GetHwRevision
    0000b831 NOROM_ChipInfo_GetPackageType
    00009595 NOROM_DDI16BitfieldRead
    00009031 NOROM_DDI16BitfieldWrite
    0000a8c9 NOROM_DDI32RegWrite
    0000b469 NOROM_OSCClockSourceGet
    00008ca9 NOROM_OSCClockSourceSet
    000080c5 NOROM_OSCHF_AttempToSwitchToXosc
    00006ab5 NOROM_OSCHF_GetStartupTime
    00009f55 NOROM_OSCHF_SwitchToRcOscTurnOffXosc
    0000b849 NOROM_OSCHF_TurnOnXosc
    00009809 NOROM_OSC_HPOSCRelativeOffsetGet
    00006467 NOROM_RFCAdi3VcoLdoVoltageMode
    0000b861 NOROM_RFCCpeIntGetAndClear
    0000b1ad NOROM_RFCDoorSendto
    000073e7 NOROM_RFCRTrim
    0000b1cd NOROM_RFCRfTrimRead
    0000bd05 NOROM_RFCRfTrimSet
    00009845 NOROM_RFCSynthPowerDown
    000073e9 NOROM_SetupAfterColdResetWakeupFromShutDownCfg1
    00004d11 NOROM_SetupAfterColdResetWakeupFromShutDownCfg2
    00003ec1 NOROM_SetupAfterColdResetWakeupFromShutDownCfg3.
    0000b879 NOROM_SetupGetTrimForAdcShModeEn
    0000b891 NOROM_SetupGetTrimForAdcShVbufEn
    000078d5 NOROM_SetupGetTrimForAmpcompCtrl
    0000b8a9 NOROM_SetupGetTrimForAmpcompTh1.
    0000b485 NOROM_SetupGetTrimForAmpcompTh2.
    00007bc9 NOROM_SetupGetTrimForAnabypassValue1
    0000b8c1 NOROM_SetupGetTrimForDblrLoopFilterResetVoltage
    0000a8f5 NOROM_SetupGetTrimForRadcExtCfg
    0000b8d9 NOROM_SetupGetTrimForRcOscLfIBiasTrim
    0000b4a1 NOROM_SetupGetTrimForRcOscLfRtuneCTuneTrim
    0000b1ed NOROM_SetupGetTrimForXoscHfCtl
    0000bd15 NOROM_SetupGetTrimForXoscHfFastStart
    0000bd25 NOROM_SetupGetTrimForXoscHfIbiastherm
    0000b8F1 NOROM_SetupGetTrimForXoscLfRegulatorAndCwrmirrorRatio
    0000a3b1 NOROM_SetupAonRtcSubSecInc
    000089e9 NOROM_SetupSetCacheModeAccordingToCcfgSeting
    0000be27 NOROM_SetupSignExtendVddrTrimValue
    0000614d NOROM_SetupTrimDevice
    00008121 NOROM_SysCtrlAdjustRechargeAfterPowerDown
    00002759 NOROM_SysCtrlSetRechargeBeforePowerDown
    00007c31 NOROM_SYSCTRL_DCDC_VoltageConditionalControl
    00009f89 NOROM_TRNGConfigure
    0000bba5 NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIf 紫色
    0000be35 NOROM_VIMSModeGet
    0000b20d Opt_getParameter
    00008a39 Opt_SetParameter
    10014c04 p1_ro
    10019ffe P1_RO_2
    20004f40 P2_RW
    20004f40 P2_s0
    20004f2 P2_zi
    0000af29 PINCC26XX_getPinCount
    0000a921 PINCC26XX_setMux
    20002f88 PIN_HandleTable
    20002ef4 PIN_NumPins
    0000b34b PIN_CLOSE
    0000bbb9 PIN_getInputValue
    0000bbcd PIN_getOutputValue
    00003465 PIN_INIT
    00006469 PIN_OPEN
    0000c0d5 PIN_registerIntCb
    000084b1 PIN_REMOVE
    0000a94d PIN_setConfig
    0000a3e1 PIN_setInterrupt
    00009bd PIN_setOutputEnable
    0000a411 PIN_setOutputValue
    00007e89 PowerCC26XX_RCOSC_clockFunc
    00007549 PowerCC26XX_auxISR
    00007941 PowerCC26XX_CALIBRATE
    0000e230 PowerCC26XX_CONFIG
    000037b5 PowerCC26XX_doCalibrate
    00006ab5 PowerCC26XX_getXoscStartupTime
    00008509 PowerCC26XX_initiateCalibration
    00009fbd PowerCC26XX_isStableXOSC_HF
    20001ac0 PowerCC26XX_MODULE
    00005dc9 PowerCC26XX_standbyPolicy
    0000ac6d PowerCC26XX_switchXOSC_HF
    0000bf41 Power_getConstraintMask
    0000bf4d Power_getDependencyCount
    0000b369 Power_getTransitionLatency
    0000bf59 Power_getTransitionState
    0000b909 Power_idleFunc
    00004239 Power_init
    0000ac95 Power_registerNotify
    0000a441 Power_releaseConstraint
    00004fb1 Power_releaseDependency
    0000a471 Power_setConstraint
    00005155 Power_setDependency
    00002321 Power_sleep
    0000b22d Power_unregisterNotify
    10017158 RCon
    10018415 RFHAL_AddTxDataEntry
    100184f9 RFHAL_AllocDataEntry
    100184a9 RFHAL_AllocDataEntryQueue
    10018315 RFHAL_AllocRatChan
    100185e1 RFHAL_BuildDataEntryRingBuffer
    10018669 RFHAL_BuildLinkedIn 缓冲器
    10018551 RFHAL_BuildRingBuffer
    10018549 RFHAL_FreeDataEntry
    100184c5 RFHAL_FreeDataEntryQueue
    10018485 RFHAL_FreeNextTxDataEntry
    1001833d RFHAL_FreeRatChan
    100184cd RFHAL_GetNextDataEntry
    100184d1 RFHAL_GetTempDataEntry
    100183b9 RFHAL_InitDataQueue
    100182ad RFHAL_InitRfHal
    10018369 RFHAL_MapRatChansToInt
    100184d5 RFHAL_NextDataEntryDone
    100183c5 RFHAL_QueueRFDataEntry
    10018391 RFHAL_RegisterRatChanCallback
    0000bbe1 RF_PARAMS_INIT
    0000360d RF_CancelCmd
    0000c06d RF_FLushCmd
    0000bc7f rf_getCmdOp
    00007e9 RF_getCurrentTime
    00008a89 RF_getinfo
    000095d5 rf_getRssi
    00005b89 RF_OPEN
    00006ff9 RF_PendCmd
    00003939 RF_postCmd
    00009881 RF_runCmd
    0000b4f5 RF_runDirectCmd
    0000b511 RF_runImmediateCmd
    0000bd35 RegisterAssertBack
    0000a025 Register_getParameter
    000098BD Register_SetParameter
    00009339 ResetISR
    10016b79 RoundKey_SW
    10015101 SAVEPOINT
    20004f68 SCAL
    100150e5 SCALARMUL
    10014层 SCALARMUL_CORE
    10015019 SCALARMUL_FINAL
    10014c05 SCALARMUL_INIT
    10015a51 SETOPERAND
    10015a91 SETWORD
    10018089 SHA256_final
    10018129 SHA256_FULL
    10017ffd SHA256_init
    10017ef1 SHA256_nextState
    10018019 SHA256_Process
    10017e75 SHA256_ROUND
    10017f49 SHA256_saveBuffer
    10017e39 SHA256_updateW
    UNDEFED SHT$$INIT_RAGE$$Base
    UNDEFED SHT$$INIT_ARRAGE$$LIMIT
    10015821 SQUAREMULTIPLYWORD
    10017895 SSP_CCM_Auth 加密软件
    10017365 SSP_CCM_Auth 软件
    1001767d SSP_CCM_Decrype_SW
    100174fd SSP_CCM_Encrypt_SW
    100178f5 SSP_CCM_InvAuth 解密_SW
    10017839 SSP_CCM_InvAuth 软件
    10017771 SSP_CTR_Decrype_SW
    100175ed SSP_CTR_Encrypt_SW
    0000acbd SafeHapiVoid
    10017164 SBOX
    10015215可选稳压器
    0000ace5 SensorBmp280_enable
    0000bf65 SensorI2C_DESELECT
    0000860d SensorI2C_open
    0000be43 SensorI2C_readReg
    00007789 SensorI2C_SELECT
    00009bf5 SensorI2C_WRITE
    000098f9 SensorI2C_writeRead
    0000a979 SensorI2C_writeReg
    00009935 SensorMpu9250_accReadRange
    000092b1 SensorMpu9250_accSetRange
    0000a059 SensorMpu9250_enable
    0000bbf5 SensorMpu9250_powerIsOn
    0000af4d SensorMpu9250_poweroff
    0000a4a1 SensorMpu9250_powerOn
    000079ad SensorMpu9250_reset
    0000817d SensorMpu9250_test
    0000a737 SensorOpt3001_ENABLE
    00008b29 SensorOpt3001_test
    00002549 SensorS5852A_READ
    00006bc9 SensorTagBar_processCharChangeEvt
    0000a9a5 SensorTagBatt_init
    0000b52d SensorTagBatt 处理器 ChangeEvt
    0000bc09 SensorTagBatt 处理器 SensorEvent
    0000b24d SensorTagBatt 复位
    0000AD0d SensorTagBuzzer_Close
    00009971 SensorTagBuzzer_open
    000099ad SensorTagBuzzer_setFrequency
    00007275 SensorTagHum_processCharChangeEvt
    000092f5 SensorTagIO_BLinkLed
    000060a5 SensorTagIO_processCharChangeEvt
    0000555d SensorTagKeys_processKeyLeft
    00005625 SensorTagKeys_processKeyRight
    0000a08d SensorTagKeys_processRelay
    00005c49 SensorTag352_processCharChangeEvt
    0000662d SensorTagOpt_processCharChangeEvt
    00006c51 SensorTagRegister_processCharChangeEvt
    0000af71 SensorTagRegister_update
    00007079 SensorTagTmp_processCharChangeEvt
    0000c031 SensorTag_charValueChangeCB
    000099e9 SensorTag_createTask
    0000bf89 SensorTag_testResult
    0000b969 SensorTag_updateAddisingData
    00009615 SensorTmp007_enable
    10016c45 ShiftRows_SW
    20004f88 TMP1
    20004f8c TMP2
    20004f90 TMP3
    20004f94 TMP4
    20004f98 TMP5
    20004f9c TMP6
    0000e278 TRNGCC26XXHWAttrs
    0000e240 TRNGCC26XX_CONFIG
    00006ef1 TRNGCC26XX_getNumber
    0000ad5d TRNGCC26XX_INIT
    0000aaab TRNGCC26XX_isParamValid
    0000b581 TRNGCC26XX_OPEN
    00004ed5 UARTCC26XX_CLOSE
    00008561 UARTCC26XX_CONTROL
    0000dfc4 UARTCC26XX_fxn 表
    00003c0d UARTCC26XX_hwiIntFxn
    0000b981 UARTCC26XX_init
    0000193d UARTCC26XX_OPEN
    00002d45 UARTCC26XX_READ
    00004865 UARTCC26XX_readCancel
    0000c0db UARTCC26XX_readPolling
    00005225 UARTCC26XX_swiIntFxn
    00001e89 UARTCC26XX_WRITE
    00004355 UARTCC26XX_writeCancel
    0000c0e1 UARTCC26XX_writePolling
    0000e0d4 UART_CONFIG
    0000e03c UART_defaultParams
    00009c2d UART_init
    0000a4d1 UART_open
    0000c045 UART_WRITE
    0000bf95 UartLog_doInit
    00008d41 Util_constructClock
    0000b999 Util_constructQueue
    0000b691 Util_dequeueMsg
    0000aad5 Util_enqueueMsg
    0000bd45 Util_isActive
    00008661 Util_elassignuleClock
    00009c65 Util_restartClock
    0000c171 Util_startClock
    0000c175 Util_stopClock
    10015a85零
    00000000 _ASM__
    00000098 __ISA__
    000000aa _PLAT__
    20004428 __STACK_END
    00000400 __STACK_SIZE
    20004428 __STACK_TOP
    000000d1 __TAGR__
    0000ecf8 __TI_CINIT_Base
    0000ed58 __TI_CINIT_LIMIT
    0000eca0 __TI_Handler_Table_Base
    0000ecac __TI_Handler_Table_Limit
    000061F1 __TI_auto_init
    20002530 __TI_clean_ptr
    0000be51 __TI_decompress_none
    0000c0f3 _TI_decompress_rle24
    20002534 __TI_dptors _ptr
    0000e2d0 __TI_STATUS_BASE__
    0000bfa1 __TI_zero_init
    000000f6 __TRDR__
    00009199 __aeabi_d2iz
    00004671 __aeabi_dmul
    00007bc7 _aeabi_idiv0
    0000ba59 __aeabi_lmul
    0000736d __aeabi_memclr
    0000736d __aeabi_memclr4.
    0000736d __aeabi_memclr8.
    00006331 __aeabi_memcpy
    00006331 __aeabi_memcpy4.
    00006331 __aeabi_memcpy8.
    0000736f __aeabi_memset
    0000736f _aeabi_memset4
    0000736f __aeabi_memset8.
    0000b2ad __aeabi_ui2d
    00009655__aeabi_uidiv
    00009655__aeabi_uidivmod
    00002b51 __aeabi_uldivmod
    FFFFFFFF __binIT__
    FFFFFFFF __c_args__
    0001ffa8 _ccfg
    10019ffe __CHECKSUM_CommonROM
    10014c00 __CHECKSUM_BEGIN_CommonROM
    10019ffd __CHECKSUM_END_CommonROM
    0000e0ea __CHECKSUM_VALUE CommonROM
    10018ced __exit
    20004028 __stack
    0000c0e7 __XDC__init
    20001dc0 __xdc__init__addr
    0000ba41 _args_main
    00009339 _c_int00
    20002528 _lock
    0000bc1d _nop
    0000bc25 _register_lock
    0000bc1f _register_unlock
    2000252c _unlock
    000093c5中止
    2000254c appAssertBack
    0000dfb4 appearanceUUID
    20004fdc aux64
    0000e160电池
    0000ebatt276 LevelUUID
    0000e274战斗服务器 UUID
    FFFFFFFF 二进制文件
    0000dfb0 charAggratUUID
    0000dfaa charExtPropsUUID
    0000df9e charFormatUUID
    0000dfansceCharUserDescUUID
    0000dfcharacter9a UUID
    0000df9c clientCharCfgUUID
    00008e71 copy_in
    0000e12c devInfo11073CertUUID
    0000e188 devInfoCB
    0000e124 devInfoFirmwareUUID
    0000e126 devInfoHardwareUUID
    0000e12a devInfoMfrNameUUID
    0000e120 devInfoModelNumberUUID
    0000e12e devInfoPnpIdUUID
    0000e122 devInfoSerialNumberUUID
    0000e11c devInfoServUUID
    0000e128 devInfoSoftwareRevUUID
    0000e11e devInfoSystemIdUUID
    0000dfb2 deviceNameUUID
    0000bb29 driverTable_fnSpinlock
    20003255 driverlib_release_0_46593
    10017dbd eccRom_genKeys
    10017分式 eccRom_genSharedSecret
    20004fa0 eccRom_param_gx
    20004fa4 eccRom_param_Gy
    20004f50 eccRom_param_a
    20004fa8 eccRom_param_b
    20004f48 eccRom_param_p
    20004f4c eccRom_param_r
    20004f40 eccRom_windowSize
    20004f44 eccRom_Workzone
    000093cd 退出
    0000dfc0 extReportRefUUID
    20004fcc fwInfoCmd
    200007c0 gapProfileState
    20000c88 gapRoleTask
    20000cd8 gapRoleTaskStack
    0000b9c9 gapRole_clockHandler
    0000dfa2 gapServiceUUID
    0000dfa4 gattServiceUUID
    200007cc hGpioPin
    20004028 heapEnd
    2000325b heapStart
    0000e0ec i2cCC26xxHWAttrs
    20003004 i2cCC26xx 对象
    20004f58 inPointX
    20004f5c inPointY
    20004f54解剖刀
    0000dfa8 includeUUID
    0000e1b0 iCBs
    0000df58 ioConfUUID
    0000df48 ioDataUUID
    0000df38 ioServUUID
    20002514 lastAppOptodeSent
    20000b74 linkDBNumConns
    00009d0d linkDB_NumConns
    10016551 madd
    10015bd5 mINVK
    10015f81 MMULT
    10016749输出电流
    10015a9d mSET
    1001664d mSUB
    0000a1f5 main
    20002550 main_func_sp
    10018949 mbCmdAckIsr.
    1001895d mbCpe0Isr.
    10018985 mbCpe1等
    100189e5高速高速
    0000b08b memcmp
    00006331 memcpy
    00007375内存集
    0000b5d5 openTRNG
    0000a0c1 osal_SNV_read
    0000a0f5 osal_SNV_write
    20004f60 outPointX
    20004f64 outPointY
    20004ffc pSspAesEncrypt_SW
    0000dfba ConnperiParamUUID
    0000dfb6 periPrivacyFLAG1 UUID
    20002518 pfnBMAllloc
    2000251c pfnBMFree
    200007e8引脚 GpioState
    0000df98 primaryServiceUUID
    20004fanratchanInfo
    0000dfb8 reconnectAddrUUID
    0000dfa0 reportRefUUID
    0000dc28资源数据库
    0000dc74 rfDriverTable
    20002230 rfRegTbl
    0000dfa6 secondaryServiceUUID
    200007c1 self EntityMain
    200007c8 SEM
    0000dfae servCharCfgUUID
    0000dfbc serviceChangedUUID
    10016d29 sspAesDecrypt_SW
    10016af5 sspAesEncryptBasic_SW
    10016a99 sspAesEncryptKeyExp_SW
    10016979 sspAesEncrype_SW
    10016985 sspKeyExpansion 软件
    10016975 SSP_KeyInit_SW
    0000bc31 strlen
    200001a4 ti_sysbios_BIOS_Module_state__V
    1001bc29 ti_sysbios_BIOS_rtsGateProxy_handle__label_S
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_handle__label_S__man翻转_
    1001bab9 ti_sysbios_BIOS_rtsGateProxy_Object__delete_S
    UNDEFED ti_SysBIOS_BIOS_rtsGateProxy_Object__delete __S__man翻转__
    1001c179 ti_sysbios_BIOS_rtsGateProxy_Params__init__S
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_Params__init_S__s_man翻转_
    1001c249 ti_SYSBIOS_BIOS_rtsGateProxy_enter__E
    1001c24d ti_SYSBIOS_BIOS_rtsGateProxy_leave__E
    1001c275 ti_sysbios_BIOS_rtsGateProxy_query_E
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_query_E__man翻转 了__
    0000a531 ti_SysBIOS_BIOS_atExitFunc__I
    0000bb3f ti_SysBIOS_BIOS_exitFunc__I
    1001c035 ti_SysBIOS_BIOS_exit__E
    1001bff9 ti_SysBIOS_BIOS_getCpuFreq__E
    0000bfb9 ti_SysBIOS_BIOS_getThreadType__E
    00007dc7 ti_SYSBIOS_BIOS_linkedWithIncorrectBootLibrary__E
    00008857 ti_SysBIOS_BIOS_nullFunc__I
    0000afdd ti_SysBIOS_BIOS_registerRTSLock__I
    0000b001 ti_SysBIOS_BIOS_removeRTSLock__i
    0000b2cd ti_sysbios_BIOS_rtsLock___i
    0000ba89 ti_SysBIOS_BIOS_rtsUnlock___i
    1001c045 ti_SysBIOS_BIOS_setThreadType__E
    0000a561 ti_SysBIOS_BIOS_startFunc__i
    1001c055 ti_SysBIOS_BIOS_start__E
    0000614d ti_SYSBIOS_family_ARM_cc26xx_Boot_trimDevice
    00000502 ti_sysbios_family_arm_cc26xx_Timer_Module_id__C
    20001cdc ti_sysbios_family_arm_cc26xx_Timer_Module_root__V
    1001bb49 ti_sysbios_family_arm_cc26xx_Timer_Module_starpDone__S
    200001e4 ti_sysbios_family_arm_cc26xx_Timer_Module_state__V
    1001ba71 ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E
    20002318 ti_sysbios_family_arm_cc26xx_Timer_Object_Table__V
    0000b5F1 ti_sysbios_family_arm_cc26xx_Timer_DynamicStudiob__E
    0000c181 ti_SYSBIOS_family_ARM_cc26xx_Timer_getCount64__E
    00009d45 ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
    1001c251 ti_sysbios_family_arm_cc26xx_Timer_getExpiredTicks__E
    0000add5 ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
    1001c255 ti_SYSBIOS_family_ARM_cc26xx_Timer_getPeriod__E
    0000a591 ti_sysbios_family_arm_cc26xx_Timer_initDevice__I
    1001a469 ti_SysBIOS_family_ARM_cc26xx_Timer_periodicStudiob__E
    1001b769 ti_SysBIOS_family_ARM_cc26xx_Timer_postInit___I
    0000a2bd ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
    1001c259 ti_sysbios_family_arm_cc26xx_Timer_setPeriod___E
    0000a5c1 ti_sysbios_family_arm_cc26xx_Timer_setThreshold___i
    00007d01 ti_sysbios_family_arm_cc26xx_Timer_start__E
    00000484 ti_sysbios_family_arm_cc26xx_Timer_startupNeed__C
    1001b795 ti_sysbios_family_arm_cc26xx_Timer_startup___E
    200001ec ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_state___v
    1001bb69 ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E
    0000be97 ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    1001b9d1 ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E
    1001c12f ti_sysbios_family_arm_cc26xx_TimestampProvider_getFreq__E
    00000504 ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C
    00000488 ti_sysbios_family_arm_m3/hwi_E_alreadyDefined___C
    0000048c ti_sysbios_family_arm_m3/hwi_E_hwiLimitExceleed___C
    1001aed1 ti_sysbios_family_arm_m3/hwi_instance_finaling__E
    1001a3c9 ti_sysbios_family_arm_m3_Hwi_instance_init__E
    20001d04 ti_sysbios_family_arm_m3/hwi_Module_State_0_exACTIVE__A
    20001d08 ti_sysbios_family_arm_m3/Hwi_Module_State_0_excContext__A
    20001d0c ti_sysbios_family_arm_m3/hwi_Module_State_0_exstack__a
    00000506 ti_sysbios_family_arm_m3/hwi_Module_id__C
    20001ce4 ti_sysbios_family_arm_m3/Hwi_Module_root_V
    1001bb89 ti_sysbios_family_arm_m3/hwi_Module_starpDone__S
    20000144 ti_SysBIOS_family_ARM_m3/Hwi_Module_state__V
    1001b1c1 ti_sysbios_family_arm_m3/hwi_Module_startup__E
    00000490 ti_sysbios_family_arm_m3/hwi_NUM_interrupts__C
    000002d0 ti_SysBIOS_family_ARM_m3/Hwi_Object_DESC_C
    00000170 ti_sysbios_family_arm_m3/Hwi_Object_Params__C
    00000494 ti_sysbios_family_arm_m3/Hwi_Object_count_C
    1001aab1 ti_sysbios_family_arm_m3/Hwi_Object__create__S
    1001bba9 ti_sysbios_family_arm_m3/Hwi_Object__delete_S
    1001be69 ti_sysbios_family_arm_m3/Hwi_Object_析 构 T__S
    1001b7c1 ti_sysbios_family_arm_m3/Hwi_Object_GET_S
    00000498 ti_sysbios_family_arm_m3/Hwi_Object_Table__C
    20001cec ti_sysbios_family_arm_m3/Hwi_Object_Table__V
    1001c13d ti_sysbios_family_arm_m3/Hwi_Params__init__S
    0000049c ti_SysBIOS_family_ARM_m3/Hwi_CCR__C
    1001af29 ti_sysbios_family_arm_m3/hwi_construct
    1001ab15 ti_sysbios_family_arm_m3/hwi_create
    1001c25d ti_sysbios_family_arm_m3/hwi_delete
    1001c261 ti_sysbios_family_arm_m3/hwi_析 构
    1001c149 ti_sysbios_family_arm_m3/hwi_disableFxn_E
    1001b299 ti_SysBIOS_family_ARM_m3/Hwi_disableInterrupt__E
    1001aa49 ti_sysbios_family_arm_m3/hwi_d调度 C__I
    200030e4 ti_sysbios_family_arm_m3_Hwi_dis派 单表
    1001c89d ti_sysbios_family_arm_m3/hwi_deign__i
    1001c1fb ti_sysbios_family_arm_m3/hwi_doSwiRestore__I
    1001c213 ti_SYSBIOS_family_ARM_m3/Hwi_doTaskRestore__I
    1001c155 ti_sysbios_family_arm_m3/hwi_enableFxn_E
    1001b2dd ti_sysbios_family_arm_m3/hwi_enableInterrupt__E
    1001ca01 ti_sysbios_family_arm_m3/hwi_exHandlerAsm__I
    000004a0 ti_sysbios_family_arm_m3/hwi_exHandlerFunc__C
    1001bbc9 ti_sysbios_family_arm_m3/hwi_examplter_i
    1001b465 ti_sysbios_family_arm_m3/hwi_getStackInfo__E
    1001a699 ti_sysbios_family_arm_m3/hwi_initNVIC__E
    1001c9b9 ti_sysbios_family_arm_m3/hwi_initStacks__E
    000004a4 ti_sysbios_family_arm_m3/hwi_nullIsrFunc__C
    000004a8 ti_sysbios_family_arm_m3/hwi_numSparseInterrupts__C
    e000e000 ti_SysBIOS_family_ARM_m3/Hwi_NVIC
    1001ca3f ti_sysbios_family_arm_m3/hwi_pendSV__I
    1001c065 ti_SysBIOS_family_ARM_m3/Hwi_plug__E
    1001a319 ti_sysbios_family_arm_m3/hwi_postInit__i
    0000bd65 ti_sysbios_family_arm_m3/hwi_post
    000004ac ti_sysbios_family_arm_m3/hwi_priGroup__C
    20000000 ti_SysBIOS_family_ARM_m3/Hwi_ramVectors
    00000000 ti_SYSBIOS_family_ARM_m3/Hwi_resetVectors
    1001c219 ti_SYSBIOS_family_ARM_m3/Hwi_restoreFxn_E
    1001ca57 ti_sysbios_family_arm_m3/hwi_return
    0000c153 ti_sysbios_family_arm_m3/hwi_setFunc__E
    1001be85 ti_sysbios_family_arm_m3/hwi_setPriority __E
    1001c203 ti_sysbios_family_arm_m3/hwi_startup___E
    1001c00d ti_sysbios_family_arm_m3/hwi_switchFromBootStack__E
    1001c265 ti_sysbios_family_arm_m3/TaskSupport_Module_starpDone__S
    1001c96d ti_sysbios_family_arm_m3/TaskSupport_buildTaskStack
    1001c161 ti_sysbios_family_arm_m3/TaskSupport_getStackAlignment__E
    1001ca59 ti_sysbios_family_arm_m3_TaskSupport_cUS
    000004b0 ti_sysbios_family_arm_m3/taskSupport_stackAlignment__C
    1001b49d ti_sysbios_family_arm_m3/taskSupport_start__E
    1001ca69 ti_sysbios_family_arm_m3/TaskSupport_swap_e_e
    1001ca21 ti_sysbios_family_xxx_Hwi_switchAndRunFunc
    1001bbe9 ti_sysbios_gates_GateHwi_handle_label_S
    1001b463 ti_sysbios_gates_GateHwi_instance_init__E
    0000021c ti_sysbios_gates_GateHwi_Module_Fxns__C
    00000508 ti_sysbios_gates_GateHwi_Module_id__C
    20001d10 ti_sysbios_gates_GateHwi_Module_root__V
    000002f0 ti_SysBIOS_Gates_GateHwi_Object_DESC_C
    00000430 ti_sysbios_gates_GateHwi_Object_Params__C
    1001ba95 ti_sysbios_gates_GateHwi_Object__create__S
    1001bc09 ti_sysbios_gates_GateHwi_Object__delete_S
    20001d18 ti_sysbios_gates_GateHwi_Object__table__V
    1001c16d ti_sysbios_gates_GateHwi_enter__E
    1001c21f ti_sysbios_gates_GateHwi_leave__E
    1001c269 ti_sysbios_gates_GateHwi_query__E
    1001bc29 ti_sysbios_gates_GateMutex_handle__label_S
    000005cc ti_sysbios_gates_GateMutex_instance_State_SEM_O
    1001c075 ti_SysBIOS_gates_GateMutex_instance_finaling__E
    1001bea1 ti_sysbios_gates_GateMutex_instance_init__E
    00000240 ti_sysbios_gates_GateMutex_Module_Fxns__C
    0000050a ti_sysbios_gates_GateMutex_Module_id__C
    20001d1c ti_sysbios_gates_GateMutex_Module_root__V
    00000310 ti_SysBIOS_Gates_GateMutex_Object_DESC_C
    00000448 ti_sysbios_gates_GateMutex_Object_Params__C
    1001b649 ti_sysbios_gates_GateMutex_Object__create__S
    1001bab9 ti_sysbios_gates_GateMutex_Object__delete_S
    1001bc49 ti_sysbios_gates_GateMutex_Object_析 构 T__S
    20002360 ti_sysbios_gates_GateMutex_Object__table__V
    1001c179 ti_sysbios_gates_GateMutex_Params__init__S
    1001b7ed ti_sysbios_gates_GateMutex_construct
    1001b679 ti_sysbios_gates_GateMutex_create
    1001c26d ti_sysbios_gates_GateMutex_delete
    1001c271 ti_sysbios_gates_GateMutex_析 构
    1001b6a9 ti_sysbios_gates_GateMutex_enter__E
    1001bf9d ti_sysbios_gates_GateMutex_leave__E
    1001c275 ti_sysbios_gates_GateMutex_query__E
    1001c279 ti_sysbios_hal_hwi_HwiProxy_Module_startupDone__S
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Module_startupDone__S__man翻转__
    1001c085 ti_sysbios_hal_hwi_hwiProxy_Object__create__S
    1001bba9 ti_sysbios_hal_hwi_hwiProxy_Object__delete_s
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Object__delete _S__man翻转_
    1001c13d ti_sysbios_hal_hwi_HwiProxy_Params__init__S
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Params__init__S__man翻转__
    1001be49 ti_sysbios_hal_hwi_hwiProxy_create
    1001c27d ti_sysbios_hal_hwi_hwiProxy_delete
    1001c281 ti_sysbios_hal_hwi_hwiProxy_disableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_disableInterrupt__E__man翻转__
    1001c285 ti_sysbios_hal_hwi_hwiProxy_enableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_enableInterrupt_E__man翻转_
    1001c289 ti_sysbios_hal_hwi_HwiProxy_getStackInfo__E
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_getStackInfo_E__man翻转_
    0000bd65 ti_sysbios_hal_hwi_hwiProxy_post___E
    1001c28d ti_sysbios_hal_hwi_hwiProxy_startup___E
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_startup_E__man翻转_
    1001c291 ti_SysBIOS_hal_Hwi_HwiProxy_switchFromBootStack__E
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_switchFromBootStack_E___manifed__
    1001c1F1 ti_sysbios_hal_hwi_instance_final__E
    1001b9f9 ti_sysbios_hal_hwi_instance_init__E
    20001d24 ti_sysbios_hal_hwi_Module_root__V
    1001c021 ti_sysbios_hal_hwi_Module_startup___E
    00000330 ti_sysbios_hal_hwi_Object_DESC_C
    000001a0 ti_sysbios_hal_hwi_Object_Params__C
    1001bc69 ti_sysbios_hal_hwi_Object__delete_s
    0000bfc5 ti_sysbios_hal_hwi_params__init__S
    1001ab79 ti_sysbios_hal_hwi_create
    1001c295 ti_sysbios_hal_hwi_delete
    1001c281 ti_sysbios_hal_hwi_disableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_disableInterrupt__E
    1001c285 ti_sysbios_hal_hwi_enableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_enableInterrupt__E
    1001c289 ti_sysbios_hal_hwi_getStackInfo__E
    UNDEFED ti_SYSBIOS_hal_Hwi_getStackInfo__E
    1001b819 ti_sysbios_hal_hwi_initStack
    0000bd65 ti_sysbios_hal_hwi_post _E
    1001c28d ti_sysbios_hal_hwi_startup___E
    UNDEFED ti_SYSBIOS_hal_Hwi_startup___E
    1001c299 ti_sysbios_hal_hwi_switchFromBootStack__E
    UNDEFED ti_SYSBIOS_hal_Hwi_switchFromBootStack__E
    000004b4 ti_sysbios_b堆_HeapMem_E_memory__C
    1001bc89 ti_sysbios_b堆_HeapMem_handle__label_S
    20002560 ti_sysbios_堆_HeapMem_instance_State_0_Buf__a
    1001b4d5 ti_sysbios_b堆_HeapMem_instance_init__E
    1001bc29 ti_sysbios_堆_HeapMem_Module_GateProxe_handle__label_S
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxe_Handle__label_S__man翻转_
    1001bab9 ti_sysbios_堆_HeapMem_Module_GateProxy_Object__delete_S
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_Object__delete __S_man翻转__
    1001c179 ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_Params__init_S
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_Params__init_S__s__man翻转_
    1001c29d ti_sysbios_堆_HeapMem_Module_GateProxy_enter_E
    1001c2a1 ti_sysbios_堆_HeapMem_Module_GateProxy_leave__E
    1001c275 ti_sysbios_堆_HeapMem_Module_GateProxy_query_E
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_query_E__man翻转_
    000001cc ti_sysbios_堆_HeapMem_Module_Fxns__C
    000004b8 ti_sysbios_b堆_HeapMem_Module_gateObj__C
    0000050c ti_sysbios_堆_HeapMem_Module_id__C
    20001d2c ti_sysbios_堆_HeapMem_Module_root__V
    00000350 ti_sysbios_堆_HeapMem_Object_DESC_C
    00000264 ti_sysbios_堆_HeapMem_Object_Params__C
    000004bc ti_sysbios_堆_HeapMem_Object_count__C
    1001b845 ti_sysbios_b堆_HeapMem_Object__create__S
    1001bca9 ti_sysbios_堆_HeapMem_Object__delete_S
    1001b871 ti_sysbios_b堆_HeapMem_Object_get__S
    000004c0 ti_sysbios_堆_HeapMem_Object__table__C
    20001d34 ti_sysbios_堆_HeapMem_Object__table__V
    1001a199 ti_sysbios_b堆_HeapMem_alloc__E
    1001a795 ti_sysbios_堆_HeapMem_free__E
    1001b209 ti_sysbios_b堆_HeapMem_getStats__E
    1001b545 ti_sysbios_b堆_HeapMem_init__i
    1001c2a5 ti_sysbios_堆_HeapMem_isBlocking__E
    000004c4 ti_sysbios_堆_HeapMem_reqAlign___C
    1001c105 ti_sysbios_b堆_HeapMem_restore__E
    1001bfcd ti_SysBIOS_KNL_Clock_instance_finaling__E
    1001b50d ti_sysbios_KNL_Clock_instance_init__E
    000005d0 ti_SysBIOS_KNL_Clock_Module_State_clockQ_O
    20001d4c ti_sysbios_KNL_Clock_Module_root__V
    20000178 ti_SysBIOS_KNL_Clock_Module_state__V
    1001bcc9 ti_sysbios_KNL_Clock_Module_startup___E
    00000370 ti_SysBIOS_KNL_Clock_Object__Desc_C
    00000288 ti_SysBIOS_KNL_Clock_Object_Params__C
    1001b 添加 ti_SysBIOS_KNL_Clock_Object__delete_S
    1001bce9 ti_SysBIOS_KNL_Clock_Object_析 构函数__S
    20001d54 ti_SysBIOS_KNL_Clock_Object_Table___V
    1001c185 ti_SysBIOS_KNL_Clock_Params__init__S
    1001c2a9 ti_sysbios_KNL_Clock_TimerProxy_Module_starpDone__S
    UNDEFED ti_SysBIOS_KNL_Clock_TimerProxy_Module_startupDone__S__man翻转__
    1001c095 ti_SysBIOS_KNL_Clock_TimerProxy_getCurrentTick__E
    1001c2ad ti_SysBIOS_KNL_Clock_TimerProxy_getExpiredTicks__E
    1001c0a5 ti_SysBIOS_KNL_Clock_TimerProxy_getMaxTicks__E
    1001c2b1 ti_sysbios_KNL_Clock_TimerProxy_getPeriod___E
    1001c0b5 ti_sysbios_KNL_Clock_TimerProxy_setNextTick__E
    1001b795 ti_sysbios_KNL_Clock_TimerProxy_startup___E
    UNDEFED ti_SYSBIOS_KNL_Clock_TimerProxy_startup_E__man翻转_
    1001ba21 ti_SysBIOS_KNL_Clock_addi__E
    1001b579 ti_SysBIOS_KNL_Clock_con构
    1001b3ed ti_SysBIOS_KNL_Clock_create
    1001c2b5 ti_SysBIOS_KNL_Clock_delete
    1001c2b9 ti_SysBIOS_KNL_Clock_析 构
    0000bc59 ti_SysBIOS_KNL_Clock_dotick__i
    0000a9fd ti_SysBIOS_KNL_Clock_getTicksUntilInterrupt__E
    1001b6d9 ti_SysBIOS_KNL_Clock_getTicks__E
    1001c191 ti_SysBIOS_KNL_Clock_getTimerHandle__E
    0000c185 ti_SysBIOS_KNL_Clock_isActive__E
    1001be67 ti_SysBIOS_KNL_Clock_logTick__E
    1001c2bd ti_SysBIOS_KNL_Clock_removeI_E
    1001bd ti_sysbios_KNL_Clock_scheduleNextTick__E
    000004c8 ti_SysBIOS_KNL_Clock_serviceMargin__C
    0000c189 ti_SYSBIOS_KNL_Clock_setPeriod__E
    1001c2c1 ti_SysBIOS_KNL_Clock_setTimeout___E
    1001a719 ti_SysBIOS_KNL_Clock_starti__E
    1001bfe3 ti_SysBIOS_KNL_Clock_start__E
    0000b2ed ti_SysBIOS_KNL_Clock_stop__E
    00000510 ti_SysBIOS_KNL_Clock_tickMode___C
    0000e280 ti_SysBIOS_KNL_Clock_tickPeriod___C
    0000e284 ti_SysBIOS_KNL_Clock_triggerClock__C
    00008f9f ti_SysBIOS_KNL_Clock_triggerFunc__i
    1001a80d ti_SysBIOS_KNL_Clock_WalkQueueDynamic__E
    00006501 ti_SysBIOS_KNL_Clock_workFuncDynamic__E
    1001a885 ti_SysBIOS_KNL_Clock_workFunc__E
    20001d74 ti_sysbios_KNL_Event_Module_root__V
    0000e26c ti_SysBIOS_KNL_Idle_funclist__A
    00000478 ti_SysBIOS_KNL_Idle_funclist___C
    1001c20b ti_SysBIOS_KNL_Idle_loop__E
    1001bd09 ti_sysbios_KNL_Idle_run___E
    000005d4 ti_sysbios_KNL_Mailbox_instance_State_dataQue_O
    000005d8 ti_sysbios_KNL_Mailbox_instance_State_dataSem__O
    000005dc ti_sysbios_KNL_Mailbox_instance_State_freeQue_O
    000005e0 ti_sysbios_KNL_Mailbox_instance_State_freeSem_O
    1001a9dd ti_sysbios_KNL_Mailbox_instance_finaling__E
    1001a001 ti_sysbios_KNL_Mailbox_instance_init__E
    20001d7c ti_sysbios_KNL_Mailbox_Module_root__V
    1001b251 ti_sysbios_KNL_Mailbox_Module_Started__E
    00000390 ti_SysBIOS_KNL_Mailbox_Object__Desc_C
    0000013c ti_sysbios_KNL_Mailbox_Object_Params__C
    000004cc ti_SysBIOS_KNL_Mailbox_Object_count__C
    1001bd29 ti_sysbios_KNL_Mailbox_Object__delete_S
    1001bed9 ti_sysbios_KNL_Mailbox_Object__析 构函数__S
    1001b89d ti_SysBIOS_KNL_Mailbox_Object__get__S
    000004d0 ti_sysbios_KNL_Mailbox_Object__table__C
    1001c19d ti_SysBIOS_KNL_Mailbox_Params__init__S
    1001af81 ti_sysbios_KNL_Mailbox_construct
    1001abdd ti_SysBIOS_KNL_Mailbox_create
    1001c2c5 ti_sysbios_KNL_Mailbox_delete
    1001c2c9 ti_sysbios_KNL_Mailbox_析 构
    1001a8fd ti_sysbios_KNL_Mailbox_pend__E
    1001b8c9 ti_sysbios_KNL_Mailbox_postInit___i
    1001a591 ti_sysbios_KNL_Mailbox_post__E
    1001c22b ti_sysbios_KNL_Queue_instance_init__E
    20001d84 ti_SysBIOS_KNL_Queue_Module_root__V
    000003b0 ti_SysBIOS_KNL_Queue_Object_DESC_C
    00000460 ti_SysBIOS_KNL_Queue_Object_Params__C
    000004d4 ti_SysBIOS_KNL_Queue_Object_count__C
    1001bd49 ti_SysBIOS_KNL_Queue_Object__delete_S
    1001bef5 ti_SysBIOS_KNL_Queue_Object_析 构 T__S
    1001bd69 ti_sysbios_KNL_Queue_Object__get__S
    000004d8 ti_sysbios_KNL_Queue_Object_Table__C
    1001b8f5 ti_SysBIOS_KNL_Queue_construct
    1001b921 ti_SysBIOS_KNL_Queue_create
    1001c2cd ti_sysbios_KNL_Queue_delete
    1001c1a9 ti_SysBIOS_KNL_Queue_dequeue___E
    1001c2d1 ti_SysBIOS_KNL_Queue_析 构
    1001c231 ti_SysBIOS_KNL_Queue_elemClear __E
    1001c113 ti_SysBIOS_KNL_Queue_empty_E
    1001c1b5 ti_SysBIOS_KNL_Queue_enqueue___E
    1001bf11 ti_SysBIOS_KNL_Queue_get__E
    1001c2d5 ti_sysbios_KNL_Queue_head_E
    0000c18d ti_SysBIOS_KNL_Queue_insert__E
    1001c2d9 ti_sysbios_KNL_Queue_next __E
    1001bf2d ti_sysbios_KNL_Queue_put __E
    1001c121 ti_sysbios_KNL_Queue_remove__e_e
    000005e4 ti_SysBIOS_KNL_Semaphore_Instance_State_PendQ_O
    1001c0c5 ti_SysBIOS_KNL_Semaphore_instance_finaling__E
    1001bb01 ti_SysBIOS_KNL_Semaphore_instance_init__E
    20001d8c ti_SysBIOS_KNL_Semaphore_Module_root__V
    000003d0 ti_SysBIOS_KNL_Semaphore_Object_DESC_C
    000002ac ti_SYSBIOS_KNL_Semaphore_Object_PARAMS__C
    1001bb25 ti_SysBIOS_KNL_Semaphore_Object__delete_S
    1001bd89 ti_SysBIOS_KNL_Semaphore_Object_析 构函数__S
    1001c1c1 ti_SysBIOS_KNL_Semaphore_Params__init__S
    1001b709 ti_SysBIOS_KNL_Semaphore_construct
    1001b5ad ti_SysBIOS_KNL_Semaphore_create
    1001c2dd ti_SysBIOS_KNL_Semaphore_delete
    1001c2e1 ti_SysBIOS_KNL_Semaphore_析 构
    1001b94d ti_SysBIOS_KNL_Semaphore_pendTimeout__I
    1001a0cd ti_SysBIOS_KNL_Semaphore_pend__E
    1001ac41 ti_SysBIOS_KNL_Semaphore_post__E
    1001bf9b ti_SYSBIOS_KNL_Swi_instance_finaling__E
    1001aca5 ti_SysBIOS_KNL_Swi_instance_init__E
    200023fc ti_SysBIOS_KNL_Swi_Module_State_0_readyQ__A
    20001d94 ti_sysbios_KNL_Swi_Module_root__V
    200001c8 ti_sysbios_KNL_Swi_Module_state__V
    1001c237 ti_sysbios_KNL_Swi_Module_startup___E
    000003f0 ti_SysBIOS_KNL_Swi_Object_DESC_C
    000001f4 ti_sysbios_KNL_Swi_Object_Params__C
    000004dc ti_sysbios_KNL_Swi_Object_count__C
    1001bda9 ti_sysbios_KNL_Swi_Object__delete_S
    1001bf49 ti_SysBIOS_KNL_Swi_Object_析 构函数__S
    1001b979 ti_sysbios_KNL_Swi_Object__get__S
    000004e0 ti_SysBIOS_KNL_Swi_Object__table__C
    2000242c ti_sysbios_KNL_Swi_Object__table__V
    1001c1cd ti_sysbios_KNL_Swi_Params__init__S
    1001b085 ti_SysBIOS_KNL_Swi_construct
    1001ad05 ti_SysBIOS_KNL_Swi_create
    1001c2e5 ti_sysbios_KNL_Swi_delete
    1001c2e9 ti_SysBIOS_KNL_Swi_析 构
    1001c0d5 ti_SysBIOS_KNL_Swi_disable___E
    1001c0e5 ti_SysBIOS_KNL_Swi_enabled__E
    0000bfd1 ti_SysBIOS_KNL_Swi_getTrigger__E
    000004e4 ti_SysBIOS_KNL_Swi_numPriorities __C
    0000ba1 ti_SysBIOS_KNL_Swi_OR_E
    1001c2ed ti_SysBIOS_KNL_Swi_postInit___I
    1001b321 ti_sysbios_KNL_Swi_post _E
    1001ad61 ti_SysBIOS_KNL_Swi_restoreHwi__E
    1001b5e1 ti_sysbios_KNL_Swi_restore__E
    1001b0d5 ti_SysBIOS_KNL_Swi_runLoop __I
    1001afd9 ti_sysbios_KNL_Swi_run__i
    1001b031 ti_sysbios_KNL_Swi_schedule__i
    1001c23d ti_sysbios_KNL_Swi_startup___E
    20002be0 ti_sysbios_KNL_Task_instance_State_0_stack__A
    1001a4fd ti_sysbios_KNL_Task_instance_finaling__E
    1001a25d ti_sysbios_KNL_Task_instance_init__E
    20001da4 ti_SysBIOS_KNL_Task_Module_State_0_idleTask__A
    2000245c ti_SysBIOS_KNL_Task_Module_State_0_readyQ__A
    000005e8 ti_SysBIOS_KNL_Task_Module_State_InactiveQ_O
    20001d9c ti_sysbios_KNL_Task_Module_root__V
    20000100 ti_SysBIOS_KNL_Task_Module_state__V
    1001adbd ti_sysbios_KNL_Task_Module_startup___E
    00000410 ti_SysBIOS_KNL_Task_Object_DESC_C
    00000100 ti_SysBIOS_KNL_Task_Object_Params__C
    000004e8 ti_SysBIOS_KNL_Task_Object_count__C
    1001bdc9 ti_sysbios_KNL_Task_Object__delete_S
    1001bf65 ti_SysBIOS_KNL_Task_Object_析 构函数__S
    1001bde9 ti_sysbios_KNL_Task_Object__get__S
    000004ec ti_sysbios_KNL_Task_Object_Table__C
    200022cc ti_SysBIOS_KNL_Task_Object_Table___V
    1001c1d9 ti_sysbios_KNL_Task_Params__init__S
    1001c2F1 ti_sysbios_KNL_Task_SupportProxy_Module_starpDone__S
    UNDEFED ti_SysBIOS_KNL_Task_SupportProxy_Module_startupDone__S____man翻转__
    1001c2f5 ti_sysbios_KNL_Task_SupportProxy_getStackAlignment__E
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_getStackAlignment__E__man翻转__
    1001c2f9 ti_sysbios_KNL_Task_SupportProxy_start__E
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_start_E__man翻转__
    1001c2fd ti_sysbios_KNL_Task_SupportProxy_swap_e_E
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_swap_E__man翻转__
    000004f0 ti_SysBIOS_KNL_Task_allBrokedFunc__C
    1001b365 ti_SysBIOS_KNL_Task_allBrokedFunction__I
    1001b615 ti_SysBIOS_KNL_Task_blockI_E
    1001b125 ti_SysBIOS_KNL_Task_construct
    1001ae19 ti_SysBIOS_KNL_Task_create
    000004f4 ti_SysBIOS_KNL_Task_defaultStackHeap___C
    000004f8 ti_sysbios_KNL_Task_defaultStackSize__C
    1001c301 ti_SysBIOS_KNL_Task_delete
    1001c305 ti_SysBIOS_KNL_Task_析 构
    1001c0f5 ti_SysBIOS_KNL_Task_disable__E
    1001c243 ti_SysBIOS_KNL_Task_enable__E
    1001be09 ti_sysbios_KNL_Task_enter_i
    1001b429 ti_SysBIOS_KNL_Task_exit___E
    0000050e ti_SysBIOS_KNL_Task_initStackFlag___C
    000004fc ti_SysBIOS_KNL_Task_numConstructedTasks__C
    1001a615 ti_SysBIOS_KNL_Task_postInit___I
    1001b739 ti_SysBIOS_KNL_Task_processorVitalTaskFlag__I
    1001be29 ti_sysbios_KNL_Task_restoreHwi__E
    1001ba49 ti_sysbios_KNL_Task_restore__E
    1001b175 ti_SysBIOS_KNL_Task_schedule__i
    1001c1e5 ti_sysbios_KNL_Task_self_E
    00006291 ti_SysBIOS_KNL_Task_setPri__E
    1001bf81 ti_sysbios_KNL_Task_sleepTimeout__i
    1001a96d ti_SysBIOS_KNL_Task_sleep_E
    1001ae75 ti_sysbios_KNL_Task_startCore__E
    1001c309 ti_SysBIOS_KNL_Task_startup___E
    1001ca71 ti_sysbios_KNL_Task_swapReturn
    1001b9a5 ti_sysbios_KNL_Task_unblocki__E
    1001bfb5 ti_sysbios_KNL_Task_unb阻断__E
    1001b3a9 ti_sysbios_KNL_Task_yield __E
    00000590 ti_SYSBIOS_ROM_ROM_AONRTCChannelEnable
    00000594 ti_SysBIOS_ROM_ROM_AONRTCCompareValueSet
    00000598 ti_SYSBIOS_ROM_ROM_AONRTCCurrentCompareValueGet
    0000059c ti_sysbios_rom_rom_AONRTCEventClear
    000005a0 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E
    000005a4 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
    000005a8 ti_sysbios_rom_rom_ti_maxBIOS_family_arm_cc26xx_Timer_getTicks__E
    000005ac ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_initDevice__i
    000005b0 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
    000005b4 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setThreshold___i
    000005b8 ti_sysbios_rom_rom_ti_sysbios_family_arm_cc26xx_Timer_start__E
    000005bc ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    000005c0 ti_sysbios_rom_rom_xdc_runtime_Startup_getState_i
    000005c4 ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_abort__e_E
    000005c8 ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_exit___e_E
    00009513 ti_sysbios_rom_cortexm_cc26xx_CC26xx_BadRomRevision__E
    0000bab9 ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E
    1001ca9b ti_sysbios_rom_cortexm_cc26xx_CC26xx_getRevision___E
    20003250 trngCC26XX 对象
    0000e174 trngDriverTable
    0000e014 txPowerTable
    0000e16c txPwrTbl
    0000e104 uartCC26XXHWAttrs
    20002de0 uartCC26XX 对象
    200002c0 uartLog_evBuf
    2000020a uartLog_evBufIsEmpty
    2000020c uartLog_evtNum
    00007c99 uartLog_flush
    20000209 uartLog_head
    20000214 uartLog_outBuf
    00007179 uartLog_outputFxn
    20000208 uartLog_tail
    2000248c 用户0Cfg
    0000aa29 utilExtUuid16
    0000dfbe validRangeUUID
    00000524 XDC_runtime assert_E_assertFlail__C
    1001c5a9 XDC_runtime_assert_arc__I
    1001c6ed XDC_runtime_Core_assignLabel__I
    1001c5F1 xdc_runtime_Core_赋 值 Params__I
    1001c639 XDC_runtime_Core_constructObject__I
    1001c405 XDC_runtime_Core_CreateObject__I
    1001c4f9 xdc_runtime_Core_deleteObject__I
    1001c7a1 XDC_runtime_Core_析 构对象__I
    00000528 XDC_RAuntime_Error_E_MEMORY__C
    1001c7b9 XDC_runtime_Error_check__E
    1001c841 XDC_runtime_Error_init__E
    0000052c XDC_runtime Error_policyFxn__C
    1001c487 XDC_runtime_Error_PolicySpin__E
    0000058c XDC_RAuntime_Error_policy___C
    1001c769 XDC_runtime_Error_raiseX__E
    1001c885 XDC_runtime_Gate_enterSystem__E
    1001c879 XDC_runtime_Gate_leaveSystem__E
    00000530 XDC_runtime _IGateProvider_Interface_base__C
    00000534 XDC_runtime IHeap_Interface_base__C
    0000e288 XDC_runtime ILogger_Interface_base__C
    00000538 XDC_runtime IModule_Interface_base__C
    0000e28c XDC_runime_Log_L_INFO__C
    0000e290 XDC_RAuntime_Log_L_WARNING__C
    0000b60d XDC_runtime _LoggerCallback_instance_init__E
    0000df04 XDC_RAuntime_LoggerCallback_Module_Fxns__C
    20001da8 xdc_runtime_LoggerCallback_Module_root__V
    00009715 XDC_runime_LoggerCallback_Module_StartUP_E
    0000e080 XDC_RAuntime_LoggerCallback_Object_DESC__C
    0000e0a0 XDC_runime_LoggerCallback_Object_Params__C
    0000e294 xdc_runtime_LoggerCallback_Object_count__C
    0000a5F1 XDC_runtime、LoggerCallback_Object_create_S
    0000bd85 XDC_runtime _LoggerCallback_Object_GET__S
    20001db0 xdc_runtime_LoggerCallback_Object__table__V
    0000e298 XDC_runime_LoggerCallback_createInstFxn__C
    0000c191 XDC_runtime_LoggerCallback_defaultCreate
    0000c04f XDC_runtime_LoggerCallback_disable__E
    0000c059 XDC_runtime _LoggerCallback_enable__E
    0000e29c XDC_runtime LoggerCallback_outputFxn__C
    0000adfd XDC_runtime LoggerCallback_write0__E
    0000ae25 XDC_runime_LoggerCallback_write1__E
    0000aa55 XDC_Runtime_LoggerCallback_write2__E
    0000a15d XDC_runime_LoggerCallback_write4__E
    00009449 XDC_runime_LoggerCallback_write8__E
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_Handle__label_S
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_Object_Delete_S
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_query_E
    0000053c XDC_RAuntime_Main_Module_diagsEnabled___C
    00000540 XDC_RAuntime_Main_Module_diagsIncluded__C
    00000544 XDC_RAuntime_Main_Module_diagsMask__C
    00000584 XDC_runtime Main 模块_id__C
    0000e2c6 XDC_runtime_Main_Module_logger Defined___C
    0000e2a0 XDC_runime_Main_Module_loggerFxn2__C
    0000e2a4 XDC_runtime Main 模块_日志记录器 Fxn4__C
    0000e2a8 XDC_runtime Main 模块_日志记录器 Fxn8__C
    0000e2ac XDC_runime_Main_Module_loggerObj__C
    1001bc89 XDC_runtime_Memory_HeapProxy_handle__label_S
    UNDEFED XDC_RAUNTIME_Memory_HeapProxy_Handle__label_S__man翻转_
    1001bca9 XDC_runtime 内存_HeapProxy_Object__delime_S
    UNDEFED XDC_RAUNTIME_Memory_HeapProxy_Object__delete _S__man翻转_
    1001c889 XDC_runtime_Memory_HeapProxy_alloc__E
    1001c88d XDC_runtime_Memory_HeapProxy_free__E
    00000586 XDC_RAuntime_Memory_Module_id__C
    20000200 XDC_RAuntime_Memory_Module_state__V
    1001c489 XDC_runtime_Memory_alloc__E
    1001c84d XDC_runtime_Memory_calloc__E
    00000548 XDC_RAuntime_Memory_defaultHeapInstance___C
    1001c801 XDC_runtime_Memory_free_e_E
    1001c859 XDC_runtime_Memory_getMaxDefaultTypeAlign__E
    1001c785 XDC_runtime_Memory_valloc__E
    20002540 XDC_runtime 注册表_模块_state__V
    0000b30d XDC_runtime 注册表_findById__E
    200001f0 XDC_RAuntime_Startup_Module_state__V
    00000001 XDC_RAuntime_Startup__EXECFXN__C
    00000001 XDC_Runtime_Startup__RESETFXN__C
    0000054c XDC_RAuntime_Startup_execImpl__C
    1001c559 XDC_runtime_Startup_exec__E
    0000bc91 XDC_runtime_Startup_exec__i
    0000e260 XDC_RAuntime_Startup_firstFxns__A
    00000514 XDC_RAuntime_Startup_firstFxns__C
    000082ed XDC_RAuntime_Startup_getState__I
    0000051c XDC_RAuntime_Startup_lastFxns__C
    00000550 XDC_RAuntime_Startup_maxPasses__C
    0000bfdd XDC_RAuntime_Startup_reset__I
    0000bfe9 XDC_Runtime_Startup_rtsDone__E
    0000e20c XDC_Runtime_Startup_sfxnRts__A
    00000554 XDC_Runtime_Startup_sfxnRts__C
    0000dfec XDC_runtime 启动 sfxnTab__A
    00000558 XDC_runtime 启动 sfxnTab__C
    0000055c XDC_runtime 启动_startModsFxn__C
    1001c30d XDC_runtime_Startup_startMods__I
    00000560 XDC_runtime SysCallback_abortFxn__C
    1001c811 XDC_Runtime_SysCallback_abort__E
    00009db3 XDC_runtime SysCallback_defaultAbort
    0000a31f XDC_runtime SysCallback_defaultExit
    0000a793 XDC_runtime SysCallback_defaultPutch
    0000c195 XDC_Runtime_SysCallback_defaultReady
    00000564 XDC_runtime SysCallback_exitFxn__C
    1001c821 XDC_runtime_SysCallback_exit___E
    0000e2b0 XDC_runtime SysCallback_putchFxn__C
    0000bd95 XDC_runtime SysCallback_putch__E
    0000e2b4 XDC_runtime SysCallback_readyFxn__C
    0000bda5 XDC_runtime SysCallback_ready__E
    1001bbe9 xdc_runtime_System_Module_GateProxe_Handle__label__S
    UNDEFED XDC_RAUNTIME_System_Module_GateProxe_Handle__label_S__man翻转_
    1001bc09 XDC_runtime_System_Module_GateProxy_Object__delete_S
    UNDEFED XDC_RAUNTIME_System_Module_GateProxy_Object__delete _S__man翻转_
    1001c891 XDC_runtime_System_Module_GateProxy_ENTER_E
    1001c895 xdc_runtime_System_Module_GateProxy_leave __E
    1001c269 XDC_runtime_System_Module_GateProxy_query_E
    UNDEFED XDC_RAUNTIME_System_Module_GateProxy_query_E__man翻转_
    200001f8 XDC_RAuntime_System_Module_state__V
    1001c87f XDC_runtime_System_Module_startup___E
    UNDEFED XDC_RAUNTIME_System_SupportProxy_abort__E
    UNDEFED XDC_RAUNTIME_System_SupportProxy_exit__E
    0000bd95 XDC_runtime System_SupportProxy_putch__E
    0000bda5 XDC_runtime System_SupportProxy_READY__E
    00000568 XDC_runtime System_abortFxn__C
    1001c899 XDC_runtime_System_abortSpin__E
    000093c5 XDC_runtime_System_abortStd__E
    1001c749 XDC_runtime_System_abort__E
    1001c681 XDC_runtime_System_atexit__E
    00001009 XDC_RAuntime_System_doPrint__I
    0000056c XDC_runtime System_exitFxn__C
    1001c89b XDC_runtime_System_exitSpin__E
    000093cd XDC_runtime System_exitStd__E
    1001c7d1 XDC_runtime_System_exit__E
    0000e2b8 XDC_runtime System_extendFxn__C
    000077f9 XDC_runtime System_formatNum__i
    00000570 XDC_runtime System_maxAtexitHandlers__C
    0000476d XDC_runtime System_printfExtend__I
    1001c6b9 xdc_runtime_System_processAtExit___E
    0000ab29 XDC_runtime System_putchar__i
    0000b6c5 XDC_runtime_System_snprintf___E
    0000c199 XDC_runtime_System_snprintf_va__F
    0000bdb5 XDC_runtime System_vsnprintf___E
    00000588 XDC_Runtime_text_charCnt___C
    0000c39c XDC_runtime_text_charTab__A
    00000574 XDC_runtime text_charTab___C
    1001c71d XDC_runtime_text_ordinate_e
    0000058a XDC_runtime text_isLoaded___C
    00000578 XDC_runtime 文本名称 Empty__C
    0000057c XDC_runtime 文本名称 Static__C
    00000580 XDC_runtime 文本名称未知__C
    0000e250 XDC_runtime 文本 nodeTab__A
    0000e2bc XDC_runtime_text_nodeTAB___C
    0000a621 XDC_runtime _text_printVisFxn__I
    00008349 XDC_runtime text_putLab__E
    00006755 XDC_runtime text_putMod__E
    000063cd XDC_runtime_text_putSite__E
    0000e2c8 XDC_runtime_text_registryModsLastId__C
    1001c7e9 xdc_runtime_text_ropeText__E
    0000e2ca XDC_runtime_text_unnamedModsLastId__C
    00008f09 XDC_Runtime_text_visitRope2__I
    0000e2c0 XDC_Runtime_text_visitRopeFxn__C
    0000c063 XDC_Runtime_text_visitRope __I
    0000948d XDC_runtime_text_xprintf___I
    1001c831 xdc_runtime_Timestamp_SupportProxy_get32__E
    0000be97 xdc_runtime_Timestamp_SupportProxy_get32_E__man翻转__
    1001b9d1 XDC_runtimestamp_SupportProxy_get64__E
    UNDEFED XDC_RAUNTIME_Timestamp_SupportProxy_get64_E__man翻转_
    1001c12f XDC_runtimestamp_SupportProxy_getFreq__E
    UNDEFED XDC_RAUNTIME_Timestamp_SupportProxy_getFreq_E__man翻转_
    1001c831 XDC_runtimestamp_get32__E
    UNDEFED XDC_RAUNTIME_Timestamp_get32__E
    1001b9d1 XDC_runtimestamp_get64__E
    UNDEFED XDC_RAUNTIME_Timestamp_get64__E
    1001c12f XDC_runtimestamp_getFreq__E
    UNDEFED XDC_RAUNTIME_Timestamp_getFreq__E
    10015d19 zADD
    10015eb5 zADD32
    10015de9 zMACC32
    10015f0d zMULT32
    10015bcd zSET
    10015d5d zSUB
    10015e69 zSUB32
    
    
    全局符号:按符号地址
    
    名称排序
    ---- ----
    00000000 _ASM__
    00000000 ti_SYSBIOS_family_ARM_m3/Hwi_resetVectors
    00000001 XDC_RAuntime_Startup__EXECFXN__C
    00000001 XDC_Runtime_Startup__RESETFXN__C
    00000098 __ISA__
    000000aa _PLAT__
    000000d1 __TAGR__
    000000f6 __TRDR__
    00000100 ti_SysBIOS_KNL_Task_Object_Params__C
    0000013c ti_sysbios_KNL_Mailbox_Object_Params__C
    00000170 ti_sysbios_family_arm_m3/Hwi_Object_Params__C
    000001a0 ti_sysbios_hal_hwi_Object_Params__C
    000001cc ti_sysbios_堆_HeapMem_Module_Fxns__C
    000001f4 ti_sysbios_KNL_Swi_Object_Params__C
    0000021c ti_sysbios_gates_GateHwi_Module_Fxns__C
    00000240 ti_sysbios_gates_GateMutex_Module_Fxns__C
    00000264 ti_sysbios_堆_HeapMem_Object_Params__C
    00000288 ti_SysBIOS_KNL_Clock_Object_Params__C
    000002ac ti_SYSBIOS_KNL_Semaphore_Object_PARAMS__C
    000002d0 ti_SysBIOS_family_ARM_m3/Hwi_Object_DESC_C
    000002f0 ti_SysBIOS_Gates_GateHwi_Object_DESC_C
    00000310 ti_SysBIOS_Gates_GateMutex_Object_DESC_C
    00000330 ti_sysbios_hal_hwi_Object_DESC_C
    00000350 ti_sysbios_堆_HeapMem_Object_DESC_C
    00000370 ti_SysBIOS_KNL_Clock_Object__Desc_C
    00000390 ti_SysBIOS_KNL_Mailbox_Object__Desc_C
    000003b0 ti_SysBIOS_KNL_Queue_Object_DESC_C
    000003d0 ti_SysBIOS_KNL_Semaphore_Object_DESC_C
    000003f0 ti_SysBIOS_KNL_Swi_Object_DESC_C
    00000400 __STACK_SIZE
    00000410 ti_SysBIOS_KNL_Task_Object_DESC_C
    00000430 ti_sysbios_gates_GateHwi_Object_Params__C
    00000448 ti_sysbios_gates_GateMutex_Object_Params__C
    00000460 ti_SysBIOS_KNL_Queue_Object_Params__C
    00000478 ti_SysBIOS_KNL_Idle_funclist___C
    00000481 GATTServApp_AddService
    00000484 ti_sysbios_family_arm_cc26xx_Timer_startupNeed__C
    00000488 ti_sysbios_family_arm_m3/hwi_E_alreadyDefined___C
    0000048c ti_sysbios_family_arm_m3/hwi_E_hwiLimitExceleed___C
    00000490 ti_sysbios_family_arm_m3/hwi_NUM_interrupts__C
    00000494 ti_sysbios_family_arm_m3/Hwi_Object_count_C
    00000498 ti_sysbios_family_arm_m3/Hwi_Object_Table__C
    0000049c ti_SysBIOS_family_ARM_m3/Hwi_CCR__C
    000004a0 ti_sysbios_family_arm_m3/hwi_exHandlerFunc__C
    000004a4 ti_sysbios_family_arm_m3/hwi_nullIsrFunc__C
    000004a8 ti_sysbios_family_arm_m3/hwi_numSparseInterrupts__C
    000004ac ti_sysbios_family_arm_m3/hwi_priGroup__C
    000004b0 ti_sysbios_family_arm_m3/taskSupport_stackAlignment__C
    000004b4 ti_sysbios_b堆_HeapMem_E_memory__C
    000004b8 ti_sysbios_b堆_HeapMem_Module_gateObj__C
    000004bc ti_sysbios_堆_HeapMem_Object_count__C
    000004c0 ti_sysbios_堆_HeapMem_Object__table__C
    000004c4 ti_sysbios_堆_HeapMem_reqAlign___C
    000004c8 ti_SysBIOS_KNL_Clock_serviceMargin__C
    000004cc ti_SysBIOS_KNL_Mailbox_Object_count__C
    000004d0 ti_sysbios_KNL_Mailbox_Object__table__C
    000004d4 ti_SysBIOS_KNL_Queue_Object_count__C
    000004d8 ti_sysbios_KNL_Queue_Object_Table__C
    000004dc ti_sysbios_KNL_Swi_Object_count__C
    000004e0 ti_SysBIOS_KNL_Swi_Object__table__C
    000004e4 ti_SysBIOS_KNL_Swi_numPriorities __C
    000004e8 ti_SysBIOS_KNL_Task_Object_count__C
    000004ec ti_sysbios_KNL_Task_Object_Table__C
    000004f0 ti_SysBIOS_KNL_Task_allBrokedFunc__C
    000004f4 ti_SysBIOS_KNL_Task_defaultStackHeap___C
    000004f8 ti_sysbios_KNL_Task_defaultStackSize__C
    000004fc ti_SysBIOS_KNL_Task_numConstructedTasks__C
    00000501 DefaultAssertBack
    00000502 ti_sysbios_family_arm_cc26xx_Timer_Module_id__C
    00000504 ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C
    00000506 ti_sysbios_family_arm_m3/hwi_Module_id__C
    00000508 ti_sysbios_gates_GateHwi_Module_id__C
    0000050a ti_sysbios_gates_GateMutex_Module_id__C
    0000050c ti_sysbios_堆_HeapMem_Module_id__C
    0000050e ti_SysBIOS_KNL_Task_initStackFlag___C
    00000510 ti_SysBIOS_KNL_Clock_tickMode___C
    00000514 XDC_RAuntime_Startup_firstFxns__C
    0000051c XDC_RAuntime_Startup_lastFxns__C
    00000524 XDC_runtime assert_E_assertFlail__C
    00000528 XDC_RAuntime_Error_E_MEMORY__C
    0000052c XDC_runtime Error_policyFxn__C
    00000530 XDC_runtime _IGateProvider_Interface_base__C
    00000534 XDC_runtime IHeap_Interface_base__C
    00000538 XDC_runtime IModule_Interface_base__C
    0000053c XDC_RAuntime_Main_Module_diagsEnabled___C
    00000540 XDC_RAuntime_Main_Module_diagsIncluded__C
    00000544 XDC_RAuntime_Main_Module_diagsMask__C
    00000548 XDC_RAuntime_Memory_defaultHeapInstance___C
    0000054c XDC_RAuntime_Startup_execImpl__C
    00000550 XDC_RAuntime_Startup_maxPasses__C
    00000554 XDC_Runtime_Startup_sfxnRts__C
    00000558 XDC_runtime 启动 sfxnTab__C
    0000055c XDC_runtime 启动_startModsFxn__C
    00000560 XDC_runtime SysCallback_abortFxn__C
    00000564 XDC_runtime SysCallback_exitFxn__C
    00000568 XDC_runtime System_abortFxn__C
    0000056c XDC_runtime System_exitFxn__C
    00000570 XDC_runtime System_maxAtexitHandlers__C
    00000574 XDC_runtime text_charTab___C
    00000578 XDC_runtime 文本名称 Empty__C
    0000057c XDC_runtime 文本名称 Static__C
    00000580 XDC_runtime 文本名称未知__C
    00000584 XDC_runtime Main 模块_id__C
    00000586 XDC_RAuntime_Memory_Module_id__C
    00000588 XDC_Runtime_text_charCnt___C
    0000058a XDC_runtime text_isLoaded___C
    0000058c XDC_RAuntime_Error_policy___C
    00000590 ti_SYSBIOS_ROM_ROM_AONRTCChannelEnable
    00000594 ti_SysBIOS_ROM_ROM_AONRTCCompareValueSet
    00000598 ti_SYSBIOS_ROM_ROM_AONRTCCurrentCompareValueGet
    0000059c ti_sysbios_rom_rom_AONRTCEventClear
    000005a0 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E
    000005a4 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
    000005a8 ti_sysbios_rom_rom_ti_maxBIOS_family_arm_cc26xx_Timer_getTicks__E
    000005ac ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_initDevice__i
    000005b0 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
    000005b4 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setThreshold___i
    000005b8 ti_sysbios_rom_rom_ti_sysbios_family_arm_cc26xx_Timer_start__E
    000005bc ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    000005c0 ti_sysbios_rom_rom_xdc_runtime_Startup_getState_i
    000005c4 ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_abort__e_E
    000005c8 ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_exit___e_E
    000005cc ti_sysbios_gates_GateMutex_instance_State_SEM_O
    000005d0 ti_SysBIOS_KNL_Clock_Module_State_clockQ_O
    000005d4 ti_sysbios_KNL_Mailbox_instance_State_dataQue_O
    000005d8 ti_sysbios_KNL_Mailbox_instance_State_dataSem__O
    000005dc ti_sysbios_KNL_Mailbox_instance_State_freeQue_O
    000005e0 ti_sysbios_KNL_Mailbox_instance_State_freeSem_O
    000005e4 ti_SysBIOS_KNL_Semaphore_Instance_State_PendQ_O
    000005e8 ti_SysBIOS_KNL_Task_Module_State_InactiveQ_O
    00001009 XDC_RAuntime_System_doPrint__I
    0000193d UARTCC26XX_OPEN
    00001c25 I2CCC26XX_transfer
    00001e89 UARTCC26XX_WRITE
    000020e5 GAPRole_SetParameter
    00002321 Power_sleep
    00002549 SensorS5852A_READ
    00002759 NOROM_SysCtrlSetRechargeBeforePowerDown
    0000295d I2CCC26XX_OPEN
    00002b51 __aeabi_uldivmod
    00002d45 UARTCC26XX_READ
    00003465 PIN_INIT
    0000360d RF_CancelCmd
    000037b5 PowerCC26XX_doCalibrate
    00003939 RF_postCmd
    00003c0d UARTCC26XX_hwiIntFxn
    00003ec1 NOROM_SetupAfterColdResetWakeupFromShutDownCfg3.
    00004119 GAPRole_GetParameter
    00004239 Power_init
    00004355 UARTCC26XX_writeCancel
    00004671 __aeabi_dmul
    0000476d XDC_runtime System_printfExtend__I
    00004865 UARTCC26XX_readCancel
    00004d11 NOROM_SetupAfterColdResetWakeupFromShutDownCfg2
    00004ed5 UARTCC26XX_CLOSE
    00004fb1 Power_releaseDependency
    00005085 I2CCC26XX_CLOSE
    00005155 Power_setDependency
    00005225 UARTCC26XX_swiIntFxn
    0000555d SensorTagKeys_processKeyLeft
    00005625 SensorTagKeys_processKeyRight
    00005b89 RF_OPEN
    00005c49 SensorTag352_processCharChangeEvt
    00005dc9 PowerCC26XX_standbyPolicy
    000060a5 SensorTagIO_processCharChangeEvt
    0000614d NOROM_SetupTrimDevice
    0000614d ti_SYSBIOS_family_ARM_cc26xx_Boot_trimDevice
    000061F1 __TI_auto_init
    00006291 ti_SysBIOS_KNL_Task_setPri__E
    00006331 __aeabi_memcpy
    00006331 __aeabi_memcpy4.
    00006331 __aeabi_memcpy8.
    00006331 memcpy
    000063cd XDC_runtime_text_putSite__E
    00006467 NOROM_RFCAdi3VcoLdoVoltageMode
    00006469 PIN_OPEN
    00006501 ti_SysBIOS_KNL_Clock_workFuncDynamic__E
    00006599 GATTServApp_ProcessCharCfg
    0000662d SensorTagOpt_processCharChangeEvt
    00006755 XDC_runtime text_putMod__E
    00006a29 DevInfo_SetParameter
    00006ab5 NOROM_OSCHF_GetStartupTime
    00006ab5 PowerCC26XX_getXoscStartupTime
    00006b41 I2CCC26XX_CANCEL
    00006bc9 SensorTagBar_processCharChangeEvt
    00006c51 SensorTagRegister_processCharChangeEvt
    00006de9 iCall_heapMalloc
    00006ef1 TRNGCC26XX_getNumber
    00006ff9 RF_PendCmd
    00007079 SensorTagTmp_processCharChangeEvt
    00007179 uartLog_outputFxn
    000071f9 iCall_createRemoteTasks
    00007275 SensorTagHum_processCharChangeEvt
    0000736d __aeabi_memclr
    0000736d __aeabi_memclr4.
    0000736d __aeabi_memclr8.
    0000736f __aeabi_memset
    0000736f _aeabi_memset4
    0000736f __aeabi_memset8.
    00007375内存集
    000073e7 NOROM_RFCRTrim
    000073e9 NOROM_SetupAfterColdResetWakeupFromShutDownCfg1
    00007461 ICallPlatform_pwrUpdActivityCounter
    00007549 PowerCC26XX_auxISR
    00007719 NOROM_ChipInfo_GetHwRevision
    00007789 SensorI2C_SELECT
    000077f9 XDC_runtime System_formatNum__i
    00007869 iCall_heapInit
    000078d5 NOROM_SetupGetTrimForAmpcompCtrl
    00007941 PowerCC26XX_CALIBRATE
    000079ad SensorMpu9250_reset
    00007bc7 _aeabi_idiv0
    00007bc9 NOROM_SetupGetTrimForAnabypassValue1
    00007c31 NOROM_SYSCTRL_DCDC_VoltageConditionalControl
    00007c99 uartLog_flush
    00007d01 ti_sysbios_family_arm_cc26xx_Timer_start__E
    00007dc7 ti_SYSBIOS_BIOS_linkedWithIncorrectBootLibrary__E
    00007e89 PowerCC26XX_RCOSC_clockFunc
    00007e9 RF_getCurrentTime
    000080c5 NOROM_OSCHF_AttempToSwitchToXosc
    00008121 NOROM_SysCtrlAdjustRechargeAfterPowerDown
    0000817d SensorMpu9250_test
    000082ed XDC_RAuntime_Startup_getState__I
    00008349 XDC_runtime text_putLab__E
    00008459 Movement_SetParameter
    000084b1 PIN_REMOVE
    00008509 PowerCC26XX_initiateCalibration
    00008561 UARTCC26XX_CONTROL
    000085b9 Barometer_SetParameter
    0000860d SensorI2C_open
    00008661 Util_elassignuleClock
    00008857 ti_SysBIOS_BIOS_nullFunc__I
    00008859 GAP_DeviceInit
    000088a9 GAP_UpdateAddisingData
    000088f9湿度_设置参数表
    00008999 IRTemp_SetParameter
    000089e9 NOROM_SetupSetCacheModeAccordingToCcfgSeting
    00008a39 Opt_SetParameter
    00008a89 RF_getinfo
    00008b29 SensorOpt3001_test
    00008bc5 ICallPlatform_pwrRegisterNotify
    00008ca9 NOROM_OSCClockSourceSet
    00008d41 Util_constructClock
    00008e71 copy_in
    00008f09 XDC_Runtime_text_visitRope2__I
    00008f55 GATTServApp_ProcessCCCWriteReq
    00008f9f ti_SysBIOS_KNL_Clock_triggerFunc__i
    00008fe9 NOROM_ChipInfo_GetChipFamily
    00009031 NOROM_DDI16BitfieldWrite
    00009199 __aeabi_d2iz
    00009229 GAP_TerminateLinkReq
    000092b1 SensorMpu9250_accSetRange
    000092f5 SensorTagIO_BLinkLed
    00009339 ResetISR
    00009339 _c_int00
    000093c1 C$$EXIT
    000093c5中止
    000093c5 XDC_runtime_System_abortStd__E
    000093cd 退出
    000093cd XDC_runtime System_exitStd__E
    00009449 XDC_runime_LoggerCallback_write8__E
    0000948d XDC_runtime_text_xprintf___I
    00009513 ti_sysbios_rom_cortexm_cc26xx_CC26xx_BadRomRevision__E
    00009515 GAPRole_SendUpdateParam
    00009555 GAPRole_createTask
    00009595 NOROM_DDI16BitfieldRead
    000095d5 rf_getRssi
    00009615 SensorTmp007_enable
    00009655__aeabi_uidiv
    00009655__aeabi_uidivmod
    00009715 XDC_runime_LoggerCallback_Module_StartUP_E
    00009755 GAP_GetParamValue
    00009791 GATTServApp_RegisterService
    000097cd ICallPlatform_pwrConfigACAction
    00009809 NOROM_OSC_HPOSCRelativeOffsetGet
    00009845 NOROM_RFCSynthPowerDown
    00009881 RF_runCmd
    000098BD Register_SetParameter
    000098f9 SensorI2C_writeRead
    00009935 SensorMpu9250_accReadRange
    00009971 SensorTagBuzzer_open
    000099ad SensorTagBuzzer_setFrequency
    000099e9 SensorTag_createTask
    00009b15 GAPBondMgr_LinkEst
    00009b4d I2C_init
    00009bd PIN_setOutputEnable
    00009bf5 SensorI2C_WRITE
    00009c2d UART_init
    00009c65 Util_restartClock
    00009d0d linkDB_NumConns
    00009d45 ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
    00009db3 XDC_runtime SysCallback_defaultAbort
    00009db5 GAPBondMgr_SetParameter
    00009de9 GAP_SetParamValue
    00009eed iCall_searchServiceEntity
    00009f21 IO_SetParameter
    00009f55 NOROM_OSCHF_SwitchToRcOscTurnOffXosc
    00009f89 NOROM_TRNGConfigure
    00009fbd PowerCC26XX_isStableXOSC_HF
    0000a025 Register_getParameter
    0000a059 SensorMpu9250_enable
    0000a08d SensorTagKeys_processRelay
    0000a0c1 osal_SNV_read
    0000a0f5 osal_SNV_write
    0000a15d XDC_runime_LoggerCallback_write4__E
    0000a1f5 main
    0000a2bd ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
    0000a31f XDC_runtime SysCallback_defaultExit
    0000a381 Movement_getParameter
    0000a3b1 NOROM_SetupAonRtcSubSecInc
    0000a3e1 PIN_setInterrupt
    0000a411 PIN_setOutputValue
    0000a441 Power_releaseConstraint
    0000a471 Power_setConstraint
    0000a4a1 SensorMpu9250_powerOn
    0000a4d1 UART_open
    0000a531 ti_SysBIOS_BIOS_atExitFunc__I
    0000a561 ti_SysBIOS_BIOS_startFunc__i
    0000a591 ti_sysbios_family_arm_cc26xx_Timer_initDevice__I
    0000a5c1 ti_sysbios_family_arm_cc26xx_Timer_setThreshold___i
    0000a5F1 XDC_runtime、LoggerCallback_Object_create_S
    0000a621 XDC_runtime _text_printVisFxn__I
    0000a737 SensorOpt3001_ENABLE
    0000a793 XDC_runtime SysCallback_defaultPutch
    0000a795 GAPBondMgr_Register
    0000a7c1 iCall_freeImpl
    0000a7c1 iCall_heapFree
    0000a8c9 NOROM_DDI32RegWrite
    0000a8f5 NOROM_SetupGetTrimForRadcExtCfg
    0000a921 PINCC26XX_setMux
    0000a94d PIN_setConfig
    0000a979 SensorI2C_writeReg
    0000a9a5 SensorTagBatt_init
    0000a9fd ti_SysBIOS_KNL_Clock_getTicksUntilInterrupt__E
    0000aa29 utilExtUuid16
    0000aa55 XDC_Runtime_LoggerCallback_write2__E
    0000aaab TRNGCC26XX_isParamValid
    0000aad5 Util_enqueueMsg
    0000ab29 XDC_runtime System_putchar__i
    0000ab55 BAT_AddService
    0000ab7d GATTServApp_WriteCharCfg
    0000aba5 iCall_init
    0000ac45 NOROM_AONBatMonTemperatureGetDegC
    0000ac6d PowerCC26XX_switchXOSC_HF
    0000ac95 Power_registerNotify
    0000acbd SafeHapiVoid
    0000ace5 SensorBmp280_enable
    0000AD0d SensorTagBuzzer_Close
    0000ad5d TRNGCC26XX_INIT
    0000add5 ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
    0000adfd XDC_runtime LoggerCallback_write0__E
    0000ae25 XDC_runime_LoggerCallback_write1__E
    0000ae4d List_Put
    0000ae75 Barometer_getParameter
    0000ae99 GAPBondMgr_LinkTerm
    0000aebd I2C_open
    0000af29 PINCC26XX_getPinCount
    0000af4d SensorMpu9250_poweroff
    0000af71 SensorTagRegister_update
    0000afdd ti_SysBIOS_BIOS_registerRTSLock__I
    0000b001 ti_SysBIOS_BIOS_removeRTSLock__i
    0000b08b memcmp
    0000b0ad GATTServApp_InitCharCfg
    0000b0cd 湿度_getParameter
    0000b18d IRTemp_getParameter
    0000b1ad NOROM_RFCDoorSendto
    0000b1cd NOROM_RFCRfTrimRead
    0000b1ed NOROM_SetupGetTrimForXoscHfCtl
    0000b20d Opt_getParameter
    0000b22d Power_unregisterNotify
    0000b24d SensorTagBatt 复位
    0000b2ad __aeabi_ui2d
    0000b2cd ti_sysbios_BIOS_rtsLock___i
    0000b2ed ti_SysBIOS_KNL_Clock_stop__E
    0000b30d XDC_runtime 注册表_findById__E
    0000b34b PIN_CLOSE
    0000b369 Power_getTransitionLatency
    0000b3a5 Batt 测量电压
    0000b3c1 GAPRole_StartDevice
    0000b3dd GATT_BM_alloc
    0000b3f9 GATT_BM_FREE
    0000b469 NOROM_OSCClockSourceGet
    0000b485 NOROM_SetupGetTrimForAmpcompTh2.
    0000b4a1 NOROM_SetupGetTrimForRcOscLfRtuneCTuneTrim
    0000b4f5 RF_runDirectCmd
    0000b511 RF_runImmediateCmd
    0000b52d SensorTagBatt 处理器 ChangeEvt
    0000b581 TRNGCC26XX_OPEN
    0000b5d5 openTRNG
    0000b5F1 ti_sysbios_family_arm_cc26xx_Timer_DynamicStudiob__E
    0000b60d XDC_runtime _LoggerCallback_instance_init__E
    0000b629 GATT_Notification
    0000b643 iCall_enterCImpl
    0000b677 List_remove
    0000b691 Util_dequeueMsg
    0000b6c5 XDC_runtime_System_snprintf___E
    0000b6e1 BAT_SetParameter
    0000b6f9 GAPRole_TerminateConnection
    0000b711 I2C_Params_init
    0000b729 ICallPlatform_pwrDispense
    0000b741 ICallPlatform_pwrRequire
    0000b819 NOROM_AONRTCCurrentCompareValueGet
    0000b831 NOROM_ChipInfo_GetPackageType
    0000b849 NOROM_OSCHF_TurnOnXosc
    0000b861 NOROM_RFCCpeIntGetAndClear
    0000b879 NOROM_SetupGetTrimForAdcShModeEn
    0000b891 NOROM_SetupGetTrimForAdcShVbufEn
    0000b8a9 NOROM_SetupGetTrimForAmpcompTh1.
    0000b8c1 NOROM_SetupGetTrimForDblrLoopFilterResetVoltage
    0000b8d9 NOROM_SetupGetTrimForRcOscLfIBiasTrim
    0000b8F1 NOROM_SetupGetTrimForXoscLfRegulatorAndCwrmirrorRatio
    0000b909 Power_idleFunc
    0000b969 SensorTag_updateAddisingData
    0000b981 UARTCC26XX_init
    0000b999 Util_constructQueue
    0000b9c9 gapRole_clockHandler
    0000ba41 _args_main
    0000ba59 __aeabi_lmul
    0000ba89 ti_SysBIOS_BIOS_rtsUnlock___i
    0000ba1 ti_SysBIOS_KNL_Swi_OR_E
    0000bab9 ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E
    0000bad1 AssertHandler
    0000bafd iCall_leaveCSImpl
    0000bb29 driverTable_fnSpinlock
    0000bb3f ti_SysBIOS_BIOS_exitFunc__I
    0000bb55 BAT_Register
    0000bb69 DevInfo_AddService
    0000bb7d IO_getParameter
    0000bb91 NOROM_AONRTCCurrent64BitValueGet
    0000bba5 NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIf 紫色
    0000bbb9 PIN_getInputValue
    0000bbcd PIN_getOutputValue
    0000bbe1 RF_PARAMS_INIT
    0000bbf5 SensorMpu9250_powerIsOn
    0000bc09 SensorTagBatt 处理器 SensorEvent
    0000bc1d _nop
    0000bc1f _register_unlock
    0000bc25 _register_lock
    0000bc31 strlen
    0000bc59 ti_SysBIOS_KNL_Clock_dotick__i
    0000bc6d GATTServApp_FindAttr
    0000bc7f rf_getCmdOp
    0000bc91 XDC_runtime_Startup_exec__i
    0000bcb5 GAP_EndDiscoverable
    0000bcc5 GATTServApp_ReadCharCfg
    0000bcd5 ICallPlatform_pwrGetXOSCStartupTime
    0000bd05 NOROM_RFCRfTrimSet
    0000bd15 NOROM_SetupGetTrimForXoscHfFastStart
    0000bd25 NOROM_SetupGetTrimForXoscHfIbiastherm
    0000bd35 RegisterAssertBack
    0000bd45 Util_isActive
    0000bd65 ti_sysbios_family_arm_m3/hwi_post
    0000bd65 ti_sysbios_hal_hwi_hwiProxy_post___E
    0000bd65 ti_sysbios_hal_hwi_post _E
    0000bd85 XDC_runtime _LoggerCallback_Object_GET__S
    0000bd95 XDC_runtime SysCallback_putch__E
    0000bd95 XDC_runtime System_SupportProxy_putch__E
    0000bda5 XDC_runtime SysCallback_ready__E
    0000bda5 XDC_runtime System_SupportProxy_READY__E
    0000bdb5 XDC_runtime System_vsnprintf___E
    0000bdc5 GATT_Indication
    0000bdd3 ICallPlatform_pwrGetTransitionState
    0000bde1 ICallPlatform_pwrIsStableXOSCHF
    0000be27 NOROM_SetupSignExtendVddrTrimValue
    0000be35 NOROM_VIMSModeGet
    0000be43 SensorI2C_readReg
    0000be51 __TI_decompress_none
    0000be97 ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    0000be97 xdc_runtime_Timestamp_SupportProxy_get32_E__man翻转__
    0000beb1 GAP_MakeDiscoverable
    0000bebd GAP_TerminateAuth
    0000bec9 GAP_UpdateLinkParamReq
    0000bed5 GAP_UpdateLinkParamReqReply
    0000bee1 GGS_SetParameter
    0000bf29 NOROM_CPUcpsid
    0000bf35 NOROM_CPUcpsie
    0000bf41 Power_getConstraintMask
    0000bf4d Power_getDependencyCount
    0000bf59 Power_getTransitionState
    0000bf65 SensorI2C_DESELECT
    0000bf89 SensorTag_testResult
    0000bf95 UartLog_doInit
    0000bfa1 __TI_zero_init
    0000bfb9 ti_SysBIOS_BIOS_getThreadType__E
    0000bfc5 ti_sysbios_hal_hwi_params__init__S
    0000bfd1 ti_SysBIOS_KNL_Swi_getTrigger__E
    0000bfdd XDC_RAuntime_Startup_reset__I
    0000bfe9 XDC_Runtime_Startup_rtsDone__E
    0000bff5 I2CCC26XX_init
    0000bfff I2C_Close
    0000c009 I2C_transfer
    0000c013 ICallPlatform_pwrSwitchXOSCHF
    0000c027 List_empty
    0000c031 SensorTag_charValueChangeCB
    0000c045 UART_WRITE
    0000c04f XDC_runtime_LoggerCallback_disable__E
    0000c059 XDC_runtime _LoggerCallback_enable__E
    0000c063 XDC_Runtime_text_visitRope __I
    0000c06d RF_FLushCmd
    0000c0bd GGS_AddService
    0000c0c3 I2CCC26XX_control
    0000c0c9 iCall_mallocImpl
    0000c0cf NOROM_CPUdelay
    0000c0d5 PIN_registerIntCb
    0000c0db UARTCC26XX_readPolling
    0000c0e1 UARTCC26XX_writePolling
    0000c0e7 __XDC__init
    0000c0f3 _TI_decompress_rle24
    0000c153 ti_sysbios_family_arm_m3/hwi_setFunc__E
    0000c159 Hwip_disable
    0000c161 List_head
    0000c165 List_next
    0000c171 Util_startClock
    0000c175 Util_stopClock
    0000c181 ti_SYSBIOS_family_ARM_cc26xx_Timer_getCount64__E
    0000c185 ti_SysBIOS_KNL_Clock_isActive__E
    0000c189 ti_SYSBIOS_KNL_Clock_setPeriod__E
    0000c18d ti_SysBIOS_KNL_Queue_insert__E
    0000c191 XDC_runtime_LoggerCallback_defaultCreate
    0000c195 XDC_Runtime_SysCallback_defaultReady
    0000c199 XDC_runtime_System_snprintf_va__F
    0000c39c XDC_runtime_text_charTab__A
    0000dc28资源数据库
    0000dc74 rfDriverTable
    0000df04 XDC_RAuntime_LoggerCallback_Module_Fxns__C
    0000df38 ioServUUID
    0000df48 ioDataUUID
    0000df58 ioConfUUID
    0000df68 BoardGpioInitTable
    0000df98 primaryServiceUUID
    0000dfcharacter9a UUID
    0000df9c clientCharCfgUUID
    0000df9e charFormatUUID
    0000dfa0 reportRefUUID
    0000dfa2 gapServiceUUID
    0000dfa4 gattServiceUUID
    0000dfa6 secondaryServiceUUID
    0000dfa8 includeUUID
    0000dfaa charExtPropsUUID
    0000dfansceCharUserDescUUID
    0000dfae servCharCfgUUID
    0000dfb0 charAggratUUID
    0000dfb2 deviceNameUUID
    0000dfb4 appearanceUUID
    0000dfb6 periPrivacyFLAG1 UUID
    0000dfb8 reconnectAddrUUID
    0000dfba ConnperiParamUUID
    0000dfbc serviceChangedUUID
    0000dfbe validRangeUUID
    0000dfc0 extReportRefUUID
    0000dfc4 UARTCC26XX_fxn 表
    0000dfec XDC_runtime 启动 sfxnTab__A
    0000e014 txPowerTable
    0000e03c UART_defaultParams
    0000e060 I2CCC26XX_fxnTable
    0000e080 XDC_RAuntime_LoggerCallback_Object_DESC__C
    0000e0a0 XDC_runime_LoggerCallback_Object_Params__C
    0000e0bc I2C_CONFIG
    0000e0d4 UART_CONFIG
    0000e0ea __CHECKSUM_VALUE CommonROM
    0000e0ec i2cCC26xxHWAttrs
    0000e104 uartCC26XXHWAttrs
    0000e11c devInfoServUUID
    0000e11e devInfoSystemIdUUID
    0000e120 devInfoModelNumberUUID
    0000e122 devInfoSerialNumberUUID
    0000e124 devInfoFirmwareUUID
    0000e126 devInfoHardwareUUID
    0000e128 devInfoSoftwareRevUUID
    0000e12a devInfoMfrNameUUID
    0000e12c devInfo11073CertUUID
    0000e12e devInfoPnpIdUUID
    0000e160电池
    0000e16c txPwrTbl
    0000e174 trngDriverTable
    0000e188 devInfoCB
    0000e1b0 iCBs
    0000e20c XDC_Runtime_Startup_sfxnRts__A
    0000e220 I2C_defaultParams
    0000e230 PowerCC26XX_CONFIG
    0000e240 TRNGCC26XX_CONFIG
    0000e250 XDC_runtime 文本 nodeTab__A
    0000e260 XDC_RAuntime_Startup_firstFxns__A
    0000e26c ti_SysBIOS_KNL_Idle_funclist__A
    0000e274战斗服务器 UUID
    0000ebatt276 LevelUUID
    0000e278 TRNGCC26XXHWAttrs
    0000e280 ti_SysBIOS_KNL_Clock_tickPeriod___C
    0000e284 ti_SysBIOS_KNL_Clock_triggerClock__C
    0000e288 XDC_runtime ILogger_Interface_base__C
    0000e28c XDC_runime_Log_L_INFO__C
    0000e290 XDC_RAuntime_Log_L_WARNING__C
    0000e294 xdc_runtime_LoggerCallback_Object_count__C
    0000e298 XDC_runime_LoggerCallback_createInstFxn__C
    0000e29c XDC_runtime LoggerCallback_outputFxn__C
    0000e2a0 XDC_runime_Main_Module_loggerFxn2__C
    0000e2a4 XDC_runtime Main 模块_日志记录器 Fxn4__C
    0000e2a8 XDC_runtime Main 模块_日志记录器 Fxn8__C
    0000e2ac XDC_runime_Main_Module_loggerObj__C
    0000e2b0 XDC_runtime SysCallback_putchFxn__C
    0000e2b4 XDC_runtime SysCallback_readyFxn__C
    0000e2b8 XDC_runtime System_extendFxn__C
    0000e2bc XDC_runtime_text_nodeTAB___C
    0000e2c0 XDC_Runtime_text_visitRopeFxn__C
    0000e2c6 XDC_runtime_Main_Module_logger Defined___C
    0000e2c8 XDC_runtime_text_registryModsLastId__C
    0000e2ca XDC_runtime_text_unnamedModsLastId__C
    0000e2d0 __TI_STATUS_BASE__
    0000eca0 __TI_Handler_Table_Base
    0000ecac __TI_Handler_Table_Limit
    0000ecf8 __TI_CINIT_Base
    0000ed58 __TI_CINIT_LIMIT
    0001ffa8 _ccfg
    10014c00 a1_rw
    10014c00 __CHECKSUM_BEGIN_CommonROM
    10014c01 common_rom_base_ADDR
    10014c04 p1_ro
    10014c05 SCALARMUL_INIT
    10014层 SCALARMUL_CORE
    10015019 SCALARMUL_FINAL
    100150e5 SCALARMUL
    10015101 SAVEPOINT
    10015141 GETBIT
    10015155 GETDIGIT
    100151a5 GETDIGITL2R
    10015215可选稳压器
    10015229 ATOMICPATTERNS
    100154f5 JACADD
    1001568d 反转
    10015821 SQUAREMULTIPLYWORD
    1001588c LUTOPCODE
    10015894 LUTOPSIN
    100158ac LUTC
    100158c4 LUTSE
    100158DC LUTINCI
    100158f4 LUTJ
    1001596c LUTSTATE
    100159a9 IMPORTLENGTH
    100159ad IMPORTMODULUS
    100159d1 IMPORTOPERAND
    10015a11 EXPORTOPERAND
    10015a35 IMPORTDATA
    10015a51 SETOPERAND
    10015a6d 副本
    10015a85零
    10015a91 SETWORD
    10015a9d mSET
    10015bcd zSET
    10015bd5 mINVK
    10015d19 zADD
    10015d5d zSUB
    10015de9 zMACC32
    10015e69 zSUB32
    10015eb5 zADD32
    10015f0d zMULT32
    10015f81 MMULT
    10016551 madd
    1001664d mSUB
    10016749输出电流
    10016975 SSP_KeyInit_SW
    10016979 sspAesEncrype_SW
    10016985 sspKeyExpansion 软件
    10016a99 sspAesEncryptKeyExp_SW
    10016af5 sspAesEncryptBasic_SW
    10016b79 RoundKey_SW
    10016c29 AddRoundKeySubBytes_SW
    10016c45 ShiftRows_SW
    10016c79 MixColumns_SW
    10016d05 FFMULT_SW
    10016d29 sspAesDecrypt_SW
    10016da1 InvAddRoundKey_SW
    10016dc9 InvRoundKey_SW
    10016e8d InvSubBytes_SW
    10016ea1 InvShiftRows_SW
    10016ed5 InvMixColumns_SW
    10016f58 FFMult2.
    10017058 FFMult3.
    10017158 RCon
    10017164 SBOX
    10017264 InvSbox
    10017365 SSP_CCM_Auth 软件
    100174fd SSP_CCM_Encrypt_SW
    100175ed SSP_CTR_Encrypt_SW
    1001767d SSP_CCM_Decrype_SW
    10017771 SSP_CTR_Decrype_SW
    10017839 SSP_CCM_InvAuth 软件
    10017895 SSP_CCM_Auth 加密软件
    100178f5 SSP_CCM_InvAuth 解密_SW
    10017959 ecc_allocworkzone
    10017961 ECC_setWin
    10017969 ECDSA_SIGN
    10017b01 ECDSA_verif
    10017dbd eccRom_genKeys
    10017分式 eccRom_genSharedSecret
    10017e39 SHA256_updateW
    10017e75 SHA256_ROUND
    10017ef1 SHA256_nextState
    10017f49 SHA256_saveBuffer
    10017ffd SHA256_init
    10018019 SHA256_Process
    10018089 SHA256_final
    10018129 SHA256_FULL
    100182ad RFHAL_InitRfHal
    10018315 RFHAL_AllocRatChan
    1001833d RFHAL_FreeRatChan
    10018369 RFHAL_MapRatChansToInt
    10018391 RFHAL_RegisterRatChanCallback
    100183b9 RFHAL_InitDataQueue
    100183c5 RFHAL_QueueRFDataEntry
    10018415 RFHAL_AddTxDataEntry
    10018485 RFHAL_FreeNextTxDataEntry
    100184a9 RFHAL_AllocDataEntryQueue
    100184c5 RFHAL_FreeDataEntryQueue
    100184cd RFHAL_GetNextDataEntry
    100184d1 RFHAL_GetTempDataEntry
    100184d5 RFHAL_NextDataEntryDone
    100184f9 RFHAL_AllocDataEntry
    10018549 RFHAL_FreeDataEntry
    10018551 RFHAL_BuildRingBuffer
    100185e1 RFHAL_BuildDataEntryRingBuffer
    10018669 RFHAL_BuildLinkedIn 缓冲器
    10018755 MB_Init
    10018799 MB_EnableInts
    100187f5 MB_DisableInts
    10018825 MB_ClearInts
    10018835 MB_EnableHWInts
    10018865 MB_SendCommand
    100188a5 MB_SendCommandSynch
    10018935 MB_ReadMailboxStatus
    1001893d MB_RegisterIsrBack
    10018945 MB_FwDebugDump
    10018949 mbCmdAckIsr.
    1001895d mbCpe0Isr.
    10018985 mbCpe1等
    100189e5高速高速
    10018a19 AesCM_authEncrypt 软件
    10018a35 Aescm_decrittAuth 软件
    10018a99 AES_encrypt_SW
    10018ac5 AES_Decrype_SW
    10018b09 AesCM_getNumBlocks_SW
    10018b0c NIST_Curve_P256_p
    10018b30 NIST_Curve_P256_r
    10018b54 NIST_Curve_P256_A
    10018b78 NIST_Curve_P256_b
    10018b9c NIST_Curve_P256_GX
    10018bc0 NIST_Curve_P256_Gy
    10018ced __exit
    10018d6c Fill1.
    10019ffc A3_RW
    10019ffd __CHECKSUM_END_CommonROM
    10019ffe A2_RW
    10019ffe P1_RO_2
    10019ffe __CHECKSUM_CommonROM
    1001a001 ti_sysbios_KNL_Mailbox_instance_init__E
    1001a0cd ti_SysBIOS_KNL_Semaphore_pend__E
    1001a199 ti_sysbios_b堆_HeapMem_alloc__E
    1001a25d ti_sysbios_KNL_Task_instance_init__E
    1001a319 ti_sysbios_family_arm_m3/hwi_postInit__i
    1001a3c9 ti_sysbios_family_arm_m3_Hwi_instance_init__E
    1001a469 ti_SysBIOS_family_ARM_cc26xx_Timer_periodicStudiob__E
    1001a4fd ti_sysbios_KNL_Task_instance_finaling__E
    1001a591 ti_sysbios_KNL_Mailbox_post__E
    1001a615 ti_SysBIOS_KNL_Task_postInit___I
    1001a699 ti_sysbios_family_arm_m3/hwi_initNVIC__E
    1001a719 ti_SysBIOS_KNL_Clock_starti__E
    1001a795 ti_sysbios_堆_HeapMem_free__E
    1001a80d ti_SysBIOS_KNL_Clock_WalkQueueDynamic__E
    1001a885 ti_SysBIOS_KNL_Clock_workFunc__E
    1001a8fd ti_sysbios_KNL_Mailbox_pend__E
    1001a96d ti_SysBIOS_KNL_Task_sleep_E
    1001a9dd ti_sysbios_KNL_Mailbox_instance_finaling__E
    1001aa49 ti_sysbios_family_arm_m3/hwi_d调度 C__I
    1001aab1 ti_sysbios_family_arm_m3/Hwi_Object__create__S
    1001ab15 ti_sysbios_family_arm_m3/hwi_create
    1001ab79 ti_sysbios_hal_hwi_create
    1001abdd ti_SysBIOS_KNL_Mailbox_create
    1001ac41 ti_SysBIOS_KNL_Semaphore_post__E
    1001aca5 ti_SysBIOS_KNL_Swi_instance_init__E
    1001ad05 ti_SysBIOS_KNL_Swi_create
    1001ad61 ti_SysBIOS_KNL_Swi_restoreHwi__E
    1001adbd ti_sysbios_KNL_Task_Module_startup___E
    1001ae19 ti_SysBIOS_KNL_Task_create
    1001ae75 ti_sysbios_KNL_Task_startCore__E
    1001aed1 ti_sysbios_family_arm_m3/hwi_instance_finaling__E
    1001af29 ti_sysbios_family_arm_m3/hwi_construct
    1001af81 ti_sysbios_KNL_Mailbox_construct
    1001afd9 ti_sysbios_KNL_Swi_run__i
    1001b031 ti_sysbios_KNL_Swi_schedule__i
    1001b085 ti_SysBIOS_KNL_Swi_construct
    1001b0d5 ti_SysBIOS_KNL_Swi_runLoop __I
    1001b125 ti_SysBIOS_KNL_Task_construct
    1001b175 ti_SysBIOS_KNL_Task_schedule__i
    1001b1c1 ti_sysbios_family_arm_m3/hwi_Module_startup__E
    1001b209 ti_sysbios_b堆_HeapMem_getStats__E
    1001b251 ti_sysbios_KNL_Mailbox_Module_Started__E
    1001b299 ti_SysBIOS_family_ARM_m3/Hwi_disableInterrupt__E
    1001b2dd ti_sysbios_family_arm_m3/hwi_enableInterrupt__E
    1001b321 ti_sysbios_KNL_Swi_post _E
    1001b365 ti_SysBIOS_KNL_Task_allBrokedFunction__I
    1001b3a9 ti_sysbios_KNL_Task_yield __E
    1001b3ed ti_SysBIOS_KNL_Clock_create
    1001b429 ti_SysBIOS_KNL_Task_exit___E
    1001b463 ti_sysbios_gates_GateHwi_instance_init__E
    1001b465 ti_sysbios_family_arm_m3/hwi_getStackInfo__E
    1001b49d ti_sysbios_family_arm_m3/taskSupport_start__E
    1001b4d5 ti_sysbios_b堆_HeapMem_instance_init__E
    1001b50d ti_sysbios_KNL_Clock_instance_init__E
    1001b545 ti_sysbios_b堆_HeapMem_init__i
    1001b579 ti_SysBIOS_KNL_Clock_con构
    1001b5ad ti_SysBIOS_KNL_Semaphore_create
    1001b5e1 ti_sysbios_KNL_Swi_restore__E
    1001b615 ti_SysBIOS_KNL_Task_blockI_E
    1001b649 ti_sysbios_gates_GateMutex_Object__create__S
    1001b679 ti_sysbios_gates_GateMutex_create
    1001b6a9 ti_sysbios_gates_GateMutex_enter__E
    1001b6d9 ti_SysBIOS_KNL_Clock_getTicks__E
    1001b709 ti_SysBIOS_KNL_Semaphore_construct
    1001b739 ti_SysBIOS_KNL_Task_processorVitalTaskFlag__I
    1001b769 ti_SysBIOS_family_ARM_cc26xx_Timer_postInit___I
    1001b795 ti_sysbios_family_arm_cc26xx_Timer_startup___E
    1001b795 ti_sysbios_KNL_Clock_TimerProxy_startup___E
    1001b7c1 ti_sysbios_family_arm_m3/Hwi_Object_GET_S
    1001b7ed ti_sysbios_gates_GateMutex_construct
    1001b819 ti_sysbios_hal_hwi_initStack
    1001b845 ti_sysbios_b堆_HeapMem_Object__create__S
    1001b871 ti_sysbios_b堆_HeapMem_Object_get__S
    1001b89d ti_SysBIOS_KNL_Mailbox_Object__get__S
    1001b8c9 ti_sysbios_KNL_Mailbox_postInit___i
    1001b8f5 ti_SysBIOS_KNL_Queue_construct
    1001b921 ti_SysBIOS_KNL_Queue_create
    1001b94d ti_SysBIOS_KNL_Semaphore_pendTimeout__I
    1001b979 ti_sysbios_KNL_Swi_Object__get__S
    1001b9a5 ti_sysbios_KNL_Task_unblocki__E
    1001b9d1 ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E
    1001b9d1 XDC_runtimestamp_SupportProxy_get64__E
    1001b9d1 XDC_runtimestamp_get64__E
    1001b9f9 ti_sysbios_hal_hwi_instance_init__E
    1001ba21 ti_SysBIOS_KNL_Clock_addi__E
    1001ba49 ti_sysbios_KNL_Task_restore__E
    1001ba71 ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E
    1001ba95 ti_sysbios_gates_GateHwi_Object__create__S
    1001bab9 ti_sysbios_BIOS_rtsGateProxy_Object__delete_S
    1001bab9 ti_sysbios_gates_GateMutex_Object__delete_S
    1001bab9 ti_sysbios_堆_HeapMem_Module_GateProxy_Object__delete_S
    1001b 添加 ti_SysBIOS_KNL_Clock_Object__delete_S
    1001bb01 ti_SysBIOS_KNL_Semaphore_instance_init__E
    1001bb25 ti_SysBIOS_KNL_Semaphore_Object__delete_S
    1001bb49 ti_sysbios_family_arm_cc26xx_Timer_Module_starpDone__S
    1001bb69 ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E
    1001bb89 ti_sysbios_family_arm_m3/hwi_Module_starpDone__S
    1001bba9 ti_sysbios_family_arm_m3/Hwi_Object__delete_S
    1001bba9 ti_sysbios_hal_hwi_hwiProxy_Object__delete_s
    1001bbc9 ti_sysbios_family_arm_m3/hwi_examplter_i
    1001bbe9 ti_sysbios_gates_GateHwi_handle_label_S
    1001bbe9 xdc_runtime_System_Module_GateProxe_Handle__label__S
    1001bc09 ti_sysbios_gates_GateHwi_Object__delete_S
    1001bc09 XDC_runtime_System_Module_GateProxy_Object__delete_S
    1001bc29 ti_sysbios_BIOS_rtsGateProxy_handle__label_S
    1001bc29 ti_sysbios_gates_GateMutex_handle__label_S
    1001bc29 ti_sysbios_堆_HeapMem_Module_GateProxe_handle__label_S
    1001bc49 ti_sysbios_gates_GateMutex_Object_析 构 T__S
    1001bc69 ti_sysbios_hal_hwi_Object__delete_s
    1001bc89 ti_sysbios_b堆_HeapMem_handle__label_S
    1001bc89 XDC_runtime_Memory_HeapProxy_handle__label_S
    1001bca9 ti_sysbios_堆_HeapMem_Object__delete_S
    1001bca9 XDC_runtime 内存_HeapProxy_Object__delime_S
    1001bcc9 ti_sysbios_KNL_Clock_Module_startup___E
    1001bce9 ti_SysBIOS_KNL_Clock_Object_析 构函数__S
    1001bd09 ti_sysbios_KNL_Idle_run___E
    1001bd29 ti_sysbios_KNL_Mailbox_Object__delete_S
    1001bd49 ti_SysBIOS_KNL_Queue_Object__delete_S
    1001bd69 ti_sysbios_KNL_Queue_Object__get__S
    1001bd89 ti_SysBIOS_KNL_Semaphore_Object_析 构函数__S
    1001bda9 ti_sysbios_KNL_Swi_Object__delete_S
    1001bdc9 ti_sysbios_KNL_Task_Object__delete_S
    1001bde9 ti_sysbios_KNL_Task_Object__get__S
    1001be09 ti_sysbios_KNL_Task_enter_i
    1001be29 ti_sysbios_KNL_Task_restoreHwi__E
    1001be49 ti_sysbios_hal_hwi_hwiProxy_create
    1001be67 ti_SysBIOS_KNL_Clock_logTick__E
    1001be69 ti_sysbios_family_arm_m3/Hwi_Object_析 构 T__S
    1001be85 ti_sysbios_family_arm_m3/hwi_setPriority __E
    1001bea1 ti_sysbios_gates_GateMutex_instance_init__E
    1001bd ti_sysbios_KNL_Clock_scheduleNextTick__E
    1001bed9 ti_sysbios_KNL_Mailbox_Object__析 构函数__S
    1001bef5 ti_SysBIOS_KNL_Queue_Object_析 构 T__S
    1001bf11 ti_SysBIOS_KNL_Queue_get__E
    1001bf2d ti_sysbios_KNL_Queue_put __E
    1001bf49 ti_SysBIOS_KNL_Swi_Object_析 构函数__S
    1001bf65 ti_SysBIOS_KNL_Task_Object_析 构函数__S
    1001bf81 ti_sysbios_KNL_Task_sleepTimeout__i
    1001bf9b ti_SYSBIOS_KNL_Swi_instance_finaling__E
    1001bf9d ti_sysbios_gates_GateMutex_leave__E
    1001bfb5 ti_sysbios_KNL_Task_unb阻断__E
    1001bfcd ti_SysBIOS_KNL_Clock_instance_finaling__E
    1001bfe3 ti_SysBIOS_KNL_Clock_start__E
    1001bff9 ti_SysBIOS_BIOS_getCpuFreq__E
    1001c00d ti_sysbios_family_arm_m3/hwi_switchFromBootStack__E
    1001c021 ti_sysbios_hal_hwi_Module_startup___E
    1001c035 ti_SysBIOS_BIOS_exit__E
    1001c045 ti_SysBIOS_BIOS_setThreadType__E
    1001c055 ti_SysBIOS_BIOS_start__E
    1001c065 ti_SysBIOS_family_ARM_m3/Hwi_plug__E
    1001c075 ti_SysBIOS_gates_GateMutex_instance_finaling__E
    1001c085 ti_sysbios_hal_hwi_hwiProxy_Object__create__S
    1001c095 ti_SysBIOS_KNL_Clock_TimerProxy_getCurrentTick__E
    1001c0a5 ti_SysBIOS_KNL_Clock_TimerProxy_getMaxTicks__E
    1001c0b5 ti_sysbios_KNL_Clock_TimerProxy_setNextTick__E
    1001c0c5 ti_SysBIOS_KNL_Semaphore_instance_finaling__E
    1001c0d5 ti_SysBIOS_KNL_Swi_disable___E
    1001c0e5 ti_SysBIOS_KNL_Swi_enabled__E
    1001c0f5 ti_SysBIOS_KNL_Task_disable__E
    1001c105 ti_sysbios_b堆_HeapMem_restore__E
    1001c113 ti_SysBIOS_KNL_Queue_empty_E
    1001c121 ti_sysbios_KNL_Queue_remove__e_e
    1001c12f ti_sysbios_family_arm_cc26xx_TimestampProvider_getFreq__E
    1001c12f XDC_runtimestamp_SupportProxy_getFreq__E
    1001c12f XDC_runtimestamp_getFreq__E
    1001c13d ti_sysbios_family_arm_m3/Hwi_Params__init__S
    1001c13d ti_sysbios_hal_hwi_HwiProxy_Params__init__S
    1001c149 ti_sysbios_family_arm_m3/hwi_disableFxn_E
    1001c155 ti_sysbios_family_arm_m3/hwi_enableFxn_E
    1001c161 ti_sysbios_family_arm_m3/TaskSupport_getStackAlignment__E
    1001c16d ti_sysbios_gates_GateHwi_enter__E
    1001c179 ti_sysbios_BIOS_rtsGateProxy_Params__init__S
    1001c179 ti_sysbios_gates_GateMutex_Params__init__S
    1001c179 ti_sysbios_堆_HeapMem_Module_GateProxy_Params__init__S
    1001c185 ti_SysBIOS_KNL_Clock_Params__init__S
    1001c191 ti_SysBIOS_KNL_Clock_getTimerHandle__E
    1001c19d ti_SysBIOS_KNL_Mailbox_Params__init__S
    1001c1a9 ti_SysBIOS_KNL_Queue_dequeue___E
    1001c1b5 ti_SysBIOS_KNL_Queue_enqueue___E
    1001c1c1 ti_SysBIOS_KNL_Semaphore_Params__init__S
    1001c1cd ti_sysbios_KNL_Swi_Params__init__S
    1001c1d9 ti_sysbios_KNL_Task_Params__init__S
    1001c1e5 ti_sysbios_KNL_Task_self_E
    1001c1F1 ti_sysbios_hal_hwi_instance_final__E
    1001c1fb ti_sysbios_family_arm_m3/hwi_doSwiRestore__I
    1001c203 ti_sysbios_family_arm_m3/hwi_startup___E
    1001c20b ti_SysBIOS_KNL_Idle_loop__E
    1001c213 ti_SYSBIOS_family_ARM_m3/Hwi_doTaskRestore__I
    1001c219 ti_SYSBIOS_family_ARM_m3/Hwi_restoreFxn_E
    1001c21f ti_sysbios_gates_GateHwi_leave__E
    1001c22b ti_sysbios_KNL_Queue_instance_init__E
    1001c231 ti_SysBIOS_KNL_Queue_elemClear __E
    1001c237 ti_sysbios_KNL_Swi_Module_startup___E
    1001c23d ti_sysbios_KNL_Swi_startup___E
    1001c243 ti_SysBIOS_KNL_Task_enable__E
    1001c249 ti_SYSBIOS_BIOS_rtsGateProxy_enter__E
    1001c24d ti_SYSBIOS_BIOS_rtsGateProxy_leave__E
    1001c251 ti_sysbios_family_arm_cc26xx_Timer_getExpiredTicks__E
    1001c255 ti_SYSBIOS_family_ARM_cc26xx_Timer_getPeriod__E
    1001c259 ti_sysbios_family_arm_cc26xx_Timer_setPeriod___E
    1001c25d ti_sysbios_family_arm_m3/hwi_delete
    1001c261 ti_sysbios_family_arm_m3/hwi_析 构
    1001c265 ti_sysbios_family_arm_m3/TaskSupport_Module_starpDone__S
    1001c269 ti_sysbios_gates_GateHwi_query__E
    1001c269 XDC_runtime_System_Module_GateProxy_query_E
    1001c26d ti_sysbios_gates_GateMutex_delete
    1001c271 ti_sysbios_gates_GateMutex_析 构
    1001c275 ti_sysbios_BIOS_rtsGateProxy_query_E
    1001c275 ti_sysbios_gates_GateMutex_query__E
    1001c275 ti_sysbios_堆_HeapMem_Module_GateProxy_query_E
    1001c279 ti_sysbios_hal_hwi_HwiProxy_Module_startupDone__S
    1001c27d ti_sysbios_hal_hwi_hwiProxy_delete
    1001c281 ti_sysbios_hal_hwi_hwiProxy_disableInterrupt__E
    1001c281 ti_sysbios_hal_hwi_disableInterrupt__E
    1001c285 ti_sysbios_hal_hwi_hwiProxy_enableInterrupt__E
    1001c285 ti_sysbios_hal_hwi_enableInterrupt__E
    1001c289 ti_sysbios_hal_hwi_HwiProxy_getStackInfo__E
    1001c289 ti_sysbios_hal_hwi_getStackInfo__E
    1001c28d ti_sysbios_hal_hwi_hwiProxy_startup___E
    1001c28d ti_sysbios_hal_hwi_startup___E
    1001c291 ti_SysBIOS_hal_Hwi_HwiProxy_switchFromBootStack__E
    1001c295 ti_sysbios_hal_hwi_delete
    1001c299 ti_sysbios_hal_hwi_switchFromBootStack__E
    1001c29d ti_sysbios_堆_HeapMem_Module_GateProxy_enter_E
    1001c2a1 ti_sysbios_堆_HeapMem_Module_GateProxy_leave__E
    1001c2a5 ti_sysbios_堆_HeapMem_isBlocking__E
    1001c2a9 ti_sysbios_KNL_Clock_TimerProxy_Module_starpDone__S
    1001c2ad ti_SysBIOS_KNL_Clock_TimerProxy_getExpiredTicks__E
    1001c2b1 ti_sysbios_KNL_Clock_TimerProxy_getPeriod___E
    1001c2b5 ti_SysBIOS_KNL_Clock_delete
    1001c2b9 ti_SysBIOS_KNL_Clock_析 构
    1001c2bd ti_SysBIOS_KNL_Clock_removeI_E
    1001c2c1 ti_SysBIOS_KNL_Clock_setTimeout___E
    1001c2c5 ti_sysbios_KNL_Mailbox_delete
    1001c2c9 ti_sysbios_KNL_Mailbox_析 构
    1001c2cd ti_sysbios_KNL_Queue_delete
    1001c2d1 ti_SysBIOS_KNL_Queue_析 构
    1001c2d5 ti_sysbios_KNL_Queue_head_E
    1001c2d9 ti_sysbios_KNL_Queue_next __E
    1001c2dd ti_SysBIOS_KNL_Semaphore_delete
    1001c2e1 ti_SysBIOS_KNL_Semaphore_析 构
    1001c2e5 ti_sysbios_KNL_Swi_delete
    1001c2e9 ti_SysBIOS_KNL_Swi_析 构
    1001c2ed ti_SysBIOS_KNL_Swi_postInit___I
    1001c2F1 ti_sysbios_KNL_Task_SupportProxy_Module_starpDone__S
    1001c2f5 ti_sysbios_KNL_Task_SupportProxy_getStackAlignment__E
    1001c2f9 ti_sysbios_KNL_Task_SupportProxy_start__E
    1001c2fd ti_sysbios_KNL_Task_SupportProxy_swap_e_E
    1001c301 ti_SysBIOS_KNL_Task_delete
    1001c305 ti_SysBIOS_KNL_Task_析 构
    1001c309 ti_SysBIOS_KNL_Task_startup___E
    1001c30d XDC_runtime_Startup_startMods__I
    1001c405 XDC_runtime_Core_CreateObject__I
    1001c487 XDC_runtime_Error_PolicySpin__E
    1001c489 XDC_runtime_Memory_alloc__E
    1001c4f9 xdc_runtime_Core_deleteObject__I
    1001c559 XDC_runtime_Startup_exec__E
    1001c5a9 XDC_runtime_assert_arc__I
    1001c5F1 xdc_runtime_Core_赋 值 Params__I
    1001c639 XDC_runtime_Core_constructObject__I
    1001c681 XDC_runtime_System_atexit__E
    1001c6b9 xdc_runtime_System_processAtExit___E
    1001c6ed XDC_runtime_Core_assignLabel__I
    1001c71d XDC_runtime_text_ordinate_e
    1001c749 XDC_runtime_System_abort__E
    1001c769 XDC_runtime_Error_raiseX__E
    1001c785 XDC_runtime_Memory_valloc__E
    1001c7a1 XDC_runtime_Core_析 构对象__I
    1001c7b9 XDC_runtime_Error_check__E
    1001c7d1 XDC_runtime_System_exit__E
    1001c7e9 xdc_runtime_text_ropeText__E
    1001c801 XDC_runtime_Memory_free_e_E
    1001c811 XDC_Runtime_SysCallback_abort__E
    1001c821 XDC_runtime_SysCallback_exit___E
    1001c831 xdc_runtime_Timestamp_SupportProxy_get32__E
    1001c831 XDC_runtimestamp_get32__E
    1001c841 XDC_runtime_Error_init__E
    1001c84d XDC_runtime_Memory_calloc__E
    1001c859 XDC_runtime_Memory_getMaxDefaultTypeAlign__E
    1001c879 XDC_runtime_Gate_leaveSystem__E
    1001c87f XDC_runtime_System_Module_startup___E
    1001c885 XDC_runtime_Gate_enterSystem__E
    1001c889 XDC_runtime_Memory_HeapProxy_alloc__E
    1001c88d XDC_runtime_Memory_HeapProxy_free__E
    1001c891 XDC_runtime_System_Module_GateProxy_ENTER_E
    1001c895 xdc_runtime_System_Module_GateProxy_leave __E
    1001c899 XDC_runtime_System_abortSpin__E
    1001c89b XDC_runtime_System_exitSpin__E
    1001c89d ti_sysbios_family_arm_m3/hwi_deign__i
    1001c96d ti_sysbios_family_arm_m3/TaskSupport_buildTaskStack
    1001c9b9 ti_sysbios_family_arm_m3/hwi_initStacks__E
    1001ca01 ti_sysbios_family_arm_m3/hwi_exHandlerAsm__I
    1001ca21 ti_sysbios_family_xxx_Hwi_switchAndRunFunc
    1001ca3f ti_sysbios_family_arm_m3/hwi_pendSV__I
    1001ca57 ti_sysbios_family_arm_m3/hwi_return
    1001ca59 ti_sysbios_family_arm_m3_TaskSupport_cUS
    1001ca69 ti_sysbios_family_arm_m3/TaskSupport_swap_e_e
    1001ca71 ti_sysbios_KNL_Task_swapReturn
    1001ca9b ti_sysbios_rom_cortexm_cc26xx_CC26xx_getRevision___E
    20000000 ti_SysBIOS_family_ARM_m3/Hwi_ramVectors
    20000100 ti_SysBIOS_KNL_Task_Module_state__V
    20000144 ti_SysBIOS_family_ARM_m3/Hwi_Module_state__V
    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_RAuntime_Startup_Module_state__V
    200001f8 XDC_RAuntime_System_Module_state__V
    20000200 XDC_RAuntime_Memory_Module_state__V
    20000208 uartLog_tail
    20000209 uartLog_head
    2000020a uartLog_evBufIsEmpty
    2000020c uartLog_evtNum
    20000214 uartLog_outBuf
    200002c0 uartLog_evBuf
    200007c0 gapProfileState
    200007c1 self EntityMain
    200007c8 SEM
    200007cc hGpioPin
    200007e8引脚 GpioState
    20000b74 linkDBNumConns
    20000c88 gapRoleTask
    20000cd8 gapRoleTaskStack
    20001ac0 PowerCC26XX_MODULE
    20001bd0 iCall_dischivel
    20001bd8 iCall_enterCriticalSection
    20001bdc iCall_leaveCriticalSection
    20001bf4 HEAPMGR_SIZE
    20001cdc ti_sysbios_family_arm_cc26xx_Timer_Module_root__V
    20001ce4 ti_sysbios_family_arm_m3/Hwi_Module_root_V
    20001cec ti_sysbios_family_arm_m3/Hwi_Object_Table__V
    20001d04 ti_sysbios_family_arm_m3/hwi_Module_State_0_exACTIVE__A
    20001d08 ti_sysbios_family_arm_m3/Hwi_Module_State_0_excContext__A
    20001d0c ti_sysbios_family_arm_m3/hwi_Module_State_0_exstack__a
    20001d10 ti_sysbios_gates_GateHwi_Module_root__V
    20001d18 ti_sysbios_gates_GateHwi_Object__table__V
    20001d1c ti_sysbios_gates_GateMutex_Module_root__V
    20001d24 ti_sysbios_hal_hwi_Module_root__V
    20001d2c ti_sysbios_堆_HeapMem_Module_root__V
    20001d34 ti_sysbios_堆_HeapMem_Object__table__V
    20001d4c ti_sysbios_KNL_Clock_Module_root__V
    20001d54 ti_SysBIOS_KNL_Clock_Object_Table___V
    20001d74 ti_sysbios_KNL_Event_Module_root__V
    20001d7c ti_sysbios_KNL_Mailbox_Module_root__V
    20001d84 ti_SysBIOS_KNL_Queue_Module_root__V
    20001d8c ti_SysBIOS_KNL_Semaphore_Module_root__V
    20001d94 ti_sysbios_KNL_Swi_Module_root__V
    20001d9c ti_sysbios_KNL_Task_Module_root__V
    20001da4 ti_SysBIOS_KNL_Task_Module_State_0_idleTask__A
    20001da8 xdc_runtime_LoggerCallback_Module_root__V
    20001db0 xdc_runtime_LoggerCallback_Object__table__V
    20001dc0 __xdc__init__addr
    20002230 rfRegTbl
    200022cc ti_SysBIOS_KNL_Task_Object_Table___V
    20002318 ti_sysbios_family_arm_cc26xx_Timer_Object_Table__V
    20002360 ti_sysbios_gates_GateMutex_Object__table__V
    200023fc ti_SysBIOS_KNL_Swi_Module_State_0_readyQ__A
    2000242c ti_sysbios_KNL_Swi_Object__table__V
    2000245c ti_SysBIOS_KNL_Task_Module_State_0_readyQ__A
    2000248c 用户0Cfg
    20002514 lastAppOptodeSent
    20002518 pfnBMAllloc
    2000251c pfnBMFree
    20002528 _lock
    2000252c _unlock
    20002530 __TI_clean_ptr
    20002534 __TI_dptors _ptr
    20002540 XDC_runtime 注册表_模块_state__V
    2000254c appAssertBack
    20002550 main_func_sp
    20002560 ti_sysbios_堆_HeapMem_instance_State_0_Buf__a
    20002be0 ti_sysbios_KNL_Task_instance_State_0_stack__A
    20002de0 uartCC26XX 对象
    20002ef4 PIN_NumPins
    20002f88 PIN_HandleTable
    20003004 i2cCC26xx 对象
    200030e4 ti_sysbios_family_arm_m3_Hwi_dis派 单表
    20003250 trngCC26XX 对象
    20003255 driverlib_release_0_46593
    2000325b heapStart
    20004028 __stack
    20004028 heapEnd
    20004428 __STACK_END
    20004428 __STACK_TOP
    20004f2c A4_rw
    20004f2c common_RAM_base_ADDR
    20004f40 P2_RW
    20004f40 P2_s0
    20004f40 eccRom_windowSize
    20004f44 eccRom_Workzone
    20004f48 eccRom_param_p
    20004f4c eccRom_param_r
    20004f50 eccRom_param_a
    20004f54解剖刀
    20004f58 inPointX
    20004f5c inPointY
    20004f60 outPointX
    20004f64 outPointY
    20004f68 SCAL
    20004f6c EXPX
    20004f70 Expy
    20004f74 EXPZ
    20004f78 EXPW
    20004f7c ACCX
    20004f80 ACCY
    20004f84 ACCZ
    20004f88 TMP1
    20004f8c TMP2
    20004f90 TMP3
    20004f94 TMP4
    20004f98 TMP5
    20004f9c TMP6
    20004fa0 eccRom_param_gx
    20004fa4 eccRom_param_Gy
    20004fa8 eccRom_param_b
    20004f2 P2_zi
    20004fanratchanInfo
    20004fcc fwInfoCmd
    20004fd8 MSBMOD
    20004fdc aux64
    20004fe4 MOD
    20004fe8 LEN
    20004ffc pSspAesEncrypt_SW
    e000e000 ti_SysBIOS_family_ARM_m3/Hwi_NVIC
    FFFFFFFF __binIT__
    FFFFFFFF __c_args__
    FFFFFFFF 二进制文件
    UNDEFED Hwip_restore
    UNDEFED SHT$$INIT_RAGE$$Base
    UNDEFED SHT$$INIT_ARRAGE$$LIMIT
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_handle__label_S__man翻转_
    UNDEFED ti_SysBIOS_BIOS_rtsGateProxy_Object__delete __S__man翻转__
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_Params__init_S__s_man翻转_
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_query_E__man翻转 了__
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Module_startupDone__S__man翻转__
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Object__delete _S__man翻转_
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Params__init__S__man翻转__
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_disableInterrupt__E__man翻转__
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_enableInterrupt_E__man翻转_
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_getStackInfo_E__man翻转_
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_startup_E__man翻转_
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_switchFromBootStack_E___manifed__
    UNDEFED ti_SYSBIOS_hal_Hwi_disableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_enableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_getStackInfo__E
    UNDEFED ti_SYSBIOS_hal_Hwi_startup___E
    UNDEFED ti_SYSBIOS_hal_Hwi_switchFromBootStack__E
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxe_Handle__label_S__man翻转_
    UNDEFED ti_sysbios_b堆_HeapMem_Module_GateProxy_Object__delete __s__man翻转__
    UNDEFED ti_sysbios_b堆_HeapMem_Module_GateProxy_Params__init__ss_man翻转__
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_query_E__man翻转_
    UNDEFED ti_SysBIOS_KNL_Clock_TimerProxy_Module_startupDone__S__man翻转__
    UNDEFED ti_SYSBIOS_KNL_Clock_TimerProxy_startup_E__man翻转_
    UNDEFED ti_SysBIOS_KNL_Task_SupportProxy_Module_startupDone__S____man翻转__
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_getStackAlignment__E__man翻转__
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_start_E__man翻转__
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_swap_E__man翻转__
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_Handle__label_S
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_Object_Delete_S
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_query_E
    UNDEFED XDC_RAUNTIME_Memory_HeapProxy_Handle__label_S__man翻转_
    UNDEFED XDC_RAUNTIME_Memory_HeapProxy_Object__delete _S__man翻转_
    UNDEFED XDC_RAUNTIME_System_Module_GateProxe_Handle__label_S__man翻转_
    UNDEFED XDC_RAUNTIME_System_Module_GateProxy_Object__delete _S__man翻转_
    UNDEFED XDC_RAUNTIME_System_Module_GateProxy_query_E__man翻转_
    UNDEFED XDC_RAUNTIME_System_SupportProxy_abort__E
    UNDEFED XDC_RAUNTIME_System_SupportProxy_exit__E
    UNDEFED XDC_RAUNTIME_Timestamp_SupportProxy_get64_E__man翻转_
    UNDEFED XDC_RAUNTIME_Timestamp_SupportProxy_getFreq_E__man翻转_
    UNDEFED XDC_RAUNTIME_Timestamp_get32__E
    UNDEFED XDC_RAUNTIME_Timestamp_get64__E
    UNDEFED XDC_RAUNTIME_Timestamp_getFreq__E
    
    [1226符号]
    

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    你好
    Sasha
    我无法使用 RTF 格式编写答复
    因为这个消息

    您已发布到一个论坛、该论坛要求主持人在帖子公开发布之前批准这些帖子。
    如果管理员已将此论坛配置为支持电子邮件通知、您将在您的帖子被批准或拒绝时(如果您的配置文件中启用了电子邮件)收到电子邮件。

    返回 TI-RTOS 论坛
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    莎莎! 映射文件

    秘书长的报告
    TI ARM 连接器 PC v5.2.6
    秘书长的报告
    >> 2017年3月6日星期一19:55:55链接

    输出文件名:
    入口点符号:"ResetISR"地址:00009339


    存储器配置

    名称 原点长度 已使用 未使用的属性填充
    ------------ ---- ------ ---- ---- --------
    闪存 00000000 00011000 0000ed4e 000022b2 R X
    FLASH_LAST_PAGE 0001f000 00001000 00000058 00000fa8 R X
    SRAM 20000000 00004428 0000361f 00000e09 RW X


    段分配映射

    运行 origin load origin length init length atts members
    ------ ------ ------ ------ ---- ----
    00000000 00000000 0000ed58 0000ed58 r-x
    00000000 00000000 0000003c 0000003c r-.Vecresets
    0000003c 0000003c 000000c4 000000c4 r-x .text.1
    00000100 00000100 0000003c 0000003c r-.const:ti_SysBIOS_KNL_Task_Object_Params__C
    0000013c 0000013c 00000034 00000034 r-.const:ti_SysBIOS_KNL_Mailbox_Object_Params__C
    00000170 00000170 00000030 00000030 r-.const:ti_sysbios_family_arm_m3/Hwi_Object_Params__C
    000001a0 000001a0 0000002c 0000002c r-.const:ti_sysbios_hal_hwi_Object_Params__C
    000001cc 000001cc 00000028 00000028 r-.const:ti_sysbios_b堆_HeapMem_Module_Fxns__C
    000001f4 000001f4 00000028 00000028 r-.const:ti_SysBIOS_KNL_Swi_Object_Params__C
    0000021c 0000021c 00000024 00000024 r-.const:ti_sysbios_gates_GateHwi_Module_Fxns__C
    00000240 00000240 00000024 00000024 r-.const:ti_sysbios_gates_GateMutex_Module_Fxns__C
    00000264 00000264 00000024 00000024 r-.const:ti_sysbios_b堆_HeapMem_Object_Params__C
    00000288 00000288 00000024 00000024 r-.const:ti_SysBIOS_KNL_Clock_Object_Params__C
    000002ac 000002ac 00000024 00000024 r-.const:ti_SysBIOS_KNL_Semaphore_Object_Params__C
    000002d0 000002d0 00000020 00000020 r-.const:ti_sysbios_family_arm_m3/Hwi_Object_Desc_C
    000002f0 000002f0 00000020 00000020 r-.const:ti_sysbios_gates_GateHwi_Object__Desc_C
    00000310 00000310 00000020 00000020 r-.const:ti_sysbios_gates_GateMutex_Object_Desc_C
    00000330 00000330 00000020 00000020 r-.const:ti_sysbios_hal_hwi_Object_Desc__C
    00000350 00000350 00000020 00000020 r-.const:ti_sysbios_bst_HeapMem_Object_Desc__C
    00000370 00000370 00000020 00000020 r-.const:ti_SysBIOS_KNL_Clock_Object_Desc__C
    00000390 00000390 00000020 00000020 r-.const:ti_sysbios_KNL_Mailbox_Object_DESC_C
    000003b0 000003b0 00000020 00000020 r-.const:ti_sysbios_KNL_Queue_Object__Desc_C
    000003d0 000003d0 00000020 00000020 r-.const:ti_SysBIOS_KNL_Semaphore_Object_DESC_C
    000003f0 000003f0 00000020 00000020 r-.const:ti_SysBIOS_KNL_Swi_Object_DESC_C
    00000410 00000410 00000020 00000020 r-.const:ti_SysBIOS_KNL_Task_Object_Desc__C
    00000430 00000430 00000018 00000018 r-.const:ti_sysbios_gates_GateHwi_Object_Params__C
    00000448 00000448 00000018 00000018 r-.const:ti_sysbios_gates_GateMutex_Object_Params__C
    00000460 00000460 00000018 00000018 r-.const:ti_SysBIOS_KNL_Queue_Object_Params__C
    00000478 00000478 00000008 00000008 r-.const:ti_SysBIOS_KNL_Idle_funclist___C
    00000480 00000480 00000004 00000004 r-x .text.2
    00000484 00000484 00000004 00000004 r-.const:ti_sysbios_family_arm_cc26xx_Timer_startupNeed__C
    00000488 00000488 00000004 00000004 r-.const:ti_SysBIOS_family_ARM_m3/Hwi_E_alreadyDefined___C
    0000048c 0000048c 00000004 00000004 r-.const:ti_sysbios_family_arm_m3/hwi_E_hwiLimitExceled__C
    00000490 00000490 00000004 00000004 r-.const:ti_sysbios_family_arm_m3/Hwi_NUM_interrupts__C
    00000494 00000494 00000004 00000004 r-.const:ti_sysbios_family_arm_m3/Hwi_Object_count_C
    00000498 00000498 00000004 00000004 r-.const:ti_sysbios_family_arm_m3/Hwi_Object__table_C
    0000049c 0000049c 00000004 00000004 r-.const:ti_sysbios_family_arm_m3/Hwi_CCR_C
    000004a0 000004a0 00000004 00000004 r-.const:ti_sysbios_family_arm_m3/hwi_exHandlerFunc__C
    000004a4 000004a4 00000004 00000004 r-.const:ti_sysbios_family_arm_m3/hwi_nullIsrFunc__C
    000004a8 000004a8 00000004 00000004 r-.const:ti_sysbios_family_arm_m3/hwi_numSparseInterrupts___C
    000004ac 000004ac 00000004 00000004 r-.const:ti_sysbios_family_arm_m3/hwi_priGroup__C
    000004b0 000004b0 00000004 00000004 r-.const:ti_SysBIOS_family_ARM_m3/TaskSupport_stackAlignment___C
    000004b4 000004b4 00000004 00000004 r-.const:ti_SysBIOS_b堆_HeapMem_E_MEMORY__C
    000004b8 000004b8 00000004 00000004 r-.const:ti_SysBIOS_b堆_HeapMem_Module_gateObj__C
    000004bc 000004bc 00000004 00000004 r-.const:ti_sysbios_b堆_HeapMem_Object_count__C
    000004c0 000004c0 00000004 00000004 r-.const:ti_sysbios_b堆_HeapMem_Object__table__C
    000004c4 000004c4 00000004 00000004 r-.const:ti_SysBIOS_bages_HeapMem_reqAlign__C
    000004c8 000004c8 00000004 00000004 r-.const:ti_SysBIOS_KNL_Clock_serviceMargin__C
    000004cc 000004cc 00000004 00000004 r-.const:ti_SysBIOS_KNL_Mailbox_Object_count__C
    000004d0 000004d0 00000004 00000004 r-.const:ti_SysBIOS_KNL_Mailbox_Object__table_C
    000004d4 000004d4 00000004 00000004 r-.const:ti_SysBIOS_KNL_Queue_Object_count__C
    000004d8 000004d8 00000004 00000004 r-.const:ti_SysBIOS_KNL_Queue_Object__table__C
    000004dc 000004dc 00000004 00000004 r-.const:ti_sysbios_KNL_Swi_Object_count__C
    000004e0 000004e0 00000004 00000004 r-.const:ti_SysBIOS_KNL_Swi_Object__table_C
    000004e4 000004e4 00000004 00000004 r-.const:ti_SysBIOS_KNL_Swi_numPriorities __C
    000004e8 000004e8 00000004 00000004 r-.const:ti_SysBIOS_KNL_Task_Object_count__C
    000004ec 000004ec 00000004 00000004 r-.const:ti_sysbios_KNL_Task_Object__table_C
    000004f0 000004f0 00000004 00000004 r-.const:ti_SysBIOS_KNL_Task_allBrokedFunc__C
    000004f4 000004f4 00000004 00000004 r-.const:ti_SysBIOS_KNL_Task_defaultStackHeap___C
    000004f8 000004f8 00000004 00000004 r-.const:ti_SysBIOS_KNL_Task_defaultStackSize___C
    000004fc 000004fc 00000004 00000004 r-.const:ti_SysBIOS_KNL_Task_numConstructedTasks__C
    00000500 00000500 00000002 00000002 r-x .text.3
    00000502 00000502 00000002 00000002 r-.const:ti_sysbios_family_arm_cc26xx_Timer_Module_id__C
    00000504 00000504 00000002 00000002 r-.const:ti_SysBIOS_family_ARM_cc26xx_TimestampProvider_useClockTimer__C
    00000506 00000506 00000002 00000002 r-.const:ti_sysbios_family_arm_m3/Hwi_Module_id__C
    00000508 00000508 00000002 00000002 r-.const:ti_sysbios_gates_GateHwi_Module_id__C
    0000050a 0000050a 00000002 00000002 r-.const:ti_sysbios_gates_GateMutex_Module_id__C
    0000050c 0000050c 00000002 00000002 r-.const:ti_sysbios_堆_HeapMem_Module_id__C
    0000050e 0000050e 00000002 00000002 r-.const:ti_SysBIOS_KNL_Task_initStackFlag___C
    00000510 00000510 00000001 00000001 r-.const:ti_SysBIOS_KNL_Clock_tickMode__C
    00000514 00000514 00000008 00000008 r-.const:XDC_Runtime_Startup_firstFxns__C
    0000051c 0000051c 00000008 00000008 r-.const:XDC_Runtime_Startup_lastFxns__C
    00000524 00000524 00000004 00000004 r-.const:XDC_Runtime_assertFail__C
    00000528 00000528 00000004 00000004 r-.const:XDC_Runtime_Error_E_MEMORY__C
    0000052c 0000052c 00000004 00000004 r-.const:XDC_Runtime_Error_PolicyFxn_C
    00000530 00000530 00000004 00000004 r-.const:XDC_Runtime_IGateProvider_Interface_base__C
    00000534 00000534 00000004 00000004 r-.const:XDC_Runtime_IHeap_Interface_base__C
    00000538 00000538 00000004 00000004 r-.const:XDC_Runtime_IModule_Interface_base__C
    0000053c 0000053c 00000004 00000004 r-.const:XDC_Runtime_Main_Module_diagsEnabled__C
    00000540 00000540 00000004 00000004 r-.const:XDC_Runtime_Main_Module_diagsIncluded__C
    00000544 00000544 00000004 00000004 r-.const:XDC_Runtime_Main_Module_diagsMask__C
    00000548 00000548 00000004 00000004 r-.const:XDC_Runtime_Memory_defaultHeapInstance___C
    0000054c 0000054c 00000004 00000004 r-.const:XDC_Runtime_Startup_execImpl__C
    00000550 00000550 00000004 00000004 r-.const:XDC_Runtime_Startup_maxPasses__C
    00000554 00000554 00000004 00000004 r-.const:XDC_Runtime_Startup_sfxnRts__C
    00000558 00000558 00000004 00000004 r-.const:XDC_Runtime_Startup_sfxnTab__C
    0000055c 0000055c 00000004 00000004 r-.const:XDC_Runtime_Startup_startModsFxn__C
    00000560 00000560 00000004 00000004 r-.const:XDC_Runtime_SysCallback_abortFxn__C
    00000564 00000564 00000004 00000004 r-.const:XDC_Runtime_SysCallback_exitFxn__C
    00000568 00000568 00000004 00000004 r-.const:XDC_Runtime_System_abortFxn__C
    0000056c 0000056c 00000004 00000004 r-.const:XDC_Runtime_System_exitFxn__C
    00000570 00000570 00000004 00000004 r-.const:XDC_Runtime_System_maxAtexitHandlers__C
    00000574 00000574 00000004 00000004 r-.const:XDC_Runtime_text_charTab__C
    00000578 00000578 00000004 00000004 r-.const:XDC_Runtime_text_nameEmpty__C
    0000057c 0000057c 00000004 00000004 r-.const:XDC_Runtime_text_name Static___C
    00000580 00000580 00000004 00000004 r-.const:XDC_Runtime_TEXT_nameUnknown
    00000584 00000584 00000002 00000002 r-.const:XDC_Runtime_Main_Module_id__C
    00000586 00000586 00000002 00000002 r-.const:XDC_Runtime_Memory_Module_id__C
    00000588 00000588 00000002 00000002 r-.const:XDC_Runtime_text_charCnt___C
    0000058a 0000058a 00000002 00000002 r-.const:XDC_Runtime_text_isLoaded__C
    0000058c 0000058c 00000001 00000001 r-.const:XDC_Runtime_Error_policy__C
    00000590 00000590 00000004 00000004 r-.const:ti_sysbios_rom_rom_AONRTCChannelEnable
    00000594 00000594 00000004 00000004 r-.const:ti_SysBIOS_ROM_ROM_AONRTCCompareValueSet
    00000598 00000598 00000004 00000004 r-.const:ti_SysBIOS_ROM_ROM_AONRTCCurrentCompareValueGet
    0000059c 0000059c 00000004 00000004 r-.const:ti_SysBIOS_ROM_ROM_AONRTCE文 丘卡
    000005a0 000005a0 00000004 00000004 r-.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCount64_E_E
    000005a4 000005a4 00000004 00000004 r-.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick_E
    000005a8 000005a8 00000004 00000004 r-.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
    000005ac 000005ac 00000004 00000004 r-.const:ti_sysbios_rom_rom_ti_sysbios_family_arm_cc26xx_Timer_initDevice__i
    000005b0 000005b0 00000004 00000004 r-.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
    000005b4 000005b4 00000004 00000004 r-.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setThreshold__i
    000005b8 000005b8 00000004 00000004 r-.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_start_E
    000005bc 000005bc 00000004 00000004 r-.const:ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32_E_E
    000005c0 000005c0 00000004 00000004 r-.const:ti_sysbios_rom_rom_xdc_runtime_Startup_getState__I
    000005c4 000005c4 00000004 00000004 r-.const:ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_abort_e_E
    000005c8 000005c8 00000004 00000004 r-.const:ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_exit_e_E
    000005cc 000005cc 00000004 00000004 r-.const:ti_sysbios_gates_GateMutex_instance_State_SEM_O
    000005d0 000005d0 00000004 00000004 r-.const:ti_SysBIOS_KNL_Clock_Module_State_clockQ_O
    000005d4 000005d4 00000004 00000004 r-.const:ti_SysBIOS_KNL_Mailbox_Instance_State_dataQu__O
    000005d8 000005d8 00000004 00000004 r-.const:ti_SysBIOS_KNL_Mailbox_Instance_State_dataSem__O
    000005dc 000005dc 00000004 00000004 r-.const:ti_sysbios_KNL_Mailbox_instance_State_freeQu__O
    000005e0 000005e0 00000004 00000004 r-.const:ti_SysBIOS_KNL_Mailbox_Instance_State_freeSem_O
    000005e4 000005e4 00000004 00000004 r-.const:ti_SysBIOS_KNL_Semaphore_instance_State_pendQ_O
    000005e8 000005e8 00000004 00000004 r-.const:ti_SysBIOS_KNL_Task_Module_State_InactiveQ_O
    000005ec 000005ec 0000bdb0 0000bdb0 r-x .text.4
    0000c39c 0000c39c 00001f30 00001f30 r-.const
    0000e2d0 0000e2d0 00000a88 00000a88 r--.cinit
    0001ffa8 0001ffa8 00000058 00000058 r--
    0001ffa8 0001ffa8 00000058 00000058 r-.ccfg
    20000100 20000100 0000315b 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
    20000208 20000208 00002351 00000000 rw-.data
    20002560 20002560 00000cfb 00000000 rw-.bss
    20004028 20004028 00000400 00000000 Rw-
    20004028 20004028 00000400 00000000 rw-.stack


    部分分配映射

    输出 属性/
    分区页面来源 长度 输入段
    ---- -------- ------ --------
    .resetVecs
    * 0 00000000 0000003c
    00000000 0000003c app_ble_pem3.oem3 (.Vecresets)

    text.1 0 0000003c 000000c4
    0000003c 000000c4. barometerservice.obj (.text:sensor_WriteAttrCB$40)

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

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

    .const:ti_sysbios_family_arm_m3/Hwi_Object_Params__C
    * 0 00000170 00000030
    00000170 00000030 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object_Params__C)

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

    .const:ti_sysbios_堆_HeapMem_Module_Fxns__C
    * 0 000001cc 00000028
    000001cc 00000028 app_ble_pem3.oem3 (.const:ti_sysbios_bpst_HeapMem_Module_Fxns__C)

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

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

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

    .const:ti_sysbios_堆_HeapMem_Object_Params__C
    * 0 00000264 00000024
    00000264 00000024 app_ble_pem3.oem3 (.const:ti_sysbios_stp_HeapMem_Object_Params__C)

    .const:ti_SysBIOS_KNL_Clock_Object_Params__C
    * 0 00000288 00000024
    00000288 00000024 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Clock_Object_Params__C)

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

    const:ti_sysbios_family_arm_m3/Hwi_Object_DESC_C
    * 0 000002d0 00000020
    000002d0 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/Hwi_Object_Desc_C)

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

    .const:ti_sysbios_gates_GateMutex_Object_DESC_C
    * 0 00000310 00000020
    00000310 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Object_Desc_C)

    .const:ti_sysbios_hal_hwi_Object_DESC_C
    * 0 00000330 00000020
    00000330 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_hal_hwi_Object_Desc__C)

    .const:ti_sysbios_堆_HeapMem_Object_DESC_C
    * 0 00000350 00000020
    00000350 00000020 app_ble_pem3.oem3 (.const:ti_sysbios_stp_HeapMem_Object_DESC_C)

    .const:ti_SysBIOS_KNL_Clock_Object_DESC_C
    * 0 00000370 00000020
    00000370 00000020 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Clock_Object_DESC_C)

    .const:ti_SysBIOS_KNL_Mailbox_Object_DESC_C
    * 0 00000390 00000020
    00000390 00000020 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Mailbox_Object_DESC_C)

    .const:ti_SysBIOS_KNL_Queue_Object_DESC_C
    * 0 000003b0 00000020
    000003b0 00000020 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Queue_Object_DESC_C)

    .const:ti_SysBIOS_KNL_Semaphore_Object_DESC_C
    * 0 000003d0 00000020
    000003d0 00000020 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Semaphore_Object_DESC_C)

    .const:ti_SysBIOS_KNL_Swi_Object_DESC_C
    * 0 000003f0 00000020
    000003f0 00000020 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Swi_Object_DESC_C)

    .const:ti_SysBIOS_KNL_Task_Object_DESC_C
    * 0 00000410 00000020
    00000410 00000020 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Task_Object_DESC_C)

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

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

    .const:ti_SysBIOS_KNL_Queue_Object_Params__C
    * 0 00000460 00000018
    00000460 00000018 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Queue_Object_Params__C)

    .const:ti_sysbios_KNL_Idle_funclist__C
    * 0 00000478 00000008
    00000478 00000008 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_idle_funclist___C)

    text.2 0 00000480 00000004
    00000480 00000004 iCall_API.obj (.text:GATTServApp_AddService)

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

    const:ti_sysbios_family_arm_m3/hwi_E_alreadyDefined___C
    * 0 00000488 00000004
    00000488 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined___C)

    const:ti_sysbios_family_arm_m3/hwi_E_hwiLimitExceleed___C
    * 0 0000048c 00000004
    0000048c 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_E_hwiLimitExceleed__C)

    .const:ti_sysbios_family_arm_m3/Hwi_NUM_Interrupts__C
    * 0 00000490 00000004
    00000490 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_NUM_interrupts__C)

    const:ti_sysbios_family_arm_m3/Hwi_Object_count_C
    * 0 00000494 00000004
    00000494 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object_count_C)

    const:ti_sysbios_family_arm_m3/Hwi_Object_Table__C
    * 0 00000498 00000004
    00000498 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Object__table_C)

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

    .const:ti_sysbios_family_arm_m3/hwi_excHandlerFunc__C
    * 0 000004a0 00000004
    000004a0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_exHandlerFunc__C)

    const:ti_sysbios_family_arm_m3/hwi_nullIsrFunc_C
    * 0 000004a4 00000004
    000004a4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_nullIsrFunc__C)

    .const:ti_sysbios_family_arm_m3/hwi_numSparseInterrupts___C
    * 0 000004a8 00000004
    000004a8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_numSparseInterrupts__C)

    const:ti_sysbios_family_arm_m3/hwi_priGroup_C
    * 0 000004ac 00000004
    000004ac 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/hwi_priGroup_C)

    .const:ti_sysbios_family_arm_m3/taskSupport_stackAlignment__C
    * 0 000004b0 00000004
    000004b0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3/TaskSupport_stackAlignment__C)

    const:ti_sysbios_b堆_HeapMem_E_memory__C
    * 0 000004b4 00000004
    000004b4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_bpst_HeapMem_E_memory__C)

    .const:ti_sysbios_堆_HeapMem_Module_gateObj__C
    * 0 000004b8 00000004
    000004b8 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_bpst_HeapMem_Module_gateObj__C)

    .const:ti_sysbios_堆_HeapMem_Object_count__C
    * 0 000004bc 00000004
    000004bc 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_bpst_HeapMem_Object_count__C)

    .const:ti_sysbios_堆_HeapMem_Object__table__C
    * 0 000004c0 00000004
    000004c0 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_bpst_HeapMem_Object__table_C)

    .const:ti_sysbios_堆_HeapMem_reqAlign__C
    * 0 000004c4 00000004
    000004c4 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_bags_HeapMem_reqAlign__C)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    text.3 0 00000500 00000002
    00000500 00000002 BLE_USER_CONFIG.obj (.text:DefaultAssertBack)

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

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

    const:ti_sysbios_family_arm_m3/Hwi_Module_id__C
    * 0 00000506 00000002
    00000506 00000002 app_ble_pem3.oem3 (.const:ti_sysbios_family_arm_m3_Hwi_Module_id__C)

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

    .const:ti_sysbios_gates_GateMutex_Module_id__C
    * 0 0000050A 00000002
    0000050A 00000002 app_ble_pem3.oem3 (.const:ti_sysbios_gates_GateMutex_Module_id__C)

    .const:ti_sysbios_堆_HeapMem_Module_id__C
    * 0 0000050c 00000002
    0000050c 00000002 app_ble_pem3.oem3 (.const:ti_sysbios_bpst_HeapMem_Module_id__C)

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

    .const:ti_sysbios_KNL_Clock_tickMode___C
    * 0 00000510 00000001
    00000510 00000001 app_ble_pem3.oem3 (.const:ti_SysBIOS_KNL_Clock_tickMode__C)

    .const:XDC_runtime _启动_firstFxns__C
    * 0 00000514 00000008
    00000514 00000008 app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__C)

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

    .const:XDC_runtime _ assert_E_assertFlail__C
    * 0 00000524 00000004
    00000524 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_assertFail__C)

    .const:XDC_RAuntime_Error_E_MEMORY__C
    * 0 00000528 00000004
    00000528 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Error_E_MEMORY__C)

    .const:XDC_runtime Error_policyFxn__C
    * 0 0000052c 00000004
    0000052c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Error_policyFxn_C)

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

    .const:XDC_runtime IHeap_Interface_base__C
    * 0 00000534 00000004
    00000534 00000004 app_ble_pem3.oem3 (.const:XDC_runtime _IHeap_Interface_base__C)

    .const:XDC_runtime IModule_Interface_base__C
    * 0 00000538 00000004
    00000538 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_iModule_Interface_base__C)

    .const:XDC_runtime 主模块_diagsEnabled__C
    * 0 0000053c 00000004
    0000053c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_diagsEnabled__C)

    .const:XDC_runtime 主模块_diagsIncluded_C
    * 0 00000540 00000004
    00000540 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_diagsIncluded_C)

    .const:XDC_runtime 主模块_diagsMask__C
    * 0 00000544 00000004
    00000544 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_diagsMask__C)

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

    .const:XDC_runtime _启动_execImpl__C
    * 0 0000054c 00000004
    0000054c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Startup_Impexecl__C)

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

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

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

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

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

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

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

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

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

    .const:XDC_runtime _text_charTab__C
    * 0 00000574 00000004
    00000574 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_charTab__C)

    .const:XDC_runtime _text_nameEmpty__C
    * 0 00000578 00000004
    00000578 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_nameEmpty__C)

    .const:XDC_runtime 文本名称 Static__C
    * 0 0000057c 00000004
    0000057c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_name Static__C)

    .const:XDC_runtime 文本名称 Unknown__C
    * 0 00000580 00000004
    00000580 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_name 未知_____ C)

    .const:XDC_RAuntime_Main_Module_id__C
    * 0 00000584 00000002
    00000584 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_id__C)

    .const:XDC_RAuntime_Memory_Module_id__C
    * 0 00000586 00000002
    00000586 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_Memory_Module_id__C)

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

    .const:XDC_runtime _text_isLoaded__C
    * 0 0000058A 00000002
    0000058a 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_text_isLoaded__C)

    .const:XDC_runtime Error_policy__C
    * 0 0000058c 00000001
    0000058c 00000001 app_ble_pem3.oem3 (.const:xdc_runtime_Error_policy_C)

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

    .const:ti_sysBIOS_rom_rom_AONRTCCompareValueSet
    * 0 00000594 00000004
    00000594 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_rom_AONRTCCompareValueSet)

    const:ti_sysBIOS_rom_rom_AONRTCCurrentCompareValueGet
    * 0 00000598 00000004
    00000598 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_rom_AONRTCCurrentCompareValueGet)

    .const:ti_sysbios_rom_rom_AONRTCEventClear
    * 0 0000059c 00000004
    0000059c 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_rom_rom_AONRTCE文 丘)

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

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

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

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

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

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

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

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

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

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

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

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

    .const:ti_SysBIOS_KNL_Clock_Module_State_clockQ_O
    * 0 000005d0 00000004
    000005d0 00000004 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Clock_Module_State_clockQ_O)

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

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

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

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

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

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

    text.4 000005ec 0000bdb0
    000005ec 000006dc I2CCC26XX.obj (.text:I2CCC26XX_hwiFxn$17)
    00000cc8 00000340 I2CCC26XX.obj (.text:I2CCC26XX_primeTransfer 17美元)
    00001008 00000338 ROM_SYSBIOS.aem3:ROM_SYSBIOS.obj (.text:XDC_RAuntime_System_doPrint__I)
    00001340 00000310 RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    00001650 000002ec peripheral.obj (.text:gapRole_processGAPMsg$53)
    0000193c 000002e8 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001c24 00000264 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001e88 0000025c UARTCC26XX.obj (.text:UARTCC26XX_WRITE)
    000020e4 0000023c peripheral.obj (.text:GAPRole_SetParameter)
    00002320 00000228 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_sleep)
    00002548 00000210 SensorS5852A.obj (.text:SensorS5852A_read)
    00002758 00000204 driverlib.lib:sys_ctrl.obj (.text:NOROM_SysCtrlSetRechargeBeforePowerDown)
    0000295c 000001f4 I2CCC26XX.obj (.text:I2CCC26XX_open)
    00002b50 000001f4 rtsv7M3_T_le_eabi.lib:ull_div_t2.obj (.text)
    00002d44 000001d4 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002f18 000001d0 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:calibrateRcoscHF1)
    000030e8 000001cc I2CCC26XX.obj (.text:I2CCC26XX_swifxn$17)
    000032b4 000001b0 sensortag.obj (.text:SensorTag_init$0)
    00003464 000001a8 PINCC26XX.obj (.text:PIN_init)
    0000360c 000001a8 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    000037b4 00000184 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
    00003938 00000170 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    00003aa8 00000164 peripheral.obj (.text:gapRole_init$53)
    00003c0c 0000015c UARTCC26XX.obj (.text:UARTCC26XX_hwiIntFxn)
    00003d68 00000158 UART_logs.obj (.text:uartLog_doPrint$60)
    00003ec0 00000130 driverlib.lib:setup.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg3)
    00003ff0 00000128 RFCC26XX_singlemode.obj (.text:fsmSetupState_19美元)
    00004118 00000120 peripheral.obj (.text:GAPRole_GetParameter)
    00004238 0000011c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_init)
    00004354 00000110 UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    00004464 00000110 RFCC26XX_singlemode.obj (.text:hwiFxnCpe0Activat19美元)
    00004574 000000fc peripheral.obj (.text:gapRole_taskFxn$53)
    00004670 000000fc rtsv7M3_T_le_eabi.lib:fd_mul_t2.obj (.text)
    0000476c 000000f8 app_ble_pem3.oem3 (.text:xdc_runtime_System_printfExtend__I)
    00004864 000000f4 UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    00004958 000000f4 humidityservice.obj (.text:sensor_ReadAttrCB$46)
    00004a4c 000000ec iCall.obj (.text:iCall_primWaitMatch 26美元)
    00004b38 000000ec RFCC26XX_singlemode.obj (.text:rf_init$19)
    00004c24 000000ec registerservice.obj (.text:sensor_WriteAttrCB$54)
    00004d10 000000e4 driverlib.lib:setup.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg2)
    00004df4 000000e0 sensortag.obj (.text:SensorTag_processStateChangeEvt$0)
    00004ed4 000000dc UARTCC26XX.obj (.text:UARTCC26XX_Close)
    00004fb0 000000d4 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseDependency)
    00005084 000000d0 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    00005154 000000d0 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_setDependency)
    00005224 000000d0 UARTCC26XX.obj (.text:UARTCC26XX_swiIntFxn)
    000052f4 000000d0 UARTCC26XX.obj (.text:ReadData$24)
    000053c4 000000cc driverlib.lib:setup.obj (.text:TrimAfterColdResetWakeupFromShutDown)
    00005490 000000cc UARTCC26XX.obj (.text:writeData$24)
    0000555c 000000c8 sensortag_keys.obj (.text:SensorTagKeys_processKeyLeft)
    00005624 000000c8 sensortag_keys.obj (.text:SensorTagKeys_processKeyRight)
    000056ec 000000c8 RFCC26XX_singlemode.obj (.text:fsmPowerUpState$19)
    000057b4 000000c4 humidityservice.obj (.text:sensor_WriteAttrCB$46)
    00005878 000000c4 irtempservice.obj (.text:sensor_WriteAttrCB$48)
    0000593c 000000c4 movementservice.obj (.text:sensor_WriteAttrCB$49)
    00005a00 000000c4 opticservice.obj (.text:sensor_WriteAttrCB$52)
    00005ac4 000000c4 RFCC26XX_singlemode.obj (.text:swifxnHw$19)
    00005b88 000000c0 RFCC26XX_singlemode.obj (.text:rf_open)
    00005c48 000000c0 sensortag_mov.obj (.text:SensorTag_processChangeEvt)
    00005d08 000000c0 ioservice.obj (.text:io_WriteAttrCB$47)
    00005dc8 000000bc. power_cc26xx_tirtos.aem3:PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
    00005e84 000000bc. UARTCC26XX.obj (.text:UARTCC26XX_initHw$24)
    00005f40 000000b4 PINCC26XX.obj (.text:PINCC26XX_setIoCfg$18)
    00005ff4 000000b0 devinfoservice.obj (.text:DevInfo_ReadAttrCB$43)
    000060a4 000000a8 sensortag_io.obj (.text:SensorTagIO_processCharChangeEvt)
    0000614c 000000a4. driverlib.lib:setup.obj (.text:NOROM_SetupTrimDevice)
    000061f0 000000a0 auto_init.aem3:auto_init.oem3 (.text)
    00006290 000000a0 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    00006330 0000009c rtsv7M3_T_le_eabi.lib:memcpy_t2.obj (.text)
    000063cc 0000009a ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_text_putSite___E)
    0000646000002 driverlib.lib:rfc.obj (.text:NOROM_RFCAdi3VcoLdoVoltageMode)
    00006468 00000098 PINCC26XX.obj (.text:PIN_open)
    00006500 00000098 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_workFuncDynamic__E)
    00006598 00000094 gattservapp_util.obj (.text:GATTServApp_ProcessCharCfg)
    0000662c 00000094 sensortag_opt.obj (.text:SensorTagOpt_processCharChangeEvt)
    000066c0 00000094 sensortag.obj (.text:SensorTag_taskFxn$0)
    00006754 00000094 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_text_putMod__E)
    000067e8 00000090 I2CCC26XX.obj (.text:I2CCC26XX_blockingCallback$17)
    00006878 00000090 UARTCC26XX.obj (.text:UARTCC26XX_initiator 24美元)
    00006908 00000090 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
    00006998 00000090 UARTCC26XX.obj (.text:writeFinishedDoCallback$24)
    00006a28 0000008c devinfoservice.obj (.text:DevInfo_SetParameter)
    00006ab4 0000008c driverlib.lib:osc.obj (.text:NOROM_OSCHF_GetStartupTime)
    00006b40 00000088 I2CCC26XX.obj (.text:I2CCC26XX_CANCEL)
    00006bc8 00000088 sensortag_bar.obj (.text:SensorTagBar_processCharChangeEvt)
    00006c50 00000088 sensortag_register.obj (.text:SensorTagRegister_processCharChangeEvt)
    00006cd8 00000088 UARTCC26XX.obj (.text:readSemCallback$24)
    00006d60 00000088 registerservice.obj (.text:sensor_ReadAttrCB$54)
    00006de8 00000084 iCall.obj (.text:iCall_heapMalloc)
    00006e6c 00000084 iCall.obj (.text:iCall_primSetTimer$26)
    00006ef0 00000084 TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
    00006f74 00000084 sensortag_register.obj (.text:readRegister12)
    00006ff8 00000080 RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    00007078 00000080 sensortag_tmp.obj (.text:SensorTagTmp_processCharChangeEvt)
    000070f8 00000080 SensorMpu925.obj (.text:sensorMagInit34美元)
    00007178 00000080 UART_logs.obj (.text:uartLog_outputFxn)
    000071f8 0000007c iCall.obj (.text:iCall_createRemoteTasks)
    00007274 0000007c sensortag_hm.obj (.text:SensorTagHum_processCharChangeEvt)
    000072f0 0000007c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
    0000736c 0000007a rtsv7M3_T_le_eabi.lib:memset_t2.obj (.text)
    000073e6 00000002 driverlib.lib:rfc.obj (.text:NOROM_RFCRTrim)
    000073e8 00000078 :setup.obj (.text:NOROM_SetupAfterColdResetWakeupFromShutDownCfg1)
    00007460 00000074 iCall_cc265.obj (.text:ICallPlatform_pwrUpdActivityCounter)
    000074d4 00000074 iCall.obj (.text:iCall_primSend$26)
    00007548 00000074 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_auxISR)
    000075bc 00000074 :PowerCC26XX_calibrateRCOSC.oem3 (.text:calibrateRcoscHf2)
    00007630 00000074 peripheral.obj (.text:gapRole_startConnUpdate53美元)
    000076a4 00000072 UARTCC26XX.obj (.text:writeTxFifoFlush 24美元)
    00007716 00000002 RFCC26XX_singlemode.obj (.text:defaultErrCb$19)
    00007718 00000070 driverlib.lib:chipinfo.obj (.text:NOROM_ChipInfo_GetHwRevision)
    00007788 00000070 SensorI2C.obj (.text:SensorI2C_select)
    000077f8 0000006d ROM_SYSBIOS.aem3:ROM_SYSBIOS.obj (.text:XDC_RAuntime_System_formatNum__i)
    00007865 00000001 --hole --[填充= 0]
    00007866 00000002 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:emtyClockFunc)
    00007868 0000006c iCall.obj (.text:iCall_heapInit)
    000078d4 0000006c driverlib.lib:setup.obj (.text:NOROM_SetupGetTrimForAmpcompCtrl)
    00007940 0000006c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
    000079ac 0000006c SensorMpu925.obj (.text:SensorMpu9250_reset)
    00007a18 0000006c RFCC26XX_singlemode.obj (.text:fsmPowerDownState_19美元)
    00007a84 0000006c gattservapp_util.obj (.text:gattServApp_SendNotitId$45)
    00007af0 0000006c movementservice.obj (.text:sensor_ReadAttrCB$49)
    00007b5c 0000006a rtsv7M3_T_le_eabi.lib:copy_decompress_rle.obj (.text)
    00007bc6 00000002 :I_DIV0.obj (.text)
    00007bc8 00000068 driverlib.lib:setup.obj (.text:NOROM_SetupGetTrimForAnabypassValue1)
    00007c30 00000068 :sys_ctrl.obj (.text:NOROM_SYSCTRL_DCDC_VoltageConditionalControl)
    00007c98 00000068 UART_logs.obj (.text:uartLog_flush)
    00007d00 00000064 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_start__E)
    00007d64 00000062 barometerservice.obj (.text:sensor_ReadAttrCB$40)
    00007dc6 00000002 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_BIOS_linkedWithIncorrectBootLibrary__E)
    00007dc8 00000060 I2CCC26XX.obj (.text:I2CCC26XX_initiio$17)
    00007e28 00000060 iCall.obj (.text:iCall_primEnroll$26)
    00007e88 00000060 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_RCOSC_clockFunc)
    00007ee8 00000060 RFCC26XX_singlemode.obj (.text:rf_getCurrentTime)
    00007f48 00000060 sensortag_mov.obj (.text:appStateSet$9)
    00007fa8 00000060 电池服务.obj (.text:电池读取 AttrCB$41)
    00008008 00000060 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:updateSubSecInc)
    00008068 0000005c iCall.obj (.text:iCall_primThreadServes 26美元)
    000080c4 0000005c driverlib.lib:osc.obj (.text:NOROM_OSCHF_AttempToSwitchToXosc)
    00008120 0000005c :sys_ctrl.obj (.text:NOROM_SysCtrlAdjustargeRechAfterPowerDown)
    0000817c 0000005c SensorMpu925.obj (.text:SensorMpu9250_test)
    000081d8 0000005c RFCC26XX_singlemode.obj (.text:applyRfCorePatch 19美元)
    00008234 0000005c RFCC26XX_singlemode.obj (.text:decActiveClientCnt$19)
    00008290 0000005c SensorMpu925.obj (.text:sensorMpu9250WakeUp 34美元)
    000082ec 0000005c app_ble_pem3.oem3 (.text:xdc_runtime_Startup_getState__I)
    00008348 0000005b ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_text_putLab___E)
    000083a3 00000001 --hole --[填充= 0]
    000083a4 0000005a irtempservice.obj (.text:sensor_ReadAttrCB$48)
    000083fe 0000005a opticservice.obj (.text:sensor_ReadAttrCB$52)
    00008458 00000058 movementservice.obj (.text:Move_SetParameter)
    000084b0 00000058 PINCC26XX.obj (.text:PIN_REMOVE)
    00008508 00000058 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
    00008560 00000058 UARTCC26XX.obj (.text:UARTCC26XX_control)
    000085b8 00000054 barometerservice.obj (.text:Barometer_SetParameter)
    0000860c 00000054 SensorI2C.obj (.text:SensorI2C_open)
    00008660 00000054 Util.obj (.text:Util_elassignuleClock)
    000086b4 00000054 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:configureXOSCHF)
    00008708 00000054 RFCC26XX_singlemode.obj (.text:fsmXOSCState_19美元)
    0000875c 00000054 RFCC26XX_singlemode.obj (.text:hwiFxnHw19美元)
    000087b0 00000054 RFCC26XX_singlemode.obj (.text:棘轮自由19美元)
    00008804 00000052 iCall.obj (.text:iCall_primWait$26)
    00008856 00000002 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_nullFunc__i)
    00008858 00000050 iCall_API.obj (.text:GAP_DeviceInit)
    000088a8 00000050 iCall_API.obj (.text:GAP_UpdateAddertisingData)
    000088f8 00000050 humidityservice.obj (.text:Humidity_SetParameter)
    00008948 00000050 iCall.obj (.text:iCall_primRegisterApp$26)
    00008998 00000050 irtempservice.obj (.text:IRTemp_SetParameter)
    000089e8 00000050 driverlib.lib:setup.obj (.text:NOROM_SetupSetCacheModeAccordingToCcfgSetting)
    00008a38 00000050 opticservice.obj (.text:Optic_SetParameter)
    00008a88 00000050 RFCC26XX_singlemode.obj (.text:rf_getinfo)
    00008ad8 00000050 RFCC26XX_singlemode.obj (.text:synctb$19)
    00008b28 0000004e SensorOpt3001.obj (.text:SensorOpt3001_test)
    00008b76 0000004e ioservice.obj (.text:io_ReadAttrCB$47)
    00008bc4 0000004c iCall_cc265.obj (.text:ICallPlatform_pwrRegisterNotify)
    00008c10 0000004c iCall.obj (.text:iCall_newtask$26)
    00008c5c 0000004c iCall.obj (.text:iCall_primGetEntityId$26)
    00008ca8 0000004c driverlib.lib:osc.obj (.text:NOROM_OSCClockSourceSet)
    00008cf4 0000004c sensortag.obj (.text:SensorTag_setDeviceInfo$0)
    00008d40 0000004c Util.obj (.text:Util_constructClock)
    00008d8c 0000004c 电池服务.obj (.text:电池写入 AttrCB$41)
    00008dd8 0000004c RFCC26XX_singlemode.obj (.text:dispatchOpWhen$19)
    00008e24 0000004c peripheral.obj (.text:gapRole_processStackMsg$53)
    00008e70 0000004c rtsv7M3_T_le_eabi.lib:cpy_tbl.obj (.text)
    00008ebc 0000004c UARTCC26XX.obj (.text:startTxFifoEmptyClk$24)
    00008f08 0000004c rom_SysBIOS.aem3:rom_SysBIOS.obj (.text:xdc_runtime_text_visitRope2__i)
    00008f54 0000004a gattservapp_util.obj (.text:GATTServApp_ProcessCCCWriteReq)
    00008f9e 00000002 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_triggerFunc__i)
    00008fa0 00000048 I2CCC26XX.obj (.text:I2CCC26XX_initHw$17)
    00008fe8 00000048 driverlib.lib:chipinfo.obj (.text:NOROM_ChipInfo_GetChipFamily)
    00009030 00000048 :dDI.obj (.text:NOROM_DDI16BitfieldWrite)
    00009078 00000048 sensortag.obj (.text:SensorTag_processCharValueChangeEvt$0)
    000090c0 00000048 电池服务.obj (.text:电池通知$41)
    00009108 00000048 iCall_API.obj (.text:gattIndoti 29美元)
    00009150 00000048 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:notify)
    00009198 00000048 rtsv7M3_T_le_eabi.lib:fd_toi_t2.obj (.text)
    000091e0 00000048 sensortag_register.obj (.text:writeRegister12)
    00009228 00000044 iCall_API.obj (.text:GAP_TerminateLinkReq)
    0000926c 00000044 PINCC26XX.obj (.text:PIN_swi$18)
    000092b0 00000044 SensorMpu925.obj (.text:SensorMpu9250_accSetRange)
    000092f4 00000044 sensortag_io.obj (.text:SensorTagIO_blinkLed)
    00009338 00000044 boot.aem3:boot.oem3 (.text)
    0000937c 00000044 iCall_API.obj (.text:gapSendParamAndPtrCmd$29)
    000093c0 00000044 rtsv7M3_T_le_eabi.lib:exit.obj (.text)
    00009404 00000044 SensorMpu925.obj (.text:sensorMpu9250SetBypass 34美元)
    00009448 00000044 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_write8__E)
    0000948c 00000044 :rom_SysBIOS.obj (.text:xdc_runtime_text_xprintf___i)
    000094d0 00000042 iCall.obj (.text:iCall_primCreateTask$26)
    00009512 00000002 app_ble_pem3.oem3 (.text:ti_sysbios_rom_cortexm_cc26xx_CC26xx_badRomRevision__E)
    00009514 00000040 peripheral.obj (.text:GAPRole_SendUpdateParam)
    00009554 00000040 peripheral.obj (.text:GAPRole_createTask)
    00009594 00000040 driverlib.lib:dDI.obj (.text:NOROM_DDI16BitfieldRead)
    000095d4 00000040 RFCC26XX_singlemode.obj (.text:rf_getRssi)
    00009614 00000040 SensorTmp007.obj (.text:SensorTmp007_enable)
    00009654 00000040 rtsv7M3_T_le_eabi.lib:u_divt2.obj (.text)
    00009694 00000040 SensorMpu925.obj (.text:sensorMagEnable34美元)
    000096d4 00000040 SensorMpu925.obj (.text:sensorMpuSleep 34美元)
    00009714 00000040 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_Module_startup_E)
    00009754 0000003c iCall_API.obj (.text:GAP_GetParamValue)
    00009790 0000003c iCall_API.obj (.text:GATTServApp_RegisterService)
    000097cc 0000003c iCall_cc265.obj (.text:ICallPlatform_pwrConfigACAction)
    00009808 0000003c driverlib.lib:osc.obj (.text:NOROM_OSC_HPOSCRelativeFREquencyOffsetGet)
    00009844 0000003c :rfc.obj (.text:NOROM_RFCSynthPowerDown)
    00009880 0000003c RFCC26XX_singlemode.obj (.text:rf_runCmd)
    000098bc 0000003c registerservice.obj (.text:Register_SetParameter)
    000098f8 0000003c SensorI2C.obj (.text:SensorI2C_writeRead)
    00009934 0000003c SensorMpu925.obj (.text:SensorMpu9250_accReadRange)
    00009970 0000003c sensortag 蜂鸣器.obj (.text:SensorTagBuzzer_open)
    000099ac 0000003c sensortag_deoner.obj (.text:SensorTagBuzzer_setFrequency)
    000099e8 0000003c sensortag.obj (.text:SensorTag_createTask)
    00009a24 0000003c RFCC26XX_singlemode.obj (.text:postDirImmCmd 19美元)
    00009a60 0000003c iCall_API.obj (.text:profileSetParameter 29美元)
    00009a9c 0000003c iCall_API.obj (.text:sendWaitMatchCS29美元)
    00009ad8 0000003c iCall_API.obj (.text:sendWaitMatchValueCS$29)
    00009b14 00000038 iCall_API.obj (.text:GAPBondMgr_LinkEst)
    00009b4c 00000038 I2C.obj (.text:I2C_init)
    00009b84 00000038 iCall.obj (.text:iCall_primGetMaxMSecs$26)
    00009bbc 00000038 PINCC26XX.obj (.text:PIN_setOutputEnable)
    00009bf4 00000038 SensorI2C.obj (.text:SensorI2C_WRITE)
    00009c2c 00000038 UART.obj (.text:UART_init)
    00009c64 00000038 Util.obj (.text:Util_restartClock)
    00009c9c 00000038 电池 service.obj (.text:电池测量值41美元)
    00009cd4 00000038 电池服务.obj (.text:电池 NotifyLevel$41)
    00009d0c 00000038 iCall_API.obj (.text:linkDB_NumConns)
    00009d44 00000038 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_getCurrentTick__E)
    00009d7c 00000036 RFCC26XX_singlemode.obj (.text:updateImplicitState19美元)
    00009db2 00000002 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_SysCallback_defaultAbort)
    00009db4 00000034 iCall_API.obj (.text:GAPBondMgr_SetParameter)
    00009de8 00000034 iCall_API.obj (.text:GAP_SetParamValue)
    00009e1c 00000034 iCall.obj (.text:iCall_primEntityId2ServiceId$26)
    00009e50 00000034 iCall.obj (.text:iCall_primFetchMsg$26)
    00009e84 00000034 iCall.obj (.text:iCall_primRegisterISR$26)
    00009eb8 00000034 iCall.obj (.text:iCall_primRegisterISR_Ext$26)
    00009eec 00000034 iCall.obj (.text:iCall_searchServiceEntity)
    00009f20 00000034 ioservice.obj (.text:io_SetParameter)
    00009f54 00000034 driverlib.lib:osc.obj (.text:NOROM_OSCHF_SwitchToRcOscTurnOffXosc)
    00009f88 00000034 :Trng.obj (.text:NOROM_TRNGConfigure)
    00009fbc 00000034 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
    00009ff0 00000034 RFCC26XX_singlemode.obj (.text:Q_push$19)
    0000a024 00000034 registerservice.obj (.text:Register_getParameter)
    0000a058 00000034 SensorMpu925.obj (.text:SensorMpu9250_enable)
    0000a08c 00000034 sensortag_keys.obj (.text:SensorTagKeys_processRelay)
    0000a0c0 00000034 iCall_API.obj (.text:osal_SNV_read)
    0000a0f4 00000034 iCall_API.obj (.text:osal_SNV_write)
    0000a128 00000034 iCall_API.obj (.text:profileAddService29美元)
    0000a15c 00000034 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_write4__E)
    0000a190 00000032 iCall_API.obj (.text:gapSendParamsCmd$29)
    0000a1c2 00000032 iCall_API.obj (.text:gapSendPtrParamsCmd$29)
    0000a1f4 00000032 main.obj (.text:main)
    0000a226 00000032 iCall_API.obj (.text:matchGapSetGetParamCS$29)
    0000a258 00000032 iCall_API.obj (.text:matchGattCmdlStatus$29)
    0000a28a 00000032 iCall_API.obj (.text:matchUtilNvCS29美元)
    0000a2bc 00000032 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_setNextTick__E)
    0000a2ee 00000030 iCall_cc265.obj (.text:ICallPlatform_pwrNotify 27美元)
    0000a31e 00000002 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_SysCallback_defaultExit)
    0000a320 00000030 iCall.obj (.text:iCall_msecs2Ticks 26美元)
    0000a350 00000030 iCall.obj (.text:iCall_searchTask$26)
    0000a380 00000030 movementservice.obj (.text:Movement_getParameter)
    0000a3b0 00000030 driverlib.lib:setup.obj (.text:NOROM_SetupSetAonRtcSubSecInc)
    0000a3e0 00000030 PINCC26XX.obj (.text:PIN_setInterrupt)
    0000a410 00000030 PINCC26XX.obj (.text:PIN_setOutputValue)
    0000a440 00000030 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseConstraint)
    0000a470 00000030 :PowerCC26XX.oem3 (.text:Power_setConstraint)
    0000a4a0 00000030 SensorMpu925.obj (.text:SensorMpu9250_powerOn)
    0000a4d0 00000030 UART.obj (.text:UART_open)
    0000a500 00000030 SensorMpu925.obj (.text:sensorMpu9250 SelectAxs$34)
    0000a530 00000030 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__i)
    0000a560 00000030 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__i)
    0000a590 00000030 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_initDevice__I)
    0000a5c0 00000030 :rom_sysbios.obj (.text:ti_sysbios_family_arm_cc26xx_Timer_setThreshold__i)
    0000a5f0 00000030 app_ble_pem3.oem3 (.text:xdc_runtime_LoggerCallback_Object_create_S)
    0000a620 0000002f ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_text_printVisFxn__i)
    0000a64f 00000001 --hole --[填充= 0]
    0000a650 0000002e iCall_cc265.obj (.text:ICallPlatform_pwrDiscontseImpl$27)
    0000a67e 0000002e iCall_cc265.obj (.text:ICallPlatform_pwrRequireImpl$27)
    0000a6ac 0000002e sensortag.obj (.text:iCall_fetchServiceMsg$0)
    0000a6da 0000002e peripheral.obj (.text:iCall_fetchServiceMsg$53)
    0000a708 0000002e iCall.obj (.text:iCall_msgDequeue$26)
    0000a736 0000002e SensorOpt3001.obj (.text:SensorOpt3001_ENABLE)
    0000a764 0000002e iCall_API.obj (.text:matchProfileAddServiceCS$29)
    0000a792 00000002 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_SysCallback_defaultPutch)
    0000a794 0000002c iCall_API.obj (.text:GAPBondMgr_Register)
    0000a7c0 0000002c iCall.obj (.text:iCall_heapFree)
    0000a7ec 0000002c 电池服务.obj (.text:iCall_malloc$41)
    0000a818 0000002c iCall.obj (.text:iCall_msgEnqueue$26)
    0000a844 0000002c iCall.obj (.text:iCall_primAllocMsg$26)
    0000a870 0000002c iCall.obj (.text:iCall_primFetchServiceMsg$26)
    0000a89c 0000002c iCall_API.obj (.text:iCall_sendServiceMsg$29)
    0000a8c8 0000002c driverlib.lib:dDI.obj (.text:NOROM_DDI32RegWrite)
    0000a8f4 0000002c :setup.obj (.text:NOROM_SetupGetTrimForRadcExtCfg)
    0000a920 0000002c PINCC26XX.obj (.text:PINCC26XX_setMux)
    0000a94c 0000002c PINCC26XX.obj (.text:PIN_setConfig)
    0000a978 0000002c SensorI2C.obj (.text:SensorI2C_writeReg)
    0000a9a4 0000002c sensortag_Batt.obj (.text:SensorTagBatt_init)
    0000a9d0 0000002c RFCC26XX_singlemode.obj (.text:getCmd$19)
    0000a9fc 0000002c ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_getTicksUntilInterrupt__E)
    0000aa28 0000002c ST_util.obj (.text:utilExtUuid16)
    0000aa54 0000002c ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_write2_E)
    0000aa80 0000002a iCall_API.obj (.text:iCall_waitMatch 29美元)
    0000aaa0000002a TRNGCC26XX.obj (.text:TRNGCC26XX_isParamValid)
    0000aad4 0000002a Util.obj (.text:Util_enqueueMsg)
    0000aafe 0000002a iCall_API.obj (.text:matchProfileCS$29)
    0000ab28 0000002a ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_System_putchar___i)
    0000ab52 00000002 --hole --[填充= 0]
    0000ab54 00000028 电池服务.obj (.text:Batt_AddService)
    0000ab7c 00000028 gattservapp_util.obj (.text:GATTServApp_WriteCharCfg)
    0000aba4 00000028 iCall.obj (.text:iCall_init)
    0000abcc 00000028 iCall.obj (.text:iCall_msgPrepend$26)
    0000abf4 00000028 sensortag.obj (.text:iCall_registerApp.0)
    0000ac1c 00000028 peripheral.obj (.text:iCall_registerApp$53)
    0000ac44 00000028 driverlib.lib:aon_batmon.obj (.text:NOROM_AONBatMonTemperatureGetDegC)
    0000ac6c 00000028 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
    0000ac94 00000028 :PowerCC26XX.oem3 (.text:Power_registerNotify)
    0000acbc 00000028 driverlib.lib:Adi.obj (.text:SafeHapiVoid)
    0000ace4 00000028 SensorBmp280.obj (.text:SensorBmp280_enable)
    0000ad0c 00000028 sensortag 蜂鸣器.obj (.text:SensorTagBuzzer_close)
    0000ad34 00000028 sensortag.obj (.text:SensorTag_enqueueMsg$0)
    0000ad5c 00000028 TRNGCC26XX.obj (.text:TRNGCC26XX_init)
    0000ad84 00000028 RFCC26XX_singlemode.obj (.text:clkPowerUpFxn$19)
    0000adac 00000028 gattservapp_util.obj (.text:gattServApp_FindCharCfgItem$45)
    0000add4 00000028 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_getMaxTicks__E)
    0000adfc 00000028 :rom_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_write0__E)
    0000ae24 00000028 :rom_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_write1_E)
    0000ae4c 00000026 drivers_cc26xxware.aem3:List.oem3 (.text:List_Put)
    0000ae72 00000002 --hole --[填充= 0]
    0000ae74 00000024 barometerservice.obj (.text:Barometer_getParameter)
    0000ae98 00000024 iCall_API.obj (.text:GAPBondMgr_LinkTerm)
    0000aebc 00000024 I2C.obj (.text:I2C_open)
    0000aee0 00000024 iCall_API.obj (.text:iCall_getLocalMsgEntityId$29)
    0000af04 00000024 iCall_API.obj (.text:iCall_threadServes 29美元)
    0000af28 00000024 PINCC26XX.obj (.text:PINCC26XX_getPinCount)
    0000af4c 00000024 SensorMpu925.obj (.text:SensorMpu9250_poweroff)
    0000af70 00000024 sensortag_register.obj (.text:SensorTagRegister_update)
    0000af94 00000024 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:getTdcSemaphore)
    0000afb8 00000024 RFCC26XX_singlemode.obj (.text:hwiFxnCpe0PowerFsm$19)
    0000afdc 00000024 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_registerRTSLock__i)
    0000b000 00000024 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_removeRTSLock__i)
    0000b024 00000022 iCall.obj (.text:iCall_dispatch 26美元)
    0000b046 00000022 sensortag.obj (.text:iCall_malloc$0)
    0000b068 00000022 Util.obj (.text:iCall_malloc$14)
    0000b08a 00000022 rtsv7M3_T_le_eabi.lib:memcmp.obj (.text)
    0000b0ac 00000020 gattservapp_util.obj (.text:GATTServApp_InitCharCfg)
    0000b0cc 00000020 humidityservice.obj (.text:湿度_ getParameter)
    0000b0ec 00000020 iCall_API.obj (.text:iCall_allocMsg$29)
    0000b10c 00000020 iCall_API.obj (.text:iCall_getEntityId$29)
    0000b12c 00000020 devinfoservice.obj (.text:iCall_malloc$43)
    0000b14c 00000020 iCall.obj (.text:iCall_primService26美元)
    0000b16c 00000020 iCall.obj (.text:iCall_searchService26美元)
    0000b18c 00000020 irtempservice.obj (.text:IRTemp_getParameter)
    0000b1ac 00000020 driverlib.lib:rfc.obj (.text:NOROM_RFCDoorbellSendto)
    0000b1cc 00000020 :rfc.obj (.text:NOROM_RFCRfTrimRead)
    0000b1ec 00000020 :setup.obj (.text:NOROM_SetupGetTrimForXoscHfCtl)
    0000b20c 00000020 opticservice.obj (.text:Optic_getParameter)
    0000b22c 00000020 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_unregisterNotify)
    0000b24c 00000020 sensortag_Batt.obj (.text:SensorTagBatt_reset)
    0000b26c 00000020 RFCC26XX_singlemode.obj (.text:allocCmd 19美元)
    0000b28c 00000020 sensortag_mov.obj (.text:initCharacteristic Value$9)
    0000b2ac 00000020 rtsv7M3_T_le_eabi.lib:u_tofd_t2.obj (.text)
    0000b2cc 00000020 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock__i)
    0000b2ec 00000020 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_stop__E)
    0000b30c 00000020 :rom_SysBIOS.obj (.text:xdc_runtime_Registry_findById__E)
    0000b32c 0000001e iCall.obj (.text:iCall_primSendServiceMsg$26)
    0000b34a 0000001e PINCC26XX.obj (.text:PIN_CLOSE)
    0000b368 0000001e drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_getTransitionLatency)
    0000b386 0000001e iCall_API.obj (.text:waitMatchCS$29)
    0000b3a4 0000001c 电池服务.obj (.text:Batt_MeasLevel)
    0000b3c0 0000001c peripheral.obj (.text:GAPRole_StartDevice)
    0000b3dc 0000001c iCall_API.obj (.text:GATT_BM_alloc)
    0000b3f8 0000001c iCall_API.obj (.text:GATT_BM_FREE)
    0000b414 0000001c iCall.obj (.text:iCall_initPrim$26)
    0000b430 0000001c sensortag.obj (.text:iCall_Wait$0)
    0000b44c 0000001c peripheral.obj (.text:iCall_Wait$53)
    0000b468 0000001c driverlib.lib:osc.obj (.text:NOROM_OSCClockSourceGet)
    0000b484 0000001c :setup.obj (.text:NOROM_SetupGetTrimForAmpcompTh2)
    0000b4a0 0000001c :setup.obj (.text:NOROM_SetupGetTrimForRcOscLfRtuneCTuneTrim)
    0000b4bc 0000001c PINCC26XX.obj (.text:PINCC26XX_setIoCfgMux 18美元)
    0000b4d8 0000001c PINCC26XX.obj (.text:PIN_hwi$18)
    0000b4f4 0000001c RFCC26XX_singlemode.obj (.text:rf_runDirectCmd)
    0000b510 0000001c RFCC26XX_singlemode.obj (.text:rf_runImmediateCmd)
    0000b52c 0000001c sensortag_Batt.obj (.text:SensorTagBatt_processCharChangeEvt)
    0000b548 0000001c sensortag.obj (.text:SensorTag_callback 0)
    0000b564 0000001c sensortag.obj (.text:SensorTag_processAppMsg$0)
    0000b580 0000001c TRNGCC26XX.obj (.text:TRNGCC26XX_open)
    0000b59c 0000001c peripheral.obj (.text:gapRole_HandleParamUpdateNoSuccessions$53)
    0000b5b8 0000001c iCall_API.obj (.text:getStatusValueFromErrNo$29)
    0000b5d4 0000001c TRNGCC26XX.obj (.text:openTRNG)
    0000b5f0 0000001c ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_DynamicStub_E)
    0000b60c 0000001c :rom_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_instance_init__E)
    0000b628 0000001a iCall_API.obj (.text:GATT_Notification)
    0000b642 0000001a iCall.obj (.text:iCall_enterCSImpl)
    0000b65c 0000001a iCall.obj (.text:iCall_primSetTimerMSecs$26)
    0000b676 0000001a drivers_cc26xxware.aem3:List.oem3 (.text:List_remove)
    0000b690 0000001a Util.obj (.text:Util_dequeueMsg)
    0000b6aa 0000001a iCall_API.obj (.text:matchGattIndNottiCS$29)
    0000b6c4 0000001a ROM_SysBIOS.aem3:ROM_SysBIOS_config.obj (.text:xdc_runtime_System_snprintf___E)
    0000b6de 00000002 --hole --[填充= 0]
    0000b6e0 00000018 电池服务.obj (.text:Batt_SetParameter)
    0000b6f8 00000018 peripheral.obj (.text:GAPRole_TerminateConnection)
    0000b710 00000018 I2C.obj (.text:I2C_Params_init)
    0000b728 00000018 iCall_cc265.obj (.text:ICallPlatform_pwrDispense)
    0000b740 00000018 iCall_cc265.obj (.text:ICallPlatform_pwrRequire)
    0000b758 00000018 sensortag.obj (.text:iCall_free$0)
    0000b770 00000018 Util.obj (.text:iCall_free$14)
    0000b788 00000018 devinfoservice.obj (.text:iCall_free$43)
    0000b7a0 00000018 sensortag.obj (.text:iCall_freeMsg$0)
    0000b7b8 00000018 iCall.obj (.text:iCall_freeMsg$26)
    0000b7d0 00000018 iCall_API.obj (.text:iCall_freeMsg$29)
    0000b7e8 00000018 peripheral.obj (.text:iCall_freeMsg$53)
    0000b800 00000018 iCall.obj (.text:iCall_primMalloc$26)
    0000b818 00000018 driverlib.lib:aon_rtc.obj (.text:NOROM_AONRTCCurrentCompareValueGet)
    0000b830 00000018 :chipinfo.obj (.text:NOROM_ChipInfo_GetPackageType)
    0000b848 00000018 :osc.obj (.text:NOROM_OSCHF_TurnOnXosc)
    0000b860 00000018 :rfc.obj (.text:NOROM_RFCCpeIntGetAndClear)
    0000b878 00000018 :setup.obj (.text:NOROM_SetupGetTrimForAdcShModeEn)
    0000b890 00000018 :setup.obj (.text:NOROM_SetupGetTrimForAdcShVbufEn)
    0000b8a8 00000018 :setup.obj (.text:NOROM_SetupGetTrimForAmpcompTh1)
    0000b8c0 00000018 :setup.obj (.text:NOROM_SetupGetTrimForDblrLoopFilterResetVoltage)
    0000b8d8 00000018 :setup.obj (.text:NOROM_SetupGetTrimForRcOscLfIBiasTrim)
    0000b8f0 00000018 :setup.obj (.text:NOROM_SetupGetTrimForXoscLfRegulatorAndCwrmirrorRatio)
    0000b908 00000018 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_idleFunc)
    0000b920 00000018 RFCC26XX_singlemode.obj (.text:Q_pop$19)
    0000b938 00000018 sensortag_Batt.obj (.text:SensorTagBatt 时钟处理程序2美元)
    0000b950 00000018 sensortag.obj (.text:SensorTag_clockHandler0)
    0000b968 00000018 sensortag.obj (.text:SensorTag_updateAddertisingData)
    0000b980 00000018 UARTCC26XX.obj (.text:UARTCC26XX_init)
    0000b998 00000018 Util.obj (.text:Util_constructQueue)
    0000b9b0 00000018 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:configureRFCoreClocks)
    0000b9c8 00000018 peripheral.obj (.text:gapRole_setEvent$53)
    0000b9e0 00000018 sensortag_opt.obj (.text:initCharacteristic Value$11)
    0000b9f8 00000018 sensortag_tmp.obj (.text:initCharacteristic Value$13)
    0000ba10 00000018 sensortag_bar.obj (.text:initCharacteristic Value1)
    0000ba28 00000018 sensortag_hm.obj (.text:initCharacteristic Value6美元)
    0000ba40 00000018 rtsv7M3_T_le_eabi.lib:args_main.obj (.text)
    0000ba58 00000018 :LL_mul_t2.obj (.text)
    0000ba70 00000018 RFCC26XX_singlemode.obj (.text:swifxnFsm$19)
    0000ba88 00000018 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock__i)
    0000baa0 00000018 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Swi_or_E)
    0000Bab8 00000018 app_ble_pem3.oem3 (.text:ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E)
    0000bad0 00000016 main.obj (.text:AssertHandler)
    0000bae6 00000016 iCall.obj (.text:iCall_abort$26)
    0000bafc 00000016 iCall.obj (.text:iCall_leaveCSImpl)
    0000bb12 00000016 iCall.obj (.text:iCall_primStopTimer 26美元)
    0000bb28 00000016 BLE_USER_CONFIG.obj (.text:driverTable_fnSpinlock)
    0000bb3E 00000016 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__i)
    0000bb54 00000014 电池服务.obj (.text:电池寄存器)
    0000bb68 00000014 devinfoservice.obj (.text:DevInfo_AddService)
    0000bb7c 00000014 ioservice.obj (.text:io_getParameter)
    0000bb90 00000014 driverlib.lib:aon_rtc.obj (.text:NOROM_AONRTCCurrent64BitValueGet)
    0000bba4 00000014 :chipinfo.obj (.text:NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated)
    0000bbb8 00000014 PINCC26XX.obj (.text:PINCC26XX_getInputValue$18)
    0000bbcc 00000014 PINCC26XX.obj (.text:PINCC26XX_getOutputValue$18)
    0000bbe0 00000014 RFCC26XX_singlemode.obj (.text:rf_params_init)
    0000bbf4 00000014 SensorMpu925.obj (.text:SensorMpu9250_powerIsOn)
    0000bc08 00000014 sensortag_Batt.obj (.text:SensorTagBatt_processSensorEvent)
    0000bc1c 00000014 rtsv7M3_T_le_eabi.lib:_lock.obj (.text)
    0000bc30 00000014 :strlen.obj (.text)
    0000bc44 00000014 iCall_API.obj (.text:setICallCmdEvtHdr$29)
    0000bc58 00000014 app_ble_pem3.oem3 (.text:ti_sysbios_KNL_Clock_dotick__i)
    0000bc6c 00000012 gattservapp_util.obj (.text:GATTServApp_FindAttr)
    0000bc7e 00000012 RFCC26XX_singlemode.obj (.text:rf_getCmdOp)
    0000bc90 00000012 app_ble_pem3.oem3 (.text:xdc_runtime_Startup_exec__i)
    0000bca2 00000002 --hole --[填充= 0]
    0000bca4 00000010 RFCC26XX_singlemode.obj (.text:FsmDispatch 19美元)
    0000bcb4 00000010 iCall_API.obj (.text:GAP_EndDiscoverable)
    0000bcc4 00000010 gattservapp_util.obj (.text:GATTServApp_ReadCharCfg)
    0000bcd4 00000010 iCall_cc265.obj (.text:ICallPlatform_pwrGetXOSCStartupTime)
    0000bce4 00000010 iCall.obj (.text:iCall_primGetTickPeriod$26)
    0000bcf4 00000010 iCall.obj (.text:iCall_taskEntry$26)
    0000bd04 00000010 driverlib.lib:rfc.obj (.text:NOROM_RFCRfTrimSet)
    0000bd14 00000010 :setup.obj (.text:NOROM_SetupGetTrimForXoscHfFastStart)
    0000bd24 00000010 :setup.obj (.text:NOROM_SetupGetTrimForXoscHfIbiastherm)
    0000bd34 00000010 BLE_USER_CONFIG.obj (.text:RegisterAssertBack)
    0000bd44 00000010 Util.obj (.text:Util_isActive)
    0000bd54 00000010 I2CCC26XX.obj (.text:i2cPostNotify 17美元)
    0000bd64 00000010 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_m3/Hwi_post _ E)
    0000bd74 00000010 UARTCC26XX.obj (.text:uartPostNotify 24美元)
    0000bd84 00000010 app_ble_pem3.oem3 (.text:xdc_runtime_LoggerCallback_Object_GET_S)
    0000bd94 00000010 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_SysCallback_putch__E)
    0000bda4 00000010 :rom_SysBIOS.obj (.text:xdc_runtime_SysCallback_ready__E)
    0000bdb4 00000010 :rom_SysBIOS.obj (.text:xdc_runtime_System_vsnprintf___E)
    0000bdc4 0000000e iCall_API.obj (.text:GATT_Indication)
    0000bdd2 0000000e iCall_cc265.obj (.text:ICallPlatform_pwrGetTransitionState)
    0000bde0 0000000e iCall_cc265.obj (.text:ICallPlatform_pwrIsStableXOSCHF)
    0000bdee 0000000e iCall.obj (.text:iCall_primDisableMInt$26)
    0000bdfc 0000000e iCall.obj (.text:iCall_primEnableMInt$26)
    0000be0a 0000000e iCall.obj (.text:iCall_primFreeMsg$26)
    0000be18 0000000e iCall.obj (.text:iCall_primGetTicks$26)
    0000be26 0000000e driverlib.lib:setup.obj (.text:NOROM_SetupSignExtendVddrTrimValue)
    0000be34 0000000e :VIMS.obj (.text:NOROM_VIMSModeGet)
    0000be42 0000000e SensorI2C.obj (.text:SensorI2C_readReg)
    0000be50 0000000e rtsv7M3_T_le_eabi.lib:copy_decompress_none.obj (.text:decompress:none)
    0000be5e 0000000e iCall_API.obj (.text:matchGSARegisterServiceCS$29)
    0000be6c 0000000e iCall_API.obj (.text:matchGapLinkEstCS29美元)
    0000be7a 0000000e iCall_API.obj (.text:matchLinkDBNumConnsCS$29)
    0000be88 0000000e iCall_API.obj (.text:setDispatchCmdEvtHdr$29)
    0000be96 0000000e ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_TimestampProvider_get32__E)
    0000bea4 0000000c RFCC26XX_singlemode.obj (.text:FsmNextState_19美元)
    0000beb0 0000000c iCall_API.obj (.text:GAP_MakeDiscoverable)
    0000bebc 0000000c iCall_API.obj (.text:GAP_TerminateAuth)
    0000bec8 0000000c iCall_API.obj (.text:GAP_UpdateLinkParamReq)
    0000bed4 0000000c iCall_API.obj (.text:GAP_UpdateLinkParamReqReply)
    0000bee0 0000000c iCall_API.obj (.text:GGS_SetParameter)
    0000beec 0000000c iCall.obj (.text:iCall_clockFunc$26)
    0000bef8 0000000c iCall.obj (.text:iCall_primDisableInt$26)
    0000bf04 0000000c iCall.obj (.text:iCall_primEnableInt$26)
    0000bf10 0000000c iCall.obj (.text:iCall_primFre$26)
    0000bf1c 0000000c iCall.obj (.text:iCall_primSignal$26)
    0000bf28 0000000c driverlib.lib:cpu.obj (.text:NOROM_CPUcpsid)
    0000bf34 0000000c :cpu.obj (.text:NOROM_CPUcpsie)
    0000bf40 0000000c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_getConstraintMask)
    0000bf4c 0000000c :PowerCC26XX.oem3 (.text:Power_getDependencyCount)
    0000bf58 0000000c :PowerCC26XX.oem3 (.text:Power_getTransitionState)
    0000bf64 0000000c SensorI2C.obj (.text:SensorI2C_DESELECT)
    0000bf70 0000000c sensortag.obj (.text:SensorTag_processGATTMsg$0)
    0000bf7c 0000000c sensortag.obj (.text:SensorTag_processStackMsg$0)
    0000bf88 0000000c sensortag.obj (.text:SensorTag_testResult)
    0000bf94 0000000c UART_logs.obj (.text:UartLog_doInit)
    0000bfa0 0000000c rtsv7M3_T_le_eabi.lib:copy_zero_init.obj (.text:解压缩:Zi)
    0000bfac 0000000c iCall_API.obj (.text:matchProfileSetParamCS$29)
    0000bfb8 0000000c ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_BIOS_getThreadType__E)
    0000bfc4 0000000c :rom_sysbios_config.obj (.text:ti_sysbios_hal_hwi_params__init__S)
    0000bfd0 0000000c :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Swi_getTrigger__E)
    0000bfdc 0000000c app_ble_pem3.oem3 (.text:xdc_runtime_Startup_reset__i)
    0000bfe8 0000000c ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:XDC_Runtime_Startup_rtsDone__E)
    0000bff4 0000000a I2CCC26XX.obj (.text:I2CCC26XX_init)
    0000bffe 0000000a I2C.obj (.text:I2C_Close)
    0000c008 0000000a I2C.obj (.text:I2C_transfer)
    0000c012 0000000a iCall_cc265.obj (.text:ICallPlatform_pwrSwitchXOSCHF)
    0000c01c 0000000a iCall.obj (.text:iCall_primE2S$26)
    0000c026 0000000a drivers_cc26xxware.aem3:List.oem3 (.text:List_empty)
    0000c030 0000000a sensortag.obj (.text:SensorTag_charValueChangeCB)
    0000c03a 0000000a sensortag.obj (.text:SensorTag_stateChangeCB0)
    0000c044 0000000a UART.obj (.text:UART_WRITE)
    0000c04e 0000000a ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_disable__E)
    0000c058 0000000a :rom_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_enable__E)
    0000c062 0000000a app_ble_pem3.oem3 (.text:xdc_runtime_text_visitRope__I)
    0000c06c 00000008 RFCC26XX_singlemode.obj (.text:rf_flushCmd)
    0000c074 00000008 sensortag_io.obj (.text:ioChangeCB$7)
    0000c07c 00000008 sensortag_register.obj (.text:registerChangeCB$12)
    0000c084 00000008 sensortag_mov.obj (.text:sensorChangeCB$9)
    0000c08c 00000008 sensortag_opt.obj (.text:sensorConfigChangeCB$11)
    0000c094 00000008 sensortag_tmp.obj (.text:sensorConfigChangeCB$13)
    0000c09c 00000008 sensortag_bar.obj (.text:sensorConfigChangeCB-1)
    0000c0a4 00000008 sensortag_Batt.obj (.text:sensorConfigChangeCB-2)
    0000c0ac 00000008 sensortag_hm.obj (.text:sensorConfigChangeCB$6)
    0000c0b4 00000008 UARTCC26XX.obj (.text:writeSemCallback$24)
    0000c0bc 00000006 iCall_API.obj (.text:GGS_AddService)
    0000c0c2 00000006 I2CCC26XX.obj (.text:I2CCC26XX_control)
    0000c0c8 00000006 iCall.obj (.text:iCall_mallocImpl)
    0000c0ce 00000006 driverlib.lib:cpu.obj (.text:NOROM_CPUdelay)
    0000c0d4 00000006 PINCC26XX.obj (.text:PIN_registerIntCb)
    0000c0da 00000006 UARTCC26XX.obj (.text:UARTCC26XX_readPolling)
    0000c0e0 00000006 UARTCC26XX.obj (.text:UARTCC26XX_writePolling)
    0000c0e6 00000006 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:__XDC__init)
    0000c0ec 00000006 RFCC26XX_singlemode.obj (.text:clkInactivityFxn$19)
    0000c0f2 00000006 rtsv7M3_T_le_eabi.lib:copy_decompress_rle.obj (.text:decompress:rle24)
    0000c0f8 00000006 iCall_API.obj (.text:gattAddService29美元)
    0000c0fe 00000006 iCall_API.obj (.text:matchBondMgrSetParamCS$29)
    0000c104 00000006 iCall_API.obj (.text:matchGGSSetParamCS$29)
    0000c10a 00000006 iCall_API.obj (.text:matchGapConnParamUpdateReplyCS$29)
    0000c110 00000006 iCall_API.obj (.text:matchGapDeviceInitCS$29)
    0000c116 00000006 iCall_API.obj (.text:matchGapEndDiscoverableCS$29)
    0000c11c 00000006 iCall_API.obj (.text:matchGapGetParamCS$29)
    0000c122 00000006 iCall_API.obj (.text:matchGapMakeDiscoverableCS$29)
    0000c128 00000006 iCall_API.obj (.text:matchGapSetParamCS$29)
    0000c12e 00000006 iCall_API.obj (.text:matchGapTerminateAuthCS$29)
    0000c134 00000006 iCall_API.obj (.text:matchGapTerminateLinkReqCS29美元)
    0000c13a 00000006 iCall_API.obj (.text:matchGapUpdateAdvDataCS$29)
    0000c140 00000006 iCall_API.obj (.text:matchGapUpdateLinkParamReqCS$29)
    0000c146 00000006 iCall_API.obj (.text:matchUtilNvReadCS$29)
    0000c14c 00000006 iCall_API.obj (.text:matchUtilNvWriteCS$29)
    0000c152 00000006 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_m3/Hwi_setFunc__E)
    0000c158 00000004 tirtosport.aem3:hwip_tirtos.oem3 (.text:Hwip_disable)
    0000c15c 00000004 iCall.obj (.text:iCall_primAbort$26)
    0000c160 00000004 drivers_cc26xxware.aem3:List.oem3 (.text:List_head)
    0000c164 00000004 :List.oem3 (.text:List_next)
    0000c168 00000004 RFCC26XX_singlemode.obj (.text:Q_peek$19)
    0000c16c 00000004 sensortag.obj (.text:SensorTag_resetAllModules 0)
    0000c170 00000004 Util.obj (.text:Util_startClock)
    0000c174 00000004 Util.obj (.text:Util_stopClock)
    0000c178 00000004 peripheral.obj (.text:gapRole_SetupGAP 53美元)
    0000c17c 00000004 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:nopResourceHandler)
    0000c180 00000004 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_family_ARM_cc26xx_Timer_getCount64_E)
    0000c184 00000004 :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_isActive__E)
    0000c188 00000004 :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_setPeriod___E)
    0000c18c 00000004 :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Queue_insert__E)
    0000c190 00000004 :rom_SysBIOS.obj (.text:xdc_runtime_LoggerCallback_defaultCreate)
    0000c194 00000004 :rom_SysBIOS.obj (.text:xdc_runtime_SysCallback_defaultReady)
    0000c198 00000004 :rom_sysbios.obj (.text:xdc_runtime_System_snprintf_va__F)
    0000c19c 00000008 (.tramp.XDC_Runtime_Core_赋 值 Params__I.1)
    0000c1a4 00000008 (.tramp.ti_sysbios_hal_hwi_hwiProxy_enableInterrupt_e.1)
    0000c1ac 00000008 (.tramp.ti_sysbios_hal_hwi_hwiProxy_disableInterrupt__e.1)
    0000c1b4 00000008 (.tramp.ti_SysBIOS_KNL_Task_enable_e.1)
    0000c1bc 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_enableFxn_e.1)
    0000c1c4 00000008 (.tramp.XDC_Runtime_Startup_startMods__I.1)
    0000c1cc 00000008 (.tramp.ti_SysBIOS_KNL_Clock_logTick__e.1)
    0000c1d4 00000008 (.tramp.ti_SysBIOS_BIOS_rtsGateProxy_leave_e.1)
    0000c1dc 00000008 (.tramp.ti_SysBIOS_KNL_Queue_construct.1)
    0000c1e4 00000008 (.tramp.ti_SysBIOS_KNL_Queue_get_e.1)
    0000c1ec 00000008 (.tramp.ti_sysbios_BIOS_rtsGateProxy_enter_e.1)
    0000c1f4 00000008 (.tramp.ti_sysbios_KNL_Queue_Put)
    0000c1fc 00000008 (.tramp.XDC_Runtime_Core_CreateObject__I.1)
    0000c204 00000008 (.tramp.ti_sysbios_KNL_Task_startup_e_e.1)
    0000c20c 00000008 (.tramp.ti_sysbios_KNL_Swi_startup__e.1)
    0000c214 00000008 (.tramp.ti_sysbios_hal_hwi_hwiProxy_startup__e.1)
    0000c21c 00000008 (.tramp.ti_SysBIOS_family_ARM_cc26xx_Timer_startup__e.1)
    0000c224 00000008 (.tramp.XDC_Runtime_System_atexit__e.1)
    0000c22c 00000008 (.tramp.ti_SysBIOS_BIOS_setThreadType__E.1)
    0000c234 00000008 (.tramp.ti_SysBIOS_BIOS_start__e.1)
    0000c23c 00000008 (.tramp.ti_sysbios_hal_hwi_create.1)
    0000c244 00000008 (.tramp.ti_SysBIOS_KNL_Task_construct.1)
    0000c24c 00000008 (.tramp.XDC_Runtime_System_exit__e.1)
    0000c254 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_create.1)
    0000c25c 00000008 (.tramp.ti_SysBIOS_KNL_Task_create.1)
    0000c264 00000008 (.tramp.ti_SysBIOS_KNL_Task_Params__init_S.1)
    0000c26c 00000008 (.tramp.ti_SysBIOS_KNL_Clock_create.1)
    0000c274 00000008 (.tramp.ti_SysBIOS_KNL_Clock_scheduleNextTick__e.1)
    0000c27c 00000008 (.tramp.ti_SysBIOS_KNL_Clock_WalkQueueDynamic__E.1)
    0000c284 00000008 (.tramp.ti_SysBIOS_KNL_Clock_TimerProxy_getCurrentTick__e.1)
    0000c28c 00000008 (.tramp.ti_SysBIOS_KNL_Queue_enqueue_e_e.1)
    0000c294 00000008 (.tramp.ti_SysBIOS_KNL_Queue_empty_e.1)
    0000c29c 00000008 (.tramp.ti_SysBIOS_KNL_Queue_remove_e_e.1)
    0000c2a4 00000008 (.tramp.ti_SysBIOS_BIOS_getCpuFreq__e.1)
    0000c2ac 00000008 (.tramp.ti_SysBIOS_KNL_Task_sleep_e.1)
    0000c2b4 00000008 (.tramp.ti_SysBIOS_KNL_Clock_析 构函数1)
    0000c2bc 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_析 构函数1)
    0000c2c4 00000008 (.tramp.ti_SysBIOS_KNL_Swi_析 构函数1)
    0000c2cc 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_析 构1)
    0000c2d4 00000008 (.tramp.ti_SysBIOS_KNL_Clock_getTicks__e.1)
    0000c2dc 00000008 (.tramp.ti_SysBIOS_KNL_Task_self_e.1)
    0000c2e4 00000008 (.tramp.XDC_Runtime_text_ropeText__e.1)
    0000c2ec 00000008 (.tramp.XDC_Runtime_System_ABortSpin__E.1)
    0000c2f4 00000008 (.tramp.ti_sysbios_KNL_Task_restore__e.1)
    0000c2fc 00000008 (.tramp.ti_SysBIOS_KNL_Swi_restore_e_e.1)
    0000c304 00000008 (.tramp.ti_SysBIOS_KNL_Swi_disable_e_e.1)
    0000c30c 00000008 (.tramp.ti_SysBIOS_KNL_Task_disable_e.1)
    0000c314 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_post__e.1)
    0000c31c 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_enableInterrupt_e.1)
    0000c324 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_disableInterrupt__e.1)
    0000c32c 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_pend__e.1)
    0000c334 00000008 (.tramp.ti_SysBIOS_KNL_Clock_construct.1)
    0000c33c 00000008 (.tramp.ti_SysBIOS_KNL_Clock_Params__init_S.1)
    0000c344 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_construct.1)
    0000c34c 00000008 (.tramp.ti_SysBIOS_KNL_Semaphore_Params__init__S.1)
    0000c354 00000008 (.tramp.ti_SysBIOS_KNL_Swi_construct.1)
    0000c35c 00000008 (.tramp.ti_SysBIOS_KNL_Swi_Params__init_S.1)
    0000c364 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_construct.1)
    0000c36c 00000008 (.tramp.ti_SysBIOS_family_ARM_m3/Hwi_Params__init_S.1)
    0000c374 00000008 (.tramp.ti_SysBIOS_KNL_Clock_start__e.1)
    0000c37c 00000008 (.tramp.ti_SysBIOS_KNL_Clock_setTimeout___e.1)
    0000c384 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_restoreFxn_e.1)
    0000c38c 00000008 (.tramp.ti_sysbios_family_arm_m3/hwi_disableFxn_e.1)
    0000c394 00000008 (.tramp.ti_SysBIOS_KNL_Swi_post _ e.1)

    .const 0 0000c39c 00001f30
    0000c39c 000017c0 app_ble_pem3.oem3 (.const:xdc_runtime_text_charTab__a)
    0000DB5c 000000cc iCall.obj (.const)
    0000dc28 0000004c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.const:resourceDB)
    0000dc74 0000004c BLE_USER_CONFIG.obj (.const:rfDriverTable)
    0000dcc0 00000048 app_ble_pem3.oem3 (.const:.string)
    0000dd08 00000040 barometerservice.obj (.const:.string)
    0000dd48 00000040 humidityservice.obj (.const:.string)
    0000dd88 00000040 irtempservice.obj (.const:.string)
    0000ddc8 00000040 movementservice.obj (.const:.string)
    0000de08 00000040 opticservice.obj (.const:.string)
    0000de48 00000040 registerservice.obj (.const:.string)
    0000de88 00000040 UARTCC26XX.obj (.const)
    0000dec8 0000003c sensortag.obj (.const)
    0000df04 00000034 app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Module_Fxns__C)
    0000df38 00000030 ioservice.obj (.const:.string)
    0000df68 00000030 Board.obj (.const:BoardGpioInitTable)
    0000df98 0000002c GATT_uid.obj (.const)
    0000dfc4 00000028 UARTCC26XX.obj (.const:UARTCC26XX_fxnTable)
    0000dfec 00000028 app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnTab__A)
    0000e014 00000027 BLE_USER_CONFIG.obj (.const:txPowerTable)
    0000e03b 00000001 --hole --[填充= 0]
    0000e03c 00000024 UART.obj (.const:UART_defaultParams)
    0000e060 00000020 I2CCC26XX.obj (.const)
    0000e080 00000020 app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Object_DESC_C)
    0000e0a0 0000001c app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Object__Params__C)
    0000e0bc 00000018 Board.obj (.const:I2C_CONFIG)
    0000e0d4 00000018 Board.obj (.const:UART_CONFIG)
    0000e0ec 00000018 Board.obj (.const:i2cCC26xxHWAttrs)
    0000e104 00000018 Board.obj (.const:uartCC26XXHWAttrs)
    0000e11c 00000014 devinfoservice.obj (.const:.string)
    0000e130 00000014 RFCC26XX_singlemode.obj (.const)
    0000e144 00000014 barometerservice.obj (.const)
    0000e158 00000014 电池服务.obj (.const)
    0000e16c 00000014 BLE_USER_CONFIG.obj (.const)
    0000e180 00000014 devinfoservice.obj (.const)
    0000e194 00000014 humidityservice.obj (.const)
    0000e1a8 00000014 ioservice.obj (.const)
    0000e1bc 00000014 irtempservice.obj (.const)
    0000e1d0 00000014 movementservice.obj (.const)
    0000e1e4 00000014 opticservice.obj (.const)
    0000e1f8 00000014 registerservice.obj (.const)
    0000e20c 00000014 app_ble_pem3.oem3 (.const:xdc_runtime_Startup_sfxnRts__A)
    0000e220 00000010 I2C.obj (.const)
    0000e230 00000010 Board.obj (.const:PowerCC26XX_config)
    0000e240 00000010 Board.obj (.const:TRNGCC26XX_CONFIG)
    0000e250 00000010 app_ble_pem3.oem3 (.const:xdc_runtime_text_nodeTab__A)
    0000e260 0000000c app_ble_pem3.oem3 (.const:xdc_runtime_Startup_firstFxns__A)
    0000e26c 00000008 app_ble_pem3.oem3 (.const:ti_sysbios_KNL_idle_funclist__a)
    0000e274 00000004 电池服务.obj (.const:.string)
    0000e278 00000004 Board.obj (.const:TRNGCC26XXHWAttrs)
    0000e27c 00000004 iCall_cc265.obj (.const)
    0000e280 00000004 app_ble_pem3.oem3 (.const:ti_sysbios_kcl_Clock_tickPeriod___C)
    0000e284 00000004 APP_BLE_Pem3.oem3 (.const:ti_SysBIOS_KNL_Clock_triggerClock___C)
    0000e288 00000004 APP_BLE_Pem3.oem3 (.const:XDC_RATILoger_Interface_base__C)
    0000e28c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Log_L_info__C)
    0000e290 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Log_L_warning__C)
    0000e294 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_Object_count_C)
    0000e298 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_createInstFxn__C)
    0000e29c 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_LoggerCallback_outputFxn__C)
    0000e2a0 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_loggerFxn2__C)
    0000e2a4 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_loggerFxn4__C)
    0000e2a8 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_loggerFxn8__C)
    0000e2ac 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_loggerObj__C)
    0000e2b0 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_putchFxn__C)
    0000e2b4 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_SysCallback_readyFxn__C)
    0000e2b8 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_System_extendFxn__C)
    0000e2bc 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_nodeTab__C)
    0000e2c0 00000004 app_ble_pem3.oem3 (.const:xdc_runtime_text_visitRopeFxn__C)
    0000e2c4 00000002 SensorI2C.obj (.const)
    0000e2c6 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_Main_Module_logger Defined__C)
    0000e2c8 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_text_registryModsLastId__C)
    0000e2ca 00000002 app_ble_pem3.oem3 (.const:xdc_runtime_text_unnamedModsLastId__C)

    .cinit 0 0000e2d0 00000a88
    0000e2d0 000008fb (.cinit、.data.load)[加载映像、压缩= rle]
    0000ebcb 00000005 --hole --[填充= 0]
    0000ebd0 0000002d (.cinit。.data:ti_sysbios_family_arm_m3_Hwi_Module_state___V.load)[加载映像、压缩= RLE]
    0000ebfd 00000003 --hole --[填充= 0]
    0000ec00 0000002c (.cinit。.data:ti_SysBIOS_KNL_Task_Module_state__V.load)[加载映像、压缩= RLE]
    0000ec2c 00000004 --hole --[填充= 0]
    0000ec30 00000021 (.cinit。.data:ti_SysBIOS_KNL_Clock_Module_state__V.load)[加载映像、压缩= RLE]
    0000ec51 00000007 --hole --[填充= 0]
    0000ec58 0000001f (.cinit。.data:ti_sysbios_BIOS_Module_state__V.load)[加载映像、压缩= rle]
    0000ec77 00000001 --hole --[填充= 0]
    0000ec78 00000011 (.cinit。.data:ti_SysBIOS_KNL_Swi_Module_state___V.load)[加载映像、压缩= RLE]
    0000ec89 00000007 --hole --[填充= 0]
    0000ec90 0000000d (.cinit。.data:ti_sysbios_family_arm_cc26xx_Timer_Module_state__V.load)[加载映像、压缩= rle]
    0000ec9d 00000003 --hole --[填充= 0]
    0000eca0 0000000c (__TI_handler_table)
    0000ecac 00000004 --hole --[填充= 0]
    0000ecb0 0000000a (.cinit。.data:xdc_runtime_Memory_Module_state__V.load)[加载映像、压缩= rle]
    0000ecba 00000006 --hole --[填充= 0]
    0000ecc0 00000009 (.cinit。.data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_state_V.load)[加载映像、压缩= RLE]
    0000ecc9 00000007 --hole --[填充= 0]
    0000ecd0 00000009 (.cinit。.data:xdc_runtime_Startup_Module_state__V.load)[加载映像、压缩= RLE]
    0000ecd9 00000007 --hole --[填充= 0]
    0000ece0 00000009 (.cinit。.data:xdc_runtime_System_Module_state__V.load)[加载映像、压缩= RLE]
    0000ece9 00000007 --hole --[填充= 0]
    0000ecf0 00000008 (.cinit、.bss.load)[加载映像、压缩= zero_init]
    0000ecf8 00000060 (__TI_cinit_table)

    init_array
    * 0 00000000 00000000 未初始化

    .ccfg 0 0001ffa8 00000058
    0001ffa8 00000058 ccfg_app_ble.obj (.ccfg:retain)

    向量 0 20000000 000000c8 NoLoad 部分
    20000000 000000c8. app_ble_pem3.oem3 (.vecs)

    .data:ti_sysbios_KNL_Task_Module_state__V
    * 0 20000100 00000044 未初始化
    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 未初始化
    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 未初始化
    20000178 0000002c. APP_BLE_Pem3.oem3 (.data:ti_SysBIOS_KNL_Clock_Module_state___V)

    .data:ti_SysBIOS_BIOS_Module_state___V
    * 0 200001a4 00000024 未初始化
    200001a4 00000024 app_ble_pem3.oem3 (.data:ti_sysbios_BIOS_Module_state___V)

    .data:ti_sysbios_KNL_Swi_Module_state__V
    * 0 200001c8 0000001c 未初始化
    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 未初始化
    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 未初始化
    200001ec 00000004. app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_state__V)

    .data:XDC_RAuntime_Startup_Module_state__V
    * 0 200001f0 00000008 未初始化
    200001f0 00000008 app_ble_pem3.oem3 (.data:xdc_runtime_Startup_Module_state___V)

    .data:XDC_RAuntime_System_Module_state__V
    * 0 200001f8 00000008 未初始化
    200001f8 00000008 app_ble_pem3.oem3 (.data:xdc_runtime_System_Module_state___V)

    .data:XDC_RAuntime_Memory_Module_state__V
    * 0 20000200 00000004 未初始化
    20000200 00000004 app_ble_pem3.oem3 (.data:xdc_runtime_Memory_Module_state___V)

    .data 0 20000208 00002351 未初始化
    20000208 000005b8. UART_logs.obj (.data)
    200007c0 000003b4. sensortag.obj (.data)
    20000b74 0000031c peripheral.obj (.data)
    20000e90 000002b4. sensortag_bar.obj (.data)
    20001144 000002b4 sensortag_hm.obj (.data)
    200013f8 000002b4 sensortag_tmp.obj (.data)
    200016ac 00000004 I2C.obj (.data)
    200016b0 00000230 RFCC26XX_singlemode.obj (.data)
    200018e0 000001e0 devinfoservice.obj (.data)
    20001ac0 00000110 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.data:PowerCC26XX_MODULE)
    20001bd0 0000010c iCall.obj (.data)
    20001cdc 000000e8 app_ble_pem3.oem3 (.data)
    20001dc4 000000a4 movementservice.obj (.data)
    20001e68 00000098 barometerservice.obj (.data)
    20001f00 00000094 humidityservice.obj (.data)
    20001f94 00000094 irtempservice.obj (.data)
    20002028 00000094 registerservice.obj (.data)
    200020bc 00000090 opticservice.obj (.data)
    2000214c 00000084 电池服务.obj (.data)
    200021d0 00000060 ioservice.obj (.data)
    20002230 00000050 BLE_USER_CONFIG.obj (.data:rfRegTbl)
    20002280 0000004c sensortag_mov.obj (.data)
    200022cc 0000004c app_ble_pem3.oem3 (.data:ti_sysbios_KNL_Task_Object__table__V)
    20002318 00000048 app_ble_pem3.oem3 (.data:ti_sysbios_family_arm_cc26xx_Timer_Object__table_V)
    20002360 00000038 app_ble_pem3.oem3 (.data:ti_sysbios_gates_GateMutex_Object__table__V)
    20002398 00000034 SensorMpu925.obj (.data)
    200023cc 00000030 sensortag_register.obj (.data)
    200023fc 00000030 app_ble_pem3.oem3 (.data:ti_sysbios_KNL_Swi_Module_State_0_readyQ__A)
    2000242c 00000030 app_ble_pem3.oem3 (.data:ti_sysbios_KNL_Swi_Object__table__V)
    2000245c 00000030 APP_BLE_Pem3.oem3 (.data:ti_SysBIOS_KNL_Task_Module_State_0_readyQ_A)
    2000248c 00000030 main.obj (.data:user0Cfg)
    200024bc 0000002c sensortag_keys.obj (.data)
    200024e8 0000002c sensortag_opt.obj (.data)
    20002514 0000000c iCall_API.obj (.data)
    20002520 00000008 iCall_cc265.obj (.data)
    20002528 00000008 rtsv7M3_T_le_eabi.lib:_lock.obj (.data)
    20002530 00000008 :exit.obj (.data)
    20002538 00000008 sensortag_io.obj (.data)
    20002540 00000008 app_ble_pem3.oem3 (.data:xdc_runtime_Registry_Module_state__state__V)
    20002548 00000004 UART.obj (.data)
    2000254c 00000004 BLE_USER_CONFIG.obj (.data)
    20002550 00000004 rtsv7M3_T_le_eabi.lib:stkdept_vars.obj (.data)
    20002554 00000004 sensortag_d蜂 鸣器.obj (.data)
    20002558 00000001 TRNGCC26XX.obj (.data)

    .bss 0 20002560 00000cfb 未初始化
    20002560 00000680 app_ble_pem3.oem3 (.bss:ti_sysbios_bpins_HeapMem_instance_State_0_buf__a)
    20002be0 00000200 app_ble_pem3.oem3 (.bss:taskStackSection)
    20002de0 00000114 Board.obj (.bss:uartCC26XX 对象)
    20002ef4 00000110 PINCC26XX.obj (.bss)
    20003004 000000e0 Board.obj (.bss:i2cCC26xx 对象)
    200030e4 000000c8 app_ble_pem3.oem3 (.bss:ti_sysbios_family_arm_m3_Hwi_d调度 表)
    200031ac 00000050 SensorI2C.obj (.bss)
    200031fc 00000028 sensortag_Batt.obj (.bss)
    20003224 00000014 driverlib.lib:osc.obj (.bss:oscHfGlobals)
    20003238 00000008 SensorTmp007.obj (.bss)
    20003240 00000008 driverlib.lib:sys_ctrl.obj (.bss:powerGlobQualals)
    20003248 00000004 (.common:buf$36)
    2000324c 00000004 (.common:dispatchInUs 19美元)
    20003250 00000004 (.common:trngCC26XX 对象)
    20003254 00000001 (.common:bRestart$19)
    20003255 00000001 (.common:driverlib_release_0_46593)
    20003256 00000001 (.common:interface$33)
    20003257 00000001 (.common:mpuDataRdy$9)
    20003258 00000001 (.common:slaveAddr$33)
    20003259 00000001 (.common:uartRxPowerConstraint 24美元)
    2000325a 00000001 (.common:uartTxPowerConstraint 24美元)

    .vtable 0 2000325b 00000000 未初始化

    .vtable_ram
    * 0 2000325b 00000000 未初始化

    VTABLE RAM
    * 0 2000325b 00000000 未初始化

    .sysmem 0 2000325b 00000000 未初始化

    .nonretenvar
    * 0 2000325b 00000000 未初始化

    堆栈 0 20004028 00000400 未初始化
    20004028 00000400 -孔--

    引导矢量
    * 0 00000000 00000008 DSECT
    00000000 00000008 boot.aem3:boot.oem3 (.bootVecs)

    xdc.meta 0 00000000 0000011e 复制部分
    00000000 0000011e app_ble_pem3.oem3 (xdc.meta)


    链接器生成的复制表

    _TI_cinit_table @ 0000ecf8记录:12、大小/记录:8、表大小:96
    .data:load addr=0000e2d0、load size=000008fb 字节、run addr=20000208、run size=00002351字节、compression=rle
    .data:ti_sysbios_family_arm_m3/Hwi_Module_state__V:load addr=0000ebd0、load size=0000002d 字节、run addr=20000144、run size=00000034字节、compression=rle
    .data:ti_SysBIOS_KNL_Task_Module_state___V:load addr=0000ec00、load size=0000002c 字节、run addr=20000100、run size=00000044字节、compression=rle
    .data:ti_SysBIOS_KNL_Clock_Module_state__V:load addr=0000ec30、load size=00000021字节、run addr=20000178、run size=0000002c 字节、compression=rle
    .data:ti_sysbios_BIOS_Module_state__V:load addr=0000ec58、load size=0000001f 字节、run addr=200001a4、run size=00000024字节、compression=rle
    .data:ti_SYSBIOS_KNL_Swi_Module_State__V:load addr=0000ec78、load size=00000011字节、run addr=200001c8、run size=0000001c 字节、compression=rle
    .data:ti_sysbios_family_arm_cc26xx_Timer_Module_state__V:load addr=0000ec90、load size=0000000d 字节、run addr=200001e4、run size=00000008字节、compression=rle
    .data:xdc_runtime_Memory_Module_state___V:load addr=0000ecb0、load size=0000000a 字节、run addr=20000200、run size=00000004字节、compression=rle
    .data:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_state____V:load addr=0000ecc0、load size=00000009字节、run addr=200001ec、run size=00000004字节、compression=rle
    .data:xdc_runtime_Startup_Module_state___V:load addr=0000ecd0、load size=00000009字节、run addr=200001f0、run size=00000008字节、compression=rle
    .data:xdc_runtime_System_Module_state___V:load addr=0000ece0、load size=00000009字节、run addr=200001f8、run size=00000008字节、compression=rle
    .bss:load addr=0000ecf0、load size=00000008字节、run addr=20002560、run size=00000cfb 字节、compression=zero_init


    链接器生成的处理程序表

    _TI_handler_table @ 0000eca0记录:3、大小/记录:4、表大小:12
    索引:0、处理程序:_TI_decompress_rle24
    索引:1、处理程序:_TI_decompress_none
    索引:2、处理程序:_TI_zero_init


    far 调用 trampoline

    被调用方名称 trampoline 名称
    被叫方 addr tramp addr 调用 addr 调用信息
    -------- ------ ------ --------
    xdc_runtime_Core_assignParams__i $Tramp$TT$L$PI$XDC_runtime Core_assignParams__i
    1001c5f1. 0000c19c 0000bfc8 rom_SysBIOS.aem3:rom_SysBIOS_config.obj (.text:ti_SysBIOS_hal_Hwi_Params__init__S)
    TI_SYSBIOS_hal_Hwi_HwiProxy_enableInterrupt_E $Tramp$TT$L$PI$ti_SYSBIOS_hal_Hwi_HwiProxy_enableInterrupt__E
    1001c285 0000c1a4. 0000bf08 iCall.obj (.text:iCall_primEnableInt$26)
    TI_SYSBIOS_hal_Hwi_HwiProxy_disableInterrupt_E $Tramp$TT$L$PI$ti_SYSBIOS_hal_Hwi_HwiProxy_disableInterrupt__E
    1001c281. 0000c1ac 0000befc iCall.obj (.text:iCall_primDisableInt$26)
    TI_SYSBIOS_KNL_Task_ENABLE_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Task_ENABLE_E
    1001c243. 0000c1b4. 0000be02 iCall.obj (.text:iCall_primEnableMInt$26)
    TI_SYSBIOS_family_ARM_m3/Hwi_enableFxn_E $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_enableFxn_E
    1001c155 0000c1bc. 0000bdfe iCall.obj (.text:iCall_primEnableMInt$26)
    xdc_runtime_Startup_startMods__i $Tramp$TT$L$PI$XDC_runtime 启动_startMods__i
    1001c30d 0000c1c4. 0000bc9a app_ble_pem3.oem3 (.text:xdc_runtime_Startup_exec__i)
    TI_SYSBIOS_KNL_Clock_logTick__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_logTick__E
    1001be67 0000c1cc 0000bc5a app_ble_pem3.oem3 (.text:ti_sysbios_KNL_Clock_doTick__i)
    TI_SYSBIOS_BIOS_rtsGateProxy_leave_E $Tramp$TT$L$PI$ti_SYSBIOS_BIOS_rtsGateProxy_leave_E
    1001c24d 0000c1d4 0000ba96 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsUnlock___i)
    TI_SYSBIOS_KNL_Queue_construct$Tramp$TT$L$PI$ti_SYSBIOS_KNL_Queue_construct
    1001b8f5 0000c1dc 0000b9a2 util.obj (.text:Util_constructQueue)
    TI_SYSBIOS_KNL_Queue_get_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Queue_get_E
    1001bf11 0000c1e4 0000b694 util.obj (.text:Util_dequeueMsg)
    TI_SYSBIOS_BIOS_rtsGateProxy_enter_E $Tramp$TT$L$PI$ti_SYSBIOS_BIOS_rtsGateProxy_enter_E
    1001c249 0000c1ec 0000b2d2 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_rtsLock__i)
    TI_SYSBIOS_KNL_Queue_Put_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Queue_Put _ E
    1001bf2d 0000c1f4 0000aaf0 util.obj (.text:Util_enqueueMsg)
    xdc_runtime_Core_CreateObject__I $Tramp$TT$L$PI$XDC_runimation_Core_CreateObject__I
    1001c405. 0000c1fc 0000a604 app_ble_pem3.oem3 (.text:xdc_runtime_LoggerCallback_Object_create_S)
    TI_SYSBIOS_KNL_Task_STARTUP_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Task_START__E
    1001c309 0000c204 0000a584 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__i)
    TI_SYSBIOS_KNL_Swi_STARTUP_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Swi_START__E
    1001c23d 0000c20c 0000a580 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__i)
    TI_SYSBIOS_hal_Hwi_HwiProxy_startup_E $Tramp$TT$L$PI$ti_SYSBIOS_hal_Hwi_HwiProxy_startup__E
    1001c28d 0000c214 0000a57c 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_START__E
    1001b795 0000c21c 0000a578 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__i)
    xdc_runtime_System_atexit__E $Tramp$TT$L$PI$XDC_runtime_System_atexit__E
    1001c681 0000c224 0000a570 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_startFunc__i)
    TI_SYSBIOS_BIOS_setThreadType__E $Tramp$TT$L$PI$ti_SYSBIOS_BIOS_setThreadType__E
    1001c045 0000c22c 0000a53c app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__i)
    0000bb48 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__i)
    TI_SYSBIOS_BIOS_start__E $Tramp$TT$L$PI$ti_SYSBIOS_BIOS_Start_E
    1001c055 0000c234 0000a21e main.obj (.text:main)
    TI_SYSBIOS_hal_Hwi_create $Tramp$TT$L$PI$ti_SYSBIOS_hal_Hwi_create
    1001ab79 0000c23c 00009ea4 iCall.obj (.text:iCall_primRegisterISR$26)
    00009ed8 iCall.obj (.text:iCall_primRegisterISR_Ext$26)
    TI_SYSBIOS_KNL_Task_con构$Tramp$TT$L$PI$ti_SYSBIOS_KNL_Task_con构
    1001b125. 0000c244 00009582 peripheral.obj (.text:GAPRole_createTask)
    00009a14 sensortag.obj (.text:SensorTag_createTask)
    xdc_runtime_System_exit_E $Tramp$TT$L$PI$XDC_runtime System_exit__E
    1001c7d1. 0000c24c 00009364 boot.aem3:boot.oem3 (.text)
    0000bb4e app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_exitFunc__i)
    TI_SYSBIOS_KNL_Semaphore_create $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Semaphore_create
    1001b5ad 0000c254 00008c34 iCall.obj (.text:iCall_newtask$26)
    TI_SYSBIOS_KNL_Task_create $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Task_create
    1001ae19. 0000c25c 00007232 iCall.obj (.text:iCall_createRemoteTasks)
    000094fa iCall.obj (.text:iCall_primCreateTask$26)
    TI_SYSBIOS_KNL_Task_Params__init_S $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Task_Params__init_S
    1001c1d9. 0000c264 00007216 iCall.obj (.text:iCall_createRemoteTasks)
    000094e4 iCall.obj (.text:iCall_primCreateTask$26)
    00009562 peripheral.obj (.text:GAPRole_createTask)
    000099f6 sensortag.obj (.text:SensorTag_createTask)
    TI_SYSBIOS_KNL_Clock_create $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_create
    1001b3ed 0000c26c 00006e9e iCall.obj (.text:iCall_primSetTimer$26)
    TI_SYSBIOS_KNL_Clock_scheduleNextTick__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_scheduleNextTick__E
    1001bebd 0000c274 0000657e ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_workFuncDynamic__E)
    TI_SYSBIOS_KNL_Clock_WalkQueueDynamic__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_WalkQueueDynamic__E
    1001a80d 0000c27c 00006546 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_workFuncDynamic__E)
    00006562 :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_workFuncDynamic__E)
    TI_SYSBIOS_KNL_Clock_TimerProxy_getCurrentTick__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_TimerProx_getCurrentTick__E
    1001c095 0000c284 00006514 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_workFuncDynamic__E)
    0000aa0e :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_getTicksUntilInterrupt__E)
    TI_SYSBIOS_KNL_Queue_enqueue__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Queue_enqueue_E
    1001c1b5 0000c28c 000062f0 rom_SysBIOS.aem3:rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    0000c18c :rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Queue_insert__E)
    TI_SYSBIOS_KNL_Queue_empty_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Queue_e_E
    1001c113 0000c294 000062d8 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    0000671c sensortag.obj (.text:SensorTag_taskFxn$0)
    TI_SYSBIOS_KNL_Queue_remove__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Queue_remove__E
    1001c121. 0000c29c 000062d2 rom_SysBIOS.aem3:rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    TI_SYSBIOS_getCpuFreq_E $Tramp$TT$L$PI$ti_SYSBIOS_BIOS_getCpuFreq__E
    1001bff9. 0000c2a4. 00005eda UARTCC26XX.obj (.text:UARTCC26XX_initHw$24)
    00008fa8 I2CCC26XX.obj (.text:I2CCC26XX_initHw$17)
    TI_SYSBIOS_KNL_Task_sleep_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Task_sleep_E
    1001a96d 0000c2ac 00005c94 sensortag_mov.obj (.text:SensorTag574_processCharChangeEvt)
    00007130 SensorMpu925.obj (.text:sensorMagInit$34)
    000079ea SensorMpu925.obj (.text:SensorMpu9250_reset)
    000081a4 SensorMpu925.obj (.text:SensorMpu9250_test)
    00009314 sensortag_io.obj (.text:SensorTagIO_blinkLed)
    00009324 sensortag_io.obj (.text:SensorTagIO_blinkLed)
    00009434 SensorMpu925.obj (.text:sensorMpu9250SetBypass 34美元)
    0000a4ba SensorMpu925.obj (.text:SensorMpu9250_powerOn)
    TI_SYSBIOS_KNL_Clock_析 构$Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_析 构
    1001c2b9. 0000c2b4. 00004f26 UARTCC26XX.obj (.text:UARTCC26XX_Close)
    TI_SYSBIOS_KNL_Semaphore_析 构$Tramp$TT$L$PI$ti_SYSBIOS_KNL_Semaphore_析 构
    1001c2e1 0000c2bc. 00004f12 UARTCC26XX.obj (.text:UARTCC26XX_Close)
    00004f1e UARTCC26XX.obj (.text:UARTCC26XX_Close)
    000050b8 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    000050c4 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    TI_SYSBIOS_KNL_Swi_析 构$Tramp$TT$L$PI$ti_SYSBIOS_KNL_Swi_析 构
    1001c2e9. 0000c2c4. 00004f06 UARTCC26XX.obj (.text:UARTCC26XX_Close)
    000050b0 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    TI_SYSBIOS_family_ARM_m3/Hwi_析 构$Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_析 构
    1001c261 0000c2cc 00004efe UARTCC26XX.obj (.text:UARTCC26XX_Close)
    000050a8 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    TI_SYSBIOS_KNL_Clock_getTicks__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_getTicks__E
    1001b6d9. 0000c2d4 00004aa0 iCall.obj (.text:iCall_primWaitMatch 26美元)
    00004b0a iCall.obj (.text:iCall_primWaitMatch 26美元)
    0000be1c iCall.obj (.text:iCall_primGetTicks$26)
    TI_SYSBIOS_KNL_Task_self_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Task_self_E
    1001c1e5 0000c2dc 00004a56 iCall.obj (.text:iCall_primWaitMatch 26美元)
    00007e2c iCall.obj (.text:iCall_primEnroll$26)
    0000807c iCall.obj (.text:iCall_primThreadServes 26美元)
    00008808 iCall.obj (.text:iCall_primWait$26)
    0000894c iCall.obj (.text:iCall_primRegisterApp$26)
    00008c60 iCall.obj (.text:iCall_primGetEntityId$26)
    00009e54 iCall.obj (.text:iCall_primFetchMsg$26)
    xdc_runtime_text_ropeText__E $Tramp$TT$L$PI$XDC_Runtime_text_ropeText__E
    1001c7e9. 0000c2e4 00003de2 uart_logs.obj (.text:uartLog_doPrint60美元)
    00008f24 rom_SysBIOS.aem3:rom_SysBIOS.obj (.text:xdc_runtime_text_visitRope2__i)
    00008f32 :rom_SysBIOS.obj (.text:xdc_runtime_text_visitRope2__i)
    XDC_RAuntime_System_ABortSpin_E $Tramp$TT$L$PI$XDC_RAuntime_System_ABortSpin_E
    1001c899 0000c2ec 00003892 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
    00007eaa :PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_RCOSC_clockFunc)
    TI_SYSBIOS_KNL_Task_RESTORE_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Task_RESTORE_E
    1001ba49. 0000c2f4. 00002508 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_sleep)
    0000631e ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    00007256 iCall.obj (.text:iCall_createRemoteTasks)
    0000bb0c iCall.obj (.text:iCall_leaveCSImpl)
    TI_SYSBIOS_KNL_Swi_RESTORE_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Swi_RESTORE_E
    1001b5e1 0000c2fc 000024fe drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_sleep)
    0000376e RFCC26XX_singlemode.obj (.text:abortCmd$19)
    00007010 RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    0000703c RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    00007058 RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    TI_SYSBIOS_KNL_Swi_disable_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Swi_disable_E
    1001c0d5. 0000c304 0000235a drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_sleep)
    0000374c RFCC26XX_singlemode.obj (.text:abortCmd$19)
    00006ffe RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    0000a532 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__i)
    TI_SYSBIOS_KNL_Task_disable_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Task_disable_E
    1001c0f5 0000c30c 00002342 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_sleep)
    00006298 ROM_SysBIOS.aem3:ROM_SysBIOS.obj (.text:ti_SysBIOS_KNL_Task_setPri__E)
    00007200 iCall.obj (.text:iCall_createRemoteTasks)
    0000a536 app_ble_pem3.oem3 (.text:ti_sysbios_BIOS_atExitFunc__i)
    0000b644 iCall.obj (.text:iCall_enterCSImpl)
    0000bdf0 iCall.obj (.text:iCall_primDisableMInt$26)
    TI_SYSBIOS_KNL_Semaphore_post__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Semaphore_post__E
    1001ac41 0000c314 00001dcc I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00004b28 iCall.obj (.text:iCall_primWaitMatch 26美元)
    000055c0 sensortag_keys.obj (.text:SensorTagKeys_processKeyLeft)
    00005688 sensortag_keys.obj (.text:SensorTagKeys_processKeyRight)
    000064ee PINCC26XX.obj (.text:PIN_OPEN)
    0000682a I2CCC26XX.obj (.text:I2CCC26XX_blockingCallback$17)
    00006d1a UARTCC26XX.obj (.text:readSemCallback$24)
    00007532 iCall.obj (.text:iCall_primSend$26)
    00007a38 RFCC26XX_singlemode.obj (.text:fsmPowerDownState_19美元)
    00008b20 RFCC26XX_singlemode.obj (.text:syncd$19)
    0000a0b0 sensortag_keys.obj (.text:SensorTagKeys_processRelay)
    0000aaf8 util.obj (.text:Util_enqueueMsg)
    0000b942 sensortag_Batt.obj (.text:SensorTagBatt 时钟处理程序2美元)
    0000b95e sensortag.obj (.text:SensorTag_clockHandler0)
    0000b9d6 peripheral.obj (.text:gapRole_setEvent$53)
    0000bf20 iCall.obj (.text:iCall_primSignal$26)
    0000bf68 SensorI2C.obj (.text:SensorI2C_DESELECT)
    0000c0b8 UARTCC26XX.obj (.text:writeSemCallback$24)
    TI_SYSBIOS_family_ARM_m3/Hwi_enableInterrupt_E $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_enableInterrupt_E
    1001b2dd 0000c31c 00001c96 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    0000578a RFCC26XX_singlemode.obj (.text:fsmPowerUpState_19美元)
    TI_SYSBIOS_family_ARM_m3/Hwi_DisableInterrupt_E $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_DisableInterrupt_E
    1001b299 0000c324 00001c86 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    TI_SYSBIOS_KNL_Semaphore_Pend__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Semaphore_Pend__E
    1001a0cd 0000c32c. 00001c80 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001cfa I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001f14 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001f80 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00002dbe UARTCC26XX.obj (.text:UARTCC26XX_read)
    00004ab4 iCall.obj (.text:iCall_primWaitMatch 26美元)
    0000647c PINCC26XX.obj (.text:PIN_OPEN)
    00007048 RFCC26XX_singlemode.obj (.text:rf_pendCmd)
    000076e8 UARTCC26XX.obj (.text:writeTxFifoFlush 24美元)
    000077a0 SensorI2C.obj (.text:SensorI2C_select)
    00008848 iCall.obj (.text:iCall_primWait$26)
    TI_SYSBIOS_KNL_Clock_con构$Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_con构
    1001b579 0000c334 00001adc UARTCC26XX.obj (.text:UARTCC26XX_open)
    0000427e drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_init)
    0000428c :PowerCC26XX.oem3 (.text:Power_init)
    0000429a :PowerCC26XX.oem3 (.text:Power_init)
    00004bdc RFCC26XX_singlemode.obj (.text:rf_init$19)
    00005c34 RFCC26XX_singlemode.obj (.text:rf_open)
    00007984 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
    00008d80 util.obj (.text:Util_constructClock)
    TI_SYSBIOS_KNL_Clock_Params__init_S $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_Params__init_S
    1001c185 0000c33c 00001ac4 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00004266 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_init)
    00005c24 RFCC26XX_singlemode.obj (.text:rf_open)
    00006e8a iCall.obj (.text:iCall_primSetTimer$26)
    0000796c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
    00008d56 util.obj (.text:Util_constructClock)
    TI_SYSBIOS_KNL_Semaphore_con构$Tramp$TT$L$PI$ti_SYSBIOS_KNL_Semaphore_con构
    1001b709 0000c344 00001aa0 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001ab4 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00002a0a I2CCC26XX.obj (.text:I2CCC26XX_open)
    00002a1a I2CCC26XX.obj (.text:I2CCC26XX_open)
    0000352c PINCC26XX.obj (.text:PIN_init)
    00005c18 RFCC26XX_singlemode.obj (.text:rf_open)
    0000862e SensorI2C.obj (.text:SensorI2C_open)
    TI_SYSBIOS_KNL_Semaphore_Params__init_S $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Semaphore_Params__init_S
    1001c1c1. 0000c34c 00001a8a UARTCC26XX.obj (.text:UARTCC26XX_open)
    000029fa I2CCC26XX.obj (.text:I2CCC26XX_open)
    00003518 PINCC26XX.obj (.text:PIN_init)
    00005c08 RFCC26XX_singlemode.obj (.text:rf_open)
    0000861a SensorI2C.obj (.text:SensorI2C_open)
    TI_SYSBIOS_KNL_Swi_con构$Tramp$TT$L$PI$ti_SYSBIOS_KNL_Swi_con构
    1001b085 0000c354 00001a7e UARTCC26XX.obj (.text:UARTCC26XX_open)
    000029ee I2CCC26XX.obj (.text:I2CCC26XX_open)
    000035c2 PINCC26XX.obj (.text:PIN_init)
    00004b68 RFCC26XX_singlemode.obj (.text:rf_init$19)
    00004baa RFCC26XX_singlemode.obj (.text:rf_init$19)
    TI_SYSBIOS_KNL_Swi_Params__init_S $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Swi_Params__init_S
    1001c1cd 0000c35c 00001a68 UARTCC26XX.obj (.text:UARTCC26XX_open)
    000029da I2CCC26XX.obj (.text:I2CCC26XX_open)
    000035b0 PINCC26XX.obj (.text:PIN_init)
    00004b54 RFCC26XX_singlemode.obj (.text:rf_init$19)
    00004b9a RFCC26XX_singlemode.obj (.text:rf_init$19)
    TI_SYSBIOS_family_ARM_m3/Hwi_con构$Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_con构
    1001af29 0000c364 00001a5c UARTCC26XX.obj (.text:UARTCC26XX_open)
    000029ce I2CCC26XX.obj (.text:I2CCC26XX_open)
    000035a4 PINCC26XX.obj (.text:PIN_init)
    00004b8e RFCC26XX_singlemode.obj (.text:rf_init$19)
    00004bce RFCC26XX_singlemode.obj (.text:rf_init$19)
    00007994 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_calibrate)
    TI_SYSBIOS_family_ARM_m3/Hwi_Params__init_S $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_Params__init_S
    1001c13d 0000c36c 00001a44 UARTCC26XX.obj (.text:UARTCC26XX_open)
    000029b6 I2CCC26XX.obj (.text:I2CCC26XX_open)
    0000358e PINCC26XX.obj (.text:PIN_init)
    00004b74 RFCC26XX_singlemode.obj (.text:rf_init$19)
    00004bb6 RFCC26XX_singlemode.obj (.text:rf_init$19)
    TI_SYSBIOS_KNL_Clock_start_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_start_E
    1001bfe3. 0000c374 00001598 RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    00003910 drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_doCalibrate)
    00003a40 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    00004318 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_init)
    00005e0c power_cc26xx_tirtos.aem3:PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
    0000695a drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
    00006a12 UARTCC26XX.obj (.text:writeFinishedDoCallback$24)
    00006ee2 iCall.obj (.text:iCall_primSetTimer$26)
    00007328 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
    0000827a RFCC26XX_Singlemode.obj (.text:decActiveClientCnt$19)
    000086a8 util.obj (.text:Util_elesteduleClock)
    000086f2 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:configureXOSCHF)
    00008738 RFCC26XX_singlemode.obj (.text:fsmXOSCState_19美元)
    00008efa UARTCC26XX.obj (.text:startTxFifoEmptyClk$24)
    00009c90 util.obj (.text:Util_restartClock)
    0000b2fe rom_SysBIOS.aem3:rom_SysBIOS.obj (.text:ti_SysBIOS_KNL_Clock_stop__E)
    0000c170 util.obj (.text:Util_startClock)
    TI_SYSBIOS_KNL_Clock_setTimeout__E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Clock_setTimeout__E
    1001c2c1. 0000c37c 00001590 RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    00003a38 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    00004312 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_init)
    00005e06 power_cc26xx_tirtos.aem3:PowerCC26XX_tirtos.oem3 (.text:PowerCC26XX_standbyPolicy)
    00006954 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
    00006a0c UARTCC26XX.obj (.text:writeFinishedDoCallback$24)
    00006edc iCall.obj (.text:iCall_primSetTimer$26)
    00007322 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:disableLFClockQualifiers)
    00008274 RFCC26XX_Singlemode.obj (.text:decActiveClientCnt$19)
    0000868e util.obj (.text:Util_elestuleClock)
    000086ec drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:configureXOSCHF)
    00008732 RFCC26XX_singlemode.obj (.text:fsmXOSCState_19美元)
    00008ef4 UARTCC26XX.obj (.text:startTxFifoEmptyClk$24)
    00009c8a util.obj (.text:Util_restartClock)
    TI_SYSBIOS_family_ARM_m3/Hwi_restoreFxn_E $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_restoreFxn_E
    1001c219 0000c384 0000155a RFCC26XX_singlemode.obj (.text:fsmActiveState$19)
    000015ce RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    0000196c UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001a34 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001b2a UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001c5a I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001c6c I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001ec4 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001e0 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001f3e UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001fb4 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001ffc UARTCC26XX.obj (.text:UARTCC26XX_write)
    00002978 I2CCC26XX.obj (.text:I2CCC26XX_open)
    00002986 I2CCC26XX.obj (.text:I2CCC26XX_open)
    00002d78 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002d94 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002de8 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002e3a UARTCC26XX.obj (.text:UARTCC26XX_read)
    00003680 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    000036a8 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    000036dc RFCC26XX_singlemode.obj (.text:abortCmd$19)
    00003760 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    00003790 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    000039e8 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    00003a1a RFCC26XX_singlemode.obj (.text:rf_postCmd)
    00003a86 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    0000436e UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    00004378 UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    000043ba UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    0000487e UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    000048ac UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    00004902 UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    00004f32 UARTCC26XX.obj (.text:UARTCC26XX_Close)
    0000506a drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseDependency)
    000050d8 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    0000520a drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_setDependency)
    00005248 UARTCC26XX.obj (.text:UARTCC26XX_swiIntFxn)
    00005b16 RFCC26XX_singlemode.obj (.text:swifxnHw$19)
    00005b34 RFCC26XX_singlemode.obj (.text:swifxnHw$19)
    00005bc0 RFCC26XX_singlemode.obj (.text:rf_open)
    00005bce RFCC26XX_singlemode.obj (.text:rf_open)
    00005fdc PINCC26XX.obj (.text:PINCC26XX_setIoCfg$18)
    00006982 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
    000069ce UARTCC26XX.obj (.text:writeFinishedDoCallback$24)
    00006bb8 I2CCC26XX.obj (.text:I2CCC26XX_cancel)
    00006f5a TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
    000071ec uart_logs.obj (.text:uartLog_outputFxn)
    00007ce6 UART_LOS.obj (.text:uartLog_flush)
    00007efa RFCC26XX_singlemode.obj (.text:rf_getCurrentTime)
    00007f02 RFCC26XX_singlemode.obj (.text:rf_getCurrentTime)
    00008280 RFCC26XX_singlemode.obj (.text:decActiveClientCnt$19)
    0000852e drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
    0000859a UARTCC26XX.obj (.text:UARTCC26XX_control)
    000087f6 RFCC26XX_singlemode.obj (.text:ratChanFre$19)
    00008aca RFCC26XX_singlemode.obj (.text:rf_getinfo)
    000095f4 RFCC26XX_Singlemode.obj (.text:rf_getRssi)
    00009a40 RFCC26XX_singlemode.obj (.text:postDirImmCmd$19)
    00009a54 RFCC26XX_singlemode.obj (.text:postDirImmCmd$19)
    00009be6 PINCC26XX.obj (.text:PIN_setOutputEnable)
    00009fe0 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
    0000a01c RFCC26XX_singlemode.obj (.text:Q_push$19)
    0000a464 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseConstraint)
    0000a494 :PowerCC26XX.oem3 (.text:Power_setConstraint)
    0000ac8a :PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
    0000ad76 TRNGCC26XX.obj (.text:TRNGCC26XX_init)
    0000ae6c drivers_cc26xxware.aem3:List.oem3 (.text:List_Put)
    0000b240 :PowerCC26XX.oem3 (.text:Power_unregisterNotify)
    0000b58e TRNGCC26XX.obj (.text:TRNGCC26XX_open)
    0000b930 RFCC26XX_singlemode.obj (.text:Q_pop$19)
    0000bb04 iCall.obj (.text:iCall_leaveCSImpl)
    TI_SYSBIOS_family_ARM_m3/Hwi_disableFxn_E $Tramp$TT$L$PI$ti_SYSBIOS_family_ARM_m3/Hwi_disableFxn_E
    1001c149 0000c38c 00001534 RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    000015ba RFCC26XX_singlemode.obj (.text:fsmActiveState_19美元)
    00001950 UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001a2e UARTCC26XX.obj (.text:UARTCC26XX_open)
    00001c46 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    00001e9c UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001ec8 UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001f2a UARTCC26XX.obj (.text:UARTCC26XX_write)
    00001fa0 UARTCC26XX.obj (.text:UARTCC26XX_write)
    0000296c I2CCC26XX.obj (.text:I2CCC26XX_open)
    00002d58 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002d7c UARTCC26XX.obj (.text:UARTCC26XX_read)
    00002dd4 UARTCC26XX.obj (.text:UARTCC26XX_read)
    00003620 RFCC26XX_singlemode.obj (.text:abortCmd$19)
    00003944 RFCC26XX_singlemode.obj (.text:rf_postCmd)
    000039fc RFCC26XX_singlemode.obj (.text:rf_postCmd)
    0000435e UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    000043a4 UARTCC26XX.obj (.text:UARTCC26XX_writeCancel)
    0000486e UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    00004896 UARTCC26XX.obj (.text:UARTCC26XX_readCancel)
    00004f2a UARTCC26XX.obj (.text:UARTCC26XX_Close)
    00004fb6 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseDependency)
    000050d0 I2CCC26XX.obj (.text:I2CCC26XX_Close)
    0000515a drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_setDependency)
    0000522e UARTCC26XX.obj (.text:UARTCC26XX_swiIntFxn)
    00005ac6 RFCC26XX_singlemode.obj (.text:swifxnHw$19)
    00005bb8 RFCC26XX_singlemode.obj (.text:rf_open)
    00005fbc PINCC26XX.obj (.text:PINCC26XX_setIoCfg$18)
    0000690c drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:switchXOSCHFclockFunc)
    000069b6 UARTCC26XX.obj (.text:writeFinishedDoCallback$24)
    00006b50 I2CCC26XX.obj (.text:I2CCC26XX_cancel)
    00006ef6 TRNGCC26XX.obj (.text:TRNGCC26XX_getNumber)
    0000717e UART_LOS.obj (.text:uartLog_outputFxn)
    00007cae UART_LOS.obj (.text:uartLog_flush)
    00007eea RFCC26XX_singlemode.obj (.text:rf_getCurrentTime)
    00008238 RFCC26XX_singlemode.obj (.text:decActiveClientCnt$19)
    0000851a drivers_cc26xxware.aem3:PowerCC26XX_calibrateRCOSC.oem3 (.text:PowerCC26XX_initiateCalibration)
    0000857e UARTCC26XX.obj (.text:UARTCC26XX_control)
    000087b4 RFCC26XX_singlemode.obj (.text:ratChanFre$19)
    00008a8e RFCC26XX_singlemode.obj (.text:rf_getinfo)
    000095e4 RFCC26XX_Singlemode.obj (.text:rf_getRssi)
    00009a28 RFCC26XX_singlemode.obj (.text:postDirImmCmd 19美元)
    00009bd4 PINCC26XX.obj (.text:PIN_setOutputEnable)
    00009fbe drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:PowerCC26XX_isStableXOSC_HF)
    00009ffe RFCC26XX_singlemode.obj (.text:Q_push$19)
    0000a006 RFCC26XX_singlemode.obj (.text:Q_push$19)
    0000a444 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_releaseConstraint)
    0000a474 :PowerCC26XX.oem3 (.text:Power_setConstraint)
    0000ac6e :PowerCC26XX.oem3 (.text:PowerCC26XX_switchXOSC_HF)
    0000ad5e TRNGCC26XX.obj (.text:TRNGCC26XX_init)
    0000b230 drivers_cc26xxware.aem3:PowerCC26XX.oem3 (.text:Power_unregisterNotify)
    0000b582 TRNGCC26XX.obj (.text:TRNGCC26XX_open)
    0000b64e iCall.obj (.text:iCall_enterCSImpl)
    0000b924 RFCC26XX_singlemode.obj (.text:Q_pop$19)
    0000bdf4 iCall.obj (.text:iCall_primDisableMInt$26)
    0000c158 tirtosport.aem3:hwip_tirtos.oem3 (.text:Hwip_disable)
    TI_SYSBIOS_KNL_Swi_POST_E $Tramp$TT$L$PI$ti_SYSBIOS_KNL_Swi_POST_E
    1001b321 0000c394 00000638 I2CCC26XX.obj (.text:I2CCC26XX_hwiFxn$17)
    00000a02 I2CCC26XX.obj (.text:I2CCC26XX_hwiFxn$17)
    00001dc6 I2CCC26XX.obj (.text:I2CCC26XX_transfer)
    000031b6 I2CCC26XX.obj (.text:I2CCC26XX_swifxn$17)
    00003ca8 UARTCC26XX.obj (.text:UARTCC26XX_hwiIntFxn)
    0000Bab4 ROM_SYSBIOS.aem3:ROM_SYSBIOS.obj (.text:ti_SYSBIOS_KNL_Swi_OR_E)
    0000bc62 app_ble_pem3.oem3 (.text:ti_sysbios_KNL_Clock_doTick__i)

    [64个 trampolines]
    [341 trampoline 调用]


    全局符号:按名称按字母顺序排序

    地址名称
    ---- ----
    10014c00 a1_rw
    10019ffe A2_RW
    10019ffc A3_RW
    20004f2c A4_rw
    20004f7c ACCX
    20004f80 ACCY
    20004f84 ACCZ
    10015229 ATOMICPATTERNS
    10016c29 AddRoundKeySubBytes_SW
    10018a19 AesCM_authEncrypt 软件
    10018a35 Aescm_decrittAuth 软件
    10018b09 AesCM_getNumBlocks_SW
    10018ac5 AES_Decrype_SW
    10018a99 AES_encrypt_SW
    0000bad1 AssertHandler
    0000ae75 Barometer_getParameter
    000085b9 Barometer_SetParameter
    0000ab55 BAT_AddService
    0000b3a5 Batt 测量电压
    0000bb55 BAT_Register
    0000b6e1 BAT_SetParameter
    0000df68 BoardGpioInitTable
    000093c1 C$$EXIT
    20004f2c common_RAM_base_ADDR
    10014c01 common_rom_base_ADDR
    10015a6d 副本
    00000501 DefaultAssertBack
    0000bb69 DevInfo_AddService
    00006a29 DevInfo_SetParameter
    10017959 ecc_allocworkzone
    10017961 ECC_setWin
    10017969 ECDSA_SIGN
    10017b01 ECDSA_verif
    10015a11 EXPORTOPERAND
    20004f78 EXPW
    20004f6c EXPX
    20004f70 Expy
    20004f74 EXPZ
    10016f58 FFMult2.
    10017058 FFMult3.
    10016d05 FFMULT_SW
    10018d6c Fill1.
    00009b15 GAPBondMgr_LinkEst
    0000ae99 GAPBondMgr_LinkTerm
    0000a795 GAPBondMgr_Register
    00009db5 GAPBondMgr_SetParameter
    00004119 GAPRole_GetParameter
    00009515 GAPRole_SendUpdateParam
    000020e5 GAPRole_SetParameter
    0000b3c1 GAPRole_StartDevice
    0000b6f9 GAPRole_TerminateConnection
    00009555 GAPRole_createTask
    00008859 GAP_DeviceInit
    0000bcb5 GAP_EndDiscoverable
    00009755 GAP_GetParamValue
    0000beb1 GAP_MakeDiscoverable
    00009de9 GAP_SetParamValue
    0000bebd GAP_TerminateAuth
    00009229 GAP_TerminateLinkReq
    000088a9 GAP_UpdateAddisingData
    0000bec9 GAP_UpdateLinkParamReq
    0000bed5 GAP_UpdateLinkParamReqReply
    00000481 GATTServApp_AddService
    0000bc6d GATTServApp_FindAttr
    0000b0ad GATTServApp_InitCharCfg
    00008f55 GATTServApp_ProcessCCCWriteReq
    00006599 GATTServApp_ProcessCharCfg
    0000bcc5 GATTServApp_ReadCharCfg
    00009791 GATTServApp_RegisterService
    0000ab7d GATTServApp_WriteCharCfg
    0000bdc5 GATT_Indication
    0000b629 GATT_Notification
    0000b3dd GATT_BM_alloc
    0000b3f9 GATT_BM_FREE
    10015141 GETBIT
    10015155 GETDIGIT
    100151a5 GETDIGITL2R
    0000c0bd GGS_AddService
    0000bee1 GGS_SetParameter
    20001bf4 HEAPMGR_SIZE
    0000b0cd 湿度_getParameter
    000088f9湿度_设置参数表
    0000c159 Hwip_disable
    UNDEFED Hwip_restore
    00006b41 I2CCC26XX_CANCEL
    00005085 I2CCC26XX_CLOSE
    0000c0c3 I2CCC26XX_control
    0000e060 I2CCC26XX_fxnTable
    0000bff5 I2CCC26XX_init
    0000295d I2CCC26XX_OPEN
    00001c25 I2CCC26XX_transfer
    0000b711 I2C_Params_init
    0000bfff I2C_Close
    0000e0bc I2C_CONFIG
    0000e220 I2C_defaultParams
    00009b4d I2C_init
    0000aebd I2C_open
    0000c009 I2C_transfer
    000097cd ICallPlatform_pwrConfigACAction
    0000b729 ICallPlatform_pwrDispense
    0000bdd3 ICallPlatform_pwrGetTransitionState
    0000bcd5 ICallPlatform_pwrGetXOSCStartupTime
    0000bde1 ICallPlatform_pwrIsStableXOSCHF
    00008bc5 ICallPlatform_pwrRegisterNotify
    0000b741 ICallPlatform_pwrRequire
    0000c013 ICallPlatform_pwrSwitchXOSCHF
    00007461 ICallPlatform_pwrUpdActivityCounter
    000071f9 iCall_createRemoteTasks
    20001bd0 iCall_dischivel
    0000b643 iCall_enterCImpl
    20001bd8 iCall_enterCriticalSection
    0000a7c1 iCall_freeImpl
    0000a7c1 iCall_heapFree
    00007869 iCall_heapInit
    00006de9 iCall_heapMalloc
    0000aba5 iCall_init
    0000bafd iCall_leaveCSImpl
    20001bdc iCall_leaveCriticalSection
    0000c0c9 iCall_mallocImpl
    00009eed iCall_searchServiceEntity
    10015a35 IMPORTDATA
    100159a9 IMPORTLENGTH
    100159ad IMPORTMODULUS
    100159d1 IMPORTOPERAND
    1001568d 反转
    0000b18d IRTemp_getParameter
    00008999 IRTemp_SetParameter
    10016da1 InvAddRoundKey_SW
    10016ed5 InvMixColumns_SW
    10016dc9 InvRoundKey_SW
    10017264 InvSbox
    10016ea1 InvShiftRows_SW
    10016e8d InvSubBytes_SW
    0000bb7d IO_getParameter
    00009f21 IO_SetParameter
    100154f5 JACADD
    20004fe8 LEN
    100158ac LUTC
    100158DC LUTINCI
    100158f4 LUTJ
    1001588c LUTOPCODE
    10015894 LUTOPSIN
    100158c4 LUTSE
    1001596c LUTSTATE
    0000c027 List_empty
    0000c161 List_head
    0000c165 List_next
    0000ae4d List_Put
    0000b677 List_remove
    10018825 MB_ClearInts
    100187f5 MB_DisableInts
    10018835 MB_EnableHWInts
    10018799 MB_EnableInts
    10018945 MB_FwDebugDump
    10018755 MB_Init
    10018935 MB_ReadMailboxStatus
    1001893d MB_RegisterIsrBack
    10018865 MB_SendCommand
    100188a5 MB_SendCommandSynch
    20004fe4 MOD
    20004fd8 MSBMOD
    10016c79 MixColumns_SW
    0000a381 Movement_getParameter
    00008459 Movement_SetParameter
    10018b9c NIST_Curve_P256_GX
    10018bc0 NIST_Curve_P256_Gy
    10018b54 NIST_Curve_P256_A
    10018b78 NIST_Curve_P256_b
    10018b0c NIST_Curve_P256_p
    10018b30 NIST_Curve_P256_r
    0000ac45 NOROM_AONBatMonTemperatureGetDegC
    0000bb91 NOROM_AONRTCCurrent64BitValueGet
    0000b819 NOROM_AONRTCCurrentCompareValueGet
    0000bf29 NOROM_CPUcpsid
    0000bf35 NOROM_CPUcpsie
    0000c0cf NOROM_CPUdelay
    00008fe9 NOROM_ChipInfo_GetChipFamily
    00007719 NOROM_ChipInfo_GetHwRevision
    0000b831 NOROM_ChipInfo_GetPackageType
    00009595 NOROM_DDI16BitfieldRead
    00009031 NOROM_DDI16BitfieldWrite
    0000a8c9 NOROM_DDI32RegWrite
    0000b469 NOROM_OSCClockSourceGet
    00008ca9 NOROM_OSCClockSourceSet
    000080c5 NOROM_OSCHF_AttempToSwitchToXosc
    00006ab5 NOROM_OSCHF_GetStartupTime
    00009f55 NOROM_OSCHF_SwitchToRcOscTurnOffXosc
    0000b849 NOROM_OSCHF_TurnOnXosc
    00009809 NOROM_OSC_HPOSCRelativeOffsetGet
    00006467 NOROM_RFCAdi3VcoLdoVoltageMode
    0000b861 NOROM_RFCCpeIntGetAndClear
    0000b1ad NOROM_RFCDoorSendto
    000073e7 NOROM_RFCRTrim
    0000b1cd NOROM_RFCRfTrimRead
    0000bd05 NOROM_RFCRfTrimSet
    00009845 NOROM_RFCSynthPowerDown
    000073e9 NOROM_SetupAfterColdResetWakeupFromShutDownCfg1
    00004d11 NOROM_SetupAfterColdResetWakeupFromShutDownCfg2
    00003ec1 NOROM_SetupAfterColdResetWakeupFromShutDownCfg3.
    0000b879 NOROM_SetupGetTrimForAdcShModeEn
    0000b891 NOROM_SetupGetTrimForAdcShVbufEn
    000078d5 NOROM_SetupGetTrimForAmpcompCtrl
    0000b8a9 NOROM_SetupGetTrimForAmpcompTh1.
    0000b485 NOROM_SetupGetTrimForAmpcompTh2.
    00007bc9 NOROM_SetupGetTrimForAnabypassValue1
    0000b8c1 NOROM_SetupGetTrimForDblrLoopFilterResetVoltage
    0000a8f5 NOROM_SetupGetTrimForRadcExtCfg
    0000b8d9 NOROM_SetupGetTrimForRcOscLfIBiasTrim
    0000b4a1 NOROM_SetupGetTrimForRcOscLfRtuneCTuneTrim
    0000b1ed NOROM_SetupGetTrimForXoscHfCtl
    0000bd15 NOROM_SetupGetTrimForXoscHfFastStart
    0000bd25 NOROM_SetupGetTrimForXoscHfIbiastherm
    0000b8F1 NOROM_SetupGetTrimForXoscLfRegulatorAndCwrmirrorRatio
    0000a3b1 NOROM_SetupAonRtcSubSecInc
    000089e9 NOROM_SetupSetCacheModeAccordingToCcfgSeting
    0000be27 NOROM_SetupSignExtendVddrTrimValue
    0000614d NOROM_SetupTrimDevice
    00008121 NOROM_SysCtrlAdjustRechargeAfterPowerDown
    00002759 NOROM_SysCtrlSetRechargeBeforePowerDown
    00007c31 NOROM_SYSCTRL_DCDC_VoltageConditionalControl
    00009f89 NOROM_TRNGConfigure
    0000bba5 NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIf 紫色
    0000be35 NOROM_VIMSModeGet
    0000b20d Opt_getParameter
    00008a39 Opt_SetParameter
    10014c04 p1_ro
    10019ffe P1_RO_2
    20004f40 P2_RW
    20004f40 P2_s0
    20004f2 P2_zi
    0000af29 PINCC26XX_getPinCount
    0000a921 PINCC26XX_setMux
    20002f88 PIN_HandleTable
    20002ef4 PIN_NumPins
    0000b34b PIN_CLOSE
    0000bbb9 PIN_getInputValue
    0000bbcd PIN_getOutputValue
    00003465 PIN_INIT
    00006469 PIN_OPEN
    0000c0d5 PIN_registerIntCb
    000084b1 PIN_REMOVE
    0000a94d PIN_setConfig
    0000a3e1 PIN_setInterrupt
    00009bd PIN_setOutputEnable
    0000a411 PIN_setOutputValue
    00007e89 PowerCC26XX_RCOSC_clockFunc
    00007549 PowerCC26XX_auxISR
    00007941 PowerCC26XX_CALIBRATE
    0000e230 PowerCC26XX_CONFIG
    000037b5 PowerCC26XX_doCalibrate
    00006ab5 PowerCC26XX_getXoscStartupTime
    00008509 PowerCC26XX_initiateCalibration
    00009fbd PowerCC26XX_isStableXOSC_HF
    20001ac0 PowerCC26XX_MODULE
    00005dc9 PowerCC26XX_standbyPolicy
    0000ac6d PowerCC26XX_switchXOSC_HF
    0000bf41 Power_getConstraintMask
    0000bf4d Power_getDependencyCount
    0000b369 Power_getTransitionLatency
    0000bf59 Power_getTransitionState
    0000b909 Power_idleFunc
    00004239 Power_init
    0000ac95 Power_registerNotify
    0000a441 Power_releaseConstraint
    00004fb1 Power_releaseDependency
    0000a471 Power_setConstraint
    00005155 Power_setDependency
    00002321 Power_sleep
    0000b22d Power_unregisterNotify
    10017158 RCon
    10018415 RFHAL_AddTxDataEntry
    100184f9 RFHAL_AllocDataEntry
    100184a9 RFHAL_AllocDataEntryQueue
    10018315 RFHAL_AllocRatChan
    100185e1 RFHAL_BuildDataEntryRingBuffer
    10018669 RFHAL_BuildLinkedIn 缓冲器
    10018551 RFHAL_BuildRingBuffer
    10018549 RFHAL_FreeDataEntry
    100184c5 RFHAL_FreeDataEntryQueue
    10018485 RFHAL_FreeNextTxDataEntry
    1001833d RFHAL_FreeRatChan
    100184cd RFHAL_GetNextDataEntry
    100184d1 RFHAL_GetTempDataEntry
    100183b9 RFHAL_InitDataQueue
    100182ad RFHAL_InitRfHal
    10018369 RFHAL_MapRatChansToInt
    100184d5 RFHAL_NextDataEntryDone
    100183c5 RFHAL_QueueRFDataEntry
    10018391 RFHAL_RegisterRatChanCallback
    0000bbe1 RF_PARAMS_INIT
    0000360d RF_CancelCmd
    0000c06d RF_FLushCmd
    0000bc7f rf_getCmdOp
    00007e9 RF_getCurrentTime
    00008a89 RF_getinfo
    000095d5 rf_getRssi
    00005b89 RF_OPEN
    00006ff9 RF_PendCmd
    00003939 RF_postCmd
    00009881 RF_runCmd
    0000b4f5 RF_runDirectCmd
    0000b511 RF_runImmediateCmd
    0000bd35 RegisterAssertBack
    0000a025 Register_getParameter
    000098BD Register_SetParameter
    00009339 ResetISR
    10016b79 RoundKey_SW
    10015101 SAVEPOINT
    20004f68 SCAL
    100150e5 SCALARMUL
    10014层 SCALARMUL_CORE
    10015019 SCALARMUL_FINAL
    10014c05 SCALARMUL_INIT
    10015a51 SETOPERAND
    10015a91 SETWORD
    10018089 SHA256_final
    10018129 SHA256_FULL
    10017ffd SHA256_init
    10017ef1 SHA256_nextState
    10018019 SHA256_Process
    10017e75 SHA256_ROUND
    10017f49 SHA256_saveBuffer
    10017e39 SHA256_updateW
    UNDEFED SHT$$INIT_RAGE$$Base
    UNDEFED SHT$$INIT_ARRAGE$$LIMIT
    10015821 SQUAREMULTIPLYWORD
    10017895 SSP_CCM_Auth 加密软件
    10017365 SSP_CCM_Auth 软件
    1001767d SSP_CCM_Decrype_SW
    100174fd SSP_CCM_Encrypt_SW
    100178f5 SSP_CCM_InvAuth 解密_SW
    10017839 SSP_CCM_InvAuth 软件
    10017771 SSP_CTR_Decrype_SW
    100175ed SSP_CTR_Encrypt_SW
    0000acbd SafeHapiVoid
    10017164 SBOX
    10015215可选稳压器
    0000ace5 SensorBmp280_enable
    0000bf65 SensorI2C_DESELECT
    0000860d SensorI2C_open
    0000be43 SensorI2C_readReg
    00007789 SensorI2C_SELECT
    00009bf5 SensorI2C_WRITE
    000098f9 SensorI2C_writeRead
    0000a979 SensorI2C_writeReg
    00009935 SensorMpu9250_accReadRange
    000092b1 SensorMpu9250_accSetRange
    0000a059 SensorMpu9250_enable
    0000bbf5 SensorMpu9250_powerIsOn
    0000af4d SensorMpu9250_poweroff
    0000a4a1 SensorMpu9250_powerOn
    000079ad SensorMpu9250_reset
    0000817d SensorMpu9250_test
    0000a737 SensorOpt3001_ENABLE
    00008b29 SensorOpt3001_test
    00002549 SensorS5852A_READ
    00006bc9 SensorTagBar_processCharChangeEvt
    0000a9a5 SensorTagBatt_init
    0000b52d SensorTagBatt 处理器 ChangeEvt
    0000bc09 SensorTagBatt 处理器 SensorEvent
    0000b24d SensorTagBatt 复位
    0000AD0d SensorTagBuzzer_Close
    00009971 SensorTagBuzzer_open
    000099ad SensorTagBuzzer_setFrequency
    00007275 SensorTagHum_processCharChangeEvt
    000092f5 SensorTagIO_BLinkLed
    000060a5 SensorTagIO_processCharChangeEvt
    0000555d SensorTagKeys_processKeyLeft
    00005625 SensorTagKeys_processKeyRight
    0000a08d SensorTagKeys_processRelay
    00005c49 SensorTag352_processCharChangeEvt
    0000662d SensorTagOpt_processCharChangeEvt
    00006c51 SensorTagRegister_processCharChangeEvt
    0000af71 SensorTagRegister_update
    00007079 SensorTagTmp_processCharChangeEvt
    0000c031 SensorTag_charValueChangeCB
    000099e9 SensorTag_createTask
    0000bf89 SensorTag_testResult
    0000b969 SensorTag_updateAddisingData
    00009615 SensorTmp007_enable
    10016c45 ShiftRows_SW
    20004f88 TMP1
    20004f8c TMP2
    20004f90 TMP3
    20004f94 TMP4
    20004f98 TMP5
    20004f9c TMP6
    0000e278 TRNGCC26XXHWAttrs
    0000e240 TRNGCC26XX_CONFIG
    00006ef1 TRNGCC26XX_getNumber
    0000ad5d TRNGCC26XX_INIT
    0000aaab TRNGCC26XX_isParamValid
    0000b581 TRNGCC26XX_OPEN
    00004ed5 UARTCC26XX_CLOSE
    00008561 UARTCC26XX_CONTROL
    0000dfc4 UARTCC26XX_fxn 表
    00003c0d UARTCC26XX_hwiIntFxn
    0000b981 UARTCC26XX_init
    0000193d UARTCC26XX_OPEN
    00002d45 UARTCC26XX_READ
    00004865 UARTCC26XX_readCancel
    0000c0db UARTCC26XX_readPolling
    00005225 UARTCC26XX_swiIntFxn
    00001e89 UARTCC26XX_WRITE
    00004355 UARTCC26XX_writeCancel
    0000c0e1 UARTCC26XX_writePolling
    0000e0d4 UART_CONFIG
    0000e03c UART_defaultParams
    00009c2d UART_init
    0000a4d1 UART_open
    0000c045 UART_WRITE
    0000bf95 UartLog_doInit
    00008d41 Util_constructClock
    0000b999 Util_constructQueue
    0000b691 Util_dequeueMsg
    0000aad5 Util_enqueueMsg
    0000bd45 Util_isActive
    00008661 Util_elassignuleClock
    00009c65 Util_restartClock
    0000c171 Util_startClock
    0000c175 Util_stopClock
    10015a85零
    00000000 _ASM__
    00000098 __ISA__
    000000aa _PLAT__
    20004428 __STACK_END
    00000400 __STACK_SIZE
    20004428 __STACK_TOP
    000000d1 __TAGR__
    0000ecf8 __TI_CINIT_Base
    0000ed58 __TI_CINIT_LIMIT
    0000eca0 __TI_Handler_Table_Base
    0000ecac __TI_Handler_Table_Limit
    000061F1 __TI_auto_init
    20002530 __TI_clean_ptr
    0000be51 __TI_decompress_none
    0000c0f3 _TI_decompress_rle24
    20002534 __TI_dptors _ptr
    0000e2d0 __TI_STATUS_BASE__
    0000bfa1 __TI_zero_init
    000000f6 __TRDR__
    00009199 __aeabi_d2iz
    00004671 __aeabi_dmul
    00007bc7 _aeabi_idiv0
    0000ba59 __aeabi_lmul
    0000736d __aeabi_memclr
    0000736d __aeabi_memclr4.
    0000736d __aeabi_memclr8.
    00006331 __aeabi_memcpy
    00006331 __aeabi_memcpy4.
    00006331 __aeabi_memcpy8.
    0000736f __aeabi_memset
    0000736f _aeabi_memset4
    0000736f __aeabi_memset8.
    0000b2ad __aeabi_ui2d
    00009655__aeabi_uidiv
    00009655__aeabi_uidivmod
    00002b51 __aeabi_uldivmod
    FFFFFFFF __binIT__
    FFFFFFFF __c_args__
    0001ffa8 _ccfg
    10019ffe __CHECKSUM_CommonROM
    10014c00 __CHECKSUM_BEGIN_CommonROM
    10019ffd __CHECKSUM_END_CommonROM
    0000e0ea __CHECKSUM_VALUE CommonROM
    10018ced __exit
    20004028 __stack
    0000c0e7 __XDC__init
    20001dc0 __xdc__init__addr
    0000ba41 _args_main
    00009339 _c_int00
    20002528 _lock
    0000bc1d _nop
    0000bc25 _register_lock
    0000bc1f _register_unlock
    2000252c _unlock
    000093c5中止
    2000254c appAssertBack
    0000dfb4 appearanceUUID
    20004fdc aux64
    0000e160电池
    0000ebatt276 LevelUUID
    0000e274战斗服务器 UUID
    FFFFFFFF 二进制文件
    0000dfb0 charAggratUUID
    0000dfaa charExtPropsUUID
    0000df9e charFormatUUID
    0000dfansceCharUserDescUUID
    0000dfcharacter9a UUID
    0000df9c clientCharCfgUUID
    00008e71 copy_in
    0000e12c devInfo11073CertUUID
    0000e188 devInfoCB
    0000e124 devInfoFirmwareUUID
    0000e126 devInfoHardwareUUID
    0000e12a devInfoMfrNameUUID
    0000e120 devInfoModelNumberUUID
    0000e12e devInfoPnpIdUUID
    0000e122 devInfoSerialNumberUUID
    0000e11c devInfoServUUID
    0000e128 devInfoSoftwareRevUUID
    0000e11e devInfoSystemIdUUID
    0000dfb2 deviceNameUUID
    0000bb29 driverTable_fnSpinlock
    20003255 driverlib_release_0_46593
    10017dbd eccRom_genKeys
    10017分式 eccRom_genSharedSecret
    20004fa0 eccRom_param_gx
    20004fa4 eccRom_param_Gy
    20004f50 eccRom_param_a
    20004fa8 eccRom_param_b
    20004f48 eccRom_param_p
    20004f4c eccRom_param_r
    20004f40 eccRom_windowSize
    20004f44 eccRom_Workzone
    000093cd 退出
    0000dfc0 extReportRefUUID
    20004fcc fwInfoCmd
    200007c0 gapProfileState
    20000c88 gapRoleTask
    20000cd8 gapRoleTaskStack
    0000b9c9 gapRole_clockHandler
    0000dfa2 gapServiceUUID
    0000dfa4 gattServiceUUID
    200007cc hGpioPin
    20004028 heapEnd
    2000325b heapStart
    0000e0ec i2cCC26xxHWAttrs
    20003004 i2cCC26xx 对象
    20004f58 inPointX
    20004f5c inPointY
    20004f54解剖刀
    0000dfa8 includeUUID
    0000e1b0 iCBs
    0000df58 ioConfUUID
    0000df48 ioDataUUID
    0000df38 ioServUUID
    20002514 lastAppOptodeSent
    20000b74 linkDBNumConns
    00009d0d linkDB_NumConns
    10016551 madd
    10015bd5 mINVK
    10015f81 MMULT
    10016749输出电流
    10015a9d mSET
    1001664d mSUB
    0000a1f5 main
    20002550 main_func_sp
    10018949 mbCmdAckIsr.
    1001895d mbCpe0Isr.
    10018985 mbCpe1等
    100189e5高速高速
    0000b08b memcmp
    00006331 memcpy
    00007375内存集
    0000b5d5 openTRNG
    0000a0c1 osal_SNV_read
    0000a0f5 osal_SNV_write
    20004f60 outPointX
    20004f64 outPointY
    20004ffc pSspAesEncrypt_SW
    0000dfba ConnperiParamUUID
    0000dfb6 periPrivacyFLAG1 UUID
    20002518 pfnBMAllloc
    2000251c pfnBMFree
    200007e8引脚 GpioState
    0000df98 primaryServiceUUID
    20004fanratchanInfo
    0000dfb8 reconnectAddrUUID
    0000dfa0 reportRefUUID
    0000dc28资源数据库
    0000dc74 rfDriverTable
    20002230 rfRegTbl
    0000dfa6 secondaryServiceUUID
    200007c1 self EntityMain
    200007c8 SEM
    0000dfae servCharCfgUUID
    0000dfbc serviceChangedUUID
    10016d29 sspAesDecrypt_SW
    10016af5 sspAesEncryptBasic_SW
    10016a99 sspAesEncryptKeyExp_SW
    10016979 sspAesEncrype_SW
    10016985 sspKeyExpansion 软件
    10016975 SSP_KeyInit_SW
    0000bc31 strlen
    200001a4 ti_sysbios_BIOS_Module_state__V
    1001bc29 ti_sysbios_BIOS_rtsGateProxy_handle__label_S
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_handle__label_S__man翻转_
    1001bab9 ti_sysbios_BIOS_rtsGateProxy_Object__delete_S
    UNDEFED ti_SysBIOS_BIOS_rtsGateProxy_Object__delete __S__man翻转__
    1001c179 ti_sysbios_BIOS_rtsGateProxy_Params__init__S
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_Params__init_S__s_man翻转_
    1001c249 ti_SYSBIOS_BIOS_rtsGateProxy_enter__E
    1001c24d ti_SYSBIOS_BIOS_rtsGateProxy_leave__E
    1001c275 ti_sysbios_BIOS_rtsGateProxy_query_E
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_query_E__man翻转 了__
    0000a531 ti_SysBIOS_BIOS_atExitFunc__I
    0000bb3f ti_SysBIOS_BIOS_exitFunc__I
    1001c035 ti_SysBIOS_BIOS_exit__E
    1001bff9 ti_SysBIOS_BIOS_getCpuFreq__E
    0000bfb9 ti_SysBIOS_BIOS_getThreadType__E
    00007dc7 ti_SYSBIOS_BIOS_linkedWithIncorrectBootLibrary__E
    00008857 ti_SysBIOS_BIOS_nullFunc__I
    0000afdd ti_SysBIOS_BIOS_registerRTSLock__I
    0000b001 ti_SysBIOS_BIOS_removeRTSLock__i
    0000b2cd ti_sysbios_BIOS_rtsLock___i
    0000ba89 ti_SysBIOS_BIOS_rtsUnlock___i
    1001c045 ti_SysBIOS_BIOS_setThreadType__E
    0000a561 ti_SysBIOS_BIOS_startFunc__i
    1001c055 ti_SysBIOS_BIOS_start__E
    0000614d ti_SYSBIOS_family_ARM_cc26xx_Boot_trimDevice
    00000502 ti_sysbios_family_arm_cc26xx_Timer_Module_id__C
    20001cdc ti_sysbios_family_arm_cc26xx_Timer_Module_root__V
    1001bb49 ti_sysbios_family_arm_cc26xx_Timer_Module_starpDone__S
    200001e4 ti_sysbios_family_arm_cc26xx_Timer_Module_state__V
    1001ba71 ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E
    20002318 ti_sysbios_family_arm_cc26xx_Timer_Object_Table__V
    0000b5F1 ti_sysbios_family_arm_cc26xx_Timer_DynamicStudiob__E
    0000c181 ti_SYSBIOS_family_ARM_cc26xx_Timer_getCount64__E
    00009d45 ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
    1001c251 ti_sysbios_family_arm_cc26xx_Timer_getExpiredTicks__E
    0000add5 ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
    1001c255 ti_SYSBIOS_family_ARM_cc26xx_Timer_getPeriod__E
    0000a591 ti_sysbios_family_arm_cc26xx_Timer_initDevice__I
    1001a469 ti_SysBIOS_family_ARM_cc26xx_Timer_periodicStudiob__E
    1001b769 ti_SysBIOS_family_ARM_cc26xx_Timer_postInit___I
    0000a2bd ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
    1001c259 ti_sysbios_family_arm_cc26xx_Timer_setPeriod___E
    0000a5c1 ti_sysbios_family_arm_cc26xx_Timer_setThreshold___i
    00007d01 ti_sysbios_family_arm_cc26xx_Timer_start__E
    00000484 ti_sysbios_family_arm_cc26xx_Timer_startupNeed__C
    1001b795 ti_sysbios_family_arm_cc26xx_Timer_startup___E
    200001ec ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_state___v
    1001bb69 ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E
    0000be97 ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    1001b9d1 ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E
    1001c12f ti_sysbios_family_arm_cc26xx_TimestampProvider_getFreq__E
    00000504 ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C
    00000488 ti_sysbios_family_arm_m3/hwi_E_alreadyDefined___C
    0000048c ti_sysbios_family_arm_m3/hwi_E_hwiLimitExceleed___C
    1001aed1 ti_sysbios_family_arm_m3/hwi_instance_finaling__E
    1001a3c9 ti_sysbios_family_arm_m3_Hwi_instance_init__E
    20001d04 ti_sysbios_family_arm_m3/hwi_Module_State_0_exACTIVE__A
    20001d08 ti_sysbios_family_arm_m3/Hwi_Module_State_0_excContext__A
    20001d0c ti_sysbios_family_arm_m3/hwi_Module_State_0_exstack__a
    00000506 ti_sysbios_family_arm_m3/hwi_Module_id__C
    20001ce4 ti_sysbios_family_arm_m3/Hwi_Module_root_V
    1001bb89 ti_sysbios_family_arm_m3/hwi_Module_starpDone__S
    20000144 ti_SysBIOS_family_ARM_m3/Hwi_Module_state__V
    1001b1c1 ti_sysbios_family_arm_m3/hwi_Module_startup__E
    00000490 ti_sysbios_family_arm_m3/hwi_NUM_interrupts__C
    000002d0 ti_SysBIOS_family_ARM_m3/Hwi_Object_DESC_C
    00000170 ti_sysbios_family_arm_m3/Hwi_Object_Params__C
    00000494 ti_sysbios_family_arm_m3/Hwi_Object_count_C
    1001aab1 ti_sysbios_family_arm_m3/Hwi_Object__create__S
    1001bba9 ti_sysbios_family_arm_m3/Hwi_Object__delete_S
    1001be69 ti_sysbios_family_arm_m3/Hwi_Object_析 构 T__S
    1001b7c1 ti_sysbios_family_arm_m3/Hwi_Object_GET_S
    00000498 ti_sysbios_family_arm_m3/Hwi_Object_Table__C
    20001cec ti_sysbios_family_arm_m3/Hwi_Object_Table__V
    1001c13d ti_sysbios_family_arm_m3/Hwi_Params__init__S
    0000049c ti_SysBIOS_family_ARM_m3/Hwi_CCR__C
    1001af29 ti_sysbios_family_arm_m3/hwi_construct
    1001ab15 ti_sysbios_family_arm_m3/hwi_create
    1001c25d ti_sysbios_family_arm_m3/hwi_delete
    1001c261 ti_sysbios_family_arm_m3/hwi_析 构
    1001c149 ti_sysbios_family_arm_m3/hwi_disableFxn_E
    1001b299 ti_SysBIOS_family_ARM_m3/Hwi_disableInterrupt__E
    1001aa49 ti_sysbios_family_arm_m3/hwi_d调度 C__I
    200030e4 ti_sysbios_family_arm_m3_Hwi_dis派 单表
    1001c89d ti_sysbios_family_arm_m3/hwi_deign__i
    1001c1fb ti_sysbios_family_arm_m3/hwi_doSwiRestore__I
    1001c213 ti_SYSBIOS_family_ARM_m3/Hwi_doTaskRestore__I
    1001c155 ti_sysbios_family_arm_m3/hwi_enableFxn_E
    1001b2dd ti_sysbios_family_arm_m3/hwi_enableInterrupt__E
    1001ca01 ti_sysbios_family_arm_m3/hwi_exHandlerAsm__I
    000004a0 ti_sysbios_family_arm_m3/hwi_exHandlerFunc__C
    1001bbc9 ti_sysbios_family_arm_m3/hwi_examplter_i
    1001b465 ti_sysbios_family_arm_m3/hwi_getStackInfo__E
    1001a699 ti_sysbios_family_arm_m3/hwi_initNVIC__E
    1001c9b9 ti_sysbios_family_arm_m3/hwi_initStacks__E
    000004a4 ti_sysbios_family_arm_m3/hwi_nullIsrFunc__C
    000004a8 ti_sysbios_family_arm_m3/hwi_numSparseInterrupts__C
    e000e000 ti_SysBIOS_family_ARM_m3/Hwi_NVIC
    1001ca3f ti_sysbios_family_arm_m3/hwi_pendSV__I
    1001c065 ti_SysBIOS_family_ARM_m3/Hwi_plug__E
    1001a319 ti_sysbios_family_arm_m3/hwi_postInit__i
    0000bd65 ti_sysbios_family_arm_m3/hwi_post
    000004ac ti_sysbios_family_arm_m3/hwi_priGroup__C
    20000000 ti_SysBIOS_family_ARM_m3/Hwi_ramVectors
    00000000 ti_SYSBIOS_family_ARM_m3/Hwi_resetVectors
    1001c219 ti_SYSBIOS_family_ARM_m3/Hwi_restoreFxn_E
    1001ca57 ti_sysbios_family_arm_m3/hwi_return
    0000c153 ti_sysbios_family_arm_m3/hwi_setFunc__E
    1001be85 ti_sysbios_family_arm_m3/hwi_setPriority __E
    1001c203 ti_sysbios_family_arm_m3/hwi_startup___E
    1001c00d ti_sysbios_family_arm_m3/hwi_switchFromBootStack__E
    1001c265 ti_sysbios_family_arm_m3/TaskSupport_Module_starpDone__S
    1001c96d ti_sysbios_family_arm_m3/TaskSupport_buildTaskStack
    1001c161 ti_sysbios_family_arm_m3/TaskSupport_getStackAlignment__E
    1001ca59 ti_sysbios_family_arm_m3_TaskSupport_cUS
    000004b0 ti_sysbios_family_arm_m3/taskSupport_stackAlignment__C
    1001b49d ti_sysbios_family_arm_m3/taskSupport_start__E
    1001ca69 ti_sysbios_family_arm_m3/TaskSupport_swap_e_e
    1001ca21 ti_sysbios_family_xxx_Hwi_switchAndRunFunc
    1001bbe9 ti_sysbios_gates_GateHwi_handle_label_S
    1001b463 ti_sysbios_gates_GateHwi_instance_init__E
    0000021c ti_sysbios_gates_GateHwi_Module_Fxns__C
    00000508 ti_sysbios_gates_GateHwi_Module_id__C
    20001d10 ti_sysbios_gates_GateHwi_Module_root__V
    000002f0 ti_SysBIOS_Gates_GateHwi_Object_DESC_C
    00000430 ti_sysbios_gates_GateHwi_Object_Params__C
    1001ba95 ti_sysbios_gates_GateHwi_Object__create__S
    1001bc09 ti_sysbios_gates_GateHwi_Object__delete_S
    20001d18 ti_sysbios_gates_GateHwi_Object__table__V
    1001c16d ti_sysbios_gates_GateHwi_enter__E
    1001c21f ti_sysbios_gates_GateHwi_leave__E
    1001c269 ti_sysbios_gates_GateHwi_query__E
    1001bc29 ti_sysbios_gates_GateMutex_handle__label_S
    000005cc ti_sysbios_gates_GateMutex_instance_State_SEM_O
    1001c075 ti_SysBIOS_gates_GateMutex_instance_finaling__E
    1001bea1 ti_sysbios_gates_GateMutex_instance_init__E
    00000240 ti_sysbios_gates_GateMutex_Module_Fxns__C
    0000050a ti_sysbios_gates_GateMutex_Module_id__C
    20001d1c ti_sysbios_gates_GateMutex_Module_root__V
    00000310 ti_SysBIOS_Gates_GateMutex_Object_DESC_C
    00000448 ti_sysbios_gates_GateMutex_Object_Params__C
    1001b649 ti_sysbios_gates_GateMutex_Object__create__S
    1001bab9 ti_sysbios_gates_GateMutex_Object__delete_S
    1001bc49 ti_sysbios_gates_GateMutex_Object_析 构 T__S
    20002360 ti_sysbios_gates_GateMutex_Object__table__V
    1001c179 ti_sysbios_gates_GateMutex_Params__init__S
    1001b7ed ti_sysbios_gates_GateMutex_construct
    1001b679 ti_sysbios_gates_GateMutex_create
    1001c26d ti_sysbios_gates_GateMutex_delete
    1001c271 ti_sysbios_gates_GateMutex_析 构
    1001b6a9 ti_sysbios_gates_GateMutex_enter__E
    1001bf9d ti_sysbios_gates_GateMutex_leave__E
    1001c275 ti_sysbios_gates_GateMutex_query__E
    1001c279 ti_sysbios_hal_hwi_HwiProxy_Module_startupDone__S
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Module_startupDone__S__man翻转__
    1001c085 ti_sysbios_hal_hwi_hwiProxy_Object__create__S
    1001bba9 ti_sysbios_hal_hwi_hwiProxy_Object__delete_s
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Object__delete _S__man翻转_
    1001c13d ti_sysbios_hal_hwi_HwiProxy_Params__init__S
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Params__init__S__man翻转__
    1001be49 ti_sysbios_hal_hwi_hwiProxy_create
    1001c27d ti_sysbios_hal_hwi_hwiProxy_delete
    1001c281 ti_sysbios_hal_hwi_hwiProxy_disableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_disableInterrupt__E__man翻转__
    1001c285 ti_sysbios_hal_hwi_hwiProxy_enableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_enableInterrupt_E__man翻转_
    1001c289 ti_sysbios_hal_hwi_HwiProxy_getStackInfo__E
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_getStackInfo_E__man翻转_
    0000bd65 ti_sysbios_hal_hwi_hwiProxy_post___E
    1001c28d ti_sysbios_hal_hwi_hwiProxy_startup___E
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_startup_E__man翻转_
    1001c291 ti_SysBIOS_hal_Hwi_HwiProxy_switchFromBootStack__E
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_switchFromBootStack_E___manifed__
    1001c1F1 ti_sysbios_hal_hwi_instance_final__E
    1001b9f9 ti_sysbios_hal_hwi_instance_init__E
    20001d24 ti_sysbios_hal_hwi_Module_root__V
    1001c021 ti_sysbios_hal_hwi_Module_startup___E
    00000330 ti_sysbios_hal_hwi_Object_DESC_C
    000001a0 ti_sysbios_hal_hwi_Object_Params__C
    1001bc69 ti_sysbios_hal_hwi_Object__delete_s
    0000bfc5 ti_sysbios_hal_hwi_params__init__S
    1001ab79 ti_sysbios_hal_hwi_create
    1001c295 ti_sysbios_hal_hwi_delete
    1001c281 ti_sysbios_hal_hwi_disableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_disableInterrupt__E
    1001c285 ti_sysbios_hal_hwi_enableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_enableInterrupt__E
    1001c289 ti_sysbios_hal_hwi_getStackInfo__E
    UNDEFED ti_SYSBIOS_hal_Hwi_getStackInfo__E
    1001b819 ti_sysbios_hal_hwi_initStack
    0000bd65 ti_sysbios_hal_hwi_post _E
    1001c28d ti_sysbios_hal_hwi_startup___E
    UNDEFED ti_SYSBIOS_hal_Hwi_startup___E
    1001c299 ti_sysbios_hal_hwi_switchFromBootStack__E
    UNDEFED ti_SYSBIOS_hal_Hwi_switchFromBootStack__E
    000004b4 ti_sysbios_b堆_HeapMem_E_memory__C
    1001bc89 ti_sysbios_b堆_HeapMem_handle__label_S
    20002560 ti_sysbios_堆_HeapMem_instance_State_0_Buf__a
    1001b4d5 ti_sysbios_b堆_HeapMem_instance_init__E
    1001bc29 ti_sysbios_堆_HeapMem_Module_GateProxe_handle__label_S
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxe_Handle__label_S__man翻转_
    1001bab9 ti_sysbios_堆_HeapMem_Module_GateProxy_Object__delete_S
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_Object__delete _S__man翻转_
    1001c179 ti_sysbios_堆_HeapMem_Module_GateProxy_Params__init__S
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_Params__init_S__s__man翻转_
    1001c29d ti_sysbios_堆_HeapMem_Module_GateProxy_enter_E
    1001c2a1 ti_sysbios_堆_HeapMem_Module_GateProxy_leave__E
    1001c275 ti_sysbios_堆_HeapMem_Module_GateProxy_query_E
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_query_E__man翻转_
    000001cc ti_sysbios_堆_HeapMem_Module_Fxns__C
    000004b8 ti_sysbios_b堆_HeapMem_Module_gateObj__C
    0000050c ti_sysbios_堆_HeapMem_Module_id__C
    20001d2c ti_sysbios_堆_HeapMem_Module_root__V
    00000350 ti_sysbios_堆_HeapMem_Object_DESC_C
    00000264 ti_sysbios_堆_HeapMem_Object_Params__C
    000004bc ti_sysbios_堆_HeapMem_Object_count__C
    1001b845 ti_sysbios_b堆_HeapMem_Object__create__S
    1001bca9 ti_sysbios_堆_HeapMem_Object__delete_S
    1001b871 ti_sysbios_b堆_HeapMem_Object_get__S
    000004c0 ti_sysbios_堆_HeapMem_Object__table__C
    20001d34 ti_sysbios_堆_HeapMem_Object__table__V
    1001a199 ti_sysbios_b堆_HeapMem_alloc__E
    1001a795 ti_sysbios_堆_HeapMem_free__E
    1001b209 ti_sysbios_b堆_HeapMem_getStats__E
    1001b545 ti_sysbios_b堆_HeapMem_init__i
    1001c2a5 ti_sysbios_堆_HeapMem_isBlocking__E
    000004c4 ti_sysbios_堆_HeapMem_reqAlign___C
    1001c105 ti_sysbios_b堆_HeapMem_restore__E
    1001bfcd ti_SysBIOS_KNL_Clock_instance_finaling__E
    1001b50d ti_sysbios_KNL_Clock_instance_init__E
    000005d0 ti_SysBIOS_KNL_Clock_Module_State_clockQ_O
    20001d4c ti_sysbios_KNL_Clock_Module_root__V
    20000178 ti_SysBIOS_KNL_Clock_Module_state__V
    1001bcc9 ti_sysbios_KNL_Clock_Module_startup___E
    00000370 ti_SysBIOS_KNL_Clock_Object__Desc_C
    00000288 ti_SysBIOS_KNL_Clock_Object_Params__C
    1001b 添加 ti_SysBIOS_KNL_Clock_Object__delete_S
    1001bce9 ti_SysBIOS_KNL_Clock_Object_析 构函数__S
    20001d54 ti_SysBIOS_KNL_Clock_Object_Table___V
    1001c185 ti_SysBIOS_KNL_Clock_Params__init__S
    1001c2a9 ti_sysbios_KNL_Clock_TimerProxy_Module_starpDone__S
    UNDEFED ti_SysBIOS_KNL_Clock_TimerProxy_Module_startupDone__S__man翻转__
    1001c095 ti_SysBIOS_KNL_Clock_TimerProxy_getCurrentTick__E
    1001c2ad ti_SysBIOS_KNL_Clock_TimerProxy_getExpiredTicks__E
    1001c0a5 ti_SysBIOS_KNL_Clock_TimerProxy_getMaxTicks__E
    1001c2b1 ti_sysbios_KNL_Clock_TimerProxy_getPeriod___E
    1001c0b5 ti_sysbios_KNL_Clock_TimerProxy_setNextTick__E
    1001b795 ti_sysbios_KNL_Clock_TimerProxy_startup___E
    UNDEFED ti_SYSBIOS_KNL_Clock_TimerProxy_startup_E__man翻转_
    1001ba21 ti_SysBIOS_KNL_Clock_addi__E
    1001b579 ti_SysBIOS_KNL_Clock_con构
    1001b3ed ti_SysBIOS_KNL_Clock_create
    1001c2b5 ti_SysBIOS_KNL_Clock_delete
    1001c2b9 ti_SysBIOS_KNL_Clock_析 构
    0000bc59 ti_SysBIOS_KNL_Clock_dotick__i
    0000a9fd ti_SysBIOS_KNL_Clock_getTicksUntilInterrupt__E
    1001b6d9 ti_SysBIOS_KNL_Clock_getTicks__E
    1001c191 ti_SysBIOS_KNL_Clock_getTimerHandle__E
    0000c185 ti_SysBIOS_KNL_Clock_isActive__E
    1001be67 ti_SysBIOS_KNL_Clock_logTick__E
    1001c2bd ti_SysBIOS_KNL_Clock_removeI_E
    1001bd ti_sysbios_KNL_Clock_scheduleNextTick__E
    000004c8 ti_SysBIOS_KNL_Clock_serviceMargin__C
    0000c189 ti_SYSBIOS_KNL_Clock_setPeriod__E
    1001c2c1 ti_SysBIOS_KNL_Clock_setTimeout___E
    1001a719 ti_SysBIOS_KNL_Clock_starti__E
    1001bfe3 ti_SysBIOS_KNL_Clock_start__E
    0000b2ed ti_SysBIOS_KNL_Clock_stop__E
    00000510 ti_SysBIOS_KNL_Clock_tickMode___C
    0000e280 ti_SysBIOS_KNL_Clock_tickPeriod___C
    0000e284 ti_SysBIOS_KNL_Clock_triggerClock__C
    00008f9f ti_SysBIOS_KNL_Clock_triggerFunc__i
    1001a80d ti_SysBIOS_KNL_Clock_WalkQueueDynamic__E
    00006501 ti_SysBIOS_KNL_Clock_workFuncDynamic__E
    1001a885 ti_SysBIOS_KNL_Clock_workFunc__E
    20001d74 ti_sysbios_KNL_Event_Module_root__V
    0000e26c ti_SysBIOS_KNL_Idle_funclist__A
    00000478 ti_SysBIOS_KNL_Idle_funclist___C
    1001c20b ti_SysBIOS_KNL_Idle_loop__E
    1001bd09 ti_sysbios_KNL_Idle_run___E
    000005d4 ti_sysbios_KNL_Mailbox_instance_State_dataQue_O
    000005d8 ti_sysbios_KNL_Mailbox_instance_State_dataSem__O
    000005dc ti_sysbios_KNL_Mailbox_instance_State_freeQue_O
    000005e0 ti_sysbios_KNL_Mailbox_instance_State_freeSem_O
    1001a9dd ti_sysbios_KNL_Mailbox_instance_finaling__E
    1001a001 ti_sysbios_KNL_Mailbox_instance_init__E
    20001d7c ti_sysbios_KNL_Mailbox_Module_root__V
    1001b251 ti_sysbios_KNL_Mailbox_Module_Started__E
    00000390 ti_SysBIOS_KNL_Mailbox_Object__Desc_C
    0000013c ti_sysbios_KNL_Mailbox_Object_Params__C
    000004cc ti_SysBIOS_KNL_Mailbox_Object_count__C
    1001bd29 ti_sysbios_KNL_Mailbox_Object__delete_S
    1001bed9 ti_sysbios_KNL_Mailbox_Object__析 构函数__S
    1001b89d ti_SysBIOS_KNL_Mailbox_Object__get__S
    000004d0 ti_sysbios_KNL_Mailbox_Object__table__C
    1001c19d ti_SysBIOS_KNL_Mailbox_Params__init__S
    1001af81 ti_sysbios_KNL_Mailbox_construct
    1001abdd ti_SysBIOS_KNL_Mailbox_create
    1001c2c5 ti_sysbios_KNL_Mailbox_delete
    1001c2c9 ti_sysbios_KNL_Mailbox_析 构
    1001a8fd ti_sysbios_KNL_Mailbox_pend__E
    1001b8c9 ti_sysbios_KNL_Mailbox_postInit___i
    1001a591 ti_sysbios_KNL_Mailbox_post__E
    1001c22b ti_sysbios_KNL_Queue_instance_init__E
    20001d84 ti_SysBIOS_KNL_Queue_Module_root__V
    000003b0 ti_SysBIOS_KNL_Queue_Object_DESC_C
    00000460 ti_SysBIOS_KNL_Queue_Object_Params__C
    000004d4 ti_SysBIOS_KNL_Queue_Object_count__C
    1001bd49 ti_SysBIOS_KNL_Queue_Object__delete_S
    1001bef5 ti_SysBIOS_KNL_Queue_Object_析 构 T__S
    1001bd69 ti_sysbios_KNL_Queue_Object__get__S
    000004d8 ti_sysbios_KNL_Queue_Object_Table__C
    1001b8f5 ti_SysBIOS_KNL_Queue_construct
    1001b921 ti_SysBIOS_KNL_Queue_create
    1001c2cd ti_sysbios_KNL_Queue_delete
    1001c1a9 ti_SysBIOS_KNL_Queue_dequeue___E
    1001c2d1 ti_SysBIOS_KNL_Queue_析 构
    1001c231 ti_SysBIOS_KNL_Queue_elemClear __E
    1001c113 ti_SysBIOS_KNL_Queue_empty_E
    1001c1b5 ti_SysBIOS_KNL_Queue_enqueue___E
    1001bf11 ti_SysBIOS_KNL_Queue_get__E
    1001c2d5 ti_sysbios_KNL_Queue_head_E
    0000c18d ti_SysBIOS_KNL_Queue_insert__E
    1001c2d9 ti_sysbios_KNL_Queue_next __E
    1001bf2d ti_sysbios_KNL_Queue_put __E
    1001c121 ti_sysbios_KNL_Queue_remove__e_e
    000005e4 ti_SysBIOS_KNL_Semaphore_Instance_State_PendQ_O
    1001c0c5 ti_SysBIOS_KNL_Semaphore_instance_finaling__E
    1001bb01 ti_SysBIOS_KNL_Semaphore_instance_init__E
    20001d8c ti_SysBIOS_KNL_Semaphore_Module_root__V
    000003d0 ti_SysBIOS_KNL_Semaphore_Object_DESC_C
    000002ac ti_SYSBIOS_KNL_Semaphore_Object_PARAMS__C
    1001bb25 ti_SysBIOS_KNL_Semaphore_Object__delete_S
    1001bd89 ti_SysBIOS_KNL_Semaphore_Object_析 构函数__S
    1001c1c1 ti_SysBIOS_KNL_Semaphore_Params__init__S
    1001b709 ti_SysBIOS_KNL_Semaphore_construct
    1001b5ad ti_SysBIOS_KNL_Semaphore_create
    1001c2dd ti_SysBIOS_KNL_Semaphore_delete
    1001c2e1 ti_SysBIOS_KNL_Semaphore_析 构
    1001b94d ti_SysBIOS_KNL_Semaphore_pendTimeout__I
    1001a0cd ti_SysBIOS_KNL_Semaphore_pend__E
    1001ac41 ti_SysBIOS_KNL_Semaphore_post__E
    1001bf9b ti_SYSBIOS_KNL_Swi_instance_finaling__E
    1001aca5 ti_SysBIOS_KNL_Swi_instance_init__E
    200023fc ti_SysBIOS_KNL_Swi_Module_State_0_readyQ__A
    20001d94 ti_sysbios_KNL_Swi_Module_root__V
    200001c8 ti_sysbios_KNL_Swi_Module_state__V
    1001c237 ti_sysbios_KNL_Swi_Module_startup___E
    000003f0 ti_SysBIOS_KNL_Swi_Object_DESC_C
    000001f4 ti_sysbios_KNL_Swi_Object_Params__C
    000004dc ti_sysbios_KNL_Swi_Object_count__C
    1001bda9 ti_sysbios_KNL_Swi_Object__delete_S
    1001bf49 ti_SysBIOS_KNL_Swi_Object_析 构函数__S
    1001b979 ti_sysbios_KNL_Swi_Object__get__S
    000004e0 ti_SysBIOS_KNL_Swi_Object__table__C
    2000242c ti_sysbios_KNL_Swi_Object__table__V
    1001c1cd ti_sysbios_KNL_Swi_Params__init__S
    1001b085 ti_SysBIOS_KNL_Swi_construct
    1001ad05 ti_SysBIOS_KNL_Swi_create
    1001c2e5 ti_sysbios_KNL_Swi_delete
    1001c2e9 ti_SysBIOS_KNL_Swi_析 构
    1001c0d5 ti_SysBIOS_KNL_Swi_disable___E
    1001c0e5 ti_SysBIOS_KNL_Swi_enabled__E
    0000bfd1 ti_SysBIOS_KNL_Swi_getTrigger__E
    000004e4 ti_SysBIOS_KNL_Swi_numPriorities __C
    0000ba1 ti_SysBIOS_KNL_Swi_OR_E
    1001c2ed ti_SysBIOS_KNL_Swi_postInit___I
    1001b321 ti_sysbios_KNL_Swi_post _E
    1001ad61 ti_SysBIOS_KNL_Swi_restoreHwi__E
    1001b5e1 ti_sysbios_KNL_Swi_restore__E
    1001b0d5 ti_SysBIOS_KNL_Swi_runLoop __I
    1001afd9 ti_sysbios_KNL_Swi_run__i
    1001b031 ti_sysbios_KNL_Swi_schedule__i
    1001c23d ti_sysbios_KNL_Swi_startup___E
    20002be0 ti_sysbios_KNL_Task_instance_State_0_stack__A
    1001a4fd ti_sysbios_KNL_Task_instance_finaling__E
    1001a25d ti_sysbios_KNL_Task_instance_init__E
    20001da4 ti_SysBIOS_KNL_Task_Module_State_0_idleTask__A
    2000245c ti_SysBIOS_KNL_Task_Module_State_0_readyQ__A
    000005e8 ti_SysBIOS_KNL_Task_Module_State_InactiveQ_O
    20001d9c ti_sysbios_KNL_Task_Module_root__V
    20000100 ti_SysBIOS_KNL_Task_Module_state__V
    1001adbd ti_sysbios_KNL_Task_Module_startup___E
    00000410 ti_SysBIOS_KNL_Task_Object_DESC_C
    00000100 ti_SysBIOS_KNL_Task_Object_Params__C
    000004e8 ti_SysBIOS_KNL_Task_Object_count__C
    1001bdc9 ti_sysbios_KNL_Task_Object__delete_S
    1001bf65 ti_SysBIOS_KNL_Task_Object_析 构函数__S
    1001bde9 ti_sysbios_KNL_Task_Object__get__S
    000004ec ti_sysbios_KNL_Task_Object_Table__C
    200022cc ti_SysBIOS_KNL_Task_Object_Table___V
    1001c1d9 ti_sysbios_KNL_Task_Params__init__S
    1001c2F1 ti_sysbios_KNL_Task_SupportProxy_Module_starpDone__S
    UNDEFED ti_SysBIOS_KNL_Task_SupportProxy_Module_startupDone__S____man翻转__
    1001c2f5 ti_sysbios_KNL_Task_SupportProxy_getStackAlignment__E
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_getStackAlignment__E__man翻转__
    1001c2f9 ti_sysbios_KNL_Task_SupportProxy_start__E
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_start_E__man翻转__
    1001c2fd ti_sysbios_KNL_Task_SupportProxy_swap_e_E
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_swap_E__man翻转__
    000004f0 ti_SysBIOS_KNL_Task_allBrokedFunc__C
    1001b365 ti_SysBIOS_KNL_Task_allBrokedFunction__I
    1001b615 ti_SysBIOS_KNL_Task_blockI_E
    1001b125 ti_SysBIOS_KNL_Task_construct
    1001ae19 ti_SysBIOS_KNL_Task_create
    000004f4 ti_SysBIOS_KNL_Task_defaultStackHeap___C
    000004f8 ti_sysbios_KNL_Task_defaultStackSize__C
    1001c301 ti_SysBIOS_KNL_Task_delete
    1001c305 ti_SysBIOS_KNL_Task_析 构
    1001c0f5 ti_SysBIOS_KNL_Task_disable__E
    1001c243 ti_SysBIOS_KNL_Task_enable__E
    1001be09 ti_sysbios_KNL_Task_enter_i
    1001b429 ti_SysBIOS_KNL_Task_exit___E
    0000050e ti_SysBIOS_KNL_Task_initStackFlag___C
    000004fc ti_SysBIOS_KNL_Task_numConstructedTasks__C
    1001a615 ti_SysBIOS_KNL_Task_postInit___I
    1001b739 ti_SysBIOS_KNL_Task_processorVitalTaskFlag__I
    1001be29 ti_sysbios_KNL_Task_restoreHwi__E
    1001ba49 ti_sysbios_KNL_Task_restore__E
    1001b175 ti_SysBIOS_KNL_Task_schedule__i
    1001c1e5 ti_sysbios_KNL_Task_self_E
    00006291 ti_SysBIOS_KNL_Task_setPri__E
    1001bf81 ti_sysbios_KNL_Task_sleepTimeout__i
    1001a96d ti_SysBIOS_KNL_Task_sleep_E
    1001ae75 ti_sysbios_KNL_Task_startCore__E
    1001c309 ti_SysBIOS_KNL_Task_startup___E
    1001ca71 ti_sysbios_KNL_Task_swapReturn
    1001b9a5 ti_sysbios_KNL_Task_unblocki__E
    1001bfb5 ti_sysbios_KNL_Task_unb阻断__E
    1001b3a9 ti_sysbios_KNL_Task_yield __E
    00000590 ti_SYSBIOS_ROM_ROM_AONRTCChannelEnable
    00000594 ti_SysBIOS_ROM_ROM_AONRTCCompareValueSet
    00000598 ti_SYSBIOS_ROM_ROM_AONRTCCurrentCompareValueGet
    0000059c ti_sysbios_rom_rom_AONRTCEventClear
    000005a0 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E
    000005a4 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
    000005a8 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
    000005ac ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_initDevice__i
    000005b0 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
    000005b4 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setThreshold___i
    000005b8 ti_sysbios_rom_rom_ti_sysbios_family_arm_cc26xx_Timer_start__E
    000005bc ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    000005c0 ti_sysbios_rom_rom_xdc_runtime_Startup_getState__i
    000005c4 ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_abort__e_E
    000005c8 ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_exit___e_E
    00009513 ti_sysbios_rom_cortexm_cc26xx_CC26xx_BadRomRevision__E
    0000bab9 ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E
    1001ca9b ti_sysbios_rom_cortexm_cc26xx_CC26xx_getRevision___E
    20003250 trngCC26XX 对象
    0000e174 trngDriverTable
    0000e014 txPowerTable
    0000e16c txPwrTbl
    0000e104 uartCC26XXHWAttrs
    20002de0 uartCC26XX 对象
    200002c0 uartLog_evBuf
    2000020a uartLog_evBufIsEmpty
    2000020c uartLog_evtNum
    00007c99 uartLog_flush
    20000209 uartLog_head
    20000214 uartLog_outBuf
    00007179 uartLog_outputFxn
    20000208 uartLog_tail
    2000248c 用户0Cfg
    0000aa29 utilExtUuid16
    0000dfbe validRangeUUID
    00000524 XDC_runtime assert_E_assertFlail__C
    1001c5a9 XDC_runtime_assert_arc__I
    1001c6ed XDC_runtime_Core_assignLabel__I
    1001c5F1 xdc_runtime_Core_赋 值 Params__I
    1001c639 XDC_runtime_Core_constructObject__I
    1001c405 XDC_runtime_Core_CreateObject__I
    1001c4f9 xdc_runtime_Core_deleteObject__I
    1001c7a1 XDC_runtime_Core_析 构对象__I
    00000528 XDC_RAuntime_Error_E_MEMORY__C
    1001c7b9 XDC_runtime_Error_check__E
    1001c841 XDC_runtime_Error_init__E
    0000052c XDC_runtime Error_policyFxn__C
    1001c487 XDC_runtime_Error_PolicySpin__E
    0000058c XDC_RAuntime_Error_policy___C
    1001c769 XDC_runtime_Error_raiseX__E
    1001c885 XDC_runtime_Gate_enterSystem__E
    1001c879 XDC_runtime_Gate_leaveSystem__E
    00000530 XDC_runtime _IGateProvider_Interface_base__C
    00000534 XDC_runtime IHeap_Interface_base__C
    0000e288 XDC_runtime ILogger_Interface_base__C
    00000538 XDC_runtime IModule_Interface_base__C
    0000e28c XDC_runime_Log_L_INFO__C
    0000e290 XDC_RAuntime_Log_L_WARNING__C
    0000b60d XDC_runtime _LoggerCallback_instance_init__E
    0000df04 XDC_RAuntime_LoggerCallback_Module_Fxns__C
    20001da8 xdc_runtime_LoggerCallback_Module_root__V
    00009715 XDC_runime_LoggerCallback_Module_StartUP_E
    0000e080 XDC_RAuntime_LoggerCallback_Object_DESC__C
    0000e0a0 XDC_runime_LoggerCallback_Object_Params__C
    0000e294 xdc_runtime_LoggerCallback_Object_count__C
    0000a5F1 XDC_runtime、LoggerCallback_Object_create_S
    0000bd85 XDC_runtime _LoggerCallback_Object_GET__S
    20001db0 xdc_runtime_LoggerCallback_Object__table__V
    0000e298 XDC_runime_LoggerCallback_createInstFxn__C
    0000c191 XDC_runtime_LoggerCallback_defaultCreate
    0000c04f XDC_runtime_LoggerCallback_disable__E
    0000c059 XDC_runtime _LoggerCallback_enable__E
    0000e29c XDC_runtime LoggerCallback_outputFxn__C
    0000adfd XDC_runtime LoggerCallback_write0__E
    0000ae25 XDC_runime_LoggerCallback_write1__E
    0000aa55 XDC_Runtime_LoggerCallback_write2__E
    0000a15d XDC_runime_LoggerCallback_write4__E
    00009449 XDC_runime_LoggerCallback_write8__E
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_Handle__label_S
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_Object_Delete_S
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_query_E
    0000053c XDC_RAuntime_Main_Module_diagsEnabled___C
    00000540 XDC_RAuntime_Main_Module_diagsIncluded__C
    00000544 XDC_RAuntime_Main_Module_diagsMask__C
    00000584 XDC_runtime Main 模块_id__C
    0000e2c6 XDC_runtime_Main_Module_logger Defined___C
    0000e2a0 XDC_runime_Main_Module_loggerFxn2__C
    0000e2a4 XDC_runtime Main 模块_日志记录器 Fxn4__C
    0000e2a8 XDC_runtime Main 模块_日志记录器 Fxn8__C
    0000e2ac XDC_runime_Main_Module_loggerObj__C
    1001bc89 XDC_runtime_Memory_HeapProxy_handle__label_S
    UNDEFED XDC_RAUNTIME_Memory_HeapProxy_Handle__label_S__man翻转_
    1001bca9 XDC_runtime 内存_HeapProxy_Object__delime_S
    UNDEFED XDC_RAUNTIME_Memory_HeapProxy_Object__delete _S__man翻转_
    1001c889 XDC_runtime_Memory_HeapProxy_alloc__E
    1001c88d XDC_runtime_Memory_HeapProxy_free__E
    00000586 XDC_RAuntime_Memory_Module_id__C
    20000200 XDC_RAuntime_Memory_Module_state__V
    1001c489 XDC_runtime_Memory_alloc__E
    1001c84d XDC_runtime_Memory_calloc__E
    00000548 XDC_RAuntime_Memory_defaultHeapInstance___C
    1001c801 XDC_runtime_Memory_free_e_E
    1001c859 XDC_runtime_Memory_getMaxDefaultTypeAlign__E
    1001c785 XDC_runtime_Memory_valloc__E
    20002540 XDC_runtime 注册表_模块_state__V
    0000b30d XDC_runtime 注册表_findById__E
    200001f0 XDC_RAuntime_Startup_Module_state__V
    00000001 XDC_RAuntime_Startup__EXECFXN__C
    00000001 XDC_Runtime_Startup__RESETFXN__C
    0000054c XDC_RAuntime_Startup_execImpl__C
    1001c559 XDC_runtime_Startup_exec__E
    0000bc91 XDC_runtime_Startup_exec__i
    0000e260 XDC_RAuntime_Startup_firstFxns__A
    00000514 XDC_RAuntime_Startup_firstFxns__C
    000082ed XDC_RAuntime_Startup_getState__I
    0000051c XDC_RAuntime_Startup_lastFxns__C
    00000550 XDC_RAuntime_Startup_maxPasses__C
    0000bfdd XDC_RAuntime_Startup_reset__I
    0000bfe9 XDC_Runtime_Startup_rtsDone__E
    0000e20c XDC_Runtime_Startup_sfxnRts__A
    00000554 XDC_Runtime_Startup_sfxnRts__C
    0000dfec XDC_runtime 启动 sfxnTab__A
    00000558 XDC_runtime 启动 sfxnTab__C
    0000055c XDC_runtime 启动_startModsFxn__C
    1001c30d XDC_runtime_Startup_startMods__I
    00000560 XDC_runtime SysCallback_abortFxn__C
    1001c811 XDC_Runtime_SysCallback_abort__E
    00009db3 XDC_runtime SysCallback_defaultAbort
    0000a31f XDC_runtime SysCallback_defaultExit
    0000a793 XDC_runtime SysCallback_defaultPutch
    0000c195 XDC_Runtime_SysCallback_defaultReady
    00000564 XDC_runtime SysCallback_exitFxn__C
    1001c821 XDC_runtime_SysCallback_exit___E
    0000e2b0 XDC_runtime SysCallback_putchFxn__C
    0000bd95 XDC_runtime SysCallback_putch__E
    0000e2b4 XDC_runtime SysCallback_readyFxn__C
    0000bda5 XDC_runtime SysCallback_ready__E
    1001bbe9 xdc_runtime_System_Module_GateProxe_Handle__label__S
    UNDEFED XDC_RAUNTIME_System_Module_GateProxe_Handle__label_S__man翻转_
    1001bc09 XDC_runtime_System_Module_GateProxy_Object__delete_S
    UNDEFED XDC_RAUNTIME_System_Module_GateProxy_Object__delete _S__man翻转_
    1001c891 XDC_runtime_System_Module_GateProxy_ENTER_E
    1001c895 xdc_runtime_System_Module_GateProxy_leave __E
    1001c269 XDC_runtime_System_Module_GateProxy_query_E
    UNDEFED XDC_RAUNTIME_System_Module_GateProxy_query_E__man翻转_
    200001f8 XDC_RAuntime_System_Module_state__V
    1001c87f XDC_runtime_System_Module_startup___E
    UNDEFED XDC_RAUNTIME_System_SupportProxy_abort__E
    UNDEFED XDC_RAUNTIME_System_SupportProxy_exit__E
    0000bd95 XDC_runtime System_SupportProxy_putch__E
    0000bda5 XDC_runtime System_SupportProxy_READY__E
    00000568 XDC_runtime System_abortFxn__C
    1001c899 XDC_runtime_System_abortSpin__E
    000093c5 XDC_runtime_System_abortStd__E
    1001c749 XDC_runtime_System_abort__E
    1001c681 XDC_runtime_System_atexit__E
    00001009 XDC_RAuntime_System_doPrint__I
    0000056c XDC_runtime System_exitFxn__C
    1001c89b XDC_runtime_System_exitSpin__E
    000093cd XDC_runtime System_exitStd__E
    1001c7d1 XDC_runtime_System_exit__E
    0000e2b8 XDC_runtime System_extendFxn__C
    000077f9 XDC_runtime System_formatNum__i
    00000570 XDC_runtime System_maxAtexitHandlers__C
    0000476d XDC_runtime System_printfExtend__I
    1001c6b9 xdc_runtime_System_processAtExit___E
    0000ab29 XDC_runtime System_putchar__i
    0000b6c5 XDC_runtime_System_snprintf___E
    0000c199 XDC_runtime_System_snprintf_va__F
    0000bdb5 XDC_runtime System_vsnprintf___E
    00000588 XDC_Runtime_text_charCnt___C
    0000c39c XDC_runtime_text_charTab__A
    00000574 XDC_runtime text_charTab___C
    1001c71d XDC_runtime_text_ordinate_e
    0000058a XDC_runtime text_isLoaded___C
    00000578 XDC_runtime 文本名称 Empty__C
    0000057c XDC_runtime 文本名称 Static__C
    00000580 XDC_runtime 文本名称未知__C
    0000e250 XDC_runtime 文本 nodeTab__A
    0000e2bc XDC_runtime_text_nodeTAB___C
    0000a621 XDC_runtime _text_printVisFxn__I
    00008349 XDC_runtime text_putLab__E
    00006755 XDC_runtime text_putMod__E
    000063cd XDC_runtime_text_putSite__E
    0000e2c8 XDC_runtime_text_registryModsLastId__C
    1001c7e9 xdc_runtime_text_ropeText__E
    0000e2ca XDC_runtime_text_unnamedModsLastId__C
    00008f09 XDC_Runtime_text_visitRope2__I
    0000e2c0 XDC_Runtime_text_visitRopeFxn__C
    0000c063 XDC_Runtime_text_visitRope __I
    0000948d XDC_runtime_text_xprintf___I
    1001c831 xdc_runtime_Timestamp_SupportProxy_get32__E
    0000be97 xdc_runtime_Timestamp_SupportProxy_get32_E__man翻转__
    1001b9d1 XDC_runtimestamp_SupportProxy_get64__E
    UNDEFED XDC_RAUNTIME_Timestamp_SupportProxy_get64_E__man翻转_
    1001c12f XDC_runtimestamp_SupportProxy_getFreq__E
    UNDEFED XDC_RAUNTIME_Timestamp_SupportProxy_getFreq_E__man翻转_
    1001c831 XDC_runtimestamp_get32__E
    UNDEFED XDC_RAUNTIME_Timestamp_get32__E
    1001b9d1 XDC_runtimestamp_get64__E
    UNDEFED XDC_RAUNTIME_Timestamp_get64__E
    1001c12f XDC_runtimestamp_getFreq__E
    UNDEFED XDC_RAUNTIME_Timestamp_getFreq__E
    10015d19 zADD
    10015eb5 zADD32
    10015de9 zMACC32
    10015f0d zMULT32
    10015bcd zSET
    10015d5d zSUB
    10015e69 zSUB32


    全局符号:按符号地址排序

    地址名称
    ---- ----
    00000000 _ASM__
    00000000 ti_SYSBIOS_family_ARM_m3/Hwi_resetVectors
    00000001 XDC_RAuntime_Startup__EXECFXN__C
    00000001 XDC_Runtime_Startup__RESETFXN__C
    00000098 __ISA__
    000000aa _PLAT__
    000000d1 __TAGR__
    000000f6 __TRDR__
    00000100 ti_SysBIOS_KNL_Task_Object_Params__C
    0000013c ti_sysbios_KNL_Mailbox_Object_Params__C
    00000170 ti_sysbios_family_arm_m3/Hwi_Object_Params__C
    000001a0 ti_sysbios_hal_hwi_Object_Params__C
    000001cc ti_sysbios_堆_HeapMem_Module_Fxns__C
    000001f4 ti_sysbios_KNL_Swi_Object_Params__C
    0000021c ti_sysbios_gates_GateHwi_Module_Fxns__C
    00000240 ti_sysbios_gates_GateMutex_Module_Fxns__C
    00000264 ti_sysbios_堆_HeapMem_Object_Params__C
    00000288 ti_SysBIOS_KNL_Clock_Object_Params__C
    000002ac ti_SYSBIOS_KNL_Semaphore_Object_PARAMS__C
    000002d0 ti_SysBIOS_family_ARM_m3/Hwi_Object_DESC_C
    000002f0 ti_SysBIOS_Gates_GateHwi_Object_DESC_C
    00000310 ti_SysBIOS_Gates_GateMutex_Object_DESC_C
    00000330 ti_sysbios_hal_hwi_Object_DESC_C
    00000350 ti_sysbios_堆_HeapMem_Object_DESC_C
    00000370 ti_SysBIOS_KNL_Clock_Object__Desc_C
    00000390 ti_SysBIOS_KNL_Mailbox_Object__Desc_C
    000003b0 ti_SysBIOS_KNL_Queue_Object_DESC_C
    000003d0 ti_SysBIOS_KNL_Semaphore_Object_DESC_C
    000003f0 ti_SysBIOS_KNL_Swi_Object_DESC_C
    00000400 __STACK_SIZE
    00000410 ti_SysBIOS_KNL_Task_Object_DESC_C
    00000430 ti_sysbios_gates_GateHwi_Object_Params__C
    00000448 ti_sysbios_gates_GateMutex_Object_Params__C
    00000460 ti_SysBIOS_KNL_Queue_Object_Params__C
    00000478 ti_SysBIOS_KNL_Idle_funclist___C
    00000481 GATTServApp_AddService
    00000484 ti_sysbios_family_arm_cc26xx_Timer_startupNeed__C
    00000488 ti_sysbios_family_arm_m3/hwi_E_alreadyDefined___C
    0000048c ti_sysbios_family_arm_m3/hwi_E_hwiLimitExceleed___C
    00000490 ti_sysbios_family_arm_m3/hwi_NUM_interrupts__C
    00000494 ti_sysbios_family_arm_m3/Hwi_Object_count_C
    00000498 ti_sysbios_family_arm_m3/Hwi_Object_Table__C
    0000049c ti_SysBIOS_family_ARM_m3/Hwi_CCR__C
    000004a0 ti_sysbios_family_arm_m3/hwi_exHandlerFunc__C
    000004a4 ti_sysbios_family_arm_m3/hwi_nullIsrFunc__C
    000004a8 ti_sysbios_family_arm_m3/hwi_numSparseInterrupts__C
    000004ac ti_sysbios_family_arm_m3/hwi_priGroup__C
    000004b0 ti_sysbios_family_arm_m3/taskSupport_stackAlignment__C
    000004b4 ti_sysbios_b堆_HeapMem_E_memory__C
    000004b8 ti_sysbios_b堆_HeapMem_Module_gateObj__C
    000004bc ti_sysbios_堆_HeapMem_Object_count__C
    000004c0 ti_sysbios_堆_HeapMem_Object__table__C
    000004c4 ti_sysbios_堆_HeapMem_reqAlign___C
    000004c8 ti_SysBIOS_KNL_Clock_serviceMargin__C
    000004cc ti_SysBIOS_KNL_Mailbox_Object_count__C
    000004d0 ti_sysbios_KNL_Mailbox_Object__table__C
    000004d4 ti_SysBIOS_KNL_Queue_Object_count__C
    000004d8 ti_sysbios_KNL_Queue_Object_Table__C
    000004dc ti_sysbios_KNL_Swi_Object_count__C
    000004e0 ti_SysBIOS_KNL_Swi_Object__table__C
    000004e4 ti_SysBIOS_KNL_Swi_numPriorities __C
    000004e8 ti_SysBIOS_KNL_Task_Object_count__C
    000004ec ti_sysbios_KNL_Task_Object_Table__C
    000004f0 ti_SysBIOS_KNL_Task_allBrokedFunc__C
    000004f4 ti_SysBIOS_KNL_Task_defaultStackHeap___C
    000004f8 ti_sysbios_KNL_Task_defaultStackSize__C
    000004fc ti_SysBIOS_KNL_Task_numConstructedTasks__C
    00000501 DefaultAssertBack
    00000502 ti_sysbios_family_arm_cc26xx_Timer_Module_id__C
    00000504 ti_sysbios_family_arm_cc26xx_TimestampProvider_useClockTimer__C
    00000506 ti_sysbios_family_arm_m3/hwi_Module_id__C
    00000508 ti_sysbios_gates_GateHwi_Module_id__C
    0000050a ti_sysbios_gates_GateMutex_Module_id__C
    0000050c ti_sysbios_堆_HeapMem_Module_id__C
    0000050e ti_SysBIOS_KNL_Task_initStackFlag___C
    00000510 ti_SysBIOS_KNL_Clock_tickMode___C
    00000514 XDC_RAuntime_Startup_firstFxns__C
    0000051c XDC_RAuntime_Startup_lastFxns__C
    00000524 XDC_runtime assert_E_assertFlail__C
    00000528 XDC_RAuntime_Error_E_MEMORY__C
    0000052c XDC_runtime Error_policyFxn__C
    00000530 XDC_runtime _IGateProvider_Interface_base__C
    00000534 XDC_runtime IHeap_Interface_base__C
    00000538 XDC_runtime IModule_Interface_base__C
    0000053c XDC_RAuntime_Main_Module_diagsEnabled___C
    00000540 XDC_RAuntime_Main_Module_diagsIncluded__C
    00000544 XDC_RAuntime_Main_Module_diagsMask__C
    00000548 XDC_RAuntime_Memory_defaultHeapInstance___C
    0000054c XDC_RAuntime_Startup_execImpl__C
    00000550 XDC_RAuntime_Startup_maxPasses__C
    00000554 XDC_Runtime_Startup_sfxnRts__C
    00000558 XDC_runtime 启动 sfxnTab__C
    0000055c XDC_runtime 启动_startModsFxn__C
    00000560 XDC_runtime SysCallback_abortFxn__C
    00000564 XDC_runtime SysCallback_exitFxn__C
    00000568 XDC_runtime System_abortFxn__C
    0000056c XDC_runtime System_exitFxn__C
    00000570 XDC_runtime System_maxAtexitHandlers__C
    00000574 XDC_runtime text_charTab___C
    00000578 XDC_runtime 文本名称 Empty__C
    0000057c XDC_runtime 文本名称 Static__C
    00000580 XDC_runtime 文本名称未知__C
    00000584 XDC_runtime Main 模块_id__C
    00000586 XDC_RAuntime_Memory_Module_id__C
    00000588 XDC_Runtime_text_charCnt___C
    0000058a XDC_runtime text_isLoaded___C
    0000058c XDC_RAuntime_Error_policy___C
    00000590 ti_SYSBIOS_ROM_ROM_AONRTCChannelEnable
    00000594 ti_SysBIOS_ROM_ROM_AONRTCCompareValueSet
    00000598 ti_SYSBIOS_ROM_ROM_AONRTCCurrentCompareValueGet
    0000059c ti_sysbios_rom_rom_AONRTCEventClear
    000005a0 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCount64__E
    000005a4 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
    000005a8 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
    000005ac ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_initDevice__i
    000005b0 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
    000005b4 ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_Timer_setThreshold___i
    000005b8 ti_sysbios_rom_rom_ti_sysbios_family_arm_cc26xx_Timer_start__E
    000005bc ti_sysbios_rom_ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    000005c0 ti_sysbios_rom_rom_xdc_runtime_Startup_getState__i
    000005c4 ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_abort__e_E
    000005c8 ti_sysbios_rom_rom_xdc_runtime_System_SupportProxy_exit___e_E
    000005cc ti_sysbios_gates_GateMutex_instance_State_SEM_O
    000005d0 ti_SysBIOS_KNL_Clock_Module_State_clockQ_O
    000005d4 ti_sysbios_KNL_Mailbox_instance_State_dataQue_O
    000005d8 ti_sysbios_KNL_Mailbox_instance_State_dataSem__O
    000005dc ti_sysbios_KNL_Mailbox_instance_State_freeQue_O
    000005e0 ti_sysbios_KNL_Mailbox_instance_State_freeSem_O
    000005e4 ti_SysBIOS_KNL_Semaphore_Instance_State_PendQ_O
    000005e8 ti_SysBIOS_KNL_Task_Module_State_InactiveQ_O
    00001009 XDC_RAuntime_System_doPrint__I
    0000193d UARTCC26XX_OPEN
    00001c25 I2CCC26XX_transfer
    00001e89 UARTCC26XX_WRITE
    000020e5 GAPRole_SetParameter
    00002321 Power_sleep
    00002549 SensorS5852A_READ
    00002759 NOROM_SysCtrlSetRechargeBeforePowerDown
    0000295d I2CCC26XX_OPEN
    00002b51 __aeabi_uldivmod
    00002d45 UARTCC26XX_READ
    00003465 PIN_INIT
    0000360d RF_CancelCmd
    000037b5 PowerCC26XX_doCalibrate
    00003939 RF_postCmd
    00003c0d UARTCC26XX_hwiIntFxn
    00003ec1 NOROM_SetupAfterColdResetWakeupFromShutDownCfg3.
    00004119 GAPRole_GetParameter
    00004239 Power_init
    00004355 UARTCC26XX_writeCancel
    00004671 __aeabi_dmul
    0000476d XDC_runtime System_printfExtend__I
    00004865 UARTCC26XX_readCancel
    00004d11 NOROM_SetupAfterColdResetWakeupFromShutDownCfg2
    00004ed5 UARTCC26XX_CLOSE
    00004fb1 Power_releaseDependency
    00005085 I2CCC26XX_CLOSE
    00005155 Power_setDependency
    00005225 UARTCC26XX_swiIntFxn
    0000555d SensorTagKeys_processKeyLeft
    00005625 SensorTagKeys_processKeyRight
    00005b89 RF_OPEN
    00005c49 SensorTag352_processCharChangeEvt
    00005dc9 PowerCC26XX_standbyPolicy
    000060a5 SensorTagIO_processCharChangeEvt
    0000614d NOROM_SetupTrimDevice
    0000614d ti_SYSBIOS_family_ARM_cc26xx_Boot_trimDevice
    000061F1 __TI_auto_init
    00006291 ti_SysBIOS_KNL_Task_setPri__E
    00006331 __aeabi_memcpy
    00006331 __aeabi_memcpy4.
    00006331 __aeabi_memcpy8.
    00006331 memcpy
    000063cd XDC_runtime_text_putSite__E
    00006467 NOROM_RFCAdi3VcoLdoVoltageMode
    00006469 PIN_OPEN
    00006501 ti_SysBIOS_KNL_Clock_workFuncDynamic__E
    00006599 GATTServApp_ProcessCharCfg
    0000662d SensorTagOpt_processCharChangeEvt
    00006755 XDC_runtime text_putMod__E
    00006a29 DevInfo_SetParameter
    00006ab5 NOROM_OSCHF_GetStartupTime
    00006ab5 PowerCC26XX_getXoscStartupTime
    00006b41 I2CCC26XX_CANCEL
    00006bc9 SensorTagBar_processCharChangeEvt
    00006c51 SensorTagRegister_processCharChangeEvt
    00006de9 iCall_heapMalloc
    00006ef1 TRNGCC26XX_getNumber
    00006ff9 RF_PendCmd
    00007079 SensorTagTmp_processCharChangeEvt
    00007179 uartLog_outputFxn
    000071f9 iCall_createRemoteTasks
    00007275 SensorTagHum_processCharChangeEvt
    0000736d __aeabi_memclr
    0000736d __aeabi_memclr4.
    0000736d __aeabi_memclr8.
    0000736f __aeabi_memset
    0000736f _aeabi_memset4
    0000736f __aeabi_memset8.
    00007375内存集
    000073e7 NOROM_RFCRTrim
    000073e9 NOROM_SetupAfterColdResetWakeupFromShutDownCfg1
    00007461 ICallPlatform_pwrUpdActivityCounter
    00007549 PowerCC26XX_auxISR
    00007719 NOROM_ChipInfo_GetHwRevision
    00007789 SensorI2C_SELECT
    000077f9 XDC_runtime System_formatNum__i
    00007869 iCall_heapInit
    000078d5 NOROM_SetupGetTrimForAmpcompCtrl
    00007941 PowerCC26XX_CALIBRATE
    000079ad SensorMpu9250_reset
    00007bc7 _aeabi_idiv0
    00007bc9 NOROM_SetupGetTrimForAnabypassValue1
    00007c31 NOROM_SYSCTRL_DCDC_VoltageConditionalControl
    00007c99 uartLog_flush
    00007d01 ti_sysbios_family_arm_cc26xx_Timer_start__E
    00007dc7 ti_SYSBIOS_BIOS_linkedWithIncorrectBootLibrary__E
    00007e89 PowerCC26XX_RCOSC_clockFunc
    00007e9 RF_getCurrentTime
    000080c5 NOROM_OSCHF_AttempToSwitchToXosc
    00008121 NOROM_SysCtrlAdjustRechargeAfterPowerDown
    0000817d SensorMpu9250_test
    000082ed XDC_RAuntime_Startup_getState__I
    00008349 XDC_runtime text_putLab__E
    00008459 Movement_SetParameter
    000084b1 PIN_REMOVE
    00008509 PowerCC26XX_initiateCalibration
    00008561 UARTCC26XX_CONTROL
    000085b9 Barometer_SetParameter
    0000860d SensorI2C_open
    00008661 Util_elassignuleClock
    00008857 ti_SysBIOS_BIOS_nullFunc__I
    00008859 GAP_DeviceInit
    000088a9 GAP_UpdateAddisingData
    000088f9湿度_设置参数表
    00008999 IRTemp_SetParameter
    000089e9 NOROM_SetupSetCacheModeAccordingToCcfgSeting
    00008a39 Opt_SetParameter
    00008a89 RF_getinfo
    00008b29 SensorOpt3001_test
    00008bc5 ICallPlatform_pwrRegisterNotify
    00008ca9 NOROM_OSCClockSourceSet
    00008d41 Util_constructClock
    00008e71 copy_in
    00008f09 XDC_Runtime_text_visitRope2__I
    00008f55 GATTServApp_ProcessCCCWriteReq
    00008f9f ti_SysBIOS_KNL_Clock_triggerFunc__i
    00008fe9 NOROM_ChipInfo_GetChipFamily
    00009031 NOROM_DDI16BitfieldWrite
    00009199 __aeabi_d2iz
    00009229 GAP_TerminateLinkReq
    000092b1 SensorMpu9250_accSetRange
    000092f5 SensorTagIO_BLinkLed
    00009339 ResetISR
    00009339 _c_int00
    000093c1 C$$EXIT
    000093c5中止
    000093c5 XDC_runtime_System_abortStd__E
    000093cd 退出
    000093cd XDC_runtime System_exitStd__E
    00009449 XDC_runime_LoggerCallback_write8__E
    0000948d XDC_runtime_text_xprintf___I
    00009513 ti_sysbios_rom_cortexm_cc26xx_CC26xx_BadRomRevision__E
    00009515 GAPRole_SendUpdateParam
    00009555 GAPRole_createTask
    00009595 NOROM_DDI16BitfieldRead
    000095d5 rf_getRssi
    00009615 SensorTmp007_enable
    00009655__aeabi_uidiv
    00009655__aeabi_uidivmod
    00009715 XDC_runime_LoggerCallback_Module_StartUP_E
    00009755 GAP_GetParamValue
    00009791 GATTServApp_RegisterService
    000097cd ICallPlatform_pwrConfigACAction
    00009809 NOROM_OSC_HPOSCRelativeOffsetGet
    00009845 NOROM_RFCSynthPowerDown
    00009881 RF_runCmd
    000098BD Register_SetParameter
    000098f9 SensorI2C_writeRead
    00009935 SensorMpu9250_accReadRange
    00009971 SensorTagBuzzer_open
    000099ad SensorTagBuzzer_setFrequency
    000099e9 SensorTag_createTask
    00009b15 GAPBondMgr_LinkEst
    00009b4d I2C_init
    00009bd PIN_setOutputEnable
    00009bf5 SensorI2C_WRITE
    00009c2d UART_init
    00009c65 Util_restartClock
    00009d0d linkDB_NumConns
    00009d45 ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E
    00009db3 XDC_runtime SysCallback_defaultAbort
    00009db5 GAPBondMgr_SetParameter
    00009de9 GAP_SetParamValue
    00009eed iCall_searchServiceEntity
    00009f21 IO_SetParameter
    00009f55 NOROM_OSCHF_SwitchToRcOscTurnOffXosc
    00009f89 NOROM_TRNGConfigure
    00009fbd PowerCC26XX_isStableXOSC_HF
    0000a025 Register_getParameter
    0000a059 SensorMpu9250_enable
    0000a08d SensorTagKeys_processRelay
    0000a0c1 osal_SNV_read
    0000a0f5 osal_SNV_write
    0000a15d XDC_runime_LoggerCallback_write4__E
    0000a1f5 main
    0000a2bd ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E
    0000a31f XDC_runtime SysCallback_defaultExit
    0000a381 Movement_getParameter
    0000a3b1 NOROM_SetupAonRtcSubSecInc
    0000a3e1 PIN_setInterrupt
    0000a411 PIN_setOutputValue
    0000a441 Power_releaseConstraint
    0000a471 Power_setConstraint
    0000a4a1 SensorMpu9250_powerOn
    0000a4d1 UART_open
    0000a531 ti_SysBIOS_BIOS_atExitFunc__I
    0000a561 ti_SysBIOS_BIOS_startFunc__i
    0000a591 ti_sysbios_family_arm_cc26xx_Timer_initDevice__I
    0000a5c1 ti_sysbios_family_arm_cc26xx_Timer_setThreshold___i
    0000a5F1 XDC_runtime、LoggerCallback_Object_create_S
    0000a621 XDC_runtime _text_printVisFxn__I
    0000a737 SensorOpt3001_ENABLE
    0000a793 XDC_runtime SysCallback_defaultPutch
    0000a795 GAPBondMgr_Register
    0000a7c1 iCall_freeImpl
    0000a7c1 iCall_heapFree
    0000a8c9 NOROM_DDI32RegWrite
    0000a8f5 NOROM_SetupGetTrimForRadcExtCfg
    0000a921 PINCC26XX_setMux
    0000a94d PIN_setConfig
    0000a979 SensorI2C_writeReg
    0000a9a5 SensorTagBatt_init
    0000a9fd ti_SysBIOS_KNL_Clock_getTicksUntilInterrupt__E
    0000aa29 utilExtUuid16
    0000aa55 XDC_Runtime_LoggerCallback_write2__E
    0000aaab TRNGCC26XX_isParamValid
    0000aad5 Util_enqueueMsg
    0000ab29 XDC_runtime System_putchar__i
    0000ab55 BAT_AddService
    0000ab7d GATTServApp_WriteCharCfg
    0000aba5 iCall_init
    0000ac45 NOROM_AONBatMonTemperatureGetDegC
    0000ac6d PowerCC26XX_switchXOSC_HF
    0000ac95 Power_registerNotify
    0000acbd SafeHapiVoid
    0000ace5 SensorBmp280_enable
    0000AD0d SensorTagBuzzer_Close
    0000ad5d TRNGCC26XX_INIT
    0000add5 ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E
    0000adfd XDC_runtime LoggerCallback_write0__E
    0000ae25 XDC_runime_LoggerCallback_write1__E
    0000ae4d List_Put
    0000ae75 Barometer_getParameter
    0000ae99 GAPBondMgr_LinkTerm
    0000aebd I2C_open
    0000af29 PINCC26XX_getPinCount
    0000af4d SensorMpu9250_poweroff
    0000af71 SensorTagRegister_update
    0000afdd ti_SysBIOS_BIOS_registerRTSLock__I
    0000b001 ti_SysBIOS_BIOS_removeRTSLock__i
    0000b08b memcmp
    0000b0ad GATTServApp_InitCharCfg
    0000b0cd 湿度_getParameter
    0000b18d IRTemp_getParameter
    0000b1ad NOROM_RFCDoorSendto
    0000b1cd NOROM_RFCRfTrimRead
    0000b1ed NOROM_SetupGetTrimForXoscHfCtl
    0000b20d Opt_getParameter
    0000b22d Power_unregisterNotify
    0000b24d SensorTagBatt 复位
    0000b2ad __aeabi_ui2d
    0000b2cd ti_sysbios_BIOS_rtsLock___i
    0000b2ed ti_SysBIOS_KNL_Clock_stop__E
    0000b30d XDC_runtime 注册表_findById__E
    0000b34b PIN_CLOSE
    0000b369 Power_getTransitionLatency
    0000b3a5 Batt 测量电压
    0000b3c1 GAPRole_StartDevice
    0000b3dd GATT_BM_alloc
    0000b3f9 GATT_BM_FREE
    0000b469 NOROM_OSCClockSourceGet
    0000b485 NOROM_SetupGetTrimForAmpcompTh2.
    0000b4a1 NOROM_SetupGetTrimForRcOscLfRtuneCTuneTrim
    0000b4f5 RF_runDirectCmd
    0000b511 RF_runImmediateCmd
    0000b52d SensorTagBatt 处理器 ChangeEvt
    0000b581 TRNGCC26XX_OPEN
    0000b5d5 openTRNG
    0000b5F1 ti_sysbios_family_arm_cc26xx_Timer_DynamicStudiob__E
    0000b60d XDC_runtime _LoggerCallback_instance_init__E
    0000b629 GATT_Notification
    0000b643 iCall_enterCImpl
    0000b677 List_remove
    0000b691 Util_dequeueMsg
    0000b6c5 XDC_runtime_System_snprintf___E
    0000b6e1 BAT_SetParameter
    0000b6f9 GAPRole_TerminateConnection
    0000b711 I2C_Params_init
    0000b729 ICallPlatform_pwrDispense
    0000b741 ICallPlatform_pwrRequire
    0000b819 NOROM_AONRTCCurrentCompareValueGet
    0000b831 NOROM_ChipInfo_GetPackageType
    0000b849 NOROM_OSCHF_TurnOnXosc
    0000b861 NOROM_RFCCpeIntGetAndClear
    0000b879 NOROM_SetupGetTrimForAdcShModeEn
    0000b891 NOROM_SetupGetTrimForAdcShVbufEn
    0000b8a9 NOROM_SetupGetTrimForAmpcompTh1.
    0000b8c1 NOROM_SetupGetTrimForDblrLoopFilterResetVoltage
    0000b8d9 NOROM_SetupGetTrimForRcOscLfIBiasTrim
    0000b8F1 NOROM_SetupGetTrimForXoscLfRegulatorAndCwrmirrorRatio
    0000b909 Power_idleFunc
    0000b969 SensorTag_updateAddisingData
    0000b981 UARTCC26XX_init
    0000b999 Util_constructQueue
    0000b9c9 gapRole_clockHandler
    0000ba41 _args_main
    0000ba59 __aeabi_lmul
    0000ba89 ti_SysBIOS_BIOS_rtsUnlock___i
    0000ba1 ti_SysBIOS_KNL_Swi_OR_E
    0000bab9 ti_sysbios_rom_cortexm_cc26xx_CC26xx_checkRevision__E
    0000bad1 AssertHandler
    0000bafd iCall_leaveCSImpl
    0000bb29 driverTable_fnSpinlock
    0000bb3f ti_SysBIOS_BIOS_exitFunc__I
    0000bb55 BAT_Register
    0000bb69 DevInfo_AddService
    0000bb7d IO_getParameter
    0000bb91 NOROM_AONRTCCurrent64BitValueGet
    0000bba5 NOROM_ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIf 紫色
    0000bbb9 PIN_getInputValue
    0000bbcd PIN_getOutputValue
    0000bbe1 RF_PARAMS_INIT
    0000bbf5 SensorMpu9250_powerIsOn
    0000bc09 SensorTagBatt 处理器 SensorEvent
    0000bc1d _nop
    0000bc1f _register_unlock
    0000bc25 _register_lock
    0000bc31 strlen
    0000bc59 ti_SysBIOS_KNL_Clock_dotick__i
    0000bc6d GATTServApp_FindAttr
    0000bc7f rf_getCmdOp
    0000bc91 XDC_runtime_Startup_exec__i
    0000bcb5 GAP_EndDiscoverable
    0000bcc5 GATTServApp_ReadCharCfg
    0000bcd5 ICallPlatform_pwrGetXOSCStartupTime
    0000bd05 NOROM_RFCRfTrimSet
    0000bd15 NOROM_SetupGetTrimForXoscHfFastStart
    0000bd25 NOROM_SetupGetTrimForXoscHfIbiastherm
    0000bd35 RegisterAssertBack
    0000bd45 Util_isActive
    0000bd65 ti_sysbios_family_arm_m3/hwi_post
    0000bd65 ti_sysbios_hal_hwi_hwiProxy_post___E
    0000bd65 ti_sysbios_hal_hwi_post _E
    0000bd85 XDC_runtime _LoggerCallback_Object_GET__S
    0000bd95 XDC_runtime SysCallback_putch__E
    0000bd95 XDC_runtime System_SupportProxy_putch__E
    0000bda5 XDC_runtime SysCallback_ready__E
    0000bda5 XDC_runtime System_SupportProxy_READY__E
    0000bdb5 XDC_runtime System_vsnprintf___E
    0000bdc5 GATT_Indication
    0000bdd3 ICallPlatform_pwrGetTransitionState
    0000bde1 ICallPlatform_pwrIsStableXOSCHF
    0000be27 NOROM_SetupSignExtendVddrTrimValue
    0000be35 NOROM_VIMSModeGet
    0000be43 SensorI2C_readReg
    0000be51 __TI_decompress_none
    0000be97 ti_sysbios_family_arm_cc26xx_TimestampProvider_get32__E
    0000be97 xdc_runtime_Timestamp_SupportProxy_get32_E__man翻转__
    0000beb1 GAP_MakeDiscoverable
    0000bebd GAP_TerminateAuth
    0000bec9 GAP_UpdateLinkParamReq
    0000bed5 GAP_UpdateLinkParamReqReply
    0000bee1 GGS_SetParameter
    0000bf29 NOROM_CPUcpsid
    0000bf35 NOROM_CPUcpsie
    0000bf41 Power_getConstraintMask
    0000bf4d Power_getDependencyCount
    0000bf59 Power_getTransitionState
    0000bf65 SensorI2C_DESELECT
    0000bf89 SensorTag_testResult
    0000bf95 UartLog_doInit
    0000bfa1 __TI_zero_init
    0000bfb9 ti_SysBIOS_BIOS_getThreadType__E
    0000bfc5 ti_sysbios_hal_hwi_params__init__S
    0000bfd1 ti_SysBIOS_KNL_Swi_getTrigger__E
    0000bfdd XDC_RAuntime_Startup_reset__I
    0000bfe9 XDC_Runtime_Startup_rtsDone__E
    0000bff5 I2CCC26XX_init
    0000bfff I2C_Close
    0000c009 I2C_transfer
    0000c013 ICallPlatform_pwrSwitchXOSCHF
    0000c027 List_empty
    0000c031 SensorTag_charValueChangeCB
    0000c045 UART_WRITE
    0000c04f XDC_runtime_LoggerCallback_disable__E
    0000c059 XDC_runtime _LoggerCallback_enable__E
    0000c063 XDC_Runtime_text_visitRope __I
    0000c06d RF_FLushCmd
    0000c0bd GGS_AddService
    0000c0c3 I2CCC26XX_control
    0000c0c9 iCall_mallocImpl
    0000c0cf NOROM_CPUdelay
    0000c0d5 PIN_registerIntCb
    0000c0db UARTCC26XX_readPolling
    0000c0e1 UARTCC26XX_writePolling
    0000c0e7 __XDC__init
    0000c0f3 _TI_decompress_rle24
    0000c153 ti_sysbios_family_arm_m3/hwi_setFunc__E
    0000c159 Hwip_disable
    0000c161 List_head
    0000c165 List_next
    0000c171 Util_startClock
    0000c175 Util_stopClock
    0000c181 ti_SYSBIOS_family_ARM_cc26xx_Timer_getCount64__E
    0000c185 ti_SysBIOS_KNL_Clock_isActive__E
    0000c189 ti_SYSBIOS_KNL_Clock_setPeriod__E
    0000c18d ti_SysBIOS_KNL_Queue_insert__E
    0000c191 XDC_runtime_LoggerCallback_defaultCreate
    0000c195 XDC_Runtime_SysCallback_defaultReady
    0000c199 XDC_runtime_System_snprintf_va__F
    0000c39c XDC_runtime_text_charTab__A
    0000dc28资源数据库
    0000dc74 rfDriverTable
    0000df04 XDC_RAuntime_LoggerCallback_Module_Fxns__C
    0000df38 ioServUUID
    0000df48 ioDataUUID
    0000df58 ioConfUUID
    0000df68 BoardGpioInitTable
    0000df98 primaryServiceUUID
    0000dfcharacter9a UUID
    0000df9c clientCharCfgUUID
    0000df9e charFormatUUID
    0000dfa0 reportRefUUID
    0000dfa2 gapServiceUUID
    0000dfa4 gattServiceUUID
    0000dfa6 secondaryServiceUUID
    0000dfa8 includeUUID
    0000dfaa charExtPropsUUID
    0000dfansceCharUserDescUUID
    0000dfae servCharCfgUUID
    0000dfb0 charAggratUUID
    0000dfb2 deviceNameUUID
    0000dfb4 appearanceUUID
    0000dfb6 periPrivacyFLAG1 UUID
    0000dfb8 reconnectAddrUUID
    0000dfba ConnperiParamUUID
    0000dfbc serviceChangedUUID
    0000dfbe validRangeUUID
    0000dfc0 extReportRefUUID
    0000dfc4 UARTCC26XX_fxn 表
    0000dfec XDC_runtime 启动 sfxnTab__A
    0000e014 txPowerTable
    0000e03c UART_defaultParams
    0000e060 I2CCC26XX_fxnTable
    0000e080 XDC_RAuntime_LoggerCallback_Object_DESC__C
    0000e0a0 XDC_runime_LoggerCallback_Object_Params__C
    0000e0bc I2C_CONFIG
    0000e0d4 UART_CONFIG
    0000e0ea __CHECKSUM_VALUE CommonROM
    0000e0ec i2cCC26xxHWAttrs
    0000e104 uartCC26XXHWAttrs
    0000e11c devInfoServUUID
    0000e11e devInfoSystemIdUUID
    0000e120 devInfoModelNumberUUID
    0000e122 devInfoSerialNumberUUID
    0000e124 devInfoFirmwareUUID
    0000e126 devInfoHardwareUUID
    0000e128 devInfoSoftwareRevUUID
    0000e12a devInfoMfrNameUUID
    0000e12c devInfo11073CertUUID
    0000e12e devInfoPnpIdUUID
    0000e160电池
    0000e16c txPwrTbl
    0000e174 trngDriverTable
    0000e188 devInfoCB
    0000e1b0 iCBs
    0000e20c XDC_Runtime_Startup_sfxnRts__A
    0000e220 I2C_defaultParams
    0000e230 PowerCC26XX_CONFIG
    0000e240 TRNGCC26XX_CONFIG
    0000e250 XDC_runtime 文本 nodeTab__A
    0000e260 XDC_RAuntime_Startup_firstFxns__A
    0000e26c ti_SysBIOS_KNL_Idle_funclist__A
    0000e274战斗服务器 UUID
    0000ebatt276 LevelUUID
    0000e278 TRNGCC26XXHWAttrs
    0000e280 ti_SysBIOS_KNL_Clock_tickPeriod___C
    0000e284 ti_SysBIOS_KNL_Clock_triggerClock__C
    0000e288 XDC_runtime ILogger_Interface_base__C
    0000e28c XDC_runime_Log_L_INFO__C
    0000e290 XDC_RAuntime_Log_L_WARNING__C
    0000e294 xdc_runtime_LoggerCallback_Object_count__C
    0000e298 XDC_runime_LoggerCallback_createInstFxn__C
    0000e29c XDC_runtime LoggerCallback_outputFxn__C
    0000e2a0 XDC_runime_Main_Module_loggerFxn2__C
    0000e2a4 XDC_runtime Main 模块_日志记录器 Fxn4__C
    0000e2a8 XDC_runtime Main 模块_日志记录器 Fxn8__C
    0000e2ac XDC_runime_Main_Module_loggerObj__C
    0000e2b0 XDC_runtime SysCallback_putchFxn__C
    0000e2b4 XDC_runtime SysCallback_readyFxn__C
    0000e2b8 XDC_runtime System_extendFxn__C
    0000e2bc XDC_runtime_text_nodeTAB___C
    0000e2c0 XDC_Runtime_text_visitRopeFxn__C
    0000e2c6 XDC_runtime_Main_Module_logger Defined___C
    0000e2c8 XDC_runtime_text_registryModsLastId__C
    0000e2ca XDC_runtime_text_unnamedModsLastId__C
    0000e2d0 __TI_STATUS_BASE__
    0000eca0 __TI_Handler_Table_Base
    0000ecac __TI_Handler_Table_Limit
    0000ecf8 __TI_CINIT_Base
    0000ed58 __TI_CINIT_LIMIT
    0001ffa8 _ccfg
    10014c00 a1_rw
    10014c00 __CHECKSUM_BEGIN_CommonROM
    10014c01 common_rom_base_ADDR
    10014c04 p1_ro
    10014c05 SCALARMUL_INIT
    10014层 SCALARMUL_CORE
    10015019 SCALARMUL_FINAL
    100150e5 SCALARMUL
    10015101 SAVEPOINT
    10015141 GETBIT
    10015155 GETDIGIT
    100151a5 GETDIGITL2R
    10015215可选稳压器
    10015229 ATOMICPATTERNS
    100154f5 JACADD
    1001568d 反转
    10015821 SQUAREMULTIPLYWORD
    1001588c LUTOPCODE
    10015894 LUTOPSIN
    100158ac LUTC
    100158c4 LUTSE
    100158DC LUTINCI
    100158f4 LUTJ
    1001596c LUTSTATE
    100159a9 IMPORTLENGTH
    100159ad IMPORTMODULUS
    100159d1 IMPORTOPERAND
    10015a11 EXPORTOPERAND
    10015a35 IMPORTDATA
    10015a51 SETOPERAND
    10015a6d 副本
    10015a85零
    10015a91 SETWORD
    10015a9d mSET
    10015bcd zSET
    10015bd5 mINVK
    10015d19 zADD
    10015d5d zSUB
    10015de9 zMACC32
    10015e69 zSUB32
    10015eb5 zADD32
    10015f0d zMULT32
    10015f81 MMULT
    10016551 madd
    1001664d mSUB
    10016749输出电流
    10016975 SSP_KeyInit_SW
    10016979 sspAesEncrype_SW
    10016985 sspKeyExpansion 软件
    10016a99 sspAesEncryptKeyExp_SW
    10016af5 sspAesEncryptBasic_SW
    10016b79 RoundKey_SW
    10016c29 AddRoundKeySubBytes_SW
    10016c45 ShiftRows_SW
    10016c79 MixColumns_SW
    10016d05 FFMULT_SW
    10016d29 sspAesDecrypt_SW
    10016da1 InvAddRoundKey_SW
    10016dc9 InvRoundKey_SW
    10016e8d InvSubBytes_SW
    10016ea1 InvShiftRows_SW
    10016ed5 InvMixColumns_SW
    10016f58 FFMult2.
    10017058 FFMult3.
    10017158 RCon
    10017164 SBOX
    10017264 InvSbox
    10017365 SSP_CCM_Auth 软件
    100174fd SSP_CCM_Encrypt_SW
    100175ed SSP_CTR_Encrypt_SW
    1001767d SSP_CCM_Decrype_SW
    10017771 SSP_CTR_Decrype_SW
    10017839 SSP_CCM_InvAuth 软件
    10017895 SSP_CCM_Auth 加密软件
    100178f5 SSP_CCM_InvAuth 解密_SW
    10017959 ecc_allocworkzone
    10017961 ECC_setWin
    10017969 ECDSA_SIGN
    10017b01 ECDSA_verif
    10017dbd eccRom_genKeys
    10017分式 eccRom_genSharedSecret
    10017e39 SHA256_updateW
    10017e75 SHA256_ROUND
    10017ef1 SHA256_nextState
    10017f49 SHA256_saveBuffer
    10017ffd SHA256_init
    10018019 SHA256_Process
    10018089 SHA256_final
    10018129 SHA256_FULL
    100182ad RFHAL_InitRfHal
    10018315 RFHAL_AllocRatChan
    1001833d RFHAL_FreeRatChan
    10018369 RFHAL_MapRatChansToInt
    10018391 RFHAL_RegisterRatChanCallback
    100183b9 RFHAL_InitDataQueue
    100183c5 RFHAL_QueueRFDataEntry
    10018415 RFHAL_AddTxDataEntry
    10018485 RFHAL_FreeNextTxDataEntry
    100184a9 RFHAL_AllocDataEntryQueue
    100184c5 RFHAL_FreeDataEntryQueue
    100184cd RFHAL_GetNextDataEntry
    100184d1 RFHAL_GetTempDataEntry
    100184d5 RFHAL_NextDataEntryDone
    100184f9 RFHAL_AllocDataEntry
    10018549 RFHAL_FreeDataEntry
    10018551 RFHAL_BuildRingBuffer
    100185e1 RFHAL_BuildDataEntryRingBuffer
    10018669 RFHAL_BuildLinkedIn 缓冲器
    10018755 MB_Init
    10018799 MB_EnableInts
    100187f5 MB_DisableInts
    10018825 MB_ClearInts
    10018835 MB_EnableHWInts
    10018865 MB_SendCommand
    100188a5 MB_SendCommandSynch
    10018935 MB_ReadMailboxStatus
    1001893d MB_RegisterIsrBack
    10018945 MB_FwDebugDump
    10018949 mbCmdAckIsr.
    1001895d mbCpe0Isr.
    10018985 mbCpe1等
    100189e5高速高速
    10018a19 AesCM_authEncrypt 软件
    10018a35 Aescm_decrittAuth 软件
    10018a99 AES_encrypt_SW
    10018ac5 AES_Decrype_SW
    10018b09 AesCM_getNumBlocks_SW
    10018b0c NIST_Curve_P256_p
    10018b30 NIST_Curve_P256_r
    10018b54 NIST_Curve_P256_A
    10018b78 NIST_Curve_P256_b
    10018b9c NIST_Curve_P256_GX
    10018bc0 NIST_Curve_P256_Gy
    10018ced __exit
    10018d6c Fill1.
    10019ffc A3_RW
    10019ffd __CHECKSUM_END_CommonROM
    10019ffe A2_RW
    10019ffe P1_RO_2
    10019ffe __CHECKSUM_CommonROM
    1001a001 ti_sysbios_KNL_Mailbox_instance_init__E
    1001a0cd ti_SysBIOS_KNL_Semaphore_pend__E
    1001a199 ti_sysbios_b堆_HeapMem_alloc__E
    1001a25d ti_sysbios_KNL_Task_instance_init__E
    1001a319 ti_sysbios_family_arm_m3/hwi_postInit__i
    1001a3c9 ti_sysbios_family_arm_m3_Hwi_instance_init__E
    1001a469 ti_SysBIOS_family_ARM_cc26xx_Timer_periodicStudiob__E
    1001a4fd ti_sysbios_KNL_Task_instance_finaling__E
    1001a591 ti_sysbios_KNL_Mailbox_post__E
    1001a615 ti_SysBIOS_KNL_Task_postInit___I
    1001a699 ti_sysbios_family_arm_m3/hwi_initNVIC__E
    1001a719 ti_SysBIOS_KNL_Clock_starti__E
    1001a795 ti_sysbios_堆_HeapMem_free__E
    1001a80d ti_SysBIOS_KNL_Clock_WalkQueueDynamic__E
    1001a885 ti_SysBIOS_KNL_Clock_workFunc__E
    1001a8fd ti_sysbios_KNL_Mailbox_pend__E
    1001a96d ti_SysBIOS_KNL_Task_sleep_E
    1001a9dd ti_sysbios_KNL_Mailbox_instance_finaling__E
    1001aa49 ti_sysbios_family_arm_m3/hwi_d调度 C__I
    1001aab1 ti_sysbios_family_arm_m3/Hwi_Object__create__S
    1001ab15 ti_sysbios_family_arm_m3/hwi_create
    1001ab79 ti_sysbios_hal_hwi_create
    1001abdd ti_SysBIOS_KNL_Mailbox_create
    1001ac41 ti_SysBIOS_KNL_Semaphore_post__E
    1001aca5 ti_SysBIOS_KNL_Swi_instance_init__E
    1001ad05 ti_SysBIOS_KNL_Swi_create
    1001ad61 ti_SysBIOS_KNL_Swi_restoreHwi__E
    1001adbd ti_sysbios_KNL_Task_Module_startup___E
    1001ae19 ti_SysBIOS_KNL_Task_create
    1001ae75 ti_sysbios_KNL_Task_startCore__E
    1001aed1 ti_sysbios_family_arm_m3/hwi_instance_finaling__E
    1001af29 ti_sysbios_family_arm_m3/hwi_construct
    1001af81 ti_sysbios_KNL_Mailbox_construct
    1001afd9 ti_sysbios_KNL_Swi_run__i
    1001b031 ti_sysbios_KNL_Swi_schedule__i
    1001b085 ti_SysBIOS_KNL_Swi_construct
    1001b0d5 ti_SysBIOS_KNL_Swi_runLoop __I
    1001b125 ti_SysBIOS_KNL_Task_construct
    1001b175 ti_SysBIOS_KNL_Task_schedule__i
    1001b1c1 ti_sysbios_family_arm_m3/hwi_Module_startup__E
    1001b209 ti_sysbios_b堆_HeapMem_getStats__E
    1001b251 ti_sysbios_KNL_Mailbox_Module_Started__E
    1001b299 ti_SysBIOS_family_ARM_m3/Hwi_disableInterrupt__E
    1001b2dd ti_sysbios_family_arm_m3/hwi_enableInterrupt__E
    1001b321 ti_sysbios_KNL_Swi_post _E
    1001b365 ti_SysBIOS_KNL_Task_allBrokedFunction__I
    1001b3a9 ti_sysbios_KNL_Task_yield __E
    1001b3ed ti_SysBIOS_KNL_Clock_create
    1001b429 ti_SysBIOS_KNL_Task_exit___E
    1001b463 ti_sysbios_gates_GateHwi_instance_init__E
    1001b465 ti_sysbios_family_arm_m3/hwi_getStackInfo__E
    1001b49d ti_sysbios_family_arm_m3/taskSupport_start__E
    1001b4d5 ti_sysbios_b堆_HeapMem_instance_init__E
    1001b50d ti_sysbios_KNL_Clock_instance_init__E
    1001b545 ti_sysbios_b堆_HeapMem_init__i
    1001b579 ti_SysBIOS_KNL_Clock_con构
    1001b5ad ti_SysBIOS_KNL_Semaphore_create
    1001b5e1 ti_sysbios_KNL_Swi_restore__E
    1001b615 ti_SysBIOS_KNL_Task_blockI_E
    1001b649 ti_sysbios_gates_GateMutex_Object__create__S
    1001b679 ti_sysbios_gates_GateMutex_create
    1001b6a9 ti_sysbios_gates_GateMutex_enter__E
    1001b6d9 ti_SysBIOS_KNL_Clock_getTicks__E
    1001b709 ti_SysBIOS_KNL_Semaphore_construct
    1001b739 ti_SysBIOS_KNL_Task_processorVitalTaskFlag__I
    1001b769 ti_SysBIOS_family_ARM_cc26xx_Timer_postInit___I
    1001b795 ti_sysbios_family_arm_cc26xx_Timer_startup___E
    1001b795 ti_sysbios_KNL_Clock_TimerProxy_startup___E
    1001b7c1 ti_sysbios_family_arm_m3/Hwi_Object_GET_S
    1001b7ed ti_sysbios_gates_GateMutex_construct
    1001b819 ti_sysbios_hal_hwi_initStack
    1001b845 ti_sysbios_b堆_HeapMem_Object__create__S
    1001b871 ti_sysbios_b堆_HeapMem_Object_get__S
    1001b89d ti_SysBIOS_KNL_Mailbox_Object__get__S
    1001b8c9 ti_sysbios_KNL_Mailbox_postInit___i
    1001b8f5 ti_SysBIOS_KNL_Queue_construct
    1001b921 ti_SysBIOS_KNL_Queue_create
    1001b94d ti_SysBIOS_KNL_Semaphore_pendTimeout__I
    1001b979 ti_sysbios_KNL_Swi_Object__get__S
    1001b9a5 ti_sysbios_KNL_Task_unblocki__E
    1001b9d1 ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E
    1001b9d1 XDC_runtimestamp_SupportProxy_get64__E
    1001b9d1 XDC_runtimestamp_get64__E
    1001b9f9 ti_sysbios_hal_hwi_instance_init__E
    1001ba21 ti_SysBIOS_KNL_Clock_addi__E
    1001ba49 ti_sysbios_KNL_Task_restore__E
    1001ba71 ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E
    1001ba95 ti_sysbios_gates_GateHwi_Object__create__S
    1001bab9 ti_sysbios_BIOS_rtsGateProxy_Object__delete_S
    1001bab9 ti_sysbios_gates_GateMutex_Object__delete_S
    1001bab9 ti_sysbios_堆_HeapMem_Module_GateProxy_Object__delete_S
    1001b 添加 ti_SysBIOS_KNL_Clock_Object__delete_S
    1001bb01 ti_SysBIOS_KNL_Semaphore_instance_init__E
    1001bb25 ti_SysBIOS_KNL_Semaphore_Object__delete_S
    1001bb49 ti_sysbios_family_arm_cc26xx_Timer_Module_starpDone__S
    1001bb69 ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E
    1001bb89 ti_sysbios_family_arm_m3/hwi_Module_starpDone__S
    1001bba9 ti_sysbios_family_arm_m3/Hwi_Object__delete_S
    1001bba9 ti_sysbios_hal_hwi_hwiProxy_Object__delete_s
    1001bbc9 ti_sysbios_family_arm_m3/hwi_examplter_i
    1001bbe9 ti_sysbios_gates_GateHwi_handle_label_S
    1001bbe9 xdc_runtime_System_Module_GateProxe_Handle__label__S
    1001bc09 ti_sysbios_gates_GateHwi_Object__delete_S
    1001bc09 XDC_runtime_System_Module_GateProxy_Object__delete_S
    1001bc29 ti_sysbios_BIOS_rtsGateProxy_handle__label_S
    1001bc29 ti_sysbios_gates_GateMutex_handle__label_S
    1001bc29 ti_sysbios_堆_HeapMem_Module_GateProxe_handle__label_S
    1001bc49 ti_sysbios_gates_GateMutex_Object_析 构 T__S
    1001bc69 ti_sysbios_hal_hwi_Object__delete_s
    1001bc89 ti_sysbios_b堆_HeapMem_handle__label_S
    1001bc89 XDC_runtime_Memory_HeapProxy_handle__label_S
    1001bca9 ti_sysbios_堆_HeapMem_Object__delete_S
    1001bca9 XDC_runtime 内存_HeapProxy_Object__delime_S
    1001bcc9 ti_sysbios_KNL_Clock_Module_startup___E
    1001bce9 ti_SysBIOS_KNL_Clock_Object_析 构函数__S
    1001bd09 ti_sysbios_KNL_Idle_run___E
    1001bd29 ti_sysbios_KNL_Mailbox_Object__delete_S
    1001bd49 ti_SysBIOS_KNL_Queue_Object__delete_S
    1001bd69 ti_sysbios_KNL_Queue_Object__get__S
    1001bd89 ti_SysBIOS_KNL_Semaphore_Object_析 构函数__S
    1001bda9 ti_sysbios_KNL_Swi_Object__delete_S
    1001bdc9 ti_sysbios_KNL_Task_Object__delete_S
    1001bde9 ti_sysbios_KNL_Task_Object__get__S
    1001be09 ti_sysbios_KNL_Task_enter_i
    1001be29 ti_sysbios_KNL_Task_restoreHwi__E
    1001be49 ti_sysbios_hal_hwi_hwiProxy_create
    1001be67 ti_SysBIOS_KNL_Clock_logTick__E
    1001be69 ti_sysbios_family_arm_m3/Hwi_Object_析 构 T__S
    1001be85 ti_sysbios_family_arm_m3/hwi_setPriority __E
    1001bea1 ti_sysbios_gates_GateMutex_instance_init__E
    1001bd ti_sysbios_KNL_Clock_scheduleNextTick__E
    1001bed9 ti_sysbios_KNL_Mailbox_Object__析 构函数__S
    1001bef5 ti_SysBIOS_KNL_Queue_Object_析 构 T__S
    1001bf11 ti_SysBIOS_KNL_Queue_get__E
    1001bf2d ti_sysbios_KNL_Queue_put __E
    1001bf49 ti_SysBIOS_KNL_Swi_Object_析 构函数__S
    1001bf65 ti_SysBIOS_KNL_Task_Object_析 构函数__S
    1001bf81 ti_sysbios_KNL_Task_sleepTimeout__i
    1001bf9b ti_SYSBIOS_KNL_Swi_instance_finaling__E
    1001bf9d ti_sysbios_gates_GateMutex_leave__E
    1001bfb5 ti_sysbios_KNL_Task_unb阻断__E
    1001bfcd ti_SysBIOS_KNL_Clock_instance_finaling__E
    1001bfe3 ti_SysBIOS_KNL_Clock_start__E
    1001bff9 ti_SysBIOS_BIOS_getCpuFreq__E
    1001c00d ti_sysbios_family_arm_m3/hwi_switchFromBootStack__E
    1001c021 ti_sysbios_hal_hwi_Module_startup___E
    1001c035 ti_SysBIOS_BIOS_exit__E
    1001c045 ti_SysBIOS_BIOS_setThreadType__E
    1001c055 ti_SysBIOS_BIOS_start__E
    1001c065 ti_SysBIOS_family_ARM_m3/Hwi_plug__E
    1001c075 ti_SysBIOS_gates_GateMutex_instance_finaling__E
    1001c085 ti_sysbios_hal_hwi_hwiProxy_Object__create__S
    1001c095 ti_SysBIOS_KNL_Clock_TimerProxy_getCurrentTick__E
    1001c0a5 ti_SysBIOS_KNL_Clock_TimerProxy_getMaxTicks__E
    1001c0b5 ti_sysbios_KNL_Clock_TimerProxy_setNextTick__E
    1001c0c5 ti_SysBIOS_KNL_Semaphore_instance_finaling__E
    1001c0d5 ti_SysBIOS_KNL_Swi_disable___E
    1001c0e5 ti_SysBIOS_KNL_Swi_enabled__E
    1001c0f5 ti_SysBIOS_KNL_Task_disable__E
    1001c105 ti_sysbios_b堆_HeapMem_restore__E
    1001c113 ti_SysBIOS_KNL_Queue_empty_E
    1001c121 ti_sysbios_KNL_Queue_remove__e_e
    1001c12f ti_sysbios_family_arm_cc26xx_TimestampProvider_getFreq__E
    1001c12f XDC_runtimestamp_SupportProxy_getFreq__E
    1001c12f XDC_runtimestamp_getFreq__E
    1001c13d ti_sysbios_family_arm_m3/Hwi_Params__init__S
    1001c13d ti_sysbios_hal_hwi_HwiProxy_Params__init__S
    1001c149 ti_sysbios_family_arm_m3/hwi_disableFxn_E
    1001c155 ti_sysbios_family_arm_m3/hwi_enableFxn_E
    1001c161 ti_sysbios_family_arm_m3/TaskSupport_getStackAlignment__E
    1001c16d ti_sysbios_gates_GateHwi_enter__E
    1001c179 ti_sysbios_BIOS_rtsGateProxy_Params__init__S
    1001c179 ti_sysbios_gates_GateMutex_Params__init__S
    1001c179 ti_sysbios_堆_HeapMem_Module_GateProxy_Params__init__S
    1001c185 ti_SysBIOS_KNL_Clock_Params__init__S
    1001c191 ti_SysBIOS_KNL_Clock_getTimerHandle__E
    1001c19d ti_SysBIOS_KNL_Mailbox_Params__init__S
    1001c1a9 ti_SysBIOS_KNL_Queue_dequeue___E
    1001c1b5 ti_SysBIOS_KNL_Queue_enqueue___E
    1001c1c1 ti_SysBIOS_KNL_Semaphore_Params__init__S
    1001c1cd ti_sysbios_KNL_Swi_Params__init__S
    1001c1d9 ti_sysbios_KNL_Task_Params__init__S
    1001c1e5 ti_sysbios_KNL_Task_self_E
    1001c1F1 ti_sysbios_hal_hwi_instance_final__E
    1001c1fb ti_sysbios_family_arm_m3/hwi_doSwiRestore__I
    1001c203 ti_sysbios_family_arm_m3/hwi_startup___E
    1001c20b ti_SysBIOS_KNL_Idle_loop__E
    1001c213 ti_SYSBIOS_family_ARM_m3/Hwi_doTaskRestore__I
    1001c219 ti_SYSBIOS_family_ARM_m3/Hwi_restoreFxn_E
    1001c21f ti_sysbios_gates_GateHwi_leave__E
    1001c22b ti_sysbios_KNL_Queue_instance_init__E
    1001c231 ti_SysBIOS_KNL_Queue_elemClear __E
    1001c237 ti_sysbios_KNL_Swi_Module_startup___E
    1001c23d ti_sysbios_KNL_Swi_startup___E
    1001c243 ti_SysBIOS_KNL_Task_enable__E
    1001c249 ti_SYSBIOS_BIOS_rtsGateProxy_enter__E
    1001c24d ti_SYSBIOS_BIOS_rtsGateProxy_leave__E
    1001c251 ti_sysbios_family_arm_cc26xx_Timer_getExpiredTicks__E
    1001c255 ti_SYSBIOS_family_ARM_cc26xx_Timer_getPeriod__E
    1001c259 ti_sysbios_family_arm_cc26xx_Timer_setPeriod___E
    1001c25d ti_sysbios_family_arm_m3/hwi_delete
    1001c261 ti_sysbios_family_arm_m3/hwi_析 构
    1001c265 ti_sysbios_family_arm_m3/TaskSupport_Module_starpDone__S
    1001c269 ti_sysbios_gates_GateHwi_query__E
    1001c269 XDC_runtime_System_Module_GateProxy_query_E
    1001c26d ti_sysbios_gates_GateMutex_delete
    1001c271 ti_sysbios_gates_GateMutex_析 构
    1001c275 ti_sysbios_BIOS_rtsGateProxy_query_E
    1001c275 ti_sysbios_gates_GateMutex_query__E
    1001c275 ti_sysbios_堆_HeapMem_Module_GateProxy_query_E
    1001c279 ti_sysbios_hal_hwi_HwiProxy_Module_startupDone__S
    1001c27d ti_sysbios_hal_hwi_hwiProxy_delete
    1001c281 ti_sysbios_hal_hwi_hwiProxy_disableInterrupt__E
    1001c281 ti_sysbios_hal_hwi_disableInterrupt__E
    1001c285 ti_sysbios_hal_hwi_hwiProxy_enableInterrupt__E
    1001c285 ti_sysbios_hal_hwi_enableInterrupt__E
    1001c289 ti_sysbios_hal_hwi_HwiProxy_getStackInfo__E
    1001c289 ti_sysbios_hal_hwi_getStackInfo__E
    1001c28d ti_sysbios_hal_hwi_hwiProxy_startup___E
    1001c28d ti_sysbios_hal_hwi_startup___E
    1001c291 ti_SysBIOS_hal_Hwi_HwiProxy_switchFromBootStack__E
    1001c295 ti_sysbios_hal_hwi_delete
    1001c299 ti_sysbios_hal_hwi_switchFromBootStack__E
    1001c29d ti_sysbios_堆_HeapMem_Module_GateProxy_enter_E
    1001c2a1 ti_sysbios_堆_HeapMem_Module_GateProxy_leave__E
    1001c2a5 ti_sysbios_堆_HeapMem_isBlocking__E
    1001c2a9 ti_sysbios_KNL_Clock_TimerProxy_Module_starpDone__S
    1001c2ad ti_SysBIOS_KNL_Clock_TimerProxy_getExpiredTicks__E
    1001c2b1 ti_sysbios_KNL_Clock_TimerProxy_getPeriod___E
    1001c2b5 ti_SysBIOS_KNL_Clock_delete
    1001c2b9 ti_SysBIOS_KNL_Clock_析 构
    1001c2bd ti_SysBIOS_KNL_Clock_removeI_E
    1001c2c1 ti_SysBIOS_KNL_Clock_setTimeout___E
    1001c2c5 ti_sysbios_KNL_Mailbox_delete
    1001c2c9 ti_sysbios_KNL_Mailbox_析 构
    1001c2cd ti_sysbios_KNL_Queue_delete
    1001c2d1 ti_SysBIOS_KNL_Queue_析 构
    1001c2d5 ti_sysbios_KNL_Queue_head_E
    1001c2d9 ti_sysbios_KNL_Queue_next __E
    1001c2dd ti_SysBIOS_KNL_Semaphore_delete
    1001c2e1 ti_SysBIOS_KNL_Semaphore_析 构
    1001c2e5 ti_sysbios_KNL_Swi_delete
    1001c2e9 ti_SysBIOS_KNL_Swi_析 构
    1001c2ed ti_SysBIOS_KNL_Swi_postInit___I
    1001c2F1 ti_sysbios_KNL_Task_SupportProxy_Module_starpDone__S
    1001c2f5 ti_sysbios_KNL_Task_SupportProxy_getStackAlignment__E
    1001c2f9 ti_sysbios_KNL_Task_SupportProxy_start__E
    1001c2fd ti_sysbios_KNL_Task_SupportProxy_swap_e_E
    1001c301 ti_SysBIOS_KNL_Task_delete
    1001c305 ti_SysBIOS_KNL_Task_析 构
    1001c309 ti_SysBIOS_KNL_Task_startup___E
    1001c30d XDC_runtime_Startup_startMods__I
    1001c405 XDC_runtime_Core_CreateObject__I
    1001c487 XDC_runtime_Error_PolicySpin__E
    1001c489 XDC_runtime_Memory_alloc__E
    1001c4f9 xdc_runtime_Core_deleteObject__I
    1001c559 XDC_runtime_Startup_exec__E
    1001c5a9 XDC_runtime_assert_arc__I
    1001c5F1 xdc_runtime_Core_赋 值 Params__I
    1001c639 XDC_runtime_Core_constructObject__I
    1001c681 XDC_runtime_System_atexit__E
    1001c6b9 xdc_runtime_System_processAtExit___E
    1001c6ed XDC_runtime_Core_assignLabel__I
    1001c71d XDC_runtime_text_ordinate_e
    1001c749 XDC_runtime_System_abort__E
    1001c769 XDC_runtime_Error_raiseX__E
    1001c785 XDC_runtime_Memory_valloc__E
    1001c7a1 XDC_runtime_Core_析 构对象__I
    1001c7b9 XDC_runtime_Error_check__E
    1001c7d1 XDC_runtime_System_exit__E
    1001c7e9 xdc_runtime_text_ropeText__E
    1001c801 XDC_runtime_Memory_free_e_E
    1001c811 XDC_Runtime_SysCallback_abort__E
    1001c821 XDC_runtime_SysCallback_exit___E
    1001c831 xdc_runtime_Timestamp_SupportProxy_get32__E
    1001c831 XDC_runtimestamp_get32__E
    1001c841 XDC_runtime_Error_init__E
    1001c84d XDC_runtime_Memory_calloc__E
    1001c859 XDC_runtime_Memory_getMaxDefaultTypeAlign__E
    1001c879 XDC_runtime_Gate_leaveSystem__E
    1001c87f XDC_runtime_System_Module_startup___E
    1001c885 XDC_runtime_Gate_enterSystem__E
    1001c889 XDC_runtime_Memory_HeapProxy_alloc__E
    1001c88d XDC_runtime_Memory_HeapProxy_free__E
    1001c891 XDC_runtime_System_Module_GateProxy_ENTER_E
    1001c895 xdc_runtime_System_Module_GateProxy_leave __E
    1001c899 XDC_runtime_System_abortSpin__E
    1001c89b XDC_runtime_System_exitSpin__E
    1001c89d ti_sysbios_family_arm_m3/hwi_deign__i
    1001c96d ti_sysbios_family_arm_m3/TaskSupport_buildTaskStack
    1001c9b9 ti_sysbios_family_arm_m3/hwi_initStacks__E
    1001ca01 ti_sysbios_family_arm_m3/hwi_exHandlerAsm__I
    1001ca21 ti_sysbios_family_xxx_Hwi_switchAndRunFunc
    1001ca3f ti_sysbios_family_arm_m3/hwi_pendSV__I
    1001ca57 ti_sysbios_family_arm_m3/hwi_return
    1001ca59 ti_sysbios_family_arm_m3_TaskSupport_cUS
    1001ca69 ti_sysbios_family_arm_m3/TaskSupport_swap_e_e
    1001ca71 ti_sysbios_KNL_Task_swapReturn
    1001ca9b ti_sysbios_rom_cortexm_cc26xx_CC26xx_getRevision___E
    20000000 ti_SysBIOS_family_ARM_m3/Hwi_ramVectors
    20000100 ti_SysBIOS_KNL_Task_Module_state__V
    20000144 ti_SysBIOS_family_ARM_m3/Hwi_Module_state__V
    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_RAuntime_Startup_Module_state__V
    200001f8 XDC_RAuntime_System_Module_state__V
    20000200 XDC_RAuntime_Memory_Module_state__V
    20000208 uartLog_tail
    20000209 uartLog_head
    2000020a uartLog_evBufIsEmpty
    2000020c uartLog_evtNum
    20000214 uartLog_outBuf
    200002c0 uartLog_evBuf
    200007c0 gapProfileState
    200007c1 self EntityMain
    200007c8 SEM
    200007cc hGpioPin
    200007e8引脚 GpioState
    20000b74 linkDBNumConns
    20000c88 gapRoleTask
    20000cd8 gapRoleTaskStack
    20001ac0 PowerCC26XX_MODULE
    20001bd0 iCall_dischivel
    20001bd8 iCall_enterCriticalSection
    20001bdc iCall_leaveCriticalSection
    20001bf4 HEAPMGR_SIZE
    20001cdc ti_sysbios_family_arm_cc26xx_Timer_Module_root__V
    20001ce4 ti_sysbios_family_arm_m3/Hwi_Module_root_V
    20001cec ti_sysbios_family_arm_m3/Hwi_Object_Table__V
    20001d04 ti_sysbios_family_arm_m3/hwi_Module_State_0_exACTIVE__A
    20001d08 ti_sysbios_family_arm_m3/Hwi_Module_State_0_excContext__A
    20001d0c ti_sysbios_family_arm_m3/hwi_Module_State_0_exstack__a
    20001d10 ti_sysbios_gates_GateHwi_Module_root__V
    20001d18 ti_sysbios_gates_GateHwi_Object__table__V
    20001d1c ti_sysbios_gates_GateMutex_Module_root__V
    20001d24 ti_sysbios_hal_hwi_Module_root__V
    20001d2c ti_sysbios_堆_HeapMem_Module_root__V
    20001d34 ti_sysbios_堆_HeapMem_Object__table__V
    20001d4c ti_sysbios_KNL_Clock_Module_root__V
    20001d54 ti_SysBIOS_KNL_Clock_Object_Table___V
    20001d74 ti_sysbios_KNL_Event_Module_root__V
    20001d7c ti_sysbios_KNL_Mailbox_Module_root__V
    20001d84 ti_SysBIOS_KNL_Queue_Module_root__V
    20001d8c ti_SysBIOS_KNL_Semaphore_Module_root__V
    20001d94 ti_sysbios_KNL_Swi_Module_root__V
    20001d9c ti_sysbios_KNL_Task_Module_root__V
    20001da4 ti_SysBIOS_KNL_Task_Module_State_0_idleTask__A
    20001da8 xdc_runtime_LoggerCallback_Module_root__V
    20001db0 xdc_runtime_LoggerCallback_Object__table__V
    20001dc0 __xdc__init__addr
    20002230 rfRegTbl
    200022cc ti_SysBIOS_KNL_Task_Object_Table___V
    20002318 ti_sysbios_family_arm_cc26xx_Timer_Object_Table__V
    20002360 ti_sysbios_gates_GateMutex_Object__table__V
    200023fc ti_SysBIOS_KNL_Swi_Module_State_0_readyQ__A
    2000242c ti_sysbios_KNL_Swi_Object__table__V
    2000245c ti_SysBIOS_KNL_Task_Module_State_0_readyQ__A
    2000248c 用户0Cfg
    20002514 lastAppOptodeSent
    20002518 pfnBMAllloc
    2000251c pfnBMFree
    20002528 _lock
    2000252c _unlock
    20002530 __TI_clean_ptr
    20002534 __TI_dptors _ptr
    20002540 XDC_runtime 注册表_模块_state__V
    2000254c appAssertBack
    20002550 main_func_sp
    20002560 ti_sysbios_堆_HeapMem_instance_State_0_Buf__a
    20002be0 ti_sysbios_KNL_Task_instance_State_0_stack__A
    20002de0 uartCC26XX 对象
    20002ef4 PIN_NumPins
    20002f88 PIN_HandleTable
    20003004 i2cCC26xx 对象
    200030e4 ti_sysbios_family_arm_m3_Hwi_dis派 单表
    20003250 trngCC26XX 对象
    20003255 driverlib_release_0_46593
    2000325b heapStart
    20004028 __stack
    20004028 heapEnd
    20004428 __STACK_END
    20004428 __STACK_TOP
    20004f2c A4_rw
    20004f2c common_RAM_base_ADDR
    20004f40 P2_RW
    20004f40 P2_s0
    20004f40 eccRom_windowSize
    20004f44 eccRom_Workzone
    20004f48 eccRom_param_p
    20004f4c eccRom_param_r
    20004f50 eccRom_param_a
    20004f54解剖刀
    20004f58 inPointX
    20004f5c inPointY
    20004f60 outPointX
    20004f64 outPointY
    20004f68 SCAL
    20004f6c EXPX
    20004f70 Expy
    20004f74 EXPZ
    20004f78 EXPW
    20004f7c ACCX
    20004f80 ACCY
    20004f84 ACCZ
    20004f88 TMP1
    20004f8c TMP2
    20004f90 TMP3
    20004f94 TMP4
    20004f98 TMP5
    20004f9c TMP6
    20004fa0 eccRom_param_gx
    20004fa4 eccRom_param_Gy
    20004fa8 eccRom_param_b
    20004f2 P2_zi
    20004fanratchanInfo
    20004fcc fwInfoCmd
    20004fd8 MSBMOD
    20004fdc aux64
    20004fe4 MOD
    20004fe8 LEN
    20004ffc pSspAesEncrypt_SW
    e000e000 ti_SysBIOS_family_ARM_m3/Hwi_NVIC
    FFFFFFFF __binIT__
    FFFFFFFF __c_args__
    FFFFFFFF 二进制文件
    UNDEFED Hwip_restore
    UNDEFED SHT$$INIT_RAGE$$Base
    UNDEFED SHT$$INIT_ARRAGE$$LIMIT
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_handle__label_S__man翻转_
    UNDEFED ti_SysBIOS_BIOS_rtsGateProxy_Object__delete __S__man翻转__
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_Params__init_S__s_man翻转_
    UNDEFED ti_SYSBIOS_BIOS_rtsGateProxy_query_E__man翻转 了__
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Module_startupDone__S__man翻转__
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Object__delete _S__man翻转_
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_Params__init__S__man翻转__
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_disableInterrupt__E__man翻转__
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_enableInterrupt_E__man翻转_
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_getStackInfo_E__man翻转_
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_startup_E__man翻转_
    UNDEFED ti_SYSBIOS_hal_Hwi_HwiProxy_switchFromBootStack_E___manifed__
    UNDEFED ti_SYSBIOS_hal_Hwi_disableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_enableInterrupt__E
    UNDEFED ti_SYSBIOS_hal_Hwi_getStackInfo__E
    UNDEFED ti_SYSBIOS_hal_Hwi_startup___E
    UNDEFED ti_SYSBIOS_hal_Hwi_switchFromBootStack__E
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxe_Handle__label_S__man翻转_
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_Object__delete _S__man翻转_
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_Params__init_S__s__man翻转_
    UNDEFED ti_SYSBIOS_b堆_HeapMem_Module_GateProxy_query_E__man翻转_
    UNDEFED ti_SysBIOS_KNL_Clock_TimerProxy_Module_startupDone__S__man翻转__
    UNDEFED ti_SYSBIOS_KNL_Clock_TimerProxy_startup_E__man翻转_
    UNDEFED ti_SysBIOS_KNL_Task_SupportProxy_Module_startupDone__S____man翻转__
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_getStackAlignment__E__man翻转__
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_start_E__man翻转__
    UNDEFED ti_SYSBIOS_KNL_Task_SupportProxy_swap_E__man翻转__
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_Handle__label_S
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_Object_Delete_S
    UNDEFED XDC_RAUNTIME_Main_Module_GateProxy_query_E
    UNDEFED XDC_RAUNTIME_Memory_HeapProxy_Handle__label_S__man翻转_
    UNDEFED XDC_RAUNTIME_Memory_HeapProxy_Object__delete _S__man翻转_
    UNDEFED XDC_RAUNTIME_System_Module_GateProxe_Handle__label_S__man翻转_
    UNDEFED XDC_RAUNTIME_System_Module_GateProxy_Object__delete _S__man翻转_
    UNDEFED XDC_RAUNTIME_System_Module_GateProxy_query_E__man翻转_
    UNDEFED XDC_RAUNTIME_System_SupportProxy_abort__E
    UNDEFED XDC_RAUNTIME_System_SupportProxy_exit__E
    UNDEFED XDC_RAUNTIME_Timestamp_SupportProxy_get64_E__man翻转_
    UNDEFED XDC_RAUNTIME_Timestamp_SupportProxy_getFreq_E__man翻转_
    UNDEFED XDC_RAUNTIME_Timestamp_get32__E
    UNDEFED XDC_RAUNTIME_Timestamp_get64__E
    UNDEFED XDC_RAUNTIME_Timestamp_getFreq__E

    [1226符号]
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    我可以看到您正在使用 ROM、但函数 System_extendPrintf 不在 ROM 中。 我还注意到、函数 Log_doPrint 不在您的存储器映射中、但您有 uartLog_doPrint、这可能由您的记录器函数 uartLog_outputFxn 调用。 如果要调用处理'%f'转换的代码,则需要调用 Log_doPrint,或者如果要在 uartLog_doPrint 中复制 Log_doPrint,则必须调用 System_extendFxn。 您是否在 uartLog_doPrint 中执行了这些操作?
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    由于原始海报最近没有活动、我将关闭此主题。

    Todd