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.

how to optimize CC3200 RAM usage

Other Parts Discussed in Thread: SYSBIOS

Hi,


Attached is a memory utilization of my application, which is just importing websock camera application and few application pieces (minor).


I am already exceeding memory now. How do you reduce default sysbios usage? Will going to free RTOS help in memory usage?

  • this is the content:

    ******************************************************************************
    TI ARM Linker PC v5.1.6
    ******************************************************************************
    >> Linked Wed May 13 00:53:55 2015

    OUTPUT FILE NAME: <camera.out>
    ENTRY POINT SYMBOL: "_c_int00" address: 20010575


    MEMORY CONFIGURATION

    name origin length used unused attr fill
    ---------------------- -------- --------- -------- -------- ---- --------
    SRAM_CODE 20004000 00012000 000116b2 0000094e RW X
    SRAM_DATA 20016000 0001a000 0001936c 00000c94 RW X


    SEGMENT ALLOCATION MAP

    run origin load origin length init length attrs members
    ---------- ----------- ---------- ----------- ----- -------
    20004000 20004000 000116b8 000116b8 r-x
    20004000 20004000 0000030c 0000030c r-- .resetVecs
    2000430c 2000430c 0000e2cc 0000e2cc r-x .text
    200125d8 200125d8 0000266a 0000266a r-- .const
    20014c48 20014c48 00000a70 00000a70 r-- .cinit
    20016000 20016000 0001736c 00000000 rw-
    20016000 20016000 000167e4 00000000 rw- .bss
    2002c7e4 2002c7e4 00000b88 00000000 rw- .data
    2002e000 2002e000 00002000 00000000 rw-
    2002e000 2002e000 00002000 00000000 rw- .stack


    SECTION ALLOCATION MAP

    output attributes/
    section page origin length input sections
    -------- ---- ---------- ---------- ----------------
    .bootVecs
    * 0 00000000 00000008 DSECT
    00000000 00000008 boot.aem4 : boot.oem4 (.bootVecs)

    xdc.meta 0 00000000 00000101 COPY SECTION
    00000000 00000101 app_pem4.oem4 (xdc.meta)

    .init_array
    * 0 20004000 00000000 UNINITIALIZED

    .vecs 0 20004000 00000000 DSECT

    .resetVecs
    * 0 20004000 0000030c
    20004000 0000030c app_pem4.oem4 (.resetVecs)

    .text 0 2000430c 0000e2cc
    2000430c 00000ec0 rtsv7M4_T_le_eabi.lib : _printfi.obj (.text)
    200051cc 00000c28 camera_app.obj (.text)
    20005df4 000005ec simplelink.a : driver.obj (.text:_SlDrvMsgRead)
    200063e0 00000544 ti_rtos.a : osi_tirtos.obj (.text)
    20006924 00000540 connect.obj (.text)
    20006e64 00000474 ip.obj (.text)
    200072d8 00000424 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excDumpRegs__I)
    200076fc 00000394 gpio_if.obj (.text)
    20007a90 0000033c ti.targets.arm.rtsarm.aem4 : System.oem4 (.text:xdc_runtime_System_doPrint__I)
    20007dcc 00000304 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_pend__E)
    200080d0 000002e4 mt9d111.obj (.text)
    200083b4 000002d4 rtsv7M4_T_le_eabi.lib : trgdrv.obj (.text)
    20008688 00000248 simplelink.a : driver.obj (.text:_SlDrvRxHdrRead)
    200088d0 00000248 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_free__E)
    20008b18 00000244 simplelink.a : wlan.obj (.text:sl_WlanConnect)
    20008d5c 00000234 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_alloc__E)
    20008f90 00000228 : BIOS.obj (.text:ti_sysbios_knl_Task_Instance_finalize__E)
    200091b8 00000208 : BIOS.obj (.text:ti_sysbios_knl_Task_sleep__E)
    200093c0 000001f8 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excHandlerMax__I)
    200095b8 000001f4 rtsv7M4_T_le_eabi.lib : ull_div_t2.obj (.text)
    200097ac 000001d0 simplelink.a : driver.obj (.text:_SlDrvReleasePoolObj)
    2000997c 000001cc : driver.obj (.text:_SlDrvMsgWrite)
    20009b48 000001c0 udma_if.obj (.text)
    20009d08 000001bc sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Task_Instance_init__E)
    20009ec4 000001b6 rtsv7M4_T_le_eabi.lib : fd_add_t2.obj (.text)
    2000a07a 00000002 driverlib.a : interrupt.obj (.text:IntDefaultHandler)
    2000a07c 000001b0 i2cconfig.obj (.text)
    2000a22c 00000190 simplelink.a : driver.obj (.text:_SlDrvWaitForPoolObj)
    2000a3bc 0000018c sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Task_Module_startup__E)
    2000a548 00000174 simplelink.a : driver.obj (.text:_SlDrvDriverCBInit)
    2000a6bc 00000170 : driver.obj (.text:_SlFindAndSetActiveObj)
    2000a82c 00000168 : netapp.obj (.text:sl_NetAppPingStart)
    2000a994 00000168 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excBusFault__I)
    2000aafc 00000160 : BIOS.obj (.text:ti_sysbios_knl_Mailbox_Instance_init__E)
    2000ac5c 00000154 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excUsageFault__I)
    2000adb0 00000150 simplelink.a : cc_pal.obj (.text:spi_Open)
    2000af00 00000140 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excMemFault__I)
    2000b040 0000013c simplelink.a : socket.obj (.text:sl_Select)
    2000b17c 0000013c sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_dispatchC__I)
    2000b2b8 00000138 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_Instance_init__E)
    2000b3f0 00000138 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_post__E)
    2000b528 00000136 rtsv7M4_T_le_eabi.lib : fd_div_t2.obj (.text)
    2000b65e 00000002 app_pem4.oem4 (.text:ti_sysbios_BIOS_nullFunc__I)
    2000b660 00000134 driverlib.a : prcm.obj (.text:PRCMCC3200MCUInit)
    2000b794 00000130 ti.targets.arm.rtsarm.aem4 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_write8__E)
    2000b8c4 0000012c sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Clock_workFunc__E)
    2000b9f0 00000128 simplelink.a : driver.obj (.text:_SlDrvDataReadOp)
    2000bb18 00000120 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Swi_run__I)
    2000bc38 00000120 ti.targets.arm.rtsarm.aem4 : Error.oem4 (.text:xdc_runtime_Error_policyDefault__E)
    2000bd58 00000118 simplelink.a : socket.obj (.text:sl_SendTo)
    2000be70 0000010c : socket.obj (.text:sl_RecvFrom)
    2000bf7c 00000108 : socket.obj (.text:sl_Connect)
    2000c084 00000108 : socket.obj (.text:sl_Send)
    2000c18c 00000104 : driver.obj (.text:_SlDrvDataWriteOp)
    2000c290 00000104 ti.targets.arm.rtsarm.aem4 : Core-mem.oem4 (.text:xdc_runtime_Core_createObject__I)
    2000c394 00000104 app_pem4.oem4 (.text:xdc_runtime_System_printfExtend__I)
    2000c498 000000fe simplelink.a : netapp.obj (.text:_SlDrvNetAppEventHandler)
    2000c596 000000fc rtsv7M4_T_le_eabi.lib : fd_mul_t2.obj (.text)
    2000c692 00000002 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_Instance_init__E)
    2000c694 000000fc ti.targets.arm.rtsarm.aem4 : Startup.oem4 (.text:xdc_runtime_Startup_startMods__I)
    2000c790 000000f4 simplelink.a : driver.obj (.text:_SlDrvDriverCBDeinit)
    2000c884 000000f0 driverlib.a : udma.obj (.text:uDMAChannelTransferSet)
    2000c974 000000dc simplelink.a : cc_pal.obj (.text:spi_Read)
    2000ca50 000000d8 : driver.obj (.text:_SlDrvClassifyRxMsg)
    2000cb28 000000d4 : device.obj (.text:sl_Stop)
    2000cbfc 000000d4 ti.targets.arm.rtsarm.aem4 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_write4__E)
    2000ccd0 000000d0 sysbios.aem4 : m3_Hwi_asm.obj (.text:ti_sysbios_family_arm_m3_Hwi_dispatch__I)
    2000cda0 000000cc ti.targets.arm.rtsarm.aem4 : Core-smem.oem4 (.text:xdc_runtime_Core_constructObject__I)
    2000ce6c 000000c8 simplelink.a : netapp.obj (.text:_sl_HandleAsync_DnsGetHostByService)
    2000cf34 000000c8 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Task_schedule__I)
    2000cffc 000000c4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_Module_startup__E)
    2000d0c0 000000c0 simplelink.a : driver.obj (.text:_SlRemoveFromList)
    2000d180 000000c0 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Task_exit__E)
    2000d240 000000bc simplelink.a : driver.obj (.text:_SlDrvMsgReadCmdCtx)
    2000d2fc 000000bc : device.obj (.text:sl_Start)
    2000d3b8 000000bc sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Task_startCore__E)
    2000d474 000000b8 simplelink.a : driver.obj (.text:_SlAsyncEventGenericHandler)
    2000d52c 000000b4 : netapp.obj (.text:sl_NetAppMDNSRegisterUnregisterService)
    2000d5e0 000000b4 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excHardFault__I)
    2000d694 000000b4 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_enter__E)
    2000d748 000000b4 : BIOS.obj (.text:ti_sysbios_knl_Task_checkStacks__E)
    2000d7fc 000000b0 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excDebugMon__I)
    2000d8ac 000000a8 driverlib.a : interrupt.obj (.text:IntDisable)
    2000d954 000000a8 : interrupt.obj (.text:IntEnable)
    2000d9fc 000000a8 simplelink.a : netcfg.obj (.text:sl_NetCfgGet)
    2000daa4 000000a8 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Swi_post__E)
    2000db4c 000000a8 : BIOS.obj (.text:ti_sysbios_knl_Task_blockI__E)
    2000dbf4 000000a8 : BIOS.obj (.text:ti_sysbios_knl_Task_postInit__I)
    2000dc9c 000000a8 : BIOS.obj (.text:ti_sysbios_knl_Task_yield__E)
    2000dd44 000000a0 driverlib.a : spi.obj (.text:SPIConfigSetExpClk)
    2000dde4 000000a0 auto_init.aem4 : auto_init.oem4 (.text)
    2000de84 0000009c simplelink.a : driver.obj (.text:_SlDrvMsgReadSpawnCtx)
    2000df20 0000009c rtsv7M4_T_le_eabi.lib : memcpy_t2.obj (.text)
    2000dfbc 0000009c simplelink.a : device.obj (.text:sl_DevGet)
    2000e058 0000009c sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_Instance_init__E)
    2000e0f4 0000009c : BIOS.obj (.text:ti_sysbios_knl_Semaphore_Instance_init__E)
    2000e190 0000009a ti.targets.arm.rtsarm.aem4 : Text.oem4 (.text:xdc_runtime_Text_putSite__E)
    2000e22a 00000002 app_pem4.oem4 (.text:xdc_runtime_Startup_reset__I)
    2000e22c 00000094 driverlib.a : prcm.obj (.text:PRCMPeripheralClockGet)
    2000e2c0 00000094 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Mailbox_post__E)
    2000e354 00000094 : BIOS.obj (.text:ti_sysbios_knl_Task_unblockI__E)
    2000e3e8 00000094 ti.targets.arm.rtsarm.aem4 : Text.oem4 (.text:xdc_runtime_Text_putMod__E)
    2000e47c 0000008c simplelink.a : cc_pal.obj (.text:SetupDMAReceive)
    2000e508 0000008c : cc_pal.obj (.text:SetupDMASend)
    2000e594 0000008c : netapp.obj (.text:_sl_HandleAsync_DnsGetHostByName)
    2000e620 0000008c : netapp.obj (.text:_sl_HandleAsync_PingResponse)
    2000e6ac 0000008c pinmux.obj (.text)
    2000e738 0000008c simplelink.a : cc_pal.obj (.text:spi_Write)
    2000e7c4 00000088 driverlib.a : pin.obj (.text:PinConfigSet)
    2000e84c 00000088 simplelink.a : socket.obj (.text:sl_Bind)
    2000e8d4 00000088 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Mailbox_Module_startup__E)
    2000e95c 00000086 rtsv7M4_T_le_eabi.lib : fd_cmp_t2.obj (.text:__aeabi_cdcmple)
    2000e9e2 00000086 : fd_cmp_t2.obj (.text:__aeabi_cdrcmple)
    2000ea68 00000084 driverlib.a : i2c.obj (.text:I2CMasterInitExpClk)
    2000eaec 00000084 simplelink.a : cc_pal.obj (.text:NwpPowerOnPreamble)
    2000eb70 00000084 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_initNVIC__E)
    2000ebf4 00000084 : BIOS.obj (.text:ti_sysbios_knl_Mailbox_pend__E)
    2000ec78 00000082 driverlib.a : gpio.obj (.text:GPIOIntTypeSet)
    2000ecfa 00000002 --HOLE-- [fill = 0]
    2000ecfc 00000080 simplelink.a : driver.obj (.text:_SlDrvCmdOp)
    2000ed7c 00000080 : cc_pal.obj (.text:spi_Read_CPU)
    2000edfc 00000080 : cc_pal.obj (.text:spi_Write_CPU)
    2000ee7c 00000080 ti.targets.arm.rtsarm.aem4 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_setFilterLevel__E)
    2000eefc 0000007c simplelink.a : device.obj (.text:_sl_HandleAsync_InitComplete)
    2000ef78 00000078 : socket.obj (.text:_sl_HandleAsync_Connect)
    2000eff0 00000078 rtsv7M4_T_le_eabi.lib : memset_t2.obj (.text)
    2000f068 00000078 simplelink.a : cc_pal.obj (.text:spi_Close)
    2000f0e0 00000074 : socket.obj (.text:sl_Recv)
    2000f154 00000070 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_postInit__I)
    2000f1c4 00000070 : BIOS.obj (.text:ti_sysbios_knl_Mailbox_Instance_finalize__E)
    2000f234 00000070 ti.targets.arm.rtsarm.aem4 : Memory.oem4 (.text:xdc_runtime_Memory_alloc__E)
    2000f2a4 0000006c simplelink.a : driver.obj (.text:_SlDrvCmdSend)
    2000f310 0000006c main.obj (.text)
    2000f37c 0000006c ti.targets.arm.rtsarm.aem4 : Error.oem4 (.text:xdc_runtime_Error_print__E)
    2000f3e8 0000006c : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_getFilterLevel__E)
    2000f454 00000068 simplelink.a : netapp.obj (.text:_sl_NetAppSendTokenValue)
    2000f4bc 00000068 : netcfg.obj (.text:sl_NetCfgSet)
    2000f524 00000068 : wlan.obj (.text:sl_WlanSet)
    2000f58c 00000066 ti.targets.arm.rtsarm.aem4 : Core-mem.oem4 (.text:xdc_runtime_Core_deleteObject__I)
    2000f5f2 00000002 --HOLE-- [fill = 0]
    2000f5f4 00000064 app_pem4.oem4 (.text:ti_sysbios_family_arm_m3_Hwi_create)
    2000f658 00000064 app_pem4.oem4 (.text:ti_sysbios_knl_Mailbox_create)
    2000f6bc 00000064 driverlib.a : udma.obj (.text:uDMAChannelAttributeDisable)
    2000f720 00000064 : udma.obj (.text:uDMAChannelAttributeEnable)
    2000f784 00000060 simplelink.a : socket.obj (.text:_sl_HandleAsync_Accept)
    2000f7e4 00000060 rtsv7M4_T_le_eabi.lib : sprintf.obj (.text)
    2000f844 00000060 : trgmsg.obj (.text)
    2000f8a4 00000060 simplelink.a : wlan.obj (.text:sl_WlanPolicySet)
    2000f904 00000060 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_TimestampProvider_get64__E)
    2000f964 00000060 : BIOS.obj (.text:ti_sysbios_knl_Clock_logTick__E)
    2000f9c4 00000060 ti.targets.arm.rtsarm.aem4 : System.oem4 (.text:xdc_runtime_System_formatNum__I)
    2000fa24 0000005e rtsv7M4_T_le_eabi.lib : copy_decompress_rle.obj (.text)
    2000fa82 00000002 --HOLE-- [fill = 0]
    2000fa84 0000005c simplelink.a : socket.obj (.text:sl_Socket)
    2000fae0 0000005c sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Timer_setPeriod__E)
    2000fb3c 0000005c app_pem4.oem4 (.text:ti_sysbios_knl_Task_create)
    2000fb98 0000005c app_pem4.oem4 (.text:xdc_runtime_LoggerBuf_Object__create__S)
    2000fbf4 0000005b ti.targets.arm.rtsarm.aem4 : Text.oem4 (.text:xdc_runtime_Text_putLab__E)
    2000fc4f 00000001 --HOLE-- [fill = 0]
    2000fc50 0000005a rtsv7M4_T_le_eabi.lib : ltoa.obj (.text)
    2000fcaa 00000002 --HOLE-- [fill = 0]
    2000fcac 00000058 driverlib.a : interrupt.obj (.text:IntPendClear)
    2000fd04 00000058 : prcm.obj (.text:PRCMPeripheralReset)
    2000fd5c 00000058 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Swi_restoreHwi__E)
    2000fdb4 00000058 : BIOS.obj (.text:ti_sysbios_knl_Swi_schedule__I)
    2000fe0c 00000054 simplelink.a : socket.obj (.text:_sl_HandleAsync_Select)
    2000fe60 00000054 : wlan.obj (.text:sl_WlanRxFilterSet)
    2000feb4 00000054 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Timer_start__E)
    2000ff08 00000050 driverlib.a : prcm.obj (.text:PRCMCameraFreqSet)
    2000ff58 00000050 simplelink.a : device.obj (.text:_sl_HandleAsync_Stop)
    2000ffa8 00000050 ti.targets.arm.rtsarm.aem4 : Startup.oem4 (.text:xdc_runtime_Startup_exec__E)
    2000fff8 00000050 : Text.oem4 (.text:xdc_runtime_Text_visitRope2__I)
    20010048 0000004c driverlib.a : spi.obj (.text:SPIIntEnable)
    20010094 0000004c simplelink.a : driver.obj (.text:_SlDrvProtectAsyncRespSetting)
    200100e0 0000004c : driver.obj (.text:_SlDrvRxIrqHandler)
    2001012c 0000004c : socket.obj (.text:_sl_BuildAddress)
    20010178 0000004c rtsv7M4_T_le_eabi.lib : atoi.obj (.text)
    200101c4 0000004c sysbios.aem4 : m3_TaskSupport_asm.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack)
    20010210 0000004c : BIOS.obj (.text:ti_sysbios_knl_Swi_runLoop__I)
    2001025c 0000004c driverlib.a : udma.obj (.text:uDMAChannelAssign)
    200102a8 00000048 : spi.obj (.text:SPIIntClear)
    200102f0 00000048 simplelink.a : driver.obj (.text:_SlDrvBasicCmd)
    20010338 00000048 rtsv7M4_T_le_eabi.lib : fd_toi_t2.obj (.text)
    20010380 00000048 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excReserved__I)
    200103c8 00000048 : m3_Hwi_asm_switch.obj (.text:ti_sysbios_family_arm_m3_Hwi_initStacks__E)
    20010410 00000048 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Timer_initDevice__I)
    20010458 00000048 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_getStats__E)
    200104a0 00000048 ti.targets.arm.rtsarm.aem4 : Assert.oem4 (.text:xdc_runtime_Assert_raise__I)
    200104e8 00000046 : Core-params.oem4 (.text:xdc_runtime_Core_assignParams__I)
    2001052e 00000002 --HOLE-- [fill = 0]
    20010530 00000044 driverlib.a : spi.obj (.text:SPIDmaMaskGet)
    20010574 00000044 boot.aem4 : boot.oem4 (.text)
    200105b8 00000044 simplelink.a : cc_pal.obj (.text:cc_SetupTransfer)
    200105fc 00000044 rtsv7M4_T_le_eabi.lib : cpy_tbl.obj (.text)
    20010640 00000044 : exit.obj (.text)
    20010684 00000044 : xdtest.obj (.text)
    200106c8 00000044 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E)
    2001070c 00000044 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E)
    20010750 00000044 : BIOS.obj (.text:ti_sysbios_knl_Task_allBlockedFunction__I)
    20010794 00000044 ti.targets.arm.rtsarm.aem4 : Error.oem4 (.text:xdc_runtime_Error_setX__E)
    200107d8 00000044 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_filterOutEvent__I)
    2001081c 00000044 : SysMin.oem4 (.text:xdc_runtime_SysMin_flush__E)
    20010860 00000042 rtsv7M4_T_le_eabi.lib : u_divt2.obj (.text)
    200108a2 00000042 simplelink.a : socket.obj (.text:sl_Htonl)
    200108e4 00000040 driverlib.a : pin.obj (.text:PinModeSet)
    20010924 00000040 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Timer_Module_startup__E)
    20010964 00000040 : BIOS.obj (.text:ti_sysbios_knl_Mailbox_postInit__I)
    200109a4 0000003c simplelink.a : netapp.obj (.text:CopyPingResultsToReport)
    200109e0 0000003c driverlib.a : prcm.obj (.text:PRCMPeripheralClkEnable)
    20010a1c 0000003c simplelink.a : socket.obj (.text:_sl_TruncatePayloadByProtocol)
    20010a58 0000003c : socket.obj (.text:sl_Htons)
    20010a94 0000003c sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excSvCall__I)
    20010ad0 0000003c : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_init__I)
    20010b0c 0000003c : BIOS.obj (.text:ti_sysbios_knl_Swi_startup__E)
    20010b48 0000003c driverlib.a : udma.obj (.text:uDMAChannelControlSet)
    20010b84 0000003c ti.targets.arm.rtsarm.aem4 : Text.oem4 (.text:xdc_runtime_Text_xprintf__I)
    20010bc0 0000003a driverlib.a : camera.obj (.text:CameraCaptureStop)
    20010bfa 0000003a : camera.obj (.text:CameraXClkConfig)
    20010c34 0000003a ti.targets.arm.rtsarm.aem4 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_Instance_init__E)
    20010c6e 00000002 --HOLE-- [fill = 0]
    20010c70 00000038 simplelink.a : cc_pal.obj (.text:NwpPowerOff)
    20010ca8 00000038 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excNoIsr__I)
    20010ce0 00000038 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_getStackInfo__E)
    20010d18 00000038 : BIOS.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_start__E)
    20010d50 00000038 : BIOS.obj (.text:ti_sysbios_knl_Task_processVitalTaskFlag__I)
    20010d88 00000038 ti.targets.arm.rtsarm.aem4 : SysMin.oem4 (.text:xdc_runtime_SysMin_putch__E)
    20010dc0 00000038 : System.oem4 (.text:xdc_runtime_System_atexit__E)
    20010df8 00000036 simplelink.a : netapp.obj (.text:sl_NetAppMDNSUnRegisterService)
    20010e2e 00000034 driverlib.a : camera.obj (.text:CameraParamsConfig)
    20010e62 00000002 --HOLE-- [fill = 0]
    20010e64 00000034 : prcm.obj (.text:PRCMPeripheralStatusGet)
    20010e98 00000034 : spi.obj (.text:SPIFIFOLevelSet)
    20010ecc 00000034 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excNmi__I)
    20010f00 00000034 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Timer_periodicStub__I)
    20010f34 00000034 : BIOS.obj (.text:ti_sysbios_hal_Hwi_checkStack)
    20010f68 00000034 app_pem4.oem4 (.text:ti_sysbios_knl_Semaphore_create)
    20010f9c 00000034 ti.targets.arm.rtsarm.aem4 : Core-label.oem4 (.text:xdc_runtime_Core_assignLabel__I)
    20010fd0 00000033 : Text.oem4 (.text:xdc_runtime_Text_printVisFxn__I)
    20011003 00000001 --HOLE-- [fill = 0]
    20011004 00000032 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_pendTimeout__I)
    20011036 00000030 simplelink.a : device.obj (.text:_SlDrvDeviceEventHandler)
    20011066 00000002 --HOLE-- [fill = 0]
    20011068 00000030 : socket.obj (.text:sl_Close)
    20011098 00000030 : wlan.obj (.text:sl_WlanProfileDel)
    200110c8 00000030 : wlan.obj (.text:sl_WlanSetMode)
    200110f8 00000030 app_pem4.oem4 (.text:ti_sysbios_BIOS_atExitFunc__I)
    20011128 00000030 app_pem4.oem4 (.text:ti_sysbios_gates_GateHwi_Object__create__S)
    20011158 00000030 app_pem4.oem4 (.text:ti_sysbios_gates_GateMutex_Object__create__S)
    20011188 00000030 app_pem4.oem4 (.text:ti_sysbios_heaps_HeapMem_Object__create__S)
    200111b8 00000030 app_pem4.oem4 (.text:ti_sysbios_knl_Semaphore_construct)
    200111e8 00000030 ti.targets.arm.rtsarm.aem4 : SysMin.oem4 (.text:xdc_runtime_SysMin_abort__E)
    20011218 00000030 : System.oem4 (.text:xdc_runtime_System_processAtExit__E)
    20011248 0000002e app_pem4.oem4 (.text:malloc)
    20011276 0000002e rtsv7M4_T_le_eabi.lib : i_tofd_t2.obj (.text)
    200112a4 0000002c driverlib.a : camera.obj (.text:CameraIntDisable)
    200112d0 0000002c : camera.obj (.text:CameraIntEnable)
    200112fc 0000002c simplelink.a : cc_pal.obj (.text:DmaSpiSwIntHandler)
    20011328 0000002c : cc_pal.obj (.text:NwpPowerOn)
    20011354 0000002c driverlib.a : prcm.obj (.text:PRCMSysResetCauseGet)
    20011380 0000002c sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E)
    200113ac 0000002c : BIOS.obj (.text:ti_sysbios_hal_Hwi_initStack)
    200113d8 0000002c app_pem4.oem4 (.text:ti_sysbios_knl_Clock_doTick__I)
    20011404 0000002c app_pem4.oem4 (.text:ti_sysbios_knl_Queue_construct)
    20011430 0000002c sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Task_restore__E)
    2001145c 0000002c ti.targets.arm.rtsarm.aem4 : Text.oem4 (.text:xdc_runtime_Text_cordText__E)
    20011488 0000002a : System.oem4 (.text:xdc_runtime_System_putchar__I)
    200114b2 00000002 --HOLE-- [fill = 0]
    200114b4 00000028 driverlib.a : camera.obj (.text:CameraIntStatus)
    200114dc 00000028 : prcm.obj (.text:PRCMPeripheralClkDisable)
    20011504 00000028 simplelink.a : socket.obj (.text:SL_FD_ISSET)
    2001152c 00000028 ti.targets.arm.rtsarm.aem4 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_Module_startup__E)
    20011554 00000026 driverlib.a : camera.obj (.text:CameraThresholdSet)
    2001157a 00000026 simplelink.a : cc_pal.obj (.text:NwpRegisterInterruptHandler)
    200115a0 00000026 ti.targets.arm.rtsarm.aem4 : System.oem4 (.text:xdc_runtime_System_avprintf__E)
    200115c6 00000002 --HOLE-- [fill = 0]
    200115c8 00000024 driverlib.a : camera.obj (.text:CameraIntClear)
    200115ec 00000024 : interrupt.obj (.text:IntUnregister)
    20011610 00000024 simplelink.a : driver.obj (.text:_SlDrvProtectionObjLockWaitForever)
    20011634 00000024 app_pem4.oem4 (.text:ti_sysbios_BIOS_errorRaiseHook__I)
    20011658 00000024 app_pem4.oem4 (.text:ti_sysbios_BIOS_registerRTSLock__I)
    2001167c 00000024 app_pem4.oem4 (.text:ti_sysbios_BIOS_removeRTSLock__I)
    200116a0 00000024 app_pem4.oem4 (.text:ti_sysbios_BIOS_startFunc__I)
    200116c4 00000024 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I)
    200116e8 00000024 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Timer_startup__E)
    2001170c 00000024 app_pem4.oem4 (.text:ti_sysbios_gates_GateMutex_Object__delete__S)
    20011730 00000024 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Clock_Module_startup__E)
    20011754 00000024 app_pem4.oem4 (.text:ti_sysbios_knl_Semaphore_Object__delete__S)
    20011778 00000024 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Swi_Module_startup__E)
    2001179c 00000024 ti.targets.arm.rtsarm.aem4 : System.oem4 (.text:xdc_runtime_System_vprintf__E)
    200117c0 00000022 driverlib.a : camera.obj (.text:CameraCaptureStart)
    200117e2 00000022 : i2c.obj (.text:I2CMasterSlaveAddrSet)
    20011804 00000022 simplelink.a : socket.obj (.text:SL_FD_SET)
    20011826 00000022 driverlib.a : spi.obj (.text:SPIReset)
    20011848 00000022 : spi.obj (.text:SPIWordCountSet)
    2001186a 00000022 app_pem4.oem4 (.text:xdc_runtime_SysMin_output__I)
    2001188c 00000020 driverlib.a : gpio.obj (.text:GPIOPinWrite)
    200118ac 00000020 : interrupt.obj (.text:IntRegister)
    200118cc 00000020 simplelink.a : driver.obj (.text:_SlDrvProtectionObjUnLock)
    200118ec 00000020 app_pem4.oem4 (.text:ti_sysbios_family_arm_m3_Hwi_Object__delete__S)
    2001190c 00000020 sysbios.aem4 : m3_Hwi_asm.obj (.text:ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I)
    2001192c 00000020 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_excHandler__I)
    2001194c 00000020 : BIOS.obj (.text:ti_sysbios_family_arm_m3_TimestampProvider_Module_startup__E)
    2001196c 00000020 app_pem4.oem4 (.text:ti_sysbios_gates_GateHwi_Object__delete__S)
    2001198c 00000020 app_pem4.oem4 (.text:ti_sysbios_heaps_HeapMem_Object__delete__S)
    200119ac 00000020 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Idle_run__E)
    200119cc 00000020 app_pem4.oem4 (.text:ti_sysbios_knl_Mailbox_Object__delete__S)
    200119ec 00000020 app_pem4.oem4 (.text:ti_sysbios_knl_Semaphore_Object__destruct__S)
    20011a0c 00000020 app_pem4.oem4 (.text:ti_sysbios_knl_Task_Object__delete__S)
    20011a2c 00000020 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Task_enter__I)
    20011a4c 00000020 app_pem4.oem4 (.text:xdc_runtime_LoggerBuf_Object__delete__S)
    20011a6c 00000020 ti.targets.arm.rtsarm.aem4 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_reset__E)
    20011a8c 00000020 : Registry.oem4 (.text:xdc_runtime_Registry_findById__E)
    20011aac 00000020 : SysMin.oem4 (.text:xdc_runtime_SysMin_Module_startup__E)
    20011acc 0000001e driverlib.a : i2c.obj (.text:I2CMasterIntStatusEx)
    20011aea 0000001e simplelink.a : cc_pal.obj (.text:cc_UDMAChannelSelect)
    20011b08 0000001e sysbios.aem4 : m3_Hwi_asm_switch.obj (.text:ti_sysbios_family_xxx_Hwi_switchAndRunFunc)
    20011b26 0000001c driverlib.a : pin.obj (.text:PinTypeI2C)
    20011b42 0000001c simplelink.a : driver.obj (.text:_SlDrvObjLockWaitForever)
    20011b5e 0000001c : driver.obj (.text:_SlDrvSyncObjWaitForever)
    20011b7a 0000001c rtsv7M4_T_le_eabi.lib : memccpy.obj (.text)
    20011b96 00000002 --HOLE-- [fill = 0]
    20011b98 0000001c app_pem4.oem4 (.text:ti_sysbios_BIOS_rtsLock__I)
    20011bb4 0000001c sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_setPriority__E)
    20011bd0 0000001c : BIOS.obj (.text:ti_sysbios_gates_GateMutex_Instance_init__E)
    20011bec 0000001c app_pem4.oem4 (.text:ti_sysbios_knl_Queue_Object__destruct__S)
    20011c08 0000001c driverlib.a : udma.obj (.text:uDMAChannelDisable)
    20011c24 0000001c : udma.obj (.text:uDMAChannelEnable)
    20011c40 0000001c : udma.obj (.text:uDMAChannelRequest)
    20011c5c 0000001c ti.targets.arm.rtsarm.aem4 : Error.oem4 (.text:xdc_runtime_Error_raiseX__E)
    20011c78 0000001c : Memory.oem4 (.text:xdc_runtime_Memory_valloc__E)
    20011c94 0000001c : SysMin.oem4 (.text:xdc_runtime_SysMin_exit__E)
    20011cb0 0000001c : System.oem4 (.text:xdc_runtime_System_abort__E)
    20011ccc 0000001a driverlib.a : gpio.obj (.text:GPIOIntEnable)
    20011ce6 0000001a : pin.obj (.text:PinTypeCamera)
    20011d00 0000001a : spi.obj (.text:SPIDmaDisable)
    20011d1a 0000001a : spi.obj (.text:SPIDmaEnable)
    20011d34 0000001a : spi.obj (.text:SPIFIFODisable)
    20011d4e 0000001a : spi.obj (.text:SPIFIFOEnable)
    20011d68 0000001a app_pem4.oem4 (.text:ti_sysbios_family_arm_m3_Hwi_Handle__label__S)
    20011d82 0000001a sysbios.aem4 : m3_Hwi_asm.obj (.text:ti_sysbios_family_arm_m3_Hwi_pendSV__I)
    20011d9c 0000001a app_pem4.oem4 (.text:ti_sysbios_gates_GateHwi_Handle__label__S)
    20011db6 0000001a app_pem4.oem4 (.text:ti_sysbios_gates_GateMutex_Handle__label__S)
    20011dd0 0000001a app_pem4.oem4 (.text:ti_sysbios_heaps_HeapMem_Handle__label__S)
    20011dea 0000001a app_pem4.oem4 (.text:ti_sysbios_knl_Swi_Handle__label__S)
    20011e04 0000001a app_pem4.oem4 (.text:ti_sysbios_knl_Task_Handle__label__S)
    20011e1e 0000001a sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Task_sleepTimeout__I)
    20011e38 0000001a app_pem4.oem4 (.text:xdc_runtime_LoggerBuf_Handle__label__S)
    20011e52 0000001a app_pem4.oem4 (.text:xdc_runtime_System_aprintf__E)
    20011e6c 0000001a app_pem4.oem4 (.text:xdc_runtime_System_printf__E)
    20011e86 00000018 driverlib.a : camera.obj (.text:CameraReset)
    20011e9e 00000018 : gpio.obj (.text:GPIOPinRead)
    20011eb6 00000018 : spi.obj (.text:SPICSDisable)
    20011ece 00000018 : spi.obj (.text:SPICSEnable)
    20011ee6 00000018 : spi.obj (.text:SPIDisable)
    20011efe 00000018 : spi.obj (.text:SPIEnable)
    20011f16 00000018 simplelink.a : driver.obj (.text:_SlDrvObjUnLock)
    20011f2e 00000018 : driver.obj (.text:_SlDrvSyncObjSignal)
    20011f46 00000002 --HOLE-- [fill = 0]
    20011f48 00000018 : device.obj (.text:_sl_GetStartResponseConvert)
    20011f60 00000018 app_pem4.oem4 (.text:free)
    20011f78 00000018 rtsv7M4_T_le_eabi.lib : args_main.obj (.text)
    20011f90 00000018 : ll_mul_t2.obj (.text)
    20011fa8 00000018 app_pem4.oem4 (.text:ti_sysbios_BIOS_rtsUnlock__I)
    20011fc0 00000018 app_pem4.oem4 (.text:ti_sysbios_family_arm_m3_Hwi_Module__startupDone__F)
    20011fd8 00000018 app_pem4.oem4 (.text:ti_sysbios_family_arm_m3_Timer_Module__startupDone__F)
    20011ff0 00000018 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_leave__E)
    20012008 00000018 ti.targets.arm.rtsarm.aem4 : Error.oem4 (.text:xdc_runtime_Error_check__E)
    20012020 00000018 : System.oem4 (.text:xdc_runtime_System_exit__E)
    20012038 00000018 : Text.oem4 (.text:xdc_runtime_Text_ropeText__E)
    20012050 00000016 driverlib.a : camera.obj (.text:CameraDMAEnable)
    20012066 00000016 : camera.obj (.text:CameraIntRegister)
    2001207c 00000016 : i2c.obj (.text:I2CMasterDataPut)
    20012092 00000016 : i2c.obj (.text:I2CMasterEnable)
    200120a8 00000016 : prcm.obj (.text:PRCMHIBRegRead)
    200120be 00000016 : prcm.obj (.text:PRCMHIBRegWrite)
    200120d4 00000016 simplelink.a : driver.obj (.text:_SlDrvMemZero)
    200120ea 00000016 app_pem4.oem4 (.text:ti_sysbios_BIOS_exitFunc__I)
    20012100 00000014 driverlib.a : cpu.obj (.text:CPUcpsie)
    20012114 00000014 : gpio.obj (.text:GPIOIntClear)
    20012128 00000014 rtsv7M4_T_le_eabi.lib : _lock.obj (.text)
    2001213c 00000014 : strlen.obj (.text)
    20012150 00000014 app_pem4.oem4 (.text:ti_sysbios_family_arm_m3_Hwi_Object__get__S)
    20012164 00000014 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E)
    20012178 00000014 app_pem4.oem4 (.text:ti_sysbios_heaps_HeapMem_Object__get__S)
    2001218c 00000014 app_pem4.oem4 (.text:ti_sysbios_knl_Swi_Object__get__S)
    200121a0 00000014 driverlib.a : udma.obj (.text:uDMAControlBaseSet)
    200121b4 00000014 : udma.obj (.text:uDMAIntClear)
    200121c8 00000014 app_pem4.oem4 (.text:xdc_runtime_LoggerBuf_Object__get__S)
    200121dc 00000012 driverlib.a : i2c.obj (.text:I2CMasterControl)
    200121ee 00000012 : i2c.obj (.text:I2CMasterIntClearEx)
    20012200 00000012 rtsv7M4_T_le_eabi.lib : copy_zero_init.obj (.text:decompress:ZI)
    20012212 00000012 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_hal_Hwi_Module_startup__E)
    20012224 00000012 : BIOS.obj (.text:ti_sysbios_hal_Timer_Module_startup__E)
    20012236 00000012 driverlib.a : udma.obj (.text:uDMAIntUnregister)
    20012248 00000012 ti.targets.arm.rtsarm.aem4 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_Instance_finalize__E)
    2001225a 00000012 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_write1__E)
    2001226c 00000012 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_write2__E)
    2001227e 00000012 app_pem4.oem4 (.text:xdc_runtime_Startup_exec__I)
    20012290 00000010 simplelink.a : socket.obj (.text:SL_FD_ZERO)
    200122a0 00000010 rtsv7M4_T_le_eabi.lib : strcpy.obj (.text)
    200122b0 00000010 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_BIOS_setThreadType__E)
    200122c0 00000010 : BIOS.obj (.text:ti_sysbios_BIOS_start__E)
    200122d0 00000010 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_getHandle__E)
    200122e0 00000010 : m3_TaskSupport_asm.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_glue)
    200122f0 00000010 : m3_TaskSupport_asm.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_swap__E)
    20012300 00000010 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_Instance_finalize__E)
    20012310 00000010 app_pem4.oem4 (.text:ti_sysbios_knl_Mailbox_Object__get__S)
    20012320 00000010 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_Instance_finalize__E)
    20012330 00000010 : BIOS.obj (.text:ti_sysbios_knl_Swi_disable__E)
    20012340 00000010 app_pem4.oem4 (.text:ti_sysbios_knl_Task_Object__get__S)
    20012350 00000010 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Task_disable__E)
    20012360 00000010 ti.targets.arm.rtsarm.aem4 : Gate.oem4 (.text:xdc_runtime_Gate_leaveSystem__E)
    20012370 00000010 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_write0__E)
    20012380 00000010 : Memory.oem4 (.text:xdc_runtime_Memory_free__E)
    20012390 00000010 : SysMin.oem4 (.text:xdc_runtime_SysMin_ready__E)
    200123a0 00000010 : System.oem4 (.text:xdc_runtime_System_vsnprintf__E)
    200123b0 00000010 app_pem4.oem4 (.text:xdc_runtime_Text_visitRope__I)
    200123c0 0000000e driverlib.a : i2c.obj (.text:I2CMasterDataGet)
    200123ce 0000000e simplelink.a : driver.obj (.text:_SlDrvResetCmdExt)
    200123dc 0000000e rtsv7M4_T_le_eabi.lib : copy_decompress_none.obj (.text:decompress:none)
    200123ea 0000000e : xdclass.obj (.text)
    200123f8 0000000e sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Queue_empty__E)
    20012406 00000002 --HOLE-- [fill = 0]
    20012408 0000000c simplelink.a : cc_pal.obj (.text:NwpMaskInterrupt)
    20012414 0000000c : cc_pal.obj (.text:NwpUnMaskInterrupt)
    20012420 0000000c : wlan.obj (.text:sl_WlanDisconnect)
    2001242c 0000000c app_pem4.oem4 (.text:ti_sysbios_family_arm_m3_Hwi_Params__init__S)
    20012438 0000000c sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_disableFxn__E)
    20012444 0000000c : BIOS.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_checkStack__E)
    20012450 0000000c : BIOS.obj (.text:ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E)
    2001245c 0000000c : BIOS.obj (.text:ti_sysbios_gates_GateHwi_enter__E)
    20012468 0000000c app_pem4.oem4 (.text:ti_sysbios_knl_Queue_Object__get__S)
    20012474 0000000c app_pem4.oem4 (.text:ti_sysbios_knl_Semaphore_Params__init__S)
    20012480 0000000c app_pem4.oem4 (.text:ti_sysbios_knl_Task_Params__init__S)
    2001248c 0000000c driverlib.a : udma.obj (.text:uDMADisable)
    20012498 0000000c : udma.obj (.text:uDMAEnable)
    200124a4 0000000c : udma.obj (.text:uDMAIntStatus)
    200124b0 0000000c ti.targets.arm.rtsarm.aem4 : Error.oem4 (.text:xdc_runtime_Error_init__E)
    200124bc 0000000c : Gate.oem4 (.text:xdc_runtime_Gate_enterSystem__E)
    200124c8 0000000c : Memory.oem4 (.text:xdc_runtime_Memory_calloc__E)
    200124d4 0000000c : Memory.oem4 (.text:xdc_runtime_Memory_getMaxDefaultTypeAlign__E)
    200124e0 0000000a driverlib.a : interrupt.obj (.text:IntMasterEnable)
    200124ea 0000000a app_pem4.oem4 (.text:xdc_runtime_IHeap_alloc)
    200124f4 0000000a app_pem4.oem4 (.text:xdc_runtime_IHeap_free)
    200124fe 0000000a ti.targets.arm.rtsarm.aem4 : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_disable__E)
    20012508 0000000a : LoggerBuf.oem4 (.text:xdc_runtime_LoggerBuf_enable__E)
    20012512 00000008 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I)
    2001251a 00000008 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_startup__E)
    20012522 00000008 : BIOS.obj (.text:ti_sysbios_knl_Idle_loop__E)
    2001252a 00000006 i2cconfig.obj (.text:MT9D111Delay)
    20012530 00000006 driverlib.a : utils.obj (.text:UtilsDelay)
    20012536 00000006 ti.targets.arm.rtsarm.aem4 : xdc_noinit.oem4 (.text:__xdc__init)
    2001253c 00000006 rtsv7M4_T_le_eabi.lib : copy_decompress_rle.obj (.text:decompress:rle24)
    20012542 00000006 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Hwi_restoreFxn__E)
    20012548 00000006 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_leave__E)
    2001254e 00000006 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_isBlocking__E)
    20012554 00000006 : BIOS.obj (.text:ti_sysbios_knl_Queue_Instance_init__E)
    2001255a 00000006 ti.targets.arm.rtsarm.aem4 : System.oem4 (.text:xdc_runtime_System_Module_startup__E)
    20012560 00000004 : LoggerBuf.oem4 (.text:LoggerBuf_instanceStartup)
    20012564 00000004 app_pem4.oem4 (.text:ti_sysbios_BIOS_RtsGateProxy_enter__E)
    20012568 00000004 app_pem4.oem4 (.text:ti_sysbios_BIOS_RtsGateProxy_leave__E)
    2001256c 00000004 app_pem4.oem4 (.text:ti_sysbios_family_arm_m3_Hwi_delete)
    20012570 00000004 app_pem4.oem4 (.text:ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S)
    20012574 00000004 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_family_arm_m3_Timer_getMaxTicks__E)
    20012578 00000004 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_query__E)
    2001257c 00000004 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_query__E)
    20012580 00000004 app_pem4.oem4 (.text:ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S)
    20012584 00000004 app_pem4.oem4 (.text:ti_sysbios_hal_Timer_TimerProxy_Module__startupDone__S)
    20012588 00000004 app_pem4.oem4 (.text:ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E)
    2001258c 00000004 app_pem4.oem4 (.text:ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E)
    20012590 00000004 app_pem4.oem4 (.text:ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S)
    20012594 00000004 app_pem4.oem4 (.text:ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E)
    20012598 00000004 app_pem4.oem4 (.text:ti_sysbios_knl_Mailbox_delete)
    2001259c 00000004 app_pem4.oem4 (.text:ti_sysbios_knl_Queue_destruct)
    200125a0 00000004 app_pem4.oem4 (.text:ti_sysbios_knl_Semaphore_delete)
    200125a4 00000004 app_pem4.oem4 (.text:ti_sysbios_knl_Semaphore_destruct)
    200125a8 00000004 app_pem4.oem4 (.text:ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S)
    200125ac 00000004 app_pem4.oem4 (.text:ti_sysbios_knl_Task_delete)
    200125b0 00000004 sysbios.aem4 : BIOS.obj (.text:ti_sysbios_knl_Task_startup__E)
    200125b4 00000004 ti.targets.arm.rtsarm.aem4 : Error.oem4 (.text:xdc_runtime_Error_getSite__E)
    200125b8 00000004 app_pem4.oem4 (.text:xdc_runtime_LoggerBuf_Module_GateProxy_enter__E)
    200125bc 00000004 app_pem4.oem4 (.text:xdc_runtime_LoggerBuf_Module_GateProxy_leave__E)
    200125c0 00000004 app_pem4.oem4 (.text:xdc_runtime_Memory_HeapProxy_alloc__E)
    200125c4 00000004 app_pem4.oem4 (.text:xdc_runtime_Memory_HeapProxy_free__E)
    200125c8 00000004 app_pem4.oem4 (.text:xdc_runtime_System_Module_GateProxy_enter__E)
    200125cc 00000004 app_pem4.oem4 (.text:xdc_runtime_System_Module_GateProxy_leave__E)
    200125d0 00000004 ti.targets.arm.rtsarm.aem4 : System.oem4 (.text:xdc_runtime_System_aprintf_va__F)
    200125d4 00000004 : System.oem4 (.text:xdc_runtime_System_printf_va__F)

    .const 0 200125d8 0000266a
    200125d8 0000178e app_pem4.oem4 (.const:xdc_runtime_Text_charTab__A)
    20013d66 0000013c mt9d111.obj (.const:init_cmds_list)
    20013ea2 00000102 rtsv7M4_T_le_eabi.lib : ctype.obj (.const:.string:_ctypes_)
    20013fa4 00000100 driverlib.a : pin.obj (.const:g_ulPinToPadMap)
    200140a4 000000b8 app_pem4.oem4 (.const:xdc_runtime_Text_nodeTab__A)
    2001415c 000000b0 simplelink.a : wlan.obj (.const:$P$T0$1)
    2001420c 000000a8 driverlib.a : prcm.obj (.const:PRCM_PeriphRegsList)
    200142b4 00000080 : interrupt.obj (.const)
    20014334 00000074 mt9d111.obj (.const:capture_cmds_list)
    200143a8 00000048 app_pem4.oem4 (.const:.string)
    200143f0 00000048 connect.obj (.const)
    20014438 0000003c simplelink.a : driver.obj (.const:OpcodeTranslateTable)
    20014474 0000003c : wlan.obj (.const)
    200144b0 0000003c app_pem4.oem4 (.const:ti_sysbios_knl_Task_Object__PARAMS__C)
    200144ec 0000003c app_pem4.oem4 (.const:xdc_runtime_LoggerBuf_Module__FXNS__C)
    20014528 00000038 simplelink.a : driver.obj (.const:_SlActionLookupTable)
    20014560 00000034 : driver.obj (.const)
    20014594 00000034 : socket.obj (.const)
    200145c8 00000034 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Object__PARAMS__C)
    200145fc 00000030 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C)
    2001462c 00000030 app_pem4.oem4 (.const:xdc_runtime_Startup_sfxnTab__A)
    2001465c 0000002c connect.obj (.const:$P$T2$3)
    20014688 00000028 simplelink.a : netapp.obj (.const)
    200146b0 00000028 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_Module__FXNS__C)
    200146d8 00000024 app_pem4.oem4 (.const:ti_sysbios_gates_GateHwi_Module__FXNS__C)
    200146fc 00000024 app_pem4.oem4 (.const:ti_sysbios_gates_GateMutex_Module__FXNS__C)
    20014720 00000024 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C)
    20014744 00000024 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Object__PARAMS__C)
    20014768 00000024 app_pem4.oem4 (.const:xdc_runtime_LoggerBuf_Object__PARAMS__C)
    2001478c 00000020 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Object__DESC__C)
    200147ac 00000020 app_pem4.oem4 (.const:ti_sysbios_gates_GateHwi_Object__DESC__C)
    200147cc 00000020 app_pem4.oem4 (.const:ti_sysbios_gates_GateMutex_Object__DESC__C)
    200147ec 00000020 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_Object__DESC__C)
    2001480c 00000020 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Object__DESC__C)
    2001482c 00000020 app_pem4.oem4 (.const:ti_sysbios_knl_Queue_Object__DESC__C)
    2001484c 00000020 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Object__DESC__C)
    2001486c 00000020 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Object__DESC__C)
    2001488c 00000020 app_pem4.oem4 (.const:xdc_runtime_LoggerBuf_Object__DESC__C)
    200148ac 00000018 driverlib.a : spi.obj (.const)
    200148c4 00000018 app_pem4.oem4 (.const:ti_sysbios_gates_GateHwi_Object__PARAMS__C)
    200148dc 00000018 app_pem4.oem4 (.const:ti_sysbios_gates_GateMutex_Object__PARAMS__C)
    200148f4 00000018 app_pem4.oem4 (.const:ti_sysbios_knl_Queue_Object__PARAMS__C)
    2001490c 00000018 app_pem4.oem4 (.const:xdc_runtime_Startup_sfxnRts__A)
    20014924 00000014 simplelink.a : device.obj (.const)
    20014938 00000011 ti.targets.arm.rtsarm.aem4 : System.oem4 (.const:.string)
    20014949 00000010 simplelink.a : socket.obj (.const:.string)
    20014959 00000001 app_pem4.oem4 (.const:xdc_runtime_Error_policy__C)
    2001495a 00000002 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Module__id__C)
    2001495c 0000000c app_pem4.oem4 (.const:xdc_runtime_Startup_firstFxns__A)
    20014968 00000008 simplelink.a : device.obj (.const:.string)
    20014970 00000008 : netcfg.obj (.const)
    20014978 00000008 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_excHookFuncs__A)
    20014980 00000008 app_pem4.oem4 (.const:ti_sysbios_knl_Idle_funcList__C)
    20014988 00000008 app_pem4.oem4 (.const:xdc_runtime_Startup_firstFxns__C)
    20014990 00000008 app_pem4.oem4 (.const:xdc_runtime_Startup_lastFxns__C)
    20014998 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_E_NMI__C)
    2001499c 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C)
    200149a0 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_E_busFault__C)
    200149a4 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_E_debugMon__C)
    200149a8 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_E_hardFault__C)
    200149ac 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_E_memFault__C)
    200149b0 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_E_noIsr__C)
    200149b4 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_E_reserved__C)
    200149b8 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_E_svCall__C)
    200149bc 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_E_usageFault__C)
    200149c0 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_LD_end__C)
    200149c4 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_LM_begin__C)
    200149c8 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Module__diagsEnabled__C)
    200149cc 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Module__diagsIncluded__C)
    200149d0 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Module__diagsMask__C)
    200149d4 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Module__loggerFxn1__C)
    200149d8 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Module__loggerFxn8__C)
    200149dc 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Module__loggerObj__C)
    200149e0 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C)
    200149e4 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Object__count__C)
    200149e8 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_ccr__C)
    200149ec 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C)
    200149f0 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_excHookFuncs__C)
    200149f4 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C)
    200149f8 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_priGroup__C)
    200149fc 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C)
    20014a00 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Timer_E_cannotSupport__C)
    20014a04 00000004 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Timer_startupNeeded__C)
    20014a08 00000004 app_pem4.oem4 (.const:ti_sysbios_gates_GateMutex_A_badContext__C)
    20014a0c 00000004 app_pem4.oem4 (.const:ti_sysbios_gates_GateMutex_Instance_State_sem__O)
    20014a10 00000004 app_pem4.oem4 (.const:ti_sysbios_gates_GateMutex_Module__diagsEnabled__C)
    20014a14 00000004 app_pem4.oem4 (.const:ti_sysbios_gates_GateMutex_Module__diagsIncluded__C)
    20014a18 00000004 app_pem4.oem4 (.const:ti_sysbios_gates_GateMutex_Module__diagsMask__C)
    20014a1c 00000004 app_pem4.oem4 (.const:ti_sysbios_hal_Hwi_E_stackOverflow__C)
    20014a20 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_A_align__C)
    20014a24 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_A_heapSize__C)
    20014a28 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_A_invalidFree__C)
    20014a2c 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_A_zeroBlock__C)
    20014a30 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_E_memory__C)
    20014a34 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C)
    20014a38 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C)
    20014a3c 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_Module__diagsMask__C)
    20014a40 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_Module__gateObj__C)
    20014a44 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_Object__count__C)
    20014a48 00000004 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_reqAlign__C)
    20014a4c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_LM_begin__C)
    20014a50 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_LM_tick__C)
    20014a54 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_LW_delayed__C)
    20014a58 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_Module_State_clockQ__O)
    20014a5c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_Module__diagsEnabled__C)
    20014a60 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_Module__diagsIncluded__C)
    20014a64 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_Module__diagsMask__C)
    20014a68 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_Module__loggerFxn1__C)
    20014a6c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_Module__loggerFxn2__C)
    20014a70 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_Module__loggerObj__C)
    20014a74 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_tickPeriod__C)
    20014a78 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Idle_funcList__A)
    20014a7c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_A_invalidBufSize__C)
    20014a80 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Instance_State_dataQue__O)
    20014a84 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Instance_State_dataSem__O)
    20014a88 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Instance_State_freeQue__O)
    20014a8c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Instance_State_freeSem__O)
    20014a90 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Module__diagsEnabled__C)
    20014a94 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Module__diagsIncluded__C)
    20014a98 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Module__diagsMask__C)
    20014a9c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Object__count__C)
    20014aa0 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_maxTypeAlign__C)
    20014aa4 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_A_badContext__C)
    20014aa8 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_A_noEvents__C)
    20014aac 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_A_overflow__C)
    20014ab0 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C)
    20014ab4 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O)
    20014ab8 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_LM_pend__C)
    20014abc 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_LM_post__C)
    20014ac0 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Module__diagsEnabled__C)
    20014ac4 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Module__diagsIncluded__C)
    20014ac8 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Module__diagsMask__C)
    20014acc 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Module__loggerFxn2__C)
    20014ad0 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Module__loggerFxn4__C)
    20014ad4 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Module__loggerObj__C)
    20014ad8 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_LD_end__C)
    20014adc 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_LM_begin__C)
    20014ae0 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_LM_post__C)
    20014ae4 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_Module__diagsEnabled__C)
    20014ae8 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_Module__diagsIncluded__C)
    20014aec 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_Module__diagsMask__C)
    20014af0 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_Module__loggerFxn1__C)
    20014af4 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_Module__loggerFxn4__C)
    20014af8 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_Module__loggerObj__C)
    20014afc 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_Object__count__C)
    20014b00 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_A_badPriority__C)
    20014b04 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_A_badTaskState__C)
    20014b08 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_A_badThreadType__C)
    20014b0c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_A_badTimeout__C)
    20014b10 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_A_noPendElem__C)
    20014b14 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_A_sleepTaskDisabled__C)
    20014b18 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_E_spOutOfBounds__C)
    20014b1c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_E_stackOverflow__C)
    20014b20 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_LD_block__C)
    20014b24 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_LD_exit__C)
    20014b28 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_LD_ready__C)
    20014b2c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_LM_sleep__C)
    20014b30 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_LM_switch__C)
    20014b34 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_LM_yield__C)
    20014b38 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Module_State_inactiveQ__O)
    20014b3c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Module__diagsEnabled__C)
    20014b40 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Module__diagsIncluded__C)
    20014b44 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Module__diagsMask__C)
    20014b48 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Module__loggerFxn2__C)
    20014b4c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Module__loggerFxn4__C)
    20014b50 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Module__loggerObj__C)
    20014b54 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Object__count__C)
    20014b58 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_allBlockedFunc__C)
    20014b5c 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_defaultStackHeap__C)
    20014b60 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_defaultStackSize__C)
    20014b64 00000004 app_pem4.oem4 (.const:ti_sysbios_knl_Task_numConstructedTasks__C)
    20014b68 00000004 app_pem4.oem4 (.const:xdc_runtime_Assert_E_assertFailed__C)
    20014b6c 00000004 app_pem4.oem4 (.const:xdc_runtime_Core_A_initializedParams__C)
    20014b70 00000004 app_pem4.oem4 (.const:xdc_runtime_Core_Module__diagsEnabled__C)
    20014b74 00000004 app_pem4.oem4 (.const:xdc_runtime_Core_Module__diagsIncluded__C)
    20014b78 00000004 app_pem4.oem4 (.const:xdc_runtime_Core_Module__diagsMask__C)
    20014b7c 00000004 app_pem4.oem4 (.const:xdc_runtime_Error_E_memory__C)
    20014b80 00000004 app_pem4.oem4 (.const:xdc_runtime_Error_Module__diagsEnabled__C)
    20014b84 00000004 app_pem4.oem4 (.const:xdc_runtime_Error_Module__diagsIncluded__C)
    20014b88 00000004 app_pem4.oem4 (.const:xdc_runtime_Error_Module__diagsMask__C)
    20014b8c 00000004 app_pem4.oem4 (.const:xdc_runtime_Error_Module__loggerFxn8__C)
    20014b90 00000004 app_pem4.oem4 (.const:xdc_runtime_Error_Module__loggerObj__C)
    20014b94 00000004 app_pem4.oem4 (.const:xdc_runtime_Error_policyFxn__C)
    20014b98 00000004 app_pem4.oem4 (.const:xdc_runtime_Error_raiseHook__C)
    20014b9c 00000004 app_pem4.oem4 (.const:xdc_runtime_IFilterLogger_Interface__BASE__C)
    20014ba0 00000004 app_pem4.oem4 (.const:xdc_runtime_IGateProvider_Interface__BASE__C)
    20014ba4 00000004 app_pem4.oem4 (.const:xdc_runtime_IHeap_Interface__BASE__C)
    20014ba8 00000004 app_pem4.oem4 (.const:xdc_runtime_ILogger_Interface__BASE__C)
    20014bac 00000004 app_pem4.oem4 (.const:xdc_runtime_IModule_Interface__BASE__C)
    20014bb0 00000004 app_pem4.oem4 (.const:xdc_runtime_Log_L_error__C)
    20014bb4 00000004 app_pem4.oem4 (.const:xdc_runtime_LoggerBuf_E_badLevel__C)
    20014bb8 00000004 app_pem4.oem4 (.const:xdc_runtime_LoggerBuf_Module__gateObj__C)
    20014bbc 00000004 app_pem4.oem4 (.const:xdc_runtime_LoggerBuf_Object__count__C)
    20014bc0 00000004 app_pem4.oem4 (.const:xdc_runtime_LoggerBuf_statusLogger__C)
    20014bc4 00000004 app_pem4.oem4 (.const:xdc_runtime_Memory_defaultHeapInstance__C)
    20014bc8 00000004 app_pem4.oem4 (.const:xdc_runtime_Startup_execImpl__C)
    20014bcc 00000004 app_pem4.oem4 (.const:xdc_runtime_Startup_maxPasses__C)
    20014bd0 00000004 app_pem4.oem4 (.const:xdc_runtime_Startup_sfxnRts__C)
    20014bd4 00000004 app_pem4.oem4 (.const:xdc_runtime_Startup_sfxnTab__C)
    20014bd8 00000004 app_pem4.oem4 (.const:xdc_runtime_SysMin_bufSize__C)
    20014bdc 00000004 app_pem4.oem4 (.const:xdc_runtime_SysMin_outputFunc__C)
    20014be0 00000004 app_pem4.oem4 (.const:xdc_runtime_System_Module__gateObj__C)
    20014be4 00000004 app_pem4.oem4 (.const:xdc_runtime_System_abortFxn__C)
    20014be8 00000004 app_pem4.oem4 (.const:xdc_runtime_System_exitFxn__C)
    20014bec 00000004 app_pem4.oem4 (.const:xdc_runtime_System_extendFxn__C)
    20014bf0 00000004 app_pem4.oem4 (.const:xdc_runtime_System_maxAtexitHandlers__C)
    20014bf4 00000004 app_pem4.oem4 (.const:xdc_runtime_Text_charTab__C)
    20014bf8 00000004 app_pem4.oem4 (.const:xdc_runtime_Text_nameEmpty__C)
    20014bfc 00000004 app_pem4.oem4 (.const:xdc_runtime_Text_nameStatic__C)
    20014c00 00000004 app_pem4.oem4 (.const:xdc_runtime_Text_nameUnknown__C)
    20014c04 00000004 app_pem4.oem4 (.const:xdc_runtime_Text_nodeTab__C)
    20014c08 00000004 app_pem4.oem4 (.const:xdc_runtime_Text_visitRopeFxn__C)
    20014c0c 00000002 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Hwi_Module__loggerDefined__C)
    20014c0e 00000002 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_Timer_Module__id__C)
    20014c10 00000002 app_pem4.oem4 (.const:ti_sysbios_family_arm_m3_TimestampProvider_configTimer__C)
    20014c12 00000002 app_pem4.oem4 (.const:ti_sysbios_gates_GateMutex_Module__id__C)
    20014c14 00000002 app_pem4.oem4 (.const:ti_sysbios_hal_Hwi_Module__id__C)
    20014c16 00000002 app_pem4.oem4 (.const:ti_sysbios_heaps_HeapMem_Module__id__C)
    20014c18 00000002 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_Module__id__C)
    20014c1a 00000002 app_pem4.oem4 (.const:ti_sysbios_knl_Clock_Module__loggerDefined__C)
    20014c1c 00000002 app_pem4.oem4 (.const:ti_sysbios_knl_Mailbox_Module__id__C)
    20014c1e 00000002 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Module__id__C)
    20014c20 00000002 app_pem4.oem4 (.const:ti_sysbios_knl_Semaphore_Module__loggerDefined__C)
    20014c22 00000002 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_Module__id__C)
    20014c24 00000002 app_pem4.oem4 (.const:ti_sysbios_knl_Swi_Module__loggerDefined__C)
    20014c26 00000002 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Module__id__C)
    20014c28 00000002 app_pem4.oem4 (.const:ti_sysbios_knl_Task_Module__loggerDefined__C)
    20014c2a 00000002 app_pem4.oem4 (.const:ti_sysbios_knl_Task_initStackFlag__C)
    20014c2c 00000002 app_pem4.oem4 (.const:xdc_runtime_Core_Module__id__C)
    20014c2e 00000002 app_pem4.oem4 (.const:xdc_runtime_Error_Module__loggerDefined__C)
    20014c30 00000002 app_pem4.oem4 (.const:xdc_runtime_Error_maxDepth__C)
    20014c32 00000002 app_pem4.oem4 (.const:xdc_runtime_LoggerBuf_Module__id__C)
    20014c34 00000002 app_pem4.oem4 (.const:xdc_runtime_LoggerBuf_filterByLevel__C)
    20014c36 00000002 app_pem4.oem4 (.const:xdc_runtime_Memory_Module__id__C)
    20014c38 00000002 app_pem4.oem4 (.const:xdc_runtime_SysMin_flushAtExit__C)
    20014c3a 00000002 app_pem4.oem4 (.const:xdc_runtime_Text_charCnt__C)
    20014c3c 00000002 app_pem4.oem4 (.const:xdc_runtime_Text_isLoaded__C)
    20014c3e 00000002 app_pem4.oem4 (.const:xdc_runtime_Text_registryModsLastId__C)
    20014c40 00000002 app_pem4.oem4 (.const:xdc_runtime_Text_unnamedModsLastId__C)

    .cinit 0 20014c48 00000a70
    20014c48 00000a46 (.cinit..data.load) [load image, compression = rle]
    2001568e 00000002 --HOLE-- [fill = 0]
    20015690 0000000c (__TI_handler_table)
    2001569c 00000004 --HOLE-- [fill = 0]
    200156a0 00000008 (.cinit..bss.load) [load image, compression = zero_init]
    200156a8 00000010 (__TI_cinit_table)

    .bss 0 20016000 000167e4 UNINITIALIZED
    20016000 0000cc00 camera_app.obj (.bss:g_image)
    20022c00 00008000 app_pem4.oem4 (.bss:ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A)
    2002ac00 00000800 app_pem4.oem4 (.bss:taskStackSection)
    2002b400 00000400 udma_if.obj (.bss:gpCtlTbl)
    2002b800 00000400 app_pem4.oem4 (.bss:xdc_runtime_LoggerBuf_Instance_State_0_entryArr__A)
    2002bc00 00000400 app_pem4.oem4 (.bss:xdc_runtime_SysMin_Module_State_0_outbuf__A)
    2002c000 0000030c app_pem4.oem4 (.bss:ti_sysbios_family_arm_m3_Hwi_dispatchTable)
    2002c30c 00000178 simplelink.a : driver.obj (.bss:g_StatMem)
    2002c484 00000120 rtsv7M4_T_le_eabi.lib : trgmsg.obj (.bss:__CIOBUF_)
    2002c5a4 00000100 udma_if.obj (.bss:gfpAppCallbackHndl)
    2002c6a4 00000050 ip.obj (.bss:control_sock)
    2002c6f4 00000050 simplelink.a : cc_pal.obj (.bss:g_ucDinDout)
    2002c744 00000040 connect.obj (.bss:connect_struct)
    2002c784 00000034 ip.obj (.bss:data_sock)
    2002c7b8 00000008 (.common:parmbuf)
    2002c7c0 00000004 (.common:DMAMsgQ)
    2002c7c4 00000004 (.common:SimpleLinkSpawnTaskHndl)
    2002c7c8 00000004 (.common:g_cDummy)
    2002c7cc 00000004 (.common:g_frame_size_in_bytes)
    2002c7d0 00000004 (.common:g_header_length)
    2002c7d4 00000004 (.common:g_total_dma_intrpts)
    2002c7d8 00000004 (.common:simpleLink_mailbox)
    2002c7dc 00000001 (.common:RxIrqCnt)
    2002c7dd 00000001 (.common:flags)
    2002c7de 00000001 (.common:g_dma_txn_done)
    2002c7df 00000001 (.common:g_frame_end)
    2002c7e0 00000001 (.common:g_ucLED1Pin)
    2002c7e1 00000001 (.common:g_ucLED2Pin)
    2002c7e2 00000001 (.common:g_ucLED3Pin)
    2002c7e3 00000001 (.common:iDone)

    .data 0 2002c7e4 00000b88 UNINITIALIZED
    2002c7e4 00000600 camera_app.obj (.data:JPEG_StdHuffmanTbl)
    2002cde4 00000138 app_pem4.oem4 (.data)
    2002cf1c 00000080 app_pem4.oem4 (.data:ti_sysbios_knl_Swi_Module_State_0_readyQ__A)
    2002cf9c 00000080 app_pem4.oem4 (.data:ti_sysbios_knl_Task_Module_State_0_readyQ__A)
    2002d01c 0000004c app_pem4.oem4 (.data:ti_sysbios_knl_Task_Object__table__V)
    2002d068 00000044 app_pem4.oem4 (.data:ti_sysbios_knl_Task_Module__state__V)
    2002d0ac 00000040 camera_app.obj (.data:JPEG_StdQuantTblC)
    2002d0ec 00000040 camera_app.obj (.data:JPEG_StdQuantTblY)
    2002d12c 00000040 camera_app.obj (.data:zigzag)
    2002d16c 0000003c mt9d111.obj (.data:resolution_cmds_list)
    2002d1a8 00000038 app_pem4.oem4 (.data:ti_sysbios_gates_GateMutex_Object__table__V)
    2002d1e0 00000034 app_pem4.oem4 (.data:ti_sysbios_family_arm_m3_Hwi_Module__state__V)
    2002d214 00000030 app_pem4.oem4 (.data:ti_sysbios_family_arm_m3_Timer_Object__table__V)
    2002d244 00000030 app_pem4.oem4 (.data:ti_sysbios_knl_Swi_Object__table__V)
    2002d274 0000002c app_pem4.oem4 (.data:ti_sysbios_knl_Clock_Module__state__V)
    2002d2a0 00000024 app_pem4.oem4 (.data:ti_sysbios_BIOS_Module__state__V)
    2002d2c4 00000024 app_pem4.oem4 (.data:xdc_runtime_LoggerBuf_Object__table__V)
    2002d2e8 00000020 camera_app.obj (.data)
    2002d308 00000020 gpio_if.obj (.data)
    2002d328 00000018 mt9d111.obj (.data)
    2002d340 00000009 simplelink.a : cc_pal.obj (.data)
    2002d349 00000003 --HOLE--
    2002d34c 00000009 : driver.obj (.data)
    2002d355 00000003 --HOLE--
    2002d358 00000008 rtsv7M4_T_le_eabi.lib : _lock.obj (.data)
    2002d360 00000008 : exit.obj (.data)
    2002d368 00000004 : stkdepth_vars.obj (.data)

    .stack 0 2002e000 00002000 UNINITIALIZED
    2002e000 00002000 --HOLE--


    LINKER GENERATED COPY TABLES

    __TI_cinit_table @ 200156a8 records: 2, size/record: 8, table size: 16
    .data: load addr=20014c48, load size=00000a46 bytes, run addr=2002c7e4, run size=00000b88 bytes, compression=rle
    .bss: load addr=200156a0, load size=00000008 bytes, run addr=20016000, run size=000167e4 bytes, compression=zero_init


    LINKER GENERATED HANDLER TABLE

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


    GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name

    address name
    -------- ----
    20010641 C$$EXIT
    2000f86f C$$IO$$
    20012101 CPUcpsie
    200117c1 CameraCaptureStart
    20010bc1 CameraCaptureStop
    20012051 CameraDMAEnable
    200115c9 CameraIntClear
    200112a5 CameraIntDisable
    200112d1 CameraIntEnable
    20012067 CameraIntRegister
    200114b5 CameraIntStatus
    20010e2f CameraParamsConfig
    20011e87 CameraReset
    200080d1 CameraSensorInit
    2000814d CameraSensorResolution
    20011555 CameraThresholdSet
    20010bfb CameraXClkConfig
    2000524b CaptureImage
    2000523d ConfigureToCapture
    200109a5 CopyPingResultsToReport
    2002c7c0 DMAMsgQ
    20009b5f DmaErrorIntHandler
    200112fd DmaSpiSwIntHandler
    20009b49 DmaSwIntHandler
    2002d304 FRAME_SIZE_IN_BYTES
    20012115 GPIOIntClear
    20011ccd GPIOIntEnable
    2000ec79 GPIOIntTypeSet
    20011e9f GPIOPinRead
    2001188d GPIOPinWrite
    200079bd GPIO_IF_ConfigureNIntEnable
    20007a39 GPIO_IF_Get
    20007977 GPIO_IF_GetPortNPin
    20007739 GPIO_IF_LedConfigure
    2000782b GPIO_IF_LedOff
    20007777 GPIO_IF_LedOn
    200078df GPIO_IF_LedStatus
    20007949 GPIO_IF_LedToggle
    200079ff GPIO_IF_Set
    20008641 HOSTclock
    20008609 HOSTclose
    200085cb HOSTgetenv
    2000856f HOSTlseek
    2000851d HOSTopen
    200084d1 HOSTread
    20008473 HOSTrename
    20008439 HOSTtime
    20008401 HOSTunlink
    200083b5 HOSTwrite
    2000a09b I2CBufferRead
    2000a163 I2CBufferWrite
    2000a07d I2CInit
    200121dd I2CMasterControl
    200123c1 I2CMasterDataGet
    2001207d I2CMasterDataPut
    20012093 I2CMasterEnable
    2000ea69 I2CMasterInitExpClk
    200121ef I2CMasterIntClearEx
    20011acd I2CMasterIntStatusEx
    200117e3 I2CMasterSlaveAddrSet
    200051cd InitCameraComponents
    2000d8ad IntDisable
    2000d955 IntEnable
    200124e1 IntMasterEnable
    2000fcad IntPendClear
    200118ad IntRegister
    200115ed IntUnregister
    2002c7e4 JPEG_StdHuffmanTbl
    2002d0ac JPEG_StdQuantTblC
    2002d0ec JPEG_StdQuantTblY
    20012561 LoggerBuf_instanceStartup
    2001252b MT9D111Delay
    20012409 NwpMaskInterrupt
    20010c71 NwpPowerOff
    20011329 NwpPowerOn
    2000eaed NwpPowerOnPreamble
    2001157b NwpRegisterInterruptHandler
    20012415 NwpUnMaskInterrupt
    20014438 OpcodeTranslateTable
    2002d2fc PIXELS_IN_X_AXIS
    2002d300 PIXELS_IN_Y_AXIS
    2000b661 PRCMCC3200MCUInit
    2000ff09 PRCMCameraFreqSet
    200120a9 PRCMHIBRegRead
    200120bf PRCMHIBRegWrite
    200114dd PRCMPeripheralClkDisable
    200109e1 PRCMPeripheralClkEnable
    2000e22d PRCMPeripheralClockGet
    2000fd05 PRCMPeripheralReset
    20010e65 PRCMPeripheralStatusGet
    20011355 PRCMSysResetCauseGet
    2000e7c5 PinConfigSet
    200108e5 PinModeSet
    2000e6ad PinMuxConfig
    20011ce7 PinTypeCamera
    20011b27 PinTypeI2C
    2002c7dc RxIrqCnt
    20014570 RxMsgClassLUT
    UNDEFED SHT$$INIT_ARRAY$$Base
    UNDEFED SHT$$INIT_ARRAY$$Limit
    20011505 SL_FD_ISSET
    20011805 SL_FD_SET
    20012291 SL_FD_ZERO
    20011eb7 SPICSDisable
    20011ecf SPICSEnable
    2000dd45 SPIConfigSetExpClk
    20011ee7 SPIDisable
    20011d01 SPIDmaDisable
    20011d1b SPIDmaEnable
    20011eff SPIEnable
    20011d35 SPIFIFODisable
    20011d4f SPIFIFOEnable
    20010e99 SPIFIFOLevelSet
    200102a9 SPIIntClear
    20010049 SPIIntEnable
    20011827 SPIReset
    20011849 SPIWordCountSet
    20005209 SetCameraResolution
    200069bb SimpleLinkGeneralEventHandler
    200069e7 SimpleLinkHttpServerCallback
    20006985 SimpleLinkNetAppEventHandler
    200069c5 SimpleLinkSockEventHandler
    2002c7c4 SimpleLinkSpawnTaskHndl
    20006925 SimpleLinkWlanEventHandler
    20014968 StartResponseLUT
    200080f1 StartSensorInJpegMode
    2002d01c TSK_idle
    20009bc7 UDMAChannelSelect
    20009c9b UDMADeInit
    20009b6b UDMAInit
    20009bf5 UDMASetupAutoMemTransfer
    20009c29 UDMASetupPingPongTransfer
    20009caf UDMASetupTransfer
    20009c83 UDMAStartTransfer
    20009c8f UDMAStopTransfer
    20012531 UtilsDelay
    2000674b VDeleteSimpleLinkSpawnTask
    200066f1 VStartSimpleLinkSpawnTask
    200123eb _Dclass
    20010685 _Dtest
    200145a8 _SlAcceptCmdCtrl
    20014528 _SlActionLookupTable
    2000d475 _SlAsyncEventGenericHandler
    20014930 _SlDeviceGetCmdCtrl
    20014934 _SlDeviceSetCmdCtrl
    200102f1 _SlDrvBasicCmd
    2000ca51 _SlDrvClassifyRxMsg
    2000ecfd _SlDrvCmdOp
    2000f2a5 _SlDrvCmdSend
    2000b9f1 _SlDrvDataReadOp
    2000c18d _SlDrvDataWriteOp
    20011037 _SlDrvDeviceEventHandler
    2000c791 _SlDrvDriverCBDeinit
    2000a549 _SlDrvDriverCBInit
    200120d5 _SlDrvMemZero
    20005df5 _SlDrvMsgRead
    2000d241 _SlDrvMsgReadCmdCtx
    2000de85 _SlDrvMsgReadSpawnCtx
    2000997d _SlDrvMsgWrite
    2000c499 _SlDrvNetAppEventHandler
    20011b43 _SlDrvObjLockWaitForever
    20011f17 _SlDrvObjUnLock
    20010095 _SlDrvProtectAsyncRespSetting
    20011611 _SlDrvProtectionObjLockWaitForever
    200118cd _SlDrvProtectionObjUnLock
    200097ad _SlDrvReleasePoolObj
    200123cf _SlDrvResetCmdExt
    20008689 _SlDrvRxHdrRead
    200100e1 _SlDrvRxIrqHandler
    20011f2f _SlDrvSyncObjSignal
    20011b5f _SlDrvSyncObjWaitForever
    2000a22d _SlDrvWaitForPoolObj
    2001492c _SlEventMaskGetCmdCtrl
    20014928 _SlEventMaskSetCmdCtrl
    2000a6bd _SlFindAndSetActiveObj
    2001469c _SlGetHostByNameCtrl
    20014698 _SlGetHostByServiceCtrl
    20014690 _SlGetServiceListeCtrl
    200145b4 _SlGetSockOptCmdCtrl
    200145a4 _SlListenCmdCtrl
    200146a8 _SlNetAppGetCmdCtrl
    200146a4 _SlNetAppSendTokenValueCmdCtrl
    200146a0 _SlNetAppSetCmdCtrl
    20014688 _SlNetAppStartCtrl
    2001468c _SlNetAppStopCtrl
    20014974 _SlNetCfgGetCmdCtrl
    20014970 _SlNetCfgSetCmdCtrl
    20014949 _SlPayloadByProtocolLUT
    20014478 _SlPolicyGetCmdCtrl
    20014474 _SlPolicySetCmdCtrl
    20014480 _SlProfileDelCmdCtrl
    2001447c _SlProfileGetCmdCtrl
    200145ac _SlRecvCmdCtrl
    2001459c _SlRecvfomCmdCtrl
    20014694 _SlRegisterServiceCtrl
    2000d0c1 _SlRemoveFromList
    20014488 _SlRxFilterAddtCmdCtrl
    20014490 _SlRxFilterGetCmdCtrl
    2001448c _SlRxFilterSetCmdCtrl
    200145b8 _SlSelectCmdCtrl
    200145a0 _SlSendCmdCtrl
    200145b0 _SlSetSockOptCmdCtrl
    20014494 _SlSmartConfigStartCmdCtrl
    20014598 _SlSockCloseCmdCtrl
    20014594 _SlSockSocketCmdCtrl
    20014924 _SlStopCmdCtrl
    200144a0 _SlWlanCfgGetCmdCtrl
    2001449c _SlWlanCfgSetCmdCtrl
    20014484 _SlWlanGetNetworkListCtrl
    20014498 _SlWlanSetModeCmdCtrl
    00000000 __ASM__
    2002c484 __CIOBUF_
    0000007a __ISA__
    0000008d __PLAT__
    20030000 __STACK_END
    00002000 __STACK_SIZE
    000000b4 __TARG__
    200156a8 __TI_CINIT_Base
    200156b8 __TI_CINIT_Limit
    20015690 __TI_Handler_Table_Base
    2001569c __TI_Handler_Table_Limit
    00000001 __TI_args_main
    2000dde5 __TI_auto_init
    2002d360 __TI_cleanup_ptr
    200123dd __TI_decompress_none
    2001253d __TI_decompress_rle24
    2002d364 __TI_dtors_ptr
    20004ec3 __TI_printfi
    2000f873 __TI_readmsg
    20014c48 __TI_static_base__
    2000f845 __TI_writemsg
    20012201 __TI_zero_init
    000000d9 __TRDR__
    2000e95d __aeabi_cdcmpeq
    2000e95d __aeabi_cdcmple
    2000e9e3 __aeabi_cdrcmple
    20010339 __aeabi_d2iz
    20009ecf __aeabi_dadd
    2000b529 __aeabi_ddiv
    2000c597 __aeabi_dmul
    20009ec5 __aeabi_dsub
    20011277 __aeabi_i2d
    20011f91 __aeabi_lmul
    2000eff1 __aeabi_memclr
    2000eff1 __aeabi_memclr4
    2000eff1 __aeabi_memclr8
    2000df21 __aeabi_memcpy
    2000df21 __aeabi_memcpy4
    2000df21 __aeabi_memcpy8
    2000eff3 __aeabi_memset
    2000eff3 __aeabi_memset4
    2000eff3 __aeabi_memset8
    20010861 __aeabi_uidivmod
    200095b9 __aeabi_uldivmod
    ffffffff __binit__
    ffffffff __c_args__
    2002e000 __stack
    20012537 __xdc__init
    2002cf18 __xdc__init__addr
    20011f79 _args_main
    20010575 _c_int00
    20013ea2 _ctypes_
    2002d358 _lock
    20012137 _nop
    2001212f _register_lock
    20012129 _register_unlock
    2001012d _sl_BuildAddress
    20011f49 _sl_GetStartResponseConvert
    2000f785 _sl_HandleAsync_Accept
    2000ef79 _sl_HandleAsync_Connect
    2000e595 _sl_HandleAsync_DnsGetHostByName
    2000ce6d _sl_HandleAsync_DnsGetHostByService
    2000eefd _sl_HandleAsync_InitComplete
    2000e621 _sl_HandleAsync_PingResponse
    2000fe0d _sl_HandleAsync_Select
    2000ff59 _sl_HandleAsync_Stop
    2000f455 _sl_NetAppSendTokenValue
    20010a1d _sl_TruncatePayloadByProtocol
    2002d35c _unlock
    20010645 abort
    20010179 atoi
    ffffffff binit
    20006cb1 clear_image_ready
    2002c744 connect_struct
    20006cd5 connect_task
    20006c7d connect_wait_for_evt
    20006ea5 control_msg_send
    2002c6a4 control_sock
    200105fd copy_in
    20006e65 data_msg_send
    2002c784 data_sock
    2001064d exit
    2002c7dd flags
    20011f61 free
    2002d354 gFirstCmdMode
    20014568 g_H2NCnysPattern
    20014560 g_H2NSyncPattern
    2002d340 g_SpiFd
    2002c30c g_StatMem
    2002c7c8 g_cDummy
    2002c7cc g_frame_size_in_bytes
    2002c7d0 g_header_length
    20016000 g_image
    2002d34c g_pCB
    2002d344 g_pHostIntHdl
    2002d348 g_ucDMAEnabled
    2002c6f4 g_ucDinDout
    2002c7e0 g_ucLED1Pin
    2002c7e1 g_ucLED2Pin
    2002c7e2 g_ucLED3Pin
    2002d2e8 g_uiDeviceModeConfig
    2002d2f4 g_uiIpAddress
    2002d2ec g_uiIpObtained
    2002d31c g_uiLED1Port
    2002d320 g_uiLED2Port
    2002d324 g_uiLED3Port
    2002d2f0 g_uiSimplelinkRole
    2002c5a4 gfpAppCallbackHndl
    2002b400 gpCtlTbl
    2002c7e3 iDone
    20007167 ip_stop
    200071cd ip_task
    20006c8b is_connected
    2000fc51 ltoa
    2000f323 main
    2002d368 main_func_sp
    20011249 malloc
    20006767 mem_Free
    2000675b mem_Malloc
    20006787 mem_copy
    20006773 mem_set
    20011b7b memccpy
    2000df21 memcpy
    2000eff9 memset
    20006903 osi_ContextRestore
    20006901 osi_ContextSave
    2000679b osi_EnterCritical
    200067ad osi_ExitCritical
    2000647b osi_InterruptDeRegister
    20006423 osi_InterruptRegister
    2000657d osi_LockObjCreate
    20006625 osi_LockObjDelete
    20006633 osi_LockObjLock
    2000668b osi_LockObjUnlock
    200067b9 osi_MsgQCreate
    200067ef osi_MsgQDelete
    20006863 osi_MsgQRead
    200067fd osi_MsgQWrite
    200068c5 osi_Sleep
    2000669b osi_Spawn
    20006565 osi_SyncObjClear
    20006497 osi_SyncObjCreate
    200064df osi_SyncObjDelete
    200064ed osi_SyncObjSignal
    200064fd osi_SyncObjSignalFromISR
    2000650d osi_SyncObjWait
    200065bf osi_TaskCreate
    20006619 osi_TaskDelete
    200068e5 osi_TaskDisable
    200068ed osi_TaskEnable
    200068f9 osi_start
    2002d350 pPingCallBackFunc
    20006c99 set_image_ready
    2002c7d8 simpleLink_mailbox
    2000e84d sl_Bind
    20011069 sl_Close
    2000bf7d sl_Connect
    2000dfbd sl_DevGet
    200108a3 sl_Htonl
    20010a59 sl_Htons
    2000d52d sl_NetAppMDNSRegisterUnregisterService
    20010df9 sl_NetAppMDNSUnRegisterService
    2000a82d sl_NetAppPingStart
    2000d9fd sl_NetCfgGet
    2000f4bd sl_NetCfgSet
    2000f0e1 sl_Recv
    2000be71 sl_RecvFrom
    2000b041 sl_Select
    2000c085 sl_Send
    2000bd59 sl_SendTo
    2000fa85 sl_Socket
    2000d2fd sl_Start
    2000cb29 sl_Stop
    20008b19 sl_WlanConnect
    20012421 sl_WlanDisconnect
    2000f8a5 sl_WlanPolicySet
    20011099 sl_WlanProfileDel
    2000fe61 sl_WlanRxFilterSet
    2000f525 sl_WlanSet
    200110c9 sl_WlanSetMode
    2000f069 spi_Close
    2000adb1 spi_Open
    2000c975 spi_Read
    2000e739 spi_Write
    2000f7e5 sprintf
    200122a1 strcpy
    2001213d strlen
    20006f7d tcp_init
    20007001 tcp_process
    2002d2a0 ti_sysbios_BIOS_Module__state__V
    20012565 ti_sysbios_BIOS_RtsGateProxy_enter__E
    20012569 ti_sysbios_BIOS_RtsGateProxy_leave__E
    2001257d ti_sysbios_BIOS_RtsGateProxy_query__E
    200110f9 ti_sysbios_BIOS_atExitFunc__I
    20011635 ti_sysbios_BIOS_errorRaiseHook__I
    200120eb ti_sysbios_BIOS_exitFunc__I
    2000b65f ti_sysbios_BIOS_nullFunc__I
    20011659 ti_sysbios_BIOS_registerRTSLock__I
    2001167d ti_sysbios_BIOS_removeRTSLock__I
    20011b99 ti_sysbios_BIOS_rtsLock__I
    20011fa9 ti_sysbios_BIOS_rtsUnlock__I
    200122b1 ti_sysbios_BIOS_setThreadType__E
    200116a1 ti_sysbios_BIOS_startFunc__I
    200122c1 ti_sysbios_BIOS_start__E
    20014998 ti_sysbios_family_arm_m3_Hwi_E_NMI__C
    2001499c ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C
    200149a0 ti_sysbios_family_arm_m3_Hwi_E_busFault__C
    200149a4 ti_sysbios_family_arm_m3_Hwi_E_debugMon__C
    200149a8 ti_sysbios_family_arm_m3_Hwi_E_hardFault__C
    200149ac ti_sysbios_family_arm_m3_Hwi_E_memFault__C
    200149b0 ti_sysbios_family_arm_m3_Hwi_E_noIsr__C
    200149b4 ti_sysbios_family_arm_m3_Hwi_E_reserved__C
    200149b8 ti_sysbios_family_arm_m3_Hwi_E_svCall__C
    200149bc ti_sysbios_family_arm_m3_Hwi_E_usageFault__C
    20011d69 ti_sysbios_family_arm_m3_Hwi_Handle__label__S
    20011381 ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E
    2000e059 ti_sysbios_family_arm_m3_Hwi_Instance_init__E
    200149c0 ti_sysbios_family_arm_m3_Hwi_LD_end__C
    200149c4 ti_sysbios_family_arm_m3_Hwi_LM_begin__C
    2002ce04 ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A
    2002ce08 ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A
    2002ce0c ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A
    200149c8 ti_sysbios_family_arm_m3_Hwi_Module__diagsEnabled__C
    200149cc ti_sysbios_family_arm_m3_Hwi_Module__diagsIncluded__C
    200149d0 ti_sysbios_family_arm_m3_Hwi_Module__diagsMask__C
    2001495a ti_sysbios_family_arm_m3_Hwi_Module__id__C
    20014c0c ti_sysbios_family_arm_m3_Hwi_Module__loggerDefined__C
    200149d4 ti_sysbios_family_arm_m3_Hwi_Module__loggerFxn1__C
    200149d8 ti_sysbios_family_arm_m3_Hwi_Module__loggerFxn8__C
    200149dc ti_sysbios_family_arm_m3_Hwi_Module__loggerObj__C
    2002cde4 ti_sysbios_family_arm_m3_Hwi_Module__root__V
    20011fc1 ti_sysbios_family_arm_m3_Hwi_Module__startupDone__F
    20011fc1 ti_sysbios_family_arm_m3_Hwi_Module__startupDone__S
    2002d1e0 ti_sysbios_family_arm_m3_Hwi_Module__state__V
    2000cffd ti_sysbios_family_arm_m3_Hwi_Module_startup__E
    200149e0 ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C
    2001478c ti_sysbios_family_arm_m3_Hwi_Object__DESC__C
    200145fc ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C
    200149e4 ti_sysbios_family_arm_m3_Hwi_Object__count__C
    200118ed ti_sysbios_family_arm_m3_Hwi_Object__delete__S
    20012151 ti_sysbios_family_arm_m3_Hwi_Object__get__S
    2002cdec ti_sysbios_family_arm_m3_Hwi_Object__table__V
    2001242d ti_sysbios_family_arm_m3_Hwi_Params__init__S
    200149e8 ti_sysbios_family_arm_m3_Hwi_ccr__C
    2000f5f5 ti_sysbios_family_arm_m3_Hwi_create
    2001256d ti_sysbios_family_arm_m3_Hwi_delete
    20012439 ti_sysbios_family_arm_m3_Hwi_disableFxn__E
    200106c9 ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E
    2000b17d ti_sysbios_family_arm_m3_Hwi_dispatchC__I
    2002c000 ti_sysbios_family_arm_m3_Hwi_dispatchTable
    2000ccd1 ti_sysbios_family_arm_m3_Hwi_dispatch__I
    20012513 ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I
    200116c5 ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I
    2001070d ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E
    2000a995 ti_sysbios_family_arm_m3_Hwi_excBusFault__I
    2000d7fd ti_sysbios_family_arm_m3_Hwi_excDebugMon__I
    200072d9 ti_sysbios_family_arm_m3_Hwi_excDumpRegs__I
    2001190d ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I
    200149ec ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C
    200093c1 ti_sysbios_family_arm_m3_Hwi_excHandlerMax__I
    2001192d ti_sysbios_family_arm_m3_Hwi_excHandler__I
    2000d5e1 ti_sysbios_family_arm_m3_Hwi_excHardFault__I
    20014978 ti_sysbios_family_arm_m3_Hwi_excHookFuncs__A
    200149f0 ti_sysbios_family_arm_m3_Hwi_excHookFuncs__C
    2000af01 ti_sysbios_family_arm_m3_Hwi_excMemFault__I
    20010ecd ti_sysbios_family_arm_m3_Hwi_excNmi__I
    20010ca9 ti_sysbios_family_arm_m3_Hwi_excNoIsr__I
    20010381 ti_sysbios_family_arm_m3_Hwi_excReserved__I
    20010a95 ti_sysbios_family_arm_m3_Hwi_excSvCall__I
    2000ac5d ti_sysbios_family_arm_m3_Hwi_excUsageFault__I
    200122d1 ti_sysbios_family_arm_m3_Hwi_getHandle__E
    20010ce1 ti_sysbios_family_arm_m3_Hwi_getStackInfo__E
    2000eb71 ti_sysbios_family_arm_m3_Hwi_initNVIC__E
    200103c9 ti_sysbios_family_arm_m3_Hwi_initStacks__E
    200149f4 ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C
    e000e000 ti_sysbios_family_arm_m3_Hwi_nvic
    20011d83 ti_sysbios_family_arm_m3_Hwi_pendSV__I
    2000f155 ti_sysbios_family_arm_m3_Hwi_postInit__I
    200149f8 ti_sysbios_family_arm_m3_Hwi_priGroup__C
    20004000 ti_sysbios_family_arm_m3_Hwi_resetVectors
    20012543 ti_sysbios_family_arm_m3_Hwi_restoreFxn__E
    20011d9b ti_sysbios_family_arm_m3_Hwi_return
    20011bb5 ti_sysbios_family_arm_m3_Hwi_setPriority__E
    2001251b ti_sysbios_family_arm_m3_Hwi_startup__E
    20012165 ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E
    20012571 ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S
    200101c5 ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack
    20012445 ti_sysbios_family_arm_m3_TaskSupport_checkStack__E
    20012451 ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E
    200122e1 ti_sysbios_family_arm_m3_TaskSupport_glue
    200149fc ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C
    20010d19 ti_sysbios_family_arm_m3_TaskSupport_start__E
    200122f1 ti_sysbios_family_arm_m3_TaskSupport_swap__E
    20014a00 ti_sysbios_family_arm_m3_Timer_E_cannotSupport__C
    20014c0e ti_sysbios_family_arm_m3_Timer_Module__id__C
    2002ce10 ti_sysbios_family_arm_m3_Timer_Module__root__V
    20011fd9 ti_sysbios_family_arm_m3_Timer_Module__startupDone__F
    20011fd9 ti_sysbios_family_arm_m3_Timer_Module__startupDone__S
    2002ce18 ti_sysbios_family_arm_m3_Timer_Module__state__V
    20010925 ti_sysbios_family_arm_m3_Timer_Module_startup__E
    2002d214 ti_sysbios_family_arm_m3_Timer_Object__table__V
    20012575 ti_sysbios_family_arm_m3_Timer_getMaxTicks__E
    20010411 ti_sysbios_family_arm_m3_Timer_initDevice__I
    20010f01 ti_sysbios_family_arm_m3_Timer_periodicStub__I
    2000fae1 ti_sysbios_family_arm_m3_Timer_setPeriod__E
    2000feb5 ti_sysbios_family_arm_m3_Timer_start__E
    20014a04 ti_sysbios_family_arm_m3_Timer_startupNeeded__C
    200116e9 ti_sysbios_family_arm_m3_Timer_startup__E
    2002ce24 ti_sysbios_family_arm_m3_TimestampProvider_Module__state__V
    2001194d ti_sysbios_family_arm_m3_TimestampProvider_Module_startup__E
    20014c10 ti_sysbios_family_arm_m3_TimestampProvider_configTimer__C
    2000f905 ti_sysbios_family_arm_m3_TimestampProvider_get64__E
    20011b09 ti_sysbios_family_xxx_Hwi_switchAndRunFunc
    20011d9d ti_sysbios_gates_GateHwi_Handle__label__S
    2000c693 ti_sysbios_gates_GateHwi_Instance_init__E
    200146d8 ti_sysbios_gates_GateHwi_Module__FXNS__C
    2002ce28 ti_sysbios_gates_GateHwi_Module__root__V
    200147ac ti_sysbios_gates_GateHwi_Object__DESC__C
    200148c4 ti_sysbios_gates_GateHwi_Object__PARAMS__C
    20011129 ti_sysbios_gates_GateHwi_Object__create__S
    2001196d ti_sysbios_gates_GateHwi_Object__delete__S
    2002ce30 ti_sysbios_gates_GateHwi_Object__table__V
    2001245d ti_sysbios_gates_GateHwi_enter__E
    20012549 ti_sysbios_gates_GateHwi_leave__E
    20012579 ti_sysbios_gates_GateHwi_query__E
    20014a08 ti_sysbios_gates_GateMutex_A_badContext__C
    20011db7 ti_sysbios_gates_GateMutex_Handle__label__S
    20014a0c ti_sysbios_gates_GateMutex_Instance_State_sem__O
    20012301 ti_sysbios_gates_GateMutex_Instance_finalize__E
    20011bd1 ti_sysbios_gates_GateMutex_Instance_init__E
    200146fc ti_sysbios_gates_GateMutex_Module__FXNS__C
    20014a10 ti_sysbios_gates_GateMutex_Module__diagsEnabled__C
    20014a14 ti_sysbios_gates_GateMutex_Module__diagsIncluded__C
    20014a18 ti_sysbios_gates_GateMutex_Module__diagsMask__C
    20014c12 ti_sysbios_gates_GateMutex_Module__id__C
    2002ce34 ti_sysbios_gates_GateMutex_Module__root__V
    200147cc ti_sysbios_gates_GateMutex_Object__DESC__C
    200148dc ti_sysbios_gates_GateMutex_Object__PARAMS__C
    20011159 ti_sysbios_gates_GateMutex_Object__create__S
    2001170d ti_sysbios_gates_GateMutex_Object__delete__S
    2002d1a8 ti_sysbios_gates_GateMutex_Object__table__V
    2000d695 ti_sysbios_gates_GateMutex_enter__E
    20011ff1 ti_sysbios_gates_GateMutex_leave__E
    2001257d ti_sysbios_gates_GateMutex_query__E
    20014a1c ti_sysbios_hal_Hwi_E_stackOverflow__C
    20012581 ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S
    200106c9 ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E
    20012439 ti_sysbios_hal_Hwi_HwiProxy_disable__E
    2001070d ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E
    20010ce1 ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E
    20012543 ti_sysbios_hal_Hwi_HwiProxy_restore__E
    2001251b ti_sysbios_hal_Hwi_HwiProxy_startup__E
    20012165 ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E
    20014c14 ti_sysbios_hal_Hwi_Module__id__C
    2002ce3c ti_sysbios_hal_Hwi_Module__root__V
    20012213 ti_sysbios_hal_Hwi_Module_startup__E
    20010f35 ti_sysbios_hal_Hwi_checkStack
    200106c9 ti_sysbios_hal_Hwi_disableInterrupt__E
    20012439 ti_sysbios_hal_Hwi_disable__E
    2001070d ti_sysbios_hal_Hwi_enableInterrupt__E
    20010ce1 ti_sysbios_hal_Hwi_getStackInfo__E
    200113ad ti_sysbios_hal_Hwi_initStack
    20012543 ti_sysbios_hal_Hwi_restore__E
    2001251b ti_sysbios_hal_Hwi_startup__E
    2002ce44 ti_sysbios_hal_Timer_Module__root__V
    20012225 ti_sysbios_hal_Timer_Module_startup__E
    20012585 ti_sysbios_hal_Timer_TimerProxy_Module__startupDone__S
    200116e9 ti_sysbios_hal_Timer_TimerProxy_startup__E
    200116e9 ti_sysbios_hal_Timer_startup__E
    20014a20 ti_sysbios_heaps_HeapMem_A_align__C
    20014a24 ti_sysbios_heaps_HeapMem_A_heapSize__C
    20014a28 ti_sysbios_heaps_HeapMem_A_invalidFree__C
    20014a2c ti_sysbios_heaps_HeapMem_A_zeroBlock__C
    20014a30 ti_sysbios_heaps_HeapMem_E_memory__C
    20011dd1 ti_sysbios_heaps_HeapMem_Handle__label__S
    20022c00 ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A
    2000b2b9 ti_sysbios_heaps_HeapMem_Instance_init__E
    20012589 ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E
    2001258d ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E
    2001257d ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E
    200146b0 ti_sysbios_heaps_HeapMem_Module__FXNS__C
    20014a34 ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C
    20014a38 ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C
    20014a3c ti_sysbios_heaps_HeapMem_Module__diagsMask__C
    20014a40 ti_sysbios_heaps_HeapMem_Module__gateObj__C
    20014c16 ti_sysbios_heaps_HeapMem_Module__id__C
    2002ce4c ti_sysbios_heaps_HeapMem_Module__root__V
    200147ec ti_sysbios_heaps_HeapMem_Object__DESC__C
    20014720 ti_sysbios_heaps_HeapMem_Object__PARAMS__C
    20014a44 ti_sysbios_heaps_HeapMem_Object__count__C
    20011189 ti_sysbios_heaps_HeapMem_Object__create__S
    2001198d ti_sysbios_heaps_HeapMem_Object__delete__S
    20012179 ti_sysbios_heaps_HeapMem_Object__get__S
    2002ce54 ti_sysbios_heaps_HeapMem_Object__table__V
    20008d5d ti_sysbios_heaps_HeapMem_alloc__E
    200088d1 ti_sysbios_heaps_HeapMem_free__E
    20010459 ti_sysbios_heaps_HeapMem_getStats__E
    20010ad1 ti_sysbios_heaps_HeapMem_init__I
    2001254f ti_sysbios_heaps_HeapMem_isBlocking__E
    20014a48 ti_sysbios_heaps_HeapMem_reqAlign__C
    20014a4c ti_sysbios_knl_Clock_LM_begin__C
    20014a50 ti_sysbios_knl_Clock_LM_tick__C
    20014a54 ti_sysbios_knl_Clock_LW_delayed__C
    20014a58 ti_sysbios_knl_Clock_Module_State_clockQ__O
    20014a5c ti_sysbios_knl_Clock_Module__diagsEnabled__C
    20014a60 ti_sysbios_knl_Clock_Module__diagsIncluded__C
    20014a64 ti_sysbios_knl_Clock_Module__diagsMask__C
    20014c18 ti_sysbios_knl_Clock_Module__id__C
    20014c1a ti_sysbios_knl_Clock_Module__loggerDefined__C
    20014a68 ti_sysbios_knl_Clock_Module__loggerFxn1__C
    20014a6c ti_sysbios_knl_Clock_Module__loggerFxn2__C
    20014a70 ti_sysbios_knl_Clock_Module__loggerObj__C
    2002ce6c ti_sysbios_knl_Clock_Module__root__V
    2002d274 ti_sysbios_knl_Clock_Module__state__V
    20011731 ti_sysbios_knl_Clock_Module_startup__E
    20012591 ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S
    20012595 ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E
    200116e9 ti_sysbios_knl_Clock_TimerProxy_startup__E
    200113d9 ti_sysbios_knl_Clock_doTick__I
    2000f965 ti_sysbios_knl_Clock_logTick__E
    20014a74 ti_sysbios_knl_Clock_tickPeriod__C
    2000b8c5 ti_sysbios_knl_Clock_workFunc__E
    2002ce74 ti_sysbios_knl_Event_Module__root__V
    20014a78 ti_sysbios_knl_Idle_funcList__A
    20014980 ti_sysbios_knl_Idle_funcList__C
    20012523 ti_sysbios_knl_Idle_loop__E
    200119ad ti_sysbios_knl_Idle_run__E
    20014a7c ti_sysbios_knl_Mailbox_A_invalidBufSize__C
    20014a80 ti_sysbios_knl_Mailbox_Instance_State_dataQue__O
    20014a84 ti_sysbios_knl_Mailbox_Instance_State_dataSem__O
    20014a88 ti_sysbios_knl_Mailbox_Instance_State_freeQue__O
    20014a8c ti_sysbios_knl_Mailbox_Instance_State_freeSem__O
    2000f1c5 ti_sysbios_knl_Mailbox_Instance_finalize__E
    2000aafd ti_sysbios_knl_Mailbox_Instance_init__E
    20014a90 ti_sysbios_knl_Mailbox_Module__diagsEnabled__C
    20014a94 ti_sysbios_knl_Mailbox_Module__diagsIncluded__C
    20014a98 ti_sysbios_knl_Mailbox_Module__diagsMask__C
    20014c1c ti_sysbios_knl_Mailbox_Module__id__C
    2002ce7c ti_sysbios_knl_Mailbox_Module__root__V
    2000e8d5 ti_sysbios_knl_Mailbox_Module_startup__E
    2001480c ti_sysbios_knl_Mailbox_Object__DESC__C
    200145c8 ti_sysbios_knl_Mailbox_Object__PARAMS__C
    20014a9c ti_sysbios_knl_Mailbox_Object__count__C
    200119cd ti_sysbios_knl_Mailbox_Object__delete__S
    20012311 ti_sysbios_knl_Mailbox_Object__get__S
    2000f659 ti_sysbios_knl_Mailbox_create
    20012599 ti_sysbios_knl_Mailbox_delete
    20014aa0 ti_sysbios_knl_Mailbox_maxTypeAlign__C
    2000ebf5 ti_sysbios_knl_Mailbox_pend__E
    20010965 ti_sysbios_knl_Mailbox_postInit__I
    2000e2c1 ti_sysbios_knl_Mailbox_post__E
    20012555 ti_sysbios_knl_Queue_Instance_init__E
    2002ce84 ti_sysbios_knl_Queue_Module__root__V
    2001482c ti_sysbios_knl_Queue_Object__DESC__C
    200148f4 ti_sysbios_knl_Queue_Object__PARAMS__C
    20011bed ti_sysbios_knl_Queue_Object__destruct__S
    20012469 ti_sysbios_knl_Queue_Object__get__S
    20011405 ti_sysbios_knl_Queue_construct
    2001259d ti_sysbios_knl_Queue_destruct
    200123f9 ti_sysbios_knl_Queue_empty__E
    20014aa4 ti_sysbios_knl_Semaphore_A_badContext__C
    20014aa8 ti_sysbios_knl_Semaphore_A_noEvents__C
    20014aac ti_sysbios_knl_Semaphore_A_overflow__C
    20014ab0 ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C
    20014ab4 ti_sysbios_knl_Semaphore_Instance_State_pendQ__O
    20012321 ti_sysbios_knl_Semaphore_Instance_finalize__E
    2000e0f5 ti_sysbios_knl_Semaphore_Instance_init__E
    20014ab8 ti_sysbios_knl_Semaphore_LM_pend__C
    20014abc ti_sysbios_knl_Semaphore_LM_post__C
    20014ac0 ti_sysbios_knl_Semaphore_Module__diagsEnabled__C
    20014ac4 ti_sysbios_knl_Semaphore_Module__diagsIncluded__C
    20014ac8 ti_sysbios_knl_Semaphore_Module__diagsMask__C
    20014c1e ti_sysbios_knl_Semaphore_Module__id__C
    20014c20 ti_sysbios_knl_Semaphore_Module__loggerDefined__C
    20014acc ti_sysbios_knl_Semaphore_Module__loggerFxn2__C
    20014ad0 ti_sysbios_knl_Semaphore_Module__loggerFxn4__C
    20014ad4 ti_sysbios_knl_Semaphore_Module__loggerObj__C
    2002ce8c ti_sysbios_knl_Semaphore_Module__root__V
    2001484c ti_sysbios_knl_Semaphore_Object__DESC__C
    20014744 ti_sysbios_knl_Semaphore_Object__PARAMS__C
    20011755 ti_sysbios_knl_Semaphore_Object__delete__S
    200119ed ti_sysbios_knl_Semaphore_Object__destruct__S
    20012475 ti_sysbios_knl_Semaphore_Params__init__S
    200111b9 ti_sysbios_knl_Semaphore_construct
    20010f69 ti_sysbios_knl_Semaphore_create
    200125a1 ti_sysbios_knl_Semaphore_delete
    200125a5 ti_sysbios_knl_Semaphore_destruct
    20011005 ti_sysbios_knl_Semaphore_pendTimeout__I
    20007dcd ti_sysbios_knl_Semaphore_pend__E
    2000b3f1 ti_sysbios_knl_Semaphore_post__E
    20011deb ti_sysbios_knl_Swi_Handle__label__S
    20014ad8 ti_sysbios_knl_Swi_LD_end__C
    20014adc ti_sysbios_knl_Swi_LM_begin__C
    20014ae0 ti_sysbios_knl_Swi_LM_post__C
    2002cf1c ti_sysbios_knl_Swi_Module_State_0_readyQ__A
    20014ae4 ti_sysbios_knl_Swi_Module__diagsEnabled__C
    20014ae8 ti_sysbios_knl_Swi_Module__diagsIncluded__C
    20014aec ti_sysbios_knl_Swi_Module__diagsMask__C
    20014c22 ti_sysbios_knl_Swi_Module__id__C
    20014c24 ti_sysbios_knl_Swi_Module__loggerDefined__C
    20014af0 ti_sysbios_knl_Swi_Module__loggerFxn1__C
    20014af4 ti_sysbios_knl_Swi_Module__loggerFxn4__C
    20014af8 ti_sysbios_knl_Swi_Module__loggerObj__C
    2002ce94 ti_sysbios_knl_Swi_Module__root__V
    2002ce9c ti_sysbios_knl_Swi_Module__state__V
    20011779 ti_sysbios_knl_Swi_Module_startup__E
    20014afc ti_sysbios_knl_Swi_Object__count__C
    2001218d ti_sysbios_knl_Swi_Object__get__S
    2002d244 ti_sysbios_knl_Swi_Object__table__V
    20012331 ti_sysbios_knl_Swi_disable__E
    2000daa5 ti_sysbios_knl_Swi_post__E
    2000fd5d ti_sysbios_knl_Swi_restoreHwi__E
    20010211 ti_sysbios_knl_Swi_runLoop__I
    2000bb19 ti_sysbios_knl_Swi_run__I
    2000fdb5 ti_sysbios_knl_Swi_schedule__I
    20010b0d ti_sysbios_knl_Swi_startup__E
    20014b00 ti_sysbios_knl_Task_A_badPriority__C
    20014b04 ti_sysbios_knl_Task_A_badTaskState__C
    20014b08 ti_sysbios_knl_Task_A_badThreadType__C
    20014b0c ti_sysbios_knl_Task_A_badTimeout__C
    20014b10 ti_sysbios_knl_Task_A_noPendElem__C
    20014b14 ti_sysbios_knl_Task_A_sleepTaskDisabled__C
    20014b18 ti_sysbios_knl_Task_E_spOutOfBounds__C
    20014b1c ti_sysbios_knl_Task_E_stackOverflow__C
    20011e05 ti_sysbios_knl_Task_Handle__label__S
    2002ac00 ti_sysbios_knl_Task_Instance_State_0_stack__A
    20008f91 ti_sysbios_knl_Task_Instance_finalize__E
    20009d09 ti_sysbios_knl_Task_Instance_init__E
    20014b20 ti_sysbios_knl_Task_LD_block__C
    20014b24 ti_sysbios_knl_Task_LD_exit__C
    20014b28 ti_sysbios_knl_Task_LD_ready__C
    20014b2c ti_sysbios_knl_Task_LM_sleep__C
    20014b30 ti_sysbios_knl_Task_LM_switch__C
    20014b34 ti_sysbios_knl_Task_LM_yield__C
    2002cec0 ti_sysbios_knl_Task_Module_State_0_idleTask__A
    2002cf9c ti_sysbios_knl_Task_Module_State_0_readyQ__A
    20014b38 ti_sysbios_knl_Task_Module_State_inactiveQ__O
    20014b3c ti_sysbios_knl_Task_Module__diagsEnabled__C
    20014b40 ti_sysbios_knl_Task_Module__diagsIncluded__C
    20014b44 ti_sysbios_knl_Task_Module__diagsMask__C
    20014c26 ti_sysbios_knl_Task_Module__id__C
    20014c28 ti_sysbios_knl_Task_Module__loggerDefined__C
    20014b48 ti_sysbios_knl_Task_Module__loggerFxn2__C
    20014b4c ti_sysbios_knl_Task_Module__loggerFxn4__C
    20014b50 ti_sysbios_knl_Task_Module__loggerObj__C
    2002ceb8 ti_sysbios_knl_Task_Module__root__V
    2002d068 ti_sysbios_knl_Task_Module__state__V
    2000a3bd ti_sysbios_knl_Task_Module_startup__E
    2001486c ti_sysbios_knl_Task_Object__DESC__C
    200144b0 ti_sysbios_knl_Task_Object__PARAMS__C
    20014b54 ti_sysbios_knl_Task_Object__count__C
    20011a0d ti_sysbios_knl_Task_Object__delete__S
    20012341 ti_sysbios_knl_Task_Object__get__S
    2002d01c ti_sysbios_knl_Task_Object__table__V
    20012481 ti_sysbios_knl_Task_Params__init__S
    200125a9 ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S
    20012445 ti_sysbios_knl_Task_SupportProxy_checkStack__E
    20012451 ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E
    20010d19 ti_sysbios_knl_Task_SupportProxy_start__E
    200122f1 ti_sysbios_knl_Task_SupportProxy_swap__E
    20014b58 ti_sysbios_knl_Task_allBlockedFunc__C
    20010751 ti_sysbios_knl_Task_allBlockedFunction__I
    2000db4d ti_sysbios_knl_Task_blockI__E
    2000d749 ti_sysbios_knl_Task_checkStacks__E
    2000fb3d ti_sysbios_knl_Task_create
    20014b5c ti_sysbios_knl_Task_defaultStackHeap__C
    20014b60 ti_sysbios_knl_Task_defaultStackSize__C
    200125ad ti_sysbios_knl_Task_delete
    20012351 ti_sysbios_knl_Task_disable__E
    20011a2d ti_sysbios_knl_Task_enter__I
    2000d181 ti_sysbios_knl_Task_exit__E
    20014c2a ti_sysbios_knl_Task_initStackFlag__C
    20014b64 ti_sysbios_knl_Task_numConstructedTasks__C
    2000dbf5 ti_sysbios_knl_Task_postInit__I
    20010d51 ti_sysbios_knl_Task_processVitalTaskFlag__I
    20011431 ti_sysbios_knl_Task_restore__E
    2000cf35 ti_sysbios_knl_Task_schedule__I
    20011e1f ti_sysbios_knl_Task_sleepTimeout__I
    200091b9 ti_sysbios_knl_Task_sleep__E
    2000d3b9 ti_sysbios_knl_Task_startCore__E
    200125b1 ti_sysbios_knl_Task_startup__E
    200122f9 ti_sysbios_knl_Task_swapReturn
    2000e355 ti_sysbios_knl_Task_unblockI__E
    2000dc9d ti_sysbios_knl_Task_yield__E
    2001025d uDMAChannelAssign
    2000f6bd uDMAChannelAttributeDisable
    2000f721 uDMAChannelAttributeEnable
    20010b49 uDMAChannelControlSet
    20011c09 uDMAChannelDisable
    20011c25 uDMAChannelEnable
    20011c41 uDMAChannelRequest
    2000c885 uDMAChannelTransferSet
    200121a1 uDMAControlBaseSet
    2001248d uDMADisable
    20012499 uDMAEnable
    200121b5 uDMAIntClear
    200124a5 uDMAIntStatus
    20012237 uDMAIntUnregister
    20006ed5 udp_init
    200070cb udp_process
    20014b68 xdc_runtime_Assert_E_assertFailed__C
    200104a1 xdc_runtime_Assert_raise__I
    20014b6c xdc_runtime_Core_A_initializedParams__C
    20014b70 xdc_runtime_Core_Module__diagsEnabled__C
    20014b74 xdc_runtime_Core_Module__diagsIncluded__C
    20014b78 xdc_runtime_Core_Module__diagsMask__C
    20014c2c xdc_runtime_Core_Module__id__C
    20010f9d xdc_runtime_Core_assignLabel__I
    200104e9 xdc_runtime_Core_assignParams__I
    2000cda1 xdc_runtime_Core_constructObject__I
    2000c291 xdc_runtime_Core_createObject__I
    2000f58d xdc_runtime_Core_deleteObject__I
    20014b7c xdc_runtime_Error_E_memory__C
    20014b80 xdc_runtime_Error_Module__diagsEnabled__C
    20014b84 xdc_runtime_Error_Module__diagsIncluded__C
    20014b88 xdc_runtime_Error_Module__diagsMask__C
    20014c2e xdc_runtime_Error_Module__loggerDefined__C
    20014b8c xdc_runtime_Error_Module__loggerFxn8__C
    20014b90 xdc_runtime_Error_Module__loggerObj__C
    2002cec4 xdc_runtime_Error_Module__state__V
    20012009 xdc_runtime_Error_check__E
    200125b5 xdc_runtime_Error_getSite__E
    200124b1 xdc_runtime_Error_init__E
    20014c30 xdc_runtime_Error_maxDepth__C
    2000bc39 xdc_runtime_Error_policyDefault__E
    20014b94 xdc_runtime_Error_policyFxn__C
    20014959 xdc_runtime_Error_policy__C
    2000f37d xdc_runtime_Error_print__E
    20014b98 xdc_runtime_Error_raiseHook__C
    20011c5d xdc_runtime_Error_raiseX__E
    20010795 xdc_runtime_Error_setX__E
    200124bd xdc_runtime_Gate_enterSystem__E
    20012361 xdc_runtime_Gate_leaveSystem__E
    20014b9c xdc_runtime_IFilterLogger_Interface__BASE__C
    20014ba0 xdc_runtime_IGateProvider_Interface__BASE__C
    20014ba4 xdc_runtime_IHeap_Interface__BASE__C
    20014ba8 xdc_runtime_ILogger_Interface__BASE__C
    20014bac xdc_runtime_IModule_Interface__BASE__C
    20014bb0 xdc_runtime_Log_L_error__C
    20014bb4 xdc_runtime_LoggerBuf_E_badLevel__C
    20011e39 xdc_runtime_LoggerBuf_Handle__label__S
    2002b800 xdc_runtime_LoggerBuf_Instance_State_0_entryArr__A
    20012249 xdc_runtime_LoggerBuf_Instance_finalize__E
    20010c35 xdc_runtime_LoggerBuf_Instance_init__E
    200125b9 xdc_runtime_LoggerBuf_Module_GateProxy_enter__E
    200125bd xdc_runtime_LoggerBuf_Module_GateProxy_leave__E
    20012579 xdc_runtime_LoggerBuf_Module_GateProxy_query__E
    200144ec xdc_runtime_LoggerBuf_Module__FXNS__C
    20014bb8 xdc_runtime_LoggerBuf_Module__gateObj__C
    20014c32 xdc_runtime_LoggerBuf_Module__id__C
    2002cec8 xdc_runtime_LoggerBuf_Module__root__V
    2002ced0 xdc_runtime_LoggerBuf_Module__state__V
    2001152d xdc_runtime_LoggerBuf_Module_startup__E
    2001488c xdc_runtime_LoggerBuf_Object__DESC__C
    20014768 xdc_runtime_LoggerBuf_Object__PARAMS__C
    20014bbc xdc_runtime_LoggerBuf_Object__count__C
    2000fb99 xdc_runtime_LoggerBuf_Object__create__S
    20011a4d xdc_runtime_LoggerBuf_Object__delete__S
    200121c9 xdc_runtime_LoggerBuf_Object__get__S
    2002d2c4 xdc_runtime_LoggerBuf_Object__table__V
    2000f905 xdc_runtime_LoggerBuf_TimestampProxy_get64__E
    200124ff xdc_runtime_LoggerBuf_disable__E
    20012509 xdc_runtime_LoggerBuf_enable__E
    20014c34 xdc_runtime_LoggerBuf_filterByLevel__C
    200107d9 xdc_runtime_LoggerBuf_filterOutEvent__I
    2000f3e9 xdc_runtime_LoggerBuf_getFilterLevel__E
    20011a6d xdc_runtime_LoggerBuf_reset__E
    2000ee7d xdc_runtime_LoggerBuf_setFilterLevel__E
    20014bc0 xdc_runtime_LoggerBuf_statusLogger__C
    20012371 xdc_runtime_LoggerBuf_write0__E
    2001225b xdc_runtime_LoggerBuf_write1__E
    2001226d xdc_runtime_LoggerBuf_write2__E
    2000cbfd xdc_runtime_LoggerBuf_write4__E
    2000b795 xdc_runtime_LoggerBuf_write8__E
    20012579 xdc_runtime_Main_Module_GateProxy_query__E
    200125c1 xdc_runtime_Memory_HeapProxy_alloc__E
    200125c5 xdc_runtime_Memory_HeapProxy_free__E
    20014c36 xdc_runtime_Memory_Module__id__C
    2002ced8 xdc_runtime_Memory_Module__state__V
    2000f235 xdc_runtime_Memory_alloc__E
    200124c9 xdc_runtime_Memory_calloc__E
    20014bc4 xdc_runtime_Memory_defaultHeapInstance__C
    20012381 xdc_runtime_Memory_free__E
    200124d5 xdc_runtime_Memory_getMaxDefaultTypeAlign__E
    20011c79 xdc_runtime_Memory_valloc__E
    2002cedc xdc_runtime_Registry_Module__state__V
    20011a8d xdc_runtime_Registry_findById__E
    2002cee4 xdc_runtime_Startup_Module__state__V
    00000001 xdc_runtime_Startup__EXECFXN__C
    00000001 xdc_runtime_Startup__RESETFXN__C
    20014bc8 xdc_runtime_Startup_execImpl__C
    2000ffa9 xdc_runtime_Startup_exec__E
    2001227f xdc_runtime_Startup_exec__I
    2001495c xdc_runtime_Startup_firstFxns__A
    20014988 xdc_runtime_Startup_firstFxns__C
    20014990 xdc_runtime_Startup_lastFxns__C
    20014bcc xdc_runtime_Startup_maxPasses__C
    2000e22b xdc_runtime_Startup_reset__I
    2001490c xdc_runtime_Startup_sfxnRts__A
    20014bd0 xdc_runtime_Startup_sfxnRts__C
    2001462c xdc_runtime_Startup_sfxnTab__A
    20014bd4 xdc_runtime_Startup_sfxnTab__C
    2000c695 xdc_runtime_Startup_startMods__I
    2002bc00 xdc_runtime_SysMin_Module_State_0_outbuf__A
    2002ceec xdc_runtime_SysMin_Module__state__V
    20011aad xdc_runtime_SysMin_Module_startup__E
    200111e9 xdc_runtime_SysMin_abort__E
    20014bd8 xdc_runtime_SysMin_bufSize__C
    20011c95 xdc_runtime_SysMin_exit__E
    20014c38 xdc_runtime_SysMin_flushAtExit__C
    2001081d xdc_runtime_SysMin_flush__E
    20014bdc xdc_runtime_SysMin_outputFunc__C
    2001186b xdc_runtime_SysMin_output__I
    20010d89 xdc_runtime_SysMin_putch__E
    20012391 xdc_runtime_SysMin_ready__E
    200125c9 xdc_runtime_System_Module_GateProxy_enter__E
    200125cd xdc_runtime_System_Module_GateProxy_leave__E
    20012579 xdc_runtime_System_Module_GateProxy_query__E
    2002cef8 xdc_runtime_System_Module_State_0_atexitHandlers__A
    20014be0 xdc_runtime_System_Module__gateObj__C
    2002cf08 xdc_runtime_System_Module__state__V
    2001255b xdc_runtime_System_Module_startup__E
    200111e9 xdc_runtime_System_SupportProxy_abort__E
    20011c95 xdc_runtime_System_SupportProxy_exit__E
    2001081d xdc_runtime_System_SupportProxy_flush__E
    20010d89 xdc_runtime_System_SupportProxy_putch__E
    20012391 xdc_runtime_System_SupportProxy_ready__E
    20014be4 xdc_runtime_System_abortFxn__C
    20010645 xdc_runtime_System_abortStd__E
    20011cb1 xdc_runtime_System_abort__E
    20011e53 xdc_runtime_System_aprintf__E
    200125d1 xdc_runtime_System_aprintf_va__F
    20010dc1 xdc_runtime_System_atexit__E
    200115a1 xdc_runtime_System_avprintf__E
    20007a91 xdc_runtime_System_doPrint__I
    20014be8 xdc_runtime_System_exitFxn__C
    2001064d xdc_runtime_System_exitStd__E
    20012021 xdc_runtime_System_exit__E
    20014bec xdc_runtime_System_extendFxn__C
    2001081d xdc_runtime_System_flush__E
    2000f9c5 xdc_runtime_System_formatNum__I
    20014bf0 xdc_runtime_System_maxAtexitHandlers__C
    2000c395 xdc_runtime_System_printfExtend__I
    20011e6d xdc_runtime_System_printf__E
    200125d5 xdc_runtime_System_printf_va__F
    20011219 xdc_runtime_System_processAtExit__E
    20011489 xdc_runtime_System_putchar__I
    2001179d xdc_runtime_System_vprintf__E
    200123a1 xdc_runtime_System_vsnprintf__E
    2002cf10 xdc_runtime_Text_Module__state__V
    20014c3a xdc_runtime_Text_charCnt__C
    200125d8 xdc_runtime_Text_charTab__A
    20014bf4 xdc_runtime_Text_charTab__C
    2001145d xdc_runtime_Text_cordText__E
    20014c3c xdc_runtime_Text_isLoaded__C
    20014bf8 xdc_runtime_Text_nameEmpty__C
    20014bfc xdc_runtime_Text_nameStatic__C
    20014c00 xdc_runtime_Text_nameUnknown__C
    200140a4 xdc_runtime_Text_nodeTab__A
    20014c04 xdc_runtime_Text_nodeTab__C
    20010fd1 xdc_runtime_Text_printVisFxn__I
    2000fbf5 xdc_runtime_Text_putLab__E
    2000e3e9 xdc_runtime_Text_putMod__E
    2000e191 xdc_runtime_Text_putSite__E
    20014c3e xdc_runtime_Text_registryModsLastId__C
    20012039 xdc_runtime_Text_ropeText__E
    20014c40 xdc_runtime_Text_unnamedModsLastId__C
    2000fff9 xdc_runtime_Text_visitRope2__I
    20014c08 xdc_runtime_Text_visitRopeFxn__C
    200123b1 xdc_runtime_Text_visitRope__I
    20010b85 xdc_runtime_Text_xprintf__I
    2000f905 xdc_runtime_Timestamp_SupportProxy_get64__E
    2000f905 xdc_runtime_Timestamp_get64__E


    GLOBAL SYMBOLS: SORTED BY Symbol Address

    address name
    -------- ----
    00000000 __ASM__
    00000001 __TI_args_main
    00000001 xdc_runtime_Startup__EXECFXN__C
    00000001 xdc_runtime_Startup__RESETFXN__C
    0000007a __ISA__
    0000008d __PLAT__
    000000b4 __TARG__
    000000d9 __TRDR__
    00002000 __STACK_SIZE
    20004000 ti_sysbios_family_arm_m3_Hwi_resetVectors
    20004ec3 __TI_printfi
    200051cd InitCameraComponents
    20005209 SetCameraResolution
    2000523d ConfigureToCapture
    2000524b CaptureImage
    20005df5 _SlDrvMsgRead
    20006423 osi_InterruptRegister
    2000647b osi_InterruptDeRegister
    20006497 osi_SyncObjCreate
    200064df osi_SyncObjDelete
    200064ed osi_SyncObjSignal
    200064fd osi_SyncObjSignalFromISR
    2000650d osi_SyncObjWait
    20006565 osi_SyncObjClear
    2000657d osi_LockObjCreate
    200065bf osi_TaskCreate
    20006619 osi_TaskDelete
    20006625 osi_LockObjDelete
    20006633 osi_LockObjLock
    2000668b osi_LockObjUnlock
    2000669b osi_Spawn
    200066f1 VStartSimpleLinkSpawnTask
    2000674b VDeleteSimpleLinkSpawnTask
    2000675b mem_Malloc
    20006767 mem_Free
    20006773 mem_set
    20006787 mem_copy
    2000679b osi_EnterCritical
    200067ad osi_ExitCritical
    200067b9 osi_MsgQCreate
    200067ef osi_MsgQDelete
    200067fd osi_MsgQWrite
    20006863 osi_MsgQRead
    200068c5 osi_Sleep
    200068e5 osi_TaskDisable
    200068ed osi_TaskEnable
    200068f9 osi_start
    20006901 osi_ContextSave
    20006903 osi_ContextRestore
    20006925 SimpleLinkWlanEventHandler
    20006985 SimpleLinkNetAppEventHandler
    200069bb SimpleLinkGeneralEventHandler
    200069c5 SimpleLinkSockEventHandler
    200069e7 SimpleLinkHttpServerCallback
    20006c7d connect_wait_for_evt
    20006c8b is_connected
    20006c99 set_image_ready
    20006cb1 clear_image_ready
    20006cd5 connect_task
    20006e65 data_msg_send
    20006ea5 control_msg_send
    20006ed5 udp_init
    20006f7d tcp_init
    20007001 tcp_process
    200070cb udp_process
    20007167 ip_stop
    200071cd ip_task
    200072d9 ti_sysbios_family_arm_m3_Hwi_excDumpRegs__I
    20007739 GPIO_IF_LedConfigure
    20007777 GPIO_IF_LedOn
    2000782b GPIO_IF_LedOff
    200078df GPIO_IF_LedStatus
    20007949 GPIO_IF_LedToggle
    20007977 GPIO_IF_GetPortNPin
    200079bd GPIO_IF_ConfigureNIntEnable
    200079ff GPIO_IF_Set
    20007a39 GPIO_IF_Get
    20007a91 xdc_runtime_System_doPrint__I
    20007dcd ti_sysbios_knl_Semaphore_pend__E
    200080d1 CameraSensorInit
    200080f1 StartSensorInJpegMode
    2000814d CameraSensorResolution
    200083b5 HOSTwrite
    20008401 HOSTunlink
    20008439 HOSTtime
    20008473 HOSTrename
    200084d1 HOSTread
    2000851d HOSTopen
    2000856f HOSTlseek
    200085cb HOSTgetenv
    20008609 HOSTclose
    20008641 HOSTclock
    20008689 _SlDrvRxHdrRead
    200088d1 ti_sysbios_heaps_HeapMem_free__E
    20008b19 sl_WlanConnect
    20008d5d ti_sysbios_heaps_HeapMem_alloc__E
    20008f91 ti_sysbios_knl_Task_Instance_finalize__E
    200091b9 ti_sysbios_knl_Task_sleep__E
    200093c1 ti_sysbios_family_arm_m3_Hwi_excHandlerMax__I
    200095b9 __aeabi_uldivmod
    200097ad _SlDrvReleasePoolObj
    2000997d _SlDrvMsgWrite
    20009b49 DmaSwIntHandler
    20009b5f DmaErrorIntHandler
    20009b6b UDMAInit
    20009bc7 UDMAChannelSelect
    20009bf5 UDMASetupAutoMemTransfer
    20009c29 UDMASetupPingPongTransfer
    20009c83 UDMAStartTransfer
    20009c8f UDMAStopTransfer
    20009c9b UDMADeInit
    20009caf UDMASetupTransfer
    20009d09 ti_sysbios_knl_Task_Instance_init__E
    20009ec5 __aeabi_dsub
    20009ecf __aeabi_dadd
    2000a07d I2CInit
    2000a09b I2CBufferRead
    2000a163 I2CBufferWrite
    2000a22d _SlDrvWaitForPoolObj
    2000a3bd ti_sysbios_knl_Task_Module_startup__E
    2000a549 _SlDrvDriverCBInit
    2000a6bd _SlFindAndSetActiveObj
    2000a82d sl_NetAppPingStart
    2000a995 ti_sysbios_family_arm_m3_Hwi_excBusFault__I
    2000aafd ti_sysbios_knl_Mailbox_Instance_init__E
    2000ac5d ti_sysbios_family_arm_m3_Hwi_excUsageFault__I
    2000adb1 spi_Open
    2000af01 ti_sysbios_family_arm_m3_Hwi_excMemFault__I
    2000b041 sl_Select
    2000b17d ti_sysbios_family_arm_m3_Hwi_dispatchC__I
    2000b2b9 ti_sysbios_heaps_HeapMem_Instance_init__E
    2000b3f1 ti_sysbios_knl_Semaphore_post__E
    2000b529 __aeabi_ddiv
    2000b65f ti_sysbios_BIOS_nullFunc__I
    2000b661 PRCMCC3200MCUInit
    2000b795 xdc_runtime_LoggerBuf_write8__E
    2000b8c5 ti_sysbios_knl_Clock_workFunc__E
    2000b9f1 _SlDrvDataReadOp
    2000bb19 ti_sysbios_knl_Swi_run__I
    2000bc39 xdc_runtime_Error_policyDefault__E
    2000bd59 sl_SendTo
    2000be71 sl_RecvFrom
    2000bf7d sl_Connect
    2000c085 sl_Send
    2000c18d _SlDrvDataWriteOp
    2000c291 xdc_runtime_Core_createObject__I
    2000c395 xdc_runtime_System_printfExtend__I
    2000c499 _SlDrvNetAppEventHandler
    2000c597 __aeabi_dmul
    2000c693 ti_sysbios_gates_GateHwi_Instance_init__E
    2000c695 xdc_runtime_Startup_startMods__I
    2000c791 _SlDrvDriverCBDeinit
    2000c885 uDMAChannelTransferSet
    2000c975 spi_Read
    2000ca51 _SlDrvClassifyRxMsg
    2000cb29 sl_Stop
    2000cbfd xdc_runtime_LoggerBuf_write4__E
    2000ccd1 ti_sysbios_family_arm_m3_Hwi_dispatch__I
    2000cda1 xdc_runtime_Core_constructObject__I
    2000ce6d _sl_HandleAsync_DnsGetHostByService
    2000cf35 ti_sysbios_knl_Task_schedule__I
    2000cffd ti_sysbios_family_arm_m3_Hwi_Module_startup__E
    2000d0c1 _SlRemoveFromList
    2000d181 ti_sysbios_knl_Task_exit__E
    2000d241 _SlDrvMsgReadCmdCtx
    2000d2fd sl_Start
    2000d3b9 ti_sysbios_knl_Task_startCore__E
    2000d475 _SlAsyncEventGenericHandler
    2000d52d sl_NetAppMDNSRegisterUnregisterService
    2000d5e1 ti_sysbios_family_arm_m3_Hwi_excHardFault__I
    2000d695 ti_sysbios_gates_GateMutex_enter__E
    2000d749 ti_sysbios_knl_Task_checkStacks__E
    2000d7fd ti_sysbios_family_arm_m3_Hwi_excDebugMon__I
    2000d8ad IntDisable
    2000d955 IntEnable
    2000d9fd sl_NetCfgGet
    2000daa5 ti_sysbios_knl_Swi_post__E
    2000db4d ti_sysbios_knl_Task_blockI__E
    2000dbf5 ti_sysbios_knl_Task_postInit__I
    2000dc9d ti_sysbios_knl_Task_yield__E
    2000dd45 SPIConfigSetExpClk
    2000dde5 __TI_auto_init
    2000de85 _SlDrvMsgReadSpawnCtx
    2000df21 __aeabi_memcpy
    2000df21 __aeabi_memcpy4
    2000df21 __aeabi_memcpy8
    2000df21 memcpy
    2000dfbd sl_DevGet
    2000e059 ti_sysbios_family_arm_m3_Hwi_Instance_init__E
    2000e0f5 ti_sysbios_knl_Semaphore_Instance_init__E
    2000e191 xdc_runtime_Text_putSite__E
    2000e22b xdc_runtime_Startup_reset__I
    2000e22d PRCMPeripheralClockGet
    2000e2c1 ti_sysbios_knl_Mailbox_post__E
    2000e355 ti_sysbios_knl_Task_unblockI__E
    2000e3e9 xdc_runtime_Text_putMod__E
    2000e595 _sl_HandleAsync_DnsGetHostByName
    2000e621 _sl_HandleAsync_PingResponse
    2000e6ad PinMuxConfig
    2000e739 spi_Write
    2000e7c5 PinConfigSet
    2000e84d sl_Bind
    2000e8d5 ti_sysbios_knl_Mailbox_Module_startup__E
    2000e95d __aeabi_cdcmpeq
    2000e95d __aeabi_cdcmple
    2000e9e3 __aeabi_cdrcmple
    2000ea69 I2CMasterInitExpClk
    2000eaed NwpPowerOnPreamble
    2000eb71 ti_sysbios_family_arm_m3_Hwi_initNVIC__E
    2000ebf5 ti_sysbios_knl_Mailbox_pend__E
    2000ec79 GPIOIntTypeSet
    2000ecfd _SlDrvCmdOp
    2000ee7d xdc_runtime_LoggerBuf_setFilterLevel__E
    2000eefd _sl_HandleAsync_InitComplete
    2000ef79 _sl_HandleAsync_Connect
    2000eff1 __aeabi_memclr
    2000eff1 __aeabi_memclr4
    2000eff1 __aeabi_memclr8
    2000eff3 __aeabi_memset
    2000eff3 __aeabi_memset4
    2000eff3 __aeabi_memset8
    2000eff9 memset
    2000f069 spi_Close
    2000f0e1 sl_Recv
    2000f155 ti_sysbios_family_arm_m3_Hwi_postInit__I
    2000f1c5 ti_sysbios_knl_Mailbox_Instance_finalize__E
    2000f235 xdc_runtime_Memory_alloc__E
    2000f2a5 _SlDrvCmdSend
    2000f323 main
    2000f37d xdc_runtime_Error_print__E
    2000f3e9 xdc_runtime_LoggerBuf_getFilterLevel__E
    2000f455 _sl_NetAppSendTokenValue
    2000f4bd sl_NetCfgSet
    2000f525 sl_WlanSet
    2000f58d xdc_runtime_Core_deleteObject__I
    2000f5f5 ti_sysbios_family_arm_m3_Hwi_create
    2000f659 ti_sysbios_knl_Mailbox_create
    2000f6bd uDMAChannelAttributeDisable
    2000f721 uDMAChannelAttributeEnable
    2000f785 _sl_HandleAsync_Accept
    2000f7e5 sprintf
    2000f845 __TI_writemsg
    2000f86f C$$IO$$
    2000f873 __TI_readmsg
    2000f8a5 sl_WlanPolicySet
    2000f905 ti_sysbios_family_arm_m3_TimestampProvider_get64__E
    2000f905 xdc_runtime_LoggerBuf_TimestampProxy_get64__E
    2000f905 xdc_runtime_Timestamp_SupportProxy_get64__E
    2000f905 xdc_runtime_Timestamp_get64__E
    2000f965 ti_sysbios_knl_Clock_logTick__E
    2000f9c5 xdc_runtime_System_formatNum__I
    2000fa85 sl_Socket
    2000fae1 ti_sysbios_family_arm_m3_Timer_setPeriod__E
    2000fb3d ti_sysbios_knl_Task_create
    2000fb99 xdc_runtime_LoggerBuf_Object__create__S
    2000fbf5 xdc_runtime_Text_putLab__E
    2000fc51 ltoa
    2000fcad IntPendClear
    2000fd05 PRCMPeripheralReset
    2000fd5d ti_sysbios_knl_Swi_restoreHwi__E
    2000fdb5 ti_sysbios_knl_Swi_schedule__I
    2000fe0d _sl_HandleAsync_Select
    2000fe61 sl_WlanRxFilterSet
    2000feb5 ti_sysbios_family_arm_m3_Timer_start__E
    2000ff09 PRCMCameraFreqSet
    2000ff59 _sl_HandleAsync_Stop
    2000ffa9 xdc_runtime_Startup_exec__E
    2000fff9 xdc_runtime_Text_visitRope2__I
    20010049 SPIIntEnable
    20010095 _SlDrvProtectAsyncRespSetting
    200100e1 _SlDrvRxIrqHandler
    2001012d _sl_BuildAddress
    20010179 atoi
    200101c5 ti_sysbios_family_arm_m3_TaskSupport_buildTaskStack
    20010211 ti_sysbios_knl_Swi_runLoop__I
    2001025d uDMAChannelAssign
    200102a9 SPIIntClear
    200102f1 _SlDrvBasicCmd
    20010339 __aeabi_d2iz
    20010381 ti_sysbios_family_arm_m3_Hwi_excReserved__I
    200103c9 ti_sysbios_family_arm_m3_Hwi_initStacks__E
    20010411 ti_sysbios_family_arm_m3_Timer_initDevice__I
    20010459 ti_sysbios_heaps_HeapMem_getStats__E
    200104a1 xdc_runtime_Assert_raise__I
    200104e9 xdc_runtime_Core_assignParams__I
    20010575 _c_int00
    200105fd copy_in
    20010641 C$$EXIT
    20010645 abort
    20010645 xdc_runtime_System_abortStd__E
    2001064d exit
    2001064d xdc_runtime_System_exitStd__E
    20010685 _Dtest
    200106c9 ti_sysbios_family_arm_m3_Hwi_disableInterrupt__E
    200106c9 ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E
    200106c9 ti_sysbios_hal_Hwi_disableInterrupt__E
    2001070d ti_sysbios_family_arm_m3_Hwi_enableInterrupt__E
    2001070d ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E
    2001070d ti_sysbios_hal_Hwi_enableInterrupt__E
    20010751 ti_sysbios_knl_Task_allBlockedFunction__I
    20010795 xdc_runtime_Error_setX__E
    200107d9 xdc_runtime_LoggerBuf_filterOutEvent__I
    2001081d xdc_runtime_SysMin_flush__E
    2001081d xdc_runtime_System_SupportProxy_flush__E
    2001081d xdc_runtime_System_flush__E
    20010861 __aeabi_uidivmod
    200108a3 sl_Htonl
    200108e5 PinModeSet
    20010925 ti_sysbios_family_arm_m3_Timer_Module_startup__E
    20010965 ti_sysbios_knl_Mailbox_postInit__I
    200109a5 CopyPingResultsToReport
    200109e1 PRCMPeripheralClkEnable
    20010a1d _sl_TruncatePayloadByProtocol
    20010a59 sl_Htons
    20010a95 ti_sysbios_family_arm_m3_Hwi_excSvCall__I
    20010ad1 ti_sysbios_heaps_HeapMem_init__I
    20010b0d ti_sysbios_knl_Swi_startup__E
    20010b49 uDMAChannelControlSet
    20010b85 xdc_runtime_Text_xprintf__I
    20010bc1 CameraCaptureStop
    20010bfb CameraXClkConfig
    20010c35 xdc_runtime_LoggerBuf_Instance_init__E
    20010c71 NwpPowerOff
    20010ca9 ti_sysbios_family_arm_m3_Hwi_excNoIsr__I
    20010ce1 ti_sysbios_family_arm_m3_Hwi_getStackInfo__E
    20010ce1 ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E
    20010ce1 ti_sysbios_hal_Hwi_getStackInfo__E
    20010d19 ti_sysbios_family_arm_m3_TaskSupport_start__E
    20010d19 ti_sysbios_knl_Task_SupportProxy_start__E
    20010d51 ti_sysbios_knl_Task_processVitalTaskFlag__I
    20010d89 xdc_runtime_SysMin_putch__E
    20010d89 xdc_runtime_System_SupportProxy_putch__E
    20010dc1 xdc_runtime_System_atexit__E
    20010df9 sl_NetAppMDNSUnRegisterService
    20010e2f CameraParamsConfig
    20010e65 PRCMPeripheralStatusGet
    20010e99 SPIFIFOLevelSet
    20010ecd ti_sysbios_family_arm_m3_Hwi_excNmi__I
    20010f01 ti_sysbios_family_arm_m3_Timer_periodicStub__I
    20010f35 ti_sysbios_hal_Hwi_checkStack
    20010f69 ti_sysbios_knl_Semaphore_create
    20010f9d xdc_runtime_Core_assignLabel__I
    20010fd1 xdc_runtime_Text_printVisFxn__I
    20011005 ti_sysbios_knl_Semaphore_pendTimeout__I
    20011037 _SlDrvDeviceEventHandler
    20011069 sl_Close
    20011099 sl_WlanProfileDel
    200110c9 sl_WlanSetMode
    200110f9 ti_sysbios_BIOS_atExitFunc__I
    20011129 ti_sysbios_gates_GateHwi_Object__create__S
    20011159 ti_sysbios_gates_GateMutex_Object__create__S
    20011189 ti_sysbios_heaps_HeapMem_Object__create__S
    200111b9 ti_sysbios_knl_Semaphore_construct
    200111e9 xdc_runtime_SysMin_abort__E
    200111e9 xdc_runtime_System_SupportProxy_abort__E
    20011219 xdc_runtime_System_processAtExit__E
    20011249 malloc
    20011277 __aeabi_i2d
    200112a5 CameraIntDisable
    200112d1 CameraIntEnable
    200112fd DmaSpiSwIntHandler
    20011329 NwpPowerOn
    20011355 PRCMSysResetCauseGet
    20011381 ti_sysbios_family_arm_m3_Hwi_Instance_finalize__E
    200113ad ti_sysbios_hal_Hwi_initStack
    200113d9 ti_sysbios_knl_Clock_doTick__I
    20011405 ti_sysbios_knl_Queue_construct
    20011431 ti_sysbios_knl_Task_restore__E
    2001145d xdc_runtime_Text_cordText__E
    20011489 xdc_runtime_System_putchar__I
    200114b5 CameraIntStatus
    200114dd PRCMPeripheralClkDisable
    20011505 SL_FD_ISSET
    2001152d xdc_runtime_LoggerBuf_Module_startup__E
    20011555 CameraThresholdSet
    2001157b NwpRegisterInterruptHandler
    200115a1 xdc_runtime_System_avprintf__E
    200115c9 CameraIntClear
    200115ed IntUnregister
    20011611 _SlDrvProtectionObjLockWaitForever
    20011635 ti_sysbios_BIOS_errorRaiseHook__I
    20011659 ti_sysbios_BIOS_registerRTSLock__I
    2001167d ti_sysbios_BIOS_removeRTSLock__I
    200116a1 ti_sysbios_BIOS_startFunc__I
    200116c5 ti_sysbios_family_arm_m3_Hwi_doTaskRestore__I
    200116e9 ti_sysbios_family_arm_m3_Timer_startup__E
    200116e9 ti_sysbios_hal_Timer_TimerProxy_startup__E
    200116e9 ti_sysbios_hal_Timer_startup__E
    200116e9 ti_sysbios_knl_Clock_TimerProxy_startup__E
    2001170d ti_sysbios_gates_GateMutex_Object__delete__S
    20011731 ti_sysbios_knl_Clock_Module_startup__E
    20011755 ti_sysbios_knl_Semaphore_Object__delete__S
    20011779 ti_sysbios_knl_Swi_Module_startup__E
    2001179d xdc_runtime_System_vprintf__E
    200117c1 CameraCaptureStart
    200117e3 I2CMasterSlaveAddrSet
    20011805 SL_FD_SET
    20011827 SPIReset
    20011849 SPIWordCountSet
    2001186b xdc_runtime_SysMin_output__I
    2001188d GPIOPinWrite
    200118ad IntRegister
    200118cd _SlDrvProtectionObjUnLock
    200118ed ti_sysbios_family_arm_m3_Hwi_Object__delete__S
    2001190d ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I
    2001192d ti_sysbios_family_arm_m3_Hwi_excHandler__I
    2001194d ti_sysbios_family_arm_m3_TimestampProvider_Module_startup__E
    2001196d ti_sysbios_gates_GateHwi_Object__delete__S
    2001198d ti_sysbios_heaps_HeapMem_Object__delete__S
    200119ad ti_sysbios_knl_Idle_run__E
    200119cd ti_sysbios_knl_Mailbox_Object__delete__S
    200119ed ti_sysbios_knl_Semaphore_Object__destruct__S
    20011a0d ti_sysbios_knl_Task_Object__delete__S
    20011a2d ti_sysbios_knl_Task_enter__I
    20011a4d xdc_runtime_LoggerBuf_Object__delete__S
    20011a6d xdc_runtime_LoggerBuf_reset__E
    20011a8d xdc_runtime_Registry_findById__E
    20011aad xdc_runtime_SysMin_Module_startup__E
    20011acd I2CMasterIntStatusEx
    20011b09 ti_sysbios_family_xxx_Hwi_switchAndRunFunc
    20011b27 PinTypeI2C
    20011b43 _SlDrvObjLockWaitForever
    20011b5f _SlDrvSyncObjWaitForever
    20011b7b memccpy
    20011b99 ti_sysbios_BIOS_rtsLock__I
    20011bb5 ti_sysbios_family_arm_m3_Hwi_setPriority__E
    20011bd1 ti_sysbios_gates_GateMutex_Instance_init__E
    20011bed ti_sysbios_knl_Queue_Object__destruct__S
    20011c09 uDMAChannelDisable
    20011c25 uDMAChannelEnable
    20011c41 uDMAChannelRequest
    20011c5d xdc_runtime_Error_raiseX__E
    20011c79 xdc_runtime_Memory_valloc__E
    20011c95 xdc_runtime_SysMin_exit__E
    20011c95 xdc_runtime_System_SupportProxy_exit__E
    20011cb1 xdc_runtime_System_abort__E
    20011ccd GPIOIntEnable
    20011ce7 PinTypeCamera
    20011d01 SPIDmaDisable
    20011d1b SPIDmaEnable
    20011d35 SPIFIFODisable
    20011d4f SPIFIFOEnable
    20011d69 ti_sysbios_family_arm_m3_Hwi_Handle__label__S
    20011d83 ti_sysbios_family_arm_m3_Hwi_pendSV__I
    20011d9b ti_sysbios_family_arm_m3_Hwi_return
    20011d9d ti_sysbios_gates_GateHwi_Handle__label__S
    20011db7 ti_sysbios_gates_GateMutex_Handle__label__S
    20011dd1 ti_sysbios_heaps_HeapMem_Handle__label__S
    20011deb ti_sysbios_knl_Swi_Handle__label__S
    20011e05 ti_sysbios_knl_Task_Handle__label__S
    20011e1f ti_sysbios_knl_Task_sleepTimeout__I
    20011e39 xdc_runtime_LoggerBuf_Handle__label__S
    20011e53 xdc_runtime_System_aprintf__E
    20011e6d xdc_runtime_System_printf__E
    20011e87 CameraReset
    20011e9f GPIOPinRead
    20011eb7 SPICSDisable
    20011ecf SPICSEnable
    20011ee7 SPIDisable
    20011eff SPIEnable
    20011f17 _SlDrvObjUnLock
    20011f2f _SlDrvSyncObjSignal
    20011f49 _sl_GetStartResponseConvert
    20011f61 free
    20011f79 _args_main
    20011f91 __aeabi_lmul
    20011fa9 ti_sysbios_BIOS_rtsUnlock__I
    20011fc1 ti_sysbios_family_arm_m3_Hwi_Module__startupDone__F
    20011fc1 ti_sysbios_family_arm_m3_Hwi_Module__startupDone__S
    20011fd9 ti_sysbios_family_arm_m3_Timer_Module__startupDone__F
    20011fd9 ti_sysbios_family_arm_m3_Timer_Module__startupDone__S
    20011ff1 ti_sysbios_gates_GateMutex_leave__E
    20012009 xdc_runtime_Error_check__E
    20012021 xdc_runtime_System_exit__E
    20012039 xdc_runtime_Text_ropeText__E
    20012051 CameraDMAEnable
    20012067 CameraIntRegister
    2001207d I2CMasterDataPut
    20012093 I2CMasterEnable
    200120a9 PRCMHIBRegRead
    200120bf PRCMHIBRegWrite
    200120d5 _SlDrvMemZero
    200120eb ti_sysbios_BIOS_exitFunc__I
    20012101 CPUcpsie
    20012115 GPIOIntClear
    20012129 _register_unlock
    2001212f _register_lock
    20012137 _nop
    2001213d strlen
    20012151 ti_sysbios_family_arm_m3_Hwi_Object__get__S
    20012165 ti_sysbios_family_arm_m3_Hwi_switchFromBootStack__E
    20012165 ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E
    20012179 ti_sysbios_heaps_HeapMem_Object__get__S
    2001218d ti_sysbios_knl_Swi_Object__get__S
    200121a1 uDMAControlBaseSet
    200121b5 uDMAIntClear
    200121c9 xdc_runtime_LoggerBuf_Object__get__S
    200121dd I2CMasterControl
    200121ef I2CMasterIntClearEx
    20012201 __TI_zero_init
    20012213 ti_sysbios_hal_Hwi_Module_startup__E
    20012225 ti_sysbios_hal_Timer_Module_startup__E
    20012237 uDMAIntUnregister
    20012249 xdc_runtime_LoggerBuf_Instance_finalize__E
    2001225b xdc_runtime_LoggerBuf_write1__E
    2001226d xdc_runtime_LoggerBuf_write2__E
    2001227f xdc_runtime_Startup_exec__I
    20012291 SL_FD_ZERO
    200122a1 strcpy
    200122b1 ti_sysbios_BIOS_setThreadType__E
    200122c1 ti_sysbios_BIOS_start__E
    200122d1 ti_sysbios_family_arm_m3_Hwi_getHandle__E
    200122e1 ti_sysbios_family_arm_m3_TaskSupport_glue
    200122f1 ti_sysbios_family_arm_m3_TaskSupport_swap__E
    200122f1 ti_sysbios_knl_Task_SupportProxy_swap__E
    200122f9 ti_sysbios_knl_Task_swapReturn
    20012301 ti_sysbios_gates_GateMutex_Instance_finalize__E
    20012311 ti_sysbios_knl_Mailbox_Object__get__S
    20012321 ti_sysbios_knl_Semaphore_Instance_finalize__E
    20012331 ti_sysbios_knl_Swi_disable__E
    20012341 ti_sysbios_knl_Task_Object__get__S
    20012351 ti_sysbios_knl_Task_disable__E
    20012361 xdc_runtime_Gate_leaveSystem__E
    20012371 xdc_runtime_LoggerBuf_write0__E
    20012381 xdc_runtime_Memory_free__E
    20012391 xdc_runtime_SysMin_ready__E
    20012391 xdc_runtime_System_SupportProxy_ready__E
    200123a1 xdc_runtime_System_vsnprintf__E
    200123b1 xdc_runtime_Text_visitRope__I
    200123c1 I2CMasterDataGet
    200123cf _SlDrvResetCmdExt
    200123dd __TI_decompress_none
    200123eb _Dclass
    200123f9 ti_sysbios_knl_Queue_empty__E
    20012409 NwpMaskInterrupt
    20012415 NwpUnMaskInterrupt
    20012421 sl_WlanDisconnect
    2001242d ti_sysbios_family_arm_m3_Hwi_Params__init__S
    20012439 ti_sysbios_family_arm_m3_Hwi_disableFxn__E
    20012439 ti_sysbios_hal_Hwi_HwiProxy_disable__E
    20012439 ti_sysbios_hal_Hwi_disable__E
    20012445 ti_sysbios_family_arm_m3_TaskSupport_checkStack__E
    20012445 ti_sysbios_knl_Task_SupportProxy_checkStack__E
    20012451 ti_sysbios_family_arm_m3_TaskSupport_getStackAlignment__E
    20012451 ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E
    2001245d ti_sysbios_gates_GateHwi_enter__E
    20012469 ti_sysbios_knl_Queue_Object__get__S
    20012475 ti_sysbios_knl_Semaphore_Params__init__S
    20012481 ti_sysbios_knl_Task_Params__init__S
    2001248d uDMADisable
    20012499 uDMAEnable
    200124a5 uDMAIntStatus
    200124b1 xdc_runtime_Error_init__E
    200124bd xdc_runtime_Gate_enterSystem__E
    200124c9 xdc_runtime_Memory_calloc__E
    200124d5 xdc_runtime_Memory_getMaxDefaultTypeAlign__E
    200124e1 IntMasterEnable
    200124ff xdc_runtime_LoggerBuf_disable__E
    20012509 xdc_runtime_LoggerBuf_enable__E
    20012513 ti_sysbios_family_arm_m3_Hwi_doSwiRestore__I
    2001251b ti_sysbios_family_arm_m3_Hwi_startup__E
    2001251b ti_sysbios_hal_Hwi_HwiProxy_startup__E
    2001251b ti_sysbios_hal_Hwi_startup__E
    20012523 ti_sysbios_knl_Idle_loop__E
    2001252b MT9D111Delay
    20012531 UtilsDelay
    20012537 __xdc__init
    2001253d __TI_decompress_rle24
    20012543 ti_sysbios_family_arm_m3_Hwi_restoreFxn__E
    20012543 ti_sysbios_hal_Hwi_HwiProxy_restore__E
    20012543 ti_sysbios_hal_Hwi_restore__E
    20012549 ti_sysbios_gates_GateHwi_leave__E
    2001254f ti_sysbios_heaps_HeapMem_isBlocking__E
    20012555 ti_sysbios_knl_Queue_Instance_init__E
    2001255b xdc_runtime_System_Module_startup__E
    20012561 LoggerBuf_instanceStartup
    20012565 ti_sysbios_BIOS_RtsGateProxy_enter__E
    20012569 ti_sysbios_BIOS_RtsGateProxy_leave__E
    2001256d ti_sysbios_family_arm_m3_Hwi_delete
    20012571 ti_sysbios_family_arm_m3_TaskSupport_Module__startupDone__S
    20012575 ti_sysbios_family_arm_m3_Timer_getMaxTicks__E
    20012579 ti_sysbios_gates_GateHwi_query__E
    20012579 xdc_runtime_LoggerBuf_Module_GateProxy_query__E
    20012579 xdc_runtime_Main_Module_GateProxy_query__E
    20012579 xdc_runtime_System_Module_GateProxy_query__E
    2001257d ti_sysbios_BIOS_RtsGateProxy_query__E
    2001257d ti_sysbios_gates_GateMutex_query__E
    2001257d ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E
    20012581 ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S
    20012585 ti_sysbios_hal_Timer_TimerProxy_Module__startupDone__S
    20012589 ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E
    2001258d ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E
    20012591 ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S
    20012595 ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E
    20012599 ti_sysbios_knl_Mailbox_delete
    2001259d ti_sysbios_knl_Queue_destruct
    200125a1 ti_sysbios_knl_Semaphore_delete
    200125a5 ti_sysbios_knl_Semaphore_destruct
    200125a9 ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S
    200125ad ti_sysbios_knl_Task_delete
    200125b1 ti_sysbios_knl_Task_startup__E
    200125b5 xdc_runtime_Error_getSite__E
    200125b9 xdc_runtime_LoggerBuf_Module_GateProxy_enter__E
    200125bd xdc_runtime_LoggerBuf_Module_GateProxy_leave__E
    200125c1 xdc_runtime_Memory_HeapProxy_alloc__E
    200125c5 xdc_runtime_Memory_HeapProxy_free__E
    200125c9 xdc_runtime_System_Module_GateProxy_enter__E
    200125cd xdc_runtime_System_Module_GateProxy_leave__E
    200125d1 xdc_runtime_System_aprintf_va__F
    200125d5 xdc_runtime_System_printf_va__F
    200125d8 xdc_runtime_Text_charTab__A
    20013ea2 _ctypes_
    200140a4 xdc_runtime_Text_nodeTab__A
    20014438 OpcodeTranslateTable
    20014474 _SlPolicySetCmdCtrl
    20014478 _SlPolicyGetCmdCtrl
    2001447c _SlProfileGetCmdCtrl
    20014480 _SlProfileDelCmdCtrl
    20014484 _SlWlanGetNetworkListCtrl
    20014488 _SlRxFilterAddtCmdCtrl
    2001448c _SlRxFilterSetCmdCtrl
    20014490 _SlRxFilterGetCmdCtrl
    20014494 _SlSmartConfigStartCmdCtrl
    20014498 _SlWlanSetModeCmdCtrl
    2001449c _SlWlanCfgSetCmdCtrl
    200144a0 _SlWlanCfgGetCmdCtrl
    200144b0 ti_sysbios_knl_Task_Object__PARAMS__C
    200144ec xdc_runtime_LoggerBuf_Module__FXNS__C
    20014528 _SlActionLookupTable
    20014560 g_H2NSyncPattern
    20014568 g_H2NCnysPattern
    20014570 RxMsgClassLUT
    20014594 _SlSockSocketCmdCtrl
    20014598 _SlSockCloseCmdCtrl
    2001459c _SlRecvfomCmdCtrl
    200145a0 _SlSendCmdCtrl
    200145a4 _SlListenCmdCtrl
    200145a8 _SlAcceptCmdCtrl
    200145ac _SlRecvCmdCtrl
    200145b0 _SlSetSockOptCmdCtrl
    200145b4 _SlGetSockOptCmdCtrl
    200145b8 _SlSelectCmdCtrl
    200145c8 ti_sysbios_knl_Mailbox_Object__PARAMS__C
    200145fc ti_sysbios_family_arm_m3_Hwi_Object__PARAMS__C
    2001462c xdc_runtime_Startup_sfxnTab__A
    20014688 _SlNetAppStartCtrl
    2001468c _SlNetAppStopCtrl
    20014690 _SlGetServiceListeCtrl
    20014694 _SlRegisterServiceCtrl
    20014698 _SlGetHostByServiceCtrl
    2001469c _SlGetHostByNameCtrl
    200146a0 _SlNetAppSetCmdCtrl
    200146a4 _SlNetAppSendTokenValueCmdCtrl
    200146a8 _SlNetAppGetCmdCtrl
    200146b0 ti_sysbios_heaps_HeapMem_Module__FXNS__C
    200146d8 ti_sysbios_gates_GateHwi_Module__FXNS__C
    200146fc ti_sysbios_gates_GateMutex_Module__FXNS__C
    20014720 ti_sysbios_heaps_HeapMem_Object__PARAMS__C
    20014744 ti_sysbios_knl_Semaphore_Object__PARAMS__C
    20014768 xdc_runtime_LoggerBuf_Object__PARAMS__C
    2001478c ti_sysbios_family_arm_m3_Hwi_Object__DESC__C
    200147ac ti_sysbios_gates_GateHwi_Object__DESC__C
    200147cc ti_sysbios_gates_GateMutex_Object__DESC__C
    200147ec ti_sysbios_heaps_HeapMem_Object__DESC__C
    2001480c ti_sysbios_knl_Mailbox_Object__DESC__C
    2001482c ti_sysbios_knl_Queue_Object__DESC__C
    2001484c ti_sysbios_knl_Semaphore_Object__DESC__C
    2001486c ti_sysbios_knl_Task_Object__DESC__C
    2001488c xdc_runtime_LoggerBuf_Object__DESC__C
    200148c4 ti_sysbios_gates_GateHwi_Object__PARAMS__C
    200148dc ti_sysbios_gates_GateMutex_Object__PARAMS__C
    200148f4 ti_sysbios_knl_Queue_Object__PARAMS__C
    2001490c xdc_runtime_Startup_sfxnRts__A
    20014924 _SlStopCmdCtrl
    20014928 _SlEventMaskSetCmdCtrl
    2001492c _SlEventMaskGetCmdCtrl
    20014930 _SlDeviceGetCmdCtrl
    20014934 _SlDeviceSetCmdCtrl
    20014949 _SlPayloadByProtocolLUT
    20014959 xdc_runtime_Error_policy__C
    2001495a ti_sysbios_family_arm_m3_Hwi_Module__id__C
    2001495c xdc_runtime_Startup_firstFxns__A
    20014968 StartResponseLUT
    20014970 _SlNetCfgSetCmdCtrl
    20014974 _SlNetCfgGetCmdCtrl
    20014978 ti_sysbios_family_arm_m3_Hwi_excHookFuncs__A
    20014980 ti_sysbios_knl_Idle_funcList__C
    20014988 xdc_runtime_Startup_firstFxns__C
    20014990 xdc_runtime_Startup_lastFxns__C
    20014998 ti_sysbios_family_arm_m3_Hwi_E_NMI__C
    2001499c ti_sysbios_family_arm_m3_Hwi_E_alreadyDefined__C
    200149a0 ti_sysbios_family_arm_m3_Hwi_E_busFault__C
    200149a4 ti_sysbios_family_arm_m3_Hwi_E_debugMon__C
    200149a8 ti_sysbios_family_arm_m3_Hwi_E_hardFault__C
    200149ac ti_sysbios_family_arm_m3_Hwi_E_memFault__C
    200149b0 ti_sysbios_family_arm_m3_Hwi_E_noIsr__C
    200149b4 ti_sysbios_family_arm_m3_Hwi_E_reserved__C
    200149b8 ti_sysbios_family_arm_m3_Hwi_E_svCall__C
    200149bc ti_sysbios_family_arm_m3_Hwi_E_usageFault__C
    200149c0 ti_sysbios_family_arm_m3_Hwi_LD_end__C
    200149c4 ti_sysbios_family_arm_m3_Hwi_LM_begin__C
    200149c8 ti_sysbios_family_arm_m3_Hwi_Module__diagsEnabled__C
    200149cc ti_sysbios_family_arm_m3_Hwi_Module__diagsIncluded__C
    200149d0 ti_sysbios_family_arm_m3_Hwi_Module__diagsMask__C
    200149d4 ti_sysbios_family_arm_m3_Hwi_Module__loggerFxn1__C
    200149d8 ti_sysbios_family_arm_m3_Hwi_Module__loggerFxn8__C
    200149dc ti_sysbios_family_arm_m3_Hwi_Module__loggerObj__C
    200149e0 ti_sysbios_family_arm_m3_Hwi_NUM_INTERRUPTS__C
    200149e4 ti_sysbios_family_arm_m3_Hwi_Object__count__C
    200149e8 ti_sysbios_family_arm_m3_Hwi_ccr__C
    200149ec ti_sysbios_family_arm_m3_Hwi_excHandlerFunc__C
    200149f0 ti_sysbios_family_arm_m3_Hwi_excHookFuncs__C
    200149f4 ti_sysbios_family_arm_m3_Hwi_nullIsrFunc__C
    200149f8 ti_sysbios_family_arm_m3_Hwi_priGroup__C
    200149fc ti_sysbios_family_arm_m3_TaskSupport_stackAlignment__C
    20014a00 ti_sysbios_family_arm_m3_Timer_E_cannotSupport__C
    20014a04 ti_sysbios_family_arm_m3_Timer_startupNeeded__C
    20014a08 ti_sysbios_gates_GateMutex_A_badContext__C
    20014a0c ti_sysbios_gates_GateMutex_Instance_State_sem__O
    20014a10 ti_sysbios_gates_GateMutex_Module__diagsEnabled__C
    20014a14 ti_sysbios_gates_GateMutex_Module__diagsIncluded__C
    20014a18 ti_sysbios_gates_GateMutex_Module__diagsMask__C
    20014a1c ti_sysbios_hal_Hwi_E_stackOverflow__C
    20014a20 ti_sysbios_heaps_HeapMem_A_align__C
    20014a24 ti_sysbios_heaps_HeapMem_A_heapSize__C
    20014a28 ti_sysbios_heaps_HeapMem_A_invalidFree__C
    20014a2c ti_sysbios_heaps_HeapMem_A_zeroBlock__C
    20014a30 ti_sysbios_heaps_HeapMem_E_memory__C
    20014a34 ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C
    20014a38 ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C
    20014a3c ti_sysbios_heaps_HeapMem_Module__diagsMask__C
    20014a40 ti_sysbios_heaps_HeapMem_Module__gateObj__C
    20014a44 ti_sysbios_heaps_HeapMem_Object__count__C
    20014a48 ti_sysbios_heaps_HeapMem_reqAlign__C
    20014a4c ti_sysbios_knl_Clock_LM_begin__C
    20014a50 ti_sysbios_knl_Clock_LM_tick__C
    20014a54 ti_sysbios_knl_Clock_LW_delayed__C
    20014a58 ti_sysbios_knl_Clock_Module_State_clockQ__O
    20014a5c ti_sysbios_knl_Clock_Module__diagsEnabled__C
    20014a60 ti_sysbios_knl_Clock_Module__diagsIncluded__C
    20014a64 ti_sysbios_knl_Clock_Module__diagsMask__C
    20014a68 ti_sysbios_knl_Clock_Module__loggerFxn1__C
    20014a6c ti_sysbios_knl_Clock_Module__loggerFxn2__C
    20014a70 ti_sysbios_knl_Clock_Module__loggerObj__C
    20014a74 ti_sysbios_knl_Clock_tickPeriod__C
    20014a78 ti_sysbios_knl_Idle_funcList__A
    20014a7c ti_sysbios_knl_Mailbox_A_invalidBufSize__C
    20014a80 ti_sysbios_knl_Mailbox_Instance_State_dataQue__O
    20014a84 ti_sysbios_knl_Mailbox_Instance_State_dataSem__O
    20014a88 ti_sysbios_knl_Mailbox_Instance_State_freeQue__O
    20014a8c ti_sysbios_knl_Mailbox_Instance_State_freeSem__O
    20014a90 ti_sysbios_knl_Mailbox_Module__diagsEnabled__C
    20014a94 ti_sysbios_knl_Mailbox_Module__diagsIncluded__C
    20014a98 ti_sysbios_knl_Mailbox_Module__diagsMask__C
    20014a9c ti_sysbios_knl_Mailbox_Object__count__C
    20014aa0 ti_sysbios_knl_Mailbox_maxTypeAlign__C
    20014aa4 ti_sysbios_knl_Semaphore_A_badContext__C
    20014aa8 ti_sysbios_knl_Semaphore_A_noEvents__C
    20014aac ti_sysbios_knl_Semaphore_A_overflow__C
    20014ab0 ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C
    20014ab4 ti_sysbios_knl_Semaphore_Instance_State_pendQ__O
    20014ab8 ti_sysbios_knl_Semaphore_LM_pend__C
    20014abc ti_sysbios_knl_Semaphore_LM_post__C
    20014ac0 ti_sysbios_knl_Semaphore_Module__diagsEnabled__C
    20014ac4 ti_sysbios_knl_Semaphore_Module__diagsIncluded__C
    20014ac8 ti_sysbios_knl_Semaphore_Module__diagsMask__C
    20014acc ti_sysbios_knl_Semaphore_Module__loggerFxn2__C
    20014ad0 ti_sysbios_knl_Semaphore_Module__loggerFxn4__C
    20014ad4 ti_sysbios_knl_Semaphore_Module__loggerObj__C
    20014ad8 ti_sysbios_knl_Swi_LD_end__C
    20014adc ti_sysbios_knl_Swi_LM_begin__C
    20014ae0 ti_sysbios_knl_Swi_LM_post__C
    20014ae4 ti_sysbios_knl_Swi_Module__diagsEnabled__C
    20014ae8 ti_sysbios_knl_Swi_Module__diagsIncluded__C
    20014aec ti_sysbios_knl_Swi_Module__diagsMask__C
    20014af0 ti_sysbios_knl_Swi_Module__loggerFxn1__C
    20014af4 ti_sysbios_knl_Swi_Module__loggerFxn4__C
    20014af8 ti_sysbios_knl_Swi_Module__loggerObj__C
    20014afc ti_sysbios_knl_Swi_Object__count__C
    20014b00 ti_sysbios_knl_Task_A_badPriority__C
    20014b04 ti_sysbios_knl_Task_A_badTaskState__C
    20014b08 ti_sysbios_knl_Task_A_badThreadType__C
    20014b0c ti_sysbios_knl_Task_A_badTimeout__C
    20014b10 ti_sysbios_knl_Task_A_noPendElem__C
    20014b14 ti_sysbios_knl_Task_A_sleepTaskDisabled__C
    20014b18 ti_sysbios_knl_Task_E_spOutOfBounds__C
    20014b1c ti_sysbios_knl_Task_E_stackOverflow__C
    20014b20 ti_sysbios_knl_Task_LD_block__C
    20014b24 ti_sysbios_knl_Task_LD_exit__C
    20014b28 ti_sysbios_knl_Task_LD_ready__C
    20014b2c ti_sysbios_knl_Task_LM_sleep__C
    20014b30 ti_sysbios_knl_Task_LM_switch__C
    20014b34 ti_sysbios_knl_Task_LM_yield__C
    20014b38 ti_sysbios_knl_Task_Module_State_inactiveQ__O
    20014b3c ti_sysbios_knl_Task_Module__diagsEnabled__C
    20014b40 ti_sysbios_knl_Task_Module__diagsIncluded__C
    20014b44 ti_sysbios_knl_Task_Module__diagsMask__C
    20014b48 ti_sysbios_knl_Task_Module__loggerFxn2__C
    20014b4c ti_sysbios_knl_Task_Module__loggerFxn4__C
    20014b50 ti_sysbios_knl_Task_Module__loggerObj__C
    20014b54 ti_sysbios_knl_Task_Object__count__C
    20014b58 ti_sysbios_knl_Task_allBlockedFunc__C
    20014b5c ti_sysbios_knl_Task_defaultStackHeap__C
    20014b60 ti_sysbios_knl_Task_defaultStackSize__C
    20014b64 ti_sysbios_knl_Task_numConstructedTasks__C
    20014b68 xdc_runtime_Assert_E_assertFailed__C
    20014b6c xdc_runtime_Core_A_initializedParams__C
    20014b70 xdc_runtime_Core_Module__diagsEnabled__C
    20014b74 xdc_runtime_Core_Module__diagsIncluded__C
    20014b78 xdc_runtime_Core_Module__diagsMask__C
    20014b7c xdc_runtime_Error_E_memory__C
    20014b80 xdc_runtime_Error_Module__diagsEnabled__C
    20014b84 xdc_runtime_Error_Module__diagsIncluded__C
    20014b88 xdc_runtime_Error_Module__diagsMask__C
    20014b8c xdc_runtime_Error_Module__loggerFxn8__C
    20014b90 xdc_runtime_Error_Module__loggerObj__C
    20014b94 xdc_runtime_Error_policyFxn__C
    20014b98 xdc_runtime_Error_raiseHook__C
    20014b9c xdc_runtime_IFilterLogger_Interface__BASE__C
    20014ba0 xdc_runtime_IGateProvider_Interface__BASE__C
    20014ba4 xdc_runtime_IHeap_Interface__BASE__C
    20014ba8 xdc_runtime_ILogger_Interface__BASE__C
    20014bac xdc_runtime_IModule_Interface__BASE__C
    20014bb0 xdc_runtime_Log_L_error__C
    20014bb4 xdc_runtime_LoggerBuf_E_badLevel__C
    20014bb8 xdc_runtime_LoggerBuf_Module__gateObj__C
    20014bbc xdc_runtime_LoggerBuf_Object__count__C
    20014bc0 xdc_runtime_LoggerBuf_statusLogger__C
    20014bc4 xdc_runtime_Memory_defaultHeapInstance__C
    20014bc8 xdc_runtime_Startup_execImpl__C
    20014bcc xdc_runtime_Startup_maxPasses__C
    20014bd0 xdc_runtime_Startup_sfxnRts__C
    20014bd4 xdc_runtime_Startup_sfxnTab__C
    20014bd8 xdc_runtime_SysMin_bufSize__C
    20014bdc xdc_runtime_SysMin_outputFunc__C
    20014be0 xdc_runtime_System_Module__gateObj__C
    20014be4 xdc_runtime_System_abortFxn__C
    20014be8 xdc_runtime_System_exitFxn__C
    20014bec xdc_runtime_System_extendFxn__C
    20014bf0 xdc_runtime_System_maxAtexitHandlers__C
    20014bf4 xdc_runtime_Text_charTab__C
    20014bf8 xdc_runtime_Text_nameEmpty__C
    20014bfc xdc_runtime_Text_nameStatic__C
    20014c00 xdc_runtime_Text_nameUnknown__C
    20014c04 xdc_runtime_Text_nodeTab__C
    20014c08 xdc_runtime_Text_visitRopeFxn__C
    20014c0c ti_sysbios_family_arm_m3_Hwi_Module__loggerDefined__C
    20014c0e ti_sysbios_family_arm_m3_Timer_Module__id__C
    20014c10 ti_sysbios_family_arm_m3_TimestampProvider_configTimer__C
    20014c12 ti_sysbios_gates_GateMutex_Module__id__C
    20014c14 ti_sysbios_hal_Hwi_Module__id__C
    20014c16 ti_sysbios_heaps_HeapMem_Module__id__C
    20014c18 ti_sysbios_knl_Clock_Module__id__C
    20014c1a ti_sysbios_knl_Clock_Module__loggerDefined__C
    20014c1c ti_sysbios_knl_Mailbox_Module__id__C
    20014c1e ti_sysbios_knl_Semaphore_Module__id__C
    20014c20 ti_sysbios_knl_Semaphore_Module__loggerDefined__C
    20014c22 ti_sysbios_knl_Swi_Module__id__C
    20014c24 ti_sysbios_knl_Swi_Module__loggerDefined__C
    20014c26 ti_sysbios_knl_Task_Module__id__C
    20014c28 ti_sysbios_knl_Task_Module__loggerDefined__C
    20014c2a ti_sysbios_knl_Task_initStackFlag__C
    20014c2c xdc_runtime_Core_Module__id__C
    20014c2e xdc_runtime_Error_Module__loggerDefined__C
    20014c30 xdc_runtime_Error_maxDepth__C
    20014c32 xdc_runtime_LoggerBuf_Module__id__C
    20014c34 xdc_runtime_LoggerBuf_filterByLevel__C
    20014c36 xdc_runtime_Memory_Module__id__C
    20014c38 xdc_runtime_SysMin_flushAtExit__C
    20014c3a xdc_runtime_Text_charCnt__C
    20014c3c xdc_runtime_Text_isLoaded__C
    20014c3e xdc_runtime_Text_registryModsLastId__C
    20014c40 xdc_runtime_Text_unnamedModsLastId__C
    20014c48 __TI_static_base__
    20015690 __TI_Handler_Table_Base
    2001569c __TI_Handler_Table_Limit
    200156a8 __TI_CINIT_Base
    200156b8 __TI_CINIT_Limit
    20016000 g_image
    20022c00 ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A
    2002ac00 ti_sysbios_knl_Task_Instance_State_0_stack__A
    2002b400 gpCtlTbl
    2002b800 xdc_runtime_LoggerBuf_Instance_State_0_entryArr__A
    2002bc00 xdc_runtime_SysMin_Module_State_0_outbuf__A
    2002c000 ti_sysbios_family_arm_m3_Hwi_dispatchTable
    2002c30c g_StatMem
    2002c484 __CIOBUF_
    2002c5a4 gfpAppCallbackHndl
    2002c6a4 control_sock
    2002c6f4 g_ucDinDout
    2002c744 connect_struct
    2002c784 data_sock
    2002c7c0 DMAMsgQ
    2002c7c4 SimpleLinkSpawnTaskHndl
    2002c7c8 g_cDummy
    2002c7cc g_frame_size_in_bytes
    2002c7d0 g_header_length
    2002c7d8 simpleLink_mailbox
    2002c7dc RxIrqCnt
    2002c7dd flags
    2002c7e0 g_ucLED1Pin
    2002c7e1 g_ucLED2Pin
    2002c7e2 g_ucLED3Pin
    2002c7e3 iDone
    2002c7e4 JPEG_StdHuffmanTbl
    2002cde4 ti_sysbios_family_arm_m3_Hwi_Module__root__V
    2002cdec ti_sysbios_family_arm_m3_Hwi_Object__table__V
    2002ce04 ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A
    2002ce08 ti_sysbios_family_arm_m3_Hwi_Module_State_0_excContext__A
    2002ce0c ti_sysbios_family_arm_m3_Hwi_Module_State_0_excStack__A
    2002ce10 ti_sysbios_family_arm_m3_Timer_Module__root__V
    2002ce18 ti_sysbios_family_arm_m3_Timer_Module__state__V
    2002ce24 ti_sysbios_family_arm_m3_TimestampProvider_Module__state__V
    2002ce28 ti_sysbios_gates_GateHwi_Module__root__V
    2002ce30 ti_sysbios_gates_GateHwi_Object__table__V
    2002ce34 ti_sysbios_gates_GateMutex_Module__root__V
    2002ce3c ti_sysbios_hal_Hwi_Module__root__V
    2002ce44 ti_sysbios_hal_Timer_Module__root__V
    2002ce4c ti_sysbios_heaps_HeapMem_Module__root__V
    2002ce54 ti_sysbios_heaps_HeapMem_Object__table__V
    2002ce6c ti_sysbios_knl_Clock_Module__root__V
    2002ce74 ti_sysbios_knl_Event_Module__root__V
    2002ce7c ti_sysbios_knl_Mailbox_Module__root__V
    2002ce84 ti_sysbios_knl_Queue_Module__root__V
    2002ce8c ti_sysbios_knl_Semaphore_Module__root__V
    2002ce94 ti_sysbios_knl_Swi_Module__root__V
    2002ce9c ti_sysbios_knl_Swi_Module__state__V
    2002ceb8 ti_sysbios_knl_Task_Module__root__V
    2002cec0 ti_sysbios_knl_Task_Module_State_0_idleTask__A
    2002cec4 xdc_runtime_Error_Module__state__V
    2002cec8 xdc_runtime_LoggerBuf_Module__root__V
    2002ced0 xdc_runtime_LoggerBuf_Module__state__V
    2002ced8 xdc_runtime_Memory_Module__state__V
    2002cedc xdc_runtime_Registry_Module__state__V
    2002cee4 xdc_runtime_Startup_Module__state__V
    2002ceec xdc_runtime_SysMin_Module__state__V
    2002cef8 xdc_runtime_System_Module_State_0_atexitHandlers__A
    2002cf08 xdc_runtime_System_Module__state__V
    2002cf10 xdc_runtime_Text_Module__state__V
    2002cf18 __xdc__init__addr
    2002cf1c ti_sysbios_knl_Swi_Module_State_0_readyQ__A
    2002cf9c ti_sysbios_knl_Task_Module_State_0_readyQ__A
    2002d01c TSK_idle
    2002d01c ti_sysbios_knl_Task_Object__table__V
    2002d068 ti_sysbios_knl_Task_Module__state__V
    2002d0ac JPEG_StdQuantTblC
    2002d0ec JPEG_StdQuantTblY
    2002d1a8 ti_sysbios_gates_GateMutex_Object__table__V
    2002d1e0 ti_sysbios_family_arm_m3_Hwi_Module__state__V
    2002d214 ti_sysbios_family_arm_m3_Timer_Object__table__V
    2002d244 ti_sysbios_knl_Swi_Object__table__V
    2002d274 ti_sysbios_knl_Clock_Module__state__V
    2002d2a0 ti_sysbios_BIOS_Module__state__V
    2002d2c4 xdc_runtime_LoggerBuf_Object__table__V
    2002d2e8 g_uiDeviceModeConfig
    2002d2ec g_uiIpObtained
    2002d2f0 g_uiSimplelinkRole
    2002d2f4 g_uiIpAddress
    2002d2fc PIXELS_IN_X_AXIS
    2002d300 PIXELS_IN_Y_AXIS
    2002d304 FRAME_SIZE_IN_BYTES
    2002d31c g_uiLED1Port
    2002d320 g_uiLED2Port
    2002d324 g_uiLED3Port
    2002d340 g_SpiFd
    2002d344 g_pHostIntHdl
    2002d348 g_ucDMAEnabled
    2002d34c g_pCB
    2002d350 pPingCallBackFunc
    2002d354 gFirstCmdMode
    2002d358 _lock
    2002d35c _unlock
    2002d360 __TI_cleanup_ptr
    2002d364 __TI_dtors_ptr
    2002d368 main_func_sp
    2002e000 __stack
    20030000 __STACK_END
    e000e000 ti_sysbios_family_arm_m3_Hwi_nvic
    ffffffff __binit__
    ffffffff __c_args__
    ffffffff binit
    UNDEFED SHT$$INIT_ARRAY$$Base
    UNDEFED SHT$$INIT_ARRAY$$Limit

    [983 symbols]
  • Hi Kumar,


    How much size is it crossing? You can enable optimization or remove unnecessary code.


    Regards,
    Aashish
  • aashish,

    I only have CODE size of 0000094e and data size of 00000c94 .

    Yes I can turn on optimization, but it will be just incremental. Wondering if there are any more drastic measures to reduce size?

    Note that my app code is very less here.

    MEMORY CONFIGURATION

    name origin length used unused attr fill
    ---------------------- -------- --------- -------- -------- ---- --------
    SRAM_CODE 20004000 00012000 000116b2 0000094e RW X
    SRAM_DATA 20016000 0001a000 0001936c 00000c94 RW X
  • Hi Surya,


    Modify following stack and heap size in app.cfg as per your need:
    Program.heap
    Program.stack


    Regards,
    Aashish