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.
Hi,
I've been trying to add I2C functions to my already running project. Fixing all config file and initializing the board builds ok. Only after I call I2c_init() function the linker error comes up:
"configPkg/linker.cmd", line 161: error #10099-D: program will not fit into
available memory. run placement with alignment fails for section ".fardata"
size 0x4001150 . Available memory ranges:
L2SRAM size: 0x80000 unused: 0x7ef72 max hole: 0x7ef6c
error #10010: errors encountered during linking; "myEVMstart.out" not built
Here is the part of map file that seems to be relevant:
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
L2SRAM 00800000 00080000 000385da 00047a26 RW X
MSMCSRAM 0c000000 00400000 00186a00 00279600 RW X
DDR3 80000000 20000000 00000000 20000000 RWIX
SEGMENT ALLOCATION MAP
run origin load origin length init length attrs members
---------- ----------- ---------- ----------- ----- -------
00000000 00000000 04000000 00000000 rw-
00000000 00000000 04000000 00000000 rw- .fardata.1
00800000 00800000 0001f680 00000000 rw-
00800000 00800000 00001094 00000000 rw- .fardata.2
00801098 00801098 0001e5e8 00000000 rw- .far
0081f680 0081f680 000161b2 000161b2 r-x
0081f680 0081f680 00013220 00013220 r-x .text
008328a0 008328a0 00002f92 00002f92 r-- .const
00835838 00835838 00002120 00000000 rw-
00835838 00835838 00002000 00000000 rw- .stack
00837838 00837838 00000120 00000000 rw- .cio
00837958 00837958 00000098 00000098 r--
00837958 00837958 00000098 00000098 r-- .switch
008379f0 008379f0 0000002c 00000000 rw-
008379f0 008379f0 00000010 00000000 rw- .bss
00837a00 00837a00 0000001c 00000000 rw- .neardata
00837a1c 00837a1c 00000008 00000000 r--
00837a1c 00837a1c 00000008 00000000 r-- .rodata
00837c00 00837c00 00000bc0 00000bc0 r-x
00837c00 00837c00 00000200 00000200 r-x .vecs
00837e00 00837e00 000009c0 000009c0 r-- .cinit
0c000000 0c000000 00186a00 00000000 rw-
0c000000 0c000000 00186a00 00000000 rw- .myHeap
SECTION ALLOCATION MAP
output attributes/
section page origin length input sections
-------- ---- ---------- ---------- ----------------
.stack 0 00835838 00002000 UNINITIALIZED
00835838 00000008 boot.ae66 : boot.oe66 (.stack)
00835840 00001ff8 --HOLE--
.bss 0 008379f0 00000010 UNINITIALIZED
008379f0 00000008 (.common:time1$1$0)
008379f8 00000004 (.common:data1_reg_val)
008379fc 00000004 (.common:pElemLog)
.neardata
* 0 00837a00 0000001c UNINITIALIZED
00837a00 0000000c ti.utils.profiling.ae66 : profilingHooksC66.oe66 (.neardata)
00837a0c 00000008 ti.platform.evm6678l.ae66 : platform.dbg.oe66 (.neardata)
00837a14 00000004 ti.drv.i2c.profiling.ae66 : I2C_drv.oe66 (.neardata)
00837a18 00000004 ti.drv.uart.ae66 : UART_drv.oe66 (.neardata)
.rodata 0 00837a1c 00000008 UNINITIALIZED
00837a1c 00000008 app_pe66.oe66 (.rodata)
.cinit 0 00837e00 000009c0
00837e00 00000923 (.cinit..fardata.2.load) [load image, compression = rle]
00838723 00000001 --HOLE-- [fill = 0]
00838724 00000025 (.cinit..fardata.1.load) [load image, compression = rle]
00838749 00000003 --HOLE-- [fill = 0]
0083874c 0000000c (.cinit..neardata.load) [load image, compression = rle]
00838758 0000000c (__TI_handler_table)
00838764 00000009 (.cinit..rodata.load) [load image, compression = rle]
0083876d 00000003 --HOLE-- [fill = 0]
00838770 00000008 (.cinit..bss.load) [load image, compression = zero_init]
00838778 00000008 (.cinit..far.load) [load image, compression = zero_init]
00838780 00000008 (.cinit..myHeap.load) [load image, compression = zero_init]
00838788 00000038 (__TI_cinit_table)
.init_array
* 0 00800000 00000000 UNINITIALIZED
.fardata.1
* 0 00000000 04000000 FAILED TO ALLOCATE
.fardata.2
* 0 00800000 00001094 UNINITIALIZED
00800000 00000500 app_pe66.oe66 (.fardata:ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_dispatchTab__A)
00800500 00000218 app_pe66.oe66 (.fardata)
00800718 00000216 main.obj (.fardata:sizeTable_half)
0080092e 00000002 --HOLE--
00800930 00000180 app_pe66.oe66 (.fardata:ti_sysbios_timers_timer64_Timer_Module_State_0_device__A)
00800ab0 00000098 app_pe66.oe66 (.fardata:ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_hostIntToSysInt__A)
00800b48 00000098 app_pe66.oe66 (.fardata:ti_sysbios_knl_Task_Object__table__V)
00800be0 00000080 app_pe66.oe66 (.fardata:ti_sysbios_knl_Swi_Module_State_0_readyQ__A)
00800c60 00000080 app_pe66.oe66 (.fardata:ti_sysbios_knl_Task_Module_State_0_readyQ__A)
00800ce0 00000080 app_pe66.oe66 (.fardata:ti_sysbios_timers_timer64_Timer_Module_State_0_gctrl__A)
00800d60 00000080 app_pe66.oe66 (.fardata:ti_sysbios_timers_timer64_Timer_Module_State_0_handles__A)
00800de0 00000080 app_pe66.oe66 (.fardata:ti_sysbios_timers_timer64_Timer_Module_State_0_intFreqs__A)
00800e60 00000080 ti.drv.uart.ae66 : UART_soc.oe66 (.fardata:uartInitCfg)
00800ee0 00000050 app_pe66.oe66 (.fardata:ti_sysbios_timers_timer64_Timer_Object__table__V)
00800f30 00000048 ti.drv.i2c.profiling.ae66 : I2C_soc.oe66 (.fardata:i2cInitCfg)
00800f78 00000040 app_pe66.oe66 (.fardata:ti_sysbios_gates_GateMutex_Object__table__V)
00800fb8 00000030 app_pe66.oe66 (.fardata:ti_sysbios_knl_Swi_Object__table__V)
00800fe8 00000018 app_pe66.oe66 (.fardata:ti_sysbios_family_c64p_Hwi_Object__table__V)
00801000 00000018 app_pe66.oe66 (.fardata:ti_sysbios_heaps_HeapMem_Object__table__V)
00801018 00000014 app_pe66.oe66 (.fardata:ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_initSIER__A)
0080102c 00000004 rts6600_elf.lib : _lock.obj (.fardata:_lock)
00801030 00000010 ti.csl.ae66 : csl_cpsgmii.oe66 (.fardata:cpsgmiiPortBaseAddr)
00801040 00000010 app_pe66.oe66 (.fardata:ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_controller__A)
00801050 00000010 app_pe66.oe66 (.fardata:xdc_runtime_HeapMin_Object__table__V)
00801060 00000010 app_pe66.oe66 (.fardata:xdc_runtime_System_Module_State_0_atexitHandlers__A)
00801070 0000000c rts6600_elf.lib : exit.obj (.fardata)
0080107c 00000004 : _lock.obj (.fardata:_unlock)
00801080 00000008 app_pe66.oe66 (.fardata:ti_sysbios_hal_Hwi_Object__table__V)
00801088 00000004 app_pe66.oe66 (.fardata:ti_sysbios_gates_GateHwi_Object__table__V)
0080108c 00000004 --HOLE--
00801090 00000004 app_pe66.oe66 (.fardata:ti_sysbios_knl_Task_Module_State_0_idleTask__A)
.far 0 00801098 0001e5e8 UNINITIALIZED
00801098 00018000 (.common:ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A)
00819098 000042c0 (.common:mask)
0081d358 00002000 app_pe66.oe66 (.far:taskStackSection)
0081f358 00000200 (.common:xdc_runtime_SysMin_Module_State_0_outbuf__A)
0081f558 00000084 (.common:UartObjects)
0081f5dc 00000004 --HOLE--
0081f5e0 0000004c (.common:I2cObjects)
0081f62c 00000004 --HOLE--
0081f630 00000020 (.common:dropletData)
0081f650 00000020 (.common:output)
0081f670 00000008 (.common:parmbuf)
0081f678 00000008 (.common:uart_stdio)
I can not figure out what's going on. Would you please help.
Thanks.
Hi Yordan,
I had already looked at those threads. I didn't find anything helpful there.
My project was working fine and the map file was showing only one .fardata section. By adding I2c_init() it fails when it tries to create two .fardata sections.
Any ideas?!
Thank you,
Maryam
I can't explain everything. But I can shed some light.
MARYAM NIKIZAD said:It seems that the .fardata.1 size is only 0x25 at the load address, but it becomes huge at the run address.
That's a bit unusual. But certainly possible. All the .fardata input sections from each object file contain initialized data. The linker combines them together into an output section also named .fardata. Then it compresses that data into a section named .cinit. The .fardata output section is allocated an uninitialized range of memory. At run time, the .cinit section is decompressed as it is copied into the run location for .fardata.
This explanation ignores how, in this specific case, the .fardata output section is split into two output sections .fardata:1 and .fardata:2. That split occurs right after the .fardata output section is formed. Compression into .cinit occurs next.
That .fardata.1 is only 0x25 inside .cinit, but 0x04000000 at the run address means there must be some value (0 or 0xffff are two guesses) that is repeated many times in the source. There is no guarantee, but it could be used to initialize one memory object.
One approach to consider ... Find the memory object (array or structure) that is initialized with so many copies of the same value. Change it to be uninitialized when created, and explicitly add code to initialize it. Perhaps use memset.
Thanks and regards,
-George
Oops. This ...
George Mock said:One approach to consider ... Find the memory object (array or structure) that is initialized with so many copies of the same value. Change it to be uninitialized when created, and explicitly add code to initialize it. Perhaps use memset.
... won't help with the memory allocation problem. The size of the memory object is the source of the problem. Not the values in it, even if most of them are the same.
Sorry about that.
Thanks and regards,
-George
Thanks for your reply Archaeologist. Here is the complete map file:
******************************************************************************
TMS320C6x Linker PC v8.1.1
******************************************************************************
>> Linked Wed Mar 01 14:54:40 2017
OUTPUT FILE NAME: <myEVMstart.out>
ENTRY POINT SYMBOL: "_c_int00" address: 0082d360
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
L2SRAM 00800000 00080000 00037262 00048d9e RW X
MSMCSRAM 0c000000 00400000 00186a00 00279600 RW X
DDR3 80000000 20000000 00000000 20000000 RW X
SEGMENT ALLOCATION MAP
run origin load origin length init length attrs members
---------- ----------- ---------- ----------- ----- -------
00000000 00000000 04000000 00000000 rw-
00000000 00000000 04000000 00000000 rw- .fardata.1
00800000 00800000 0001f468 00000000 rw-
00800000 00800000 00000e7c 00000000 rw- .fardata.2
00800e80 00800e80 0001e5e8 00000000 rw- .far
0081f468 0081f468 00000018 00000018 r--
0081f468 0081f468 00000018 00000018 r-- .const.1
0081f480 0081f480 00015c66 00015c66 r-x
0081f480 0081f480 00012b00 00012b00 r-x .text
00831f80 00831f80 00003166 00003166 r-- .const.2
008350e8 008350e8 00001600 00000000 rw-
008350e8 008350e8 00001600 00000000 rw- .stack
008366e8 008366e8 00000098 00000098 r--
008366e8 008366e8 00000098 00000098 r-- .switch
00836780 00836780 00000018 00000000 rw-
00836780 00836780 00000004 00000000 rw- .bss
00836784 00836784 00000014 00000000 rw- .neardata
00836798 00836798 00000008 00000000 r--
00836798 00836798 00000008 00000000 r-- .rodata
00836800 00836800 00000200 00000200 r-x
00836800 00836800 00000200 00000200 r-x .vecs
00836a00 00836a00 00000120 00000000 rw-
00836a00 00836a00 00000120 00000000 rw- .cio
00836b20 00836b20 000007a8 000007a8 r--
00836b20 00836b20 000007a8 000007a8 r-- .cinit
0c000000 0c000000 00186a00 00000000 rw-
0c000000 0c000000 00186a00 00000000 rw- .myHeap
SECTION ALLOCATION MAP
output attributes/
section page origin length input sections
-------- ---- ---------- ---------- ----------------
.stack 0 008350e8 00001600 UNINITIALIZED
008350e8 00000008 boot.ae66 : boot.oe66 (.stack)
008350f0 000015f8 --HOLE--
.bss 0 00836780 00000004 UNINITIALIZED
00836780 00000004 (.common:pElemLog)
.neardata
* 0 00836784 00000014 UNINITIALIZED
00836784 0000000c ti.utils.profiling.ae66 : profilingHooksC66.oe66 (.neardata)
00836790 00000004 ti.drv.i2c.profiling.ae66 : I2C_drv.oe66 (.neardata)
00836794 00000004 ti.drv.uart.ae66 : UART_drv.oe66 (.neardata)
.rodata 0 00836798 00000008 UNINITIALIZED
00836798 00000008 app_pe66.oe66 (.rodata)
.cinit 0 00836b20 000007a8
00836b20 0000070b (.cinit..fardata.2.load) [load image, compression = rle]
0083722b 00000001 --HOLE-- [fill = 0]
0083722c 00000025 (.cinit..fardata.1.load) [load image, compression = rle]
00837251 00000003 --HOLE-- [fill = 0]
00837254 0000000c (.cinit..neardata.load) [load image, compression = rle]
00837260 0000000c (__TI_handler_table)
0083726c 00000009 (.cinit..rodata.load) [load image, compression = rle]
00837275 00000003 --HOLE-- [fill = 0]
00837278 00000008 (.cinit..bss.load) [load image, compression = zero_init]
00837280 00000008 (.cinit..far.load) [load image, compression = zero_init]
00837288 00000008 (.cinit..myHeap.load) [load image, compression = zero_init]
00837290 00000038 (__TI_cinit_table)
.init_array
* 0 00800000 00000000 UNINITIALIZED
.fardata.1
* 0 00000000 04000000 FAILED TO ALLOCATE
.fardata.2
* 0 00800000 00000e7c UNINITIALIZED
00800000 00000500 app_pe66.oe66 (.fardata:ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_dispatchTab__A)
00800500 00000218 app_pe66.oe66 (.fardata)
00800718 00000180 app_pe66.oe66 (.fardata:ti_sysbios_timers_timer64_Timer_Module_State_0_device__A)
00800898 00000098 app_pe66.oe66 (.fardata:ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_hostIntToSysInt__A)
00800930 00000098 app_pe66.oe66 (.fardata:ti_sysbios_knl_Task_Object__table__V)
008009c8 00000080 app_pe66.oe66 (.fardata:ti_sysbios_knl_Swi_Module_State_0_readyQ__A)
00800a48 00000080 app_pe66.oe66 (.fardata:ti_sysbios_knl_Task_Module_State_0_readyQ__A)
00800ac8 00000080 app_pe66.oe66 (.fardata:ti_sysbios_timers_timer64_Timer_Module_State_0_gctrl__A)
00800b48 00000080 app_pe66.oe66 (.fardata:ti_sysbios_timers_timer64_Timer_Module_State_0_handles__A)
00800bc8 00000080 app_pe66.oe66 (.fardata:ti_sysbios_timers_timer64_Timer_Module_State_0_intFreqs__A)
00800c48 00000080 ti.drv.uart.ae66 : UART_soc.oe66 (.fardata:uartInitCfg)
00800cc8 00000050 app_pe66.oe66 (.fardata:ti_sysbios_timers_timer64_Timer_Object__table__V)
00800d18 00000048 ti.drv.i2c.profiling.ae66 : I2C_soc.oe66 (.fardata:i2cInitCfg)
00800d60 00000040 app_pe66.oe66 (.fardata:ti_sysbios_gates_GateMutex_Object__table__V)
00800da0 00000030 app_pe66.oe66 (.fardata:ti_sysbios_knl_Swi_Object__table__V)
00800dd0 00000018 app_pe66.oe66 (.fardata:ti_sysbios_family_c64p_Hwi_Object__table__V)
00800de8 00000018 app_pe66.oe66 (.fardata:ti_sysbios_heaps_HeapMem_Object__table__V)
00800e00 00000014 app_pe66.oe66 (.fardata:ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_initSIER__A)
00800e14 00000004 rts6600_elf.lib : _lock.obj (.fardata:_lock)
00800e18 00000010 ti.csl.ae66 : csl_cpsgmii.oe66 (.fardata:cpsgmiiPortBaseAddr)
00800e28 00000010 app_pe66.oe66 (.fardata:ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_controller__A)
00800e38 00000010 app_pe66.oe66 (.fardata:xdc_runtime_HeapMin_Object__table__V)
00800e48 00000010 app_pe66.oe66 (.fardata:xdc_runtime_System_Module_State_0_atexitHandlers__A)
00800e58 0000000c rts6600_elf.lib : exit.obj (.fardata)
00800e64 00000004 : _lock.obj (.fardata:_unlock)
00800e68 00000008 app_pe66.oe66 (.fardata:ti_sysbios_hal_Hwi_Object__table__V)
00800e70 00000004 app_pe66.oe66 (.fardata:ti_sysbios_gates_GateHwi_Object__table__V)
00800e74 00000004 --HOLE--
00800e78 00000004 app_pe66.oe66 (.fardata:ti_sysbios_knl_Task_Module_State_0_idleTask__A)
.far 0 00800e80 0001e5e8 UNINITIALIZED
00800e80 00018000 (.common:ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A)
00818e80 000042c0 (.common:mask)
0081d140 00002000 app_pe66.oe66 (.far:taskStackSection)
0081f140 00000200 (.common:xdc_runtime_SysMin_Module_State_0_outbuf__A)
0081f340 00000084 (.common:UartObjects)
0081f3c4 00000004 --HOLE--
0081f3c8 0000004c (.common:I2cObjects)
0081f414 00000004 --HOLE--
0081f418 00000020 (.common:dropletData)
0081f438 00000020 (.common:output)
0081f458 00000008 (.common:parmbuf)
0081f460 00000008 (.common:uart_stdio)
.const.1 0 0081f468 00000018
0081f468 00000018 ti.drv.uart.ae66 : UART_soc.oe66 (.const:UART_config)
.text 0 0081f480 00012b00
0081f480 00000880 ti.targets.rts6000.ae66 : System.oe66 (.text:xdc_runtime_System_doPrint__I)
0081fd00 00000780 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c64p_Exception_handler__I)
00820480 00000780 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_pend__E)
00820c00 000006c0 : BIOS.obj (.text:ti_sysbios_timers_timer64_Timer_Module_startup__E)
008212c0 00000640 ti.drv.i2c.profiling.ae66 : I2C_v0.oe66 (.text:I2C_primeTransfer_v0$0)
00821900 00000640 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_allocUnprotected__E)
00821f40 00000620 ti.drv.uart.ae66 : UART_v0.oe66 (.text:UART_v0_hwiIntFxn$0)
00822560 000005c0 main.obj (.text)
00822b20 000005c0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_freeUnprotected__E)
008230e0 00000540 : BIOS.obj (.text:ti_sysbios_knl_Task_Instance_finalize__E)
00823620 00000480 ti.drv.i2c.profiling.ae66 : I2C_v0.oe66 (.text:I2C_open_v0$0)
00823aa0 00000480 ti.board.ae66 : board_pll.oe66 (.text:init_pll)
00823f20 00000440 ti.drv.i2c.profiling.ae66 : I2C_v0.oe66 (.text:I2C_v0_hwiFxnSlave$0)
00824360 000003c0 ti.drv.uart.ae66 : UART_v0.oe66 (.text:UART_write2_v0$0)
00824720 000003a0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Task_Instance_init__E)
00824ac0 00000360 ti.drv.uart.ae66 : UART_v0.oe66 (.text:UART_read2_v0$0)
00824e20 00000360 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c66_tci66xx_CpIntc_Module_startup__E)
00825180 00000360 : BIOS.obj (.text:ti_sysbios_timers_timer64_Timer_deviceConfig__I)
008254e0 00000340 app_pe66.oe66 (.text:xdc_runtime_System_printfExtend__I)
00825820 00000300 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Task_Module_startup__E)
00825b20 000002e0 ti.drv.i2c.profiling.ae66 : I2C_v0.oe66 (.text:I2C_v0_hwiFxnMaster$0)
00825e00 000002e0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_Instance_init__E)
008260e0 000002c0 ti.drv.uart.ae66 : UART_v0.oe66 (.text:UART_open_v0$0)
008263a0 000002a0 ti.board.ae66 : evmC6678_ddr.oe66 (.text:Board_DDR3Init)
00826640 000002a0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Clock_workFunc__E)
008268e0 00000260 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_dispatchCore__I)
00826b40 00000240 ti.drv.i2c.profiling.ae66 : I2C_v0.oe66 (.text:I2C_transfer_v0$0)
00826d80 00000240 rts6600_elf.lib : imath64.obj (.text:__c6xabi_divull)
00826fc0 00000240 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c64p_Exception_internalHandler__I)
00827200 00000240 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_startup__I)
00827440 00000240 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_post__E)
00827680 00000220 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_reconfig__E)
008278a0 00000220 : BIOS.obj (.text:ti_sysbios_knl_Swi_run__I)
00827ac0 00000220 : BIOS.obj (.text:ti_sysbios_timers_timer64_Timer_setPeriodMicroSecs__E)
00827ce0 00000220 ti.targets.rts6000.ae66 : Core-mem.oe66 (.text:xdc_runtime_Core_createObject__I)
00827f00 00000200 sysbios.ae66 : c64p_Hwi_disp_always.obj (.text:_ti_sysbios_family_c64p_Hwi_dispatchAlways)
00828100 000001e0 ti.board.ae66 : evmC6678_phy.oe66 (.text:Init_SGMII)
008282e0 000001e0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_enter__E)
008284c0 000001e0 : BIOS.obj (.text:ti_sysbios_knl_Task_checkStacks__E)
008286a0 000001e0 ti.targets.rts6000.ae66 : Error.oe66 (.text:xdc_runtime_Error_policyDefault__E)
00828880 000001e0 : Startup.oe66 (.text:xdc_runtime_Startup_startMods__I)
00828a60 000001c0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c66_tci66xx_CpIntc_dispatch__E)
00828c20 000001c0 : BIOS.obj (.text:ti_sysbios_timers_timer64_Timer_getFreq__E)
00828de0 000001c0 ti.targets.rts6000.ae66 : Text.oe66 (.text:xdc_runtime_Text_putSite__E)
00828fa0 000001a0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_getL2InitSize__I)
00829140 000001a0 : BIOS.obj (.text:ti_sysbios_knl_Task_schedule__I)
008292e0 000001a0 : BIOS.obj (.text:ti_sysbios_timers_timer64_Timer_start__E)
00829480 000001a0 ti.utils.profiling.ae66 : profilingHooksC66.oe66 (.text:ti_utils_entry)
00829620 00000180 ti.board.ae66 : evmC6678.oe66 (.text:Board_init)
008297a0 00000180 sysbios.ae66 : c64p_Exception_asm.obj (.text)
00829920 00000180 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_block__I)
00829aa0 00000180 : BIOS.obj (.text:ti_sysbios_knl_Task_exit__E)
00829c20 00000180 : BIOS.obj (.text:ti_sysbios_knl_Task_startCore__E)
00829da0 00000180 ti.targets.rts6000.ae66 : Core-smem.oe66 (.text:xdc_runtime_Core_constructObject__I)
00829f20 00000160 ti.drv.uart.ae66 : UART_v0.oe66 (.text:UART_readPolling_v0$0)
0082a080 00000160 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Swi_post__E)
0082a1e0 00000160 : BIOS.obj (.text:ti_sysbios_knl_Task_postInit__I)
0082a340 00000140 boot.ae66 : autoinit.oe66 (.text:_auto_init_elf)
0082a480 00000140 ti.board.ae66 : evmC6678_phy.oe66 (.text:configSerdes)
0082a5c0 00000140 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_Instance_init__E)
0082a700 00000140 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_Module_startup__E)
0082a840 00000140 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_getL1DInitSize__I)
0082a980 00000140 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_Instance_init__E)
0082aac0 00000140 : BIOS.obj (.text:ti_sysbios_knl_Task_blockI__E)
0082ac00 00000120 ti.csl.ae66 : csl_chip.oe66 (.text:CSL_chipReadReg)
0082ad20 00000120 ti.osal.ae66 : HwiP_tirtos.oe66 (.text:HwiP_create)
0082ae40 00000120 ti.drv.i2c.profiling.ae66 : I2C_v0.oe66 (.text:I2C_v0_hwiFxn$0)
0082af60 00000120 app_pe66.oe66 (.text:ti_sysbios_BIOS_rtsUnlock__I)
0082b080 00000120 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Swi_restoreHwi__E)
0082b1a0 00000120 ti.targets.rts6000.ae66 : Core-mem.oe66 (.text:xdc_runtime_Core_deleteObject__I)
0082b2c0 00000120 : HeapMin.oe66 (.text:xdc_runtime_HeapMin_Instance_init__E)
0082b3e0 00000120 : Text.oe66 (.text:xdc_runtime_Text_putLab__E)
0082b500 00000120 : Text.oe66 (.text:xdc_runtime_Text_putMod__E)
0082b620 00000100 ti.board.ae66 : board_utils.oe66 (.text:BOARD_delay)
0082b720 00000100 ti.drv.i2c.profiling.ae66 : I2C_v0.oe66 (.text:I2C_close_v0$0)
0082b820 00000100 ti.osal.ae66 : SemaphoreP_tirtos.oe66 (.text:SemaphoreP_create)
0082b920 00000100 rts6600_elf.lib : copy_decompress_rle.obj (.text:__TI_decompress_rle_core)
0082ba20 00000100 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_Instance_finalize__E)
0082bb20 00000100 : BIOS.obj (.text:ti_sysbios_knl_Task_unblockI__E)
0082bc20 00000100 : BIOS.obj (.text:ti_sysbios_timers_timer64_Timer_initDevice__I)
0082bd20 00000100 ti.targets.rts6000.ae66 : Startup.oe66 (.text:xdc_runtime_Startup_exec__E)
0082be20 000000e0 rts6600_elf.lib : trgdrv.obj (.text:HOSTwrite)
0082bf00 000000e0 : memset.obj (.text:memset)
0082bfe0 000000e0 ti.board.ae66 : board_clock.oe66 (.text:set_psc_state$0)
0082c0c0 000000e0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Swi_runLoop__I)
0082c1a0 000000e0 : BIOS.obj (.text:ti_sysbios_timers_timer64_Timer_startup__E)
0082c280 000000e0 ti.targets.rts6000.ae66 : Error.oe66 (.text:xdc_runtime_Error_print__E)
0082c360 000000e0 : Memory.oe66 (.text:xdc_runtime_Memory_alloc__E)
0082c440 000000e0 : Text.oe66 (.text:xdc_runtime_Text_visitRope2__I)
0082c520 000000c0 ti.drv.i2c.profiling.ae66 : I2C_drv.oe66 (.text:I2C_init)
0082c5e0 000000c0 ti.drv.uart.ae66 : UART_v0.oe66 (.text:UART_close_v0$0)
0082c6a0 000000c0 : UART_v0.oe66 (.text:UART_readCancelNoCB$0)
0082c760 000000c0 : UART_v0.oe66 (.text:UART_writePolling_v0$0)
0082c820 000000c0 rts6600_elf.lib : divu.obj (.text:__divu)
0082c8e0 000000c0 : exit.obj (.text:exit)
0082c9a0 000000c0 app_pe66.oe66 (.text:ti_sysbios_family_c64p_Hwi_Object__create__S)
0082ca60 000000c0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_alloc__E)
0082cb20 000000c0 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_getStats__E)
0082cbe0 000000c0 : BIOS.obj (.text:ti_sysbios_knl_Clock_logTick__E)
0082cca0 000000c0 : BIOS.obj (.text:ti_sysbios_knl_Swi_schedule__I)
0082cd60 000000c0 : BIOS.obj (.text:ti_sysbios_knl_Task_allBlockedFunction__I)
0082ce20 000000c0 rts6600_elf.lib : tls.obj (.text:tls:init:__TI_tls_init)
0082cee0 000000c0 ti.targets.rts6000.ae66 : System.oe66 (.text:xdc_runtime_System_formatNum__I)
0082cfa0 000000a0 ti.drv.uart.ae66 : UART_drv.oe66 (.text:UART_init)
0082d040 000000a0 : UART_v0.oe66 (.text:UART_read_v0$0)
0082d0e0 000000a0 : UART_v0.oe66 (.text:UART_v0_callback$0)
0082d180 000000a0 : UART_v0.oe66 (.text:UART_writeCancelNoCB$0)
0082d220 000000a0 : UART_v0.oe66 (.text:UART_write_v0$0)
0082d2c0 000000a0 rts6600_elf.lib : remu.obj (.text:__remu)
0082d360 000000a0 boot.ae66 : boot.oe66 (.text:_c_int00)
0082d400 000000a0 sysbios.ae66 : c64p_Hwi_asm.obj (.text:_ti_sysbios_family_c64p_Hwi_plug__E)
0082d4a0 000000a0 rts6600_elf.lib : memcpy64.obj (.text:memcpy)
0082d540 000000a0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c64p_Exception_Module_startup__E)
0082d5e0 000000a0 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_dispatchC__I)
0082d680 000000a0 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_eventMap__E)
0082d720 000000a0 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_getStackInfo__E)
0082d7c0 000000a0 : BIOS.obj (.text:ti_sysbios_family_c66_tci66xx_CpIntc_mapSysIntToHostInt__E)
0082d860 000000a0 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_construct)
0082d900 000000a0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_init__I)
0082d9a0 000000a0 app_pe66.oe66 (.text:ti_sysbios_knl_Task_create)
0082da40 000000a0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_timers_timer64_Timer_stop__E)
0082dae0 000000a0 ti.targets.rts6000.ae66 : Assert.oe66 (.text:xdc_runtime_Assert_raise__I)
0082db80 000000a0 : Error.oe66 (.text:xdc_runtime_Error_setX__E)
0082dc20 000000a0 : HeapMin.oe66 (.text:xdc_runtime_HeapMin_alloc__E)
0082dcc0 000000a0 : SysMin.oe66 (.text:xdc_runtime_SysMin_abort__E)
0082dd60 000000a0 : SysMin.oe66 (.text:xdc_runtime_SysMin_flush__E)
0082de00 000000a0 : SysMin.oe66 (.text:xdc_runtime_SysMin_putch__E)
0082dea0 000000a0 : Text.oe66 (.text:xdc_runtime_Text_xprintf__I)
0082df40 00000080 ti.board.ae66 : board_clock.oe66 (.text:Board_moduleClockInit)
0082dfc0 00000080 : evmC6678_phy.oe66 (.text:CSL_SGMII_setAdvAbility$0)
0082e040 00000080 ti.drv.i2c.profiling.ae66 : I2C_drv.oe66 (.text:I2C_Params_init)
0082e0c0 00000080 ti.osal.ae66 : MuxIntcP_tirtos.oe66 (.text:MuxIntcP_create)
0082e140 00000080 ti.csl.ae66 : uart.oe66 (.text:UART_charGet_v0)
0082e1c0 00000080 : uart.oe66 (.text:UART_charPut_v0)
0082e240 00000080 ti.drv.uart.ae66 : UART_stdio.oe66 (.text:UART_stdioInit)
0082e2c0 00000080 rts6600_elf.lib : trgmsg.obj (.text:__TI_readmsg)
0082e340 00000080 : trgmsg.obj (.text:__TI_writemsg)
0082e3c0 00000080 : llshift.obj (.text:__c6xabi_llshl)
0082e440 00000080 sysbios.ae66 : c62_TaskSupport_asm.obj (.text:_ti_sysbios_family_c62_TaskSupport_swap__E)
0082e4c0 00000080 ti.utils.profiling.ae66 : profilingHooksC66.oe66 (.text:empty_fn)
0082e540 00000080 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_invL1pAll__E)
0082e5c0 00000080 : BIOS.obj (.text:ti_sysbios_family_c66_tci66xx_CpIntc_getEventId__E)
0082e640 00000080 : BIOS.obj (.text:ti_sysbios_hal_Hwi_checkStack)
0082e6c0 00000080 : BIOS.obj (.text:ti_sysbios_hal_Hwi_initStack)
0082e740 00000080 app_pe66.oe66 (.text:ti_sysbios_heaps_HeapMem_Object__get__S)
0082e7c0 00000080 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Idle_run__E)
0082e840 00000080 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_pendTimeout__I)
0082e8c0 00000080 : BIOS.obj (.text:ti_sysbios_knl_Swi_startup__E)
0082e940 00000080 app_pe66.oe66 (.text:ti_sysbios_knl_Task_Object__get__S)
0082e9c0 00000080 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Task_restore__E)
0082ea40 00000080 ti.targets.rts6000.ae66 : Core-label.oe66 (.text:xdc_runtime_Core_assignLabel__I)
0082eac0 00000080 : Core-params.oe66 (.text:xdc_runtime_Core_assignParams__I)
0082eb40 00000080 : System.oe66 (.text:xdc_runtime_System_atexit__E)
0082ebc0 00000080 : System.oe66 (.text:xdc_runtime_System_processAtExit__E)
0082ec40 00000080 : System.oe66 (.text:xdc_runtime_System_putchar__I)
0082ecc0 00000080 : Text.oe66 (.text:xdc_runtime_Text_printVisFxn__I)
0082ed40 00000060 ti.board.ae66 : board_pll.oe66 (.text:Board_PLLInit)
0082eda0 00000060 ti.osal.ae66 : HwiP_tirtos.oe66 (.text:HwiP_delete)
0082ee00 00000060 ti.drv.i2c.profiling.ae66 : I2C_v0.oe66 (.text:I2C_init_v0$0)
0082ee60 00000060 : I2C_v0.oe66 (.text:I2C_transfer_Callback_v0$0)
0082eec0 00000060 : I2C_v0.oe66 (.text:I2C_v0_control$0)
0082ef20 00000060 ti.osal.ae66 : SemaphoreP_tirtos.oe66 (.text:SemaphoreP_delete)
0082ef80 00000060 ti.csl.ae66 : uart.oe66 (.text:UART_divisorLatchWrite_v0)
0082efe0 00000060 : uart.oe66 (.text:UART_fifoWait_v0)
0082f040 00000060 : uart.oe66 (.text:UART_lineCharacConfig_v0)
0082f0a0 00000060 ti.drv.uart.ae66 : UART_v0.oe66 (.text:UART_readCancel_v0$0)
0082f100 00000060 : UART_v0.oe66 (.text:UART_writeCancel_v0$0)
0082f160 00000060 rts6600_elf.lib : llshift.obj (.text:__c6xabi_llshru)
0082f1c0 00000060 sysbios.ae66 : c64p_Hwi_asm_switch.obj (.text:_ti_sysbios_family_c64p_Hwi_switchAndDispatch__I)
0082f220 00000060 : c64p_Hwi_asm_switch.obj (.text:_ti_sysbios_family_xxx_Hwi_switchAndRunFunc)
0082f280 00000060 app_pe66.oe66 (.text:malloc)
0082f2e0 00000060 app_pe66.oe66 (.text:ti_sysbios_BIOS_atExitFunc__I)
0082f340 00000060 app_pe66.oe66 (.text:ti_sysbios_BIOS_errorRaiseHook__I)
0082f3a0 00000060 app_pe66.oe66 (.text:ti_sysbios_BIOS_rtsLock__I)
0082f400 00000060 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c62_TaskSupport_start__E)
0082f460 00000060 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_Module_startup__E)
0082f4c0 00000060 : BIOS.obj (.text:ti_sysbios_family_c66_tci66xx_CpIntc_unused__E)
0082f520 00000060 app_pe66.oe66 (.text:ti_sysbios_gates_GateHwi_Object__create__S)
0082f580 00000060 app_pe66.oe66 (.text:ti_sysbios_gates_GateMutex_Object__create__S)
0082f5e0 00000060 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_hal_Hwi_Instance_init__E)
0082f640 00000060 app_pe66.oe66 (.text:ti_sysbios_heaps_HeapMem_Object__create__S)
0082f6a0 00000060 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_free__E)
0082f700 00000060 : BIOS.obj (.text:ti_sysbios_knl_Clock_Module_startup__E)
0082f760 00000060 app_pe66.oe66 (.text:ti_sysbios_knl_Clock_doTick__I)
0082f7c0 00000060 app_pe66.oe66 (.text:ti_sysbios_knl_Queue_Object__get__S)
0082f820 00000060 app_pe66.oe66 (.text:ti_sysbios_knl_Queue_construct)
0082f880 00000060 app_pe66.oe66 (.text:ti_sysbios_knl_Semaphore_construct)
0082f8e0 00000060 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Swi_Module_startup__E)
0082f940 00000060 app_pe66.oe66 (.text:ti_sysbios_knl_Swi_Object__get__S)
0082f9a0 00000060 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Task_enter__I)
0082fa00 00000060 ti.utils.profiling.ae66 : profilingHooksC66.oe66 (.text:ti_utils_exit)
0082fa60 00000060 app_pe66.oe66 (.text:xdc_runtime_HeapMin_Object__create__S)
0082fac0 00000060 ti.targets.rts6000.ae66 : HeapMin.oe66 (.text:xdc_runtime_HeapMin_free__E)
0082fb20 00000060 : Memory.oe66 (.text:xdc_runtime_Memory_valloc__E)
0082fb80 00000060 : SysMin.oe66 (.text:xdc_runtime_SysMin_Module_startup__E)
0082fbe0 00000060 : SysMin.oe66 (.text:xdc_runtime_SysMin_exit__E)
0082fc40 00000060 app_pe66.oe66 (.text:xdc_runtime_SysMin_output__I)
0082fca0 00000060 ti.targets.rts6000.ae66 : System.oe66 (.text:xdc_runtime_System_avprintf__E)
0082fd00 00000060 : System.oe66 (.text:xdc_runtime_System_vprintf__E)
0082fd60 00000060 : Text.oe66 (.text:xdc_runtime_Text_cordText__E)
0082fdc0 00000040 ti.board.ae66 : evmC6678_ecc.oe66 (.text:Board_eccInit)
0082fe00 00000040 ti.csl.ae66 : i2c.oe66 (.text:I2CMasterInitExpClk)
0082fe40 00000040 ti.osal.ae66 : SemaphoreP_tirtos.oe66 (.text:SemaphoreP_Params_init)
0082fe80 00000040 : SemaphoreP_tirtos.oe66 (.text:SemaphoreP_pend)
0082fec0 00000040 : SemaphoreP_tirtos.oe66 (.text:SemaphoreP_post)
0082ff00 00000040 ti.csl.ae66 : uart.oe66 (.text:UART_breakCtl_v0)
0082ff40 00000040 : uart.oe66 (.text:UART_charGetNonBlocking_v0)
0082ff80 00000040 : uart.oe66 (.text:UART_divisorValCompute_v0)
0082ffc0 00000040 : uart.oe66 (.text:UART_fIFOConfig_v0)
00830000 00000040 : uart.oe66 (.text:UART_fIFORegisterWrite_v0)
00830040 00000040 : uart.oe66 (.text:UART_intDisable_v0)
00830080 00000040 : uart.oe66 (.text:UART_intEnable_v0)
008300c0 00000040 : uart.oe66 (.text:UART_intIdentityGet_v0)
00830100 00000040 ti.drv.uart.ae66 : UART_drv.oe66 (.text:UART_open)
00830140 00000040 ti.csl.ae66 : uart.oe66 (.text:UART_readLineStatus_v0)
00830180 00000040 ti.osal.ae66 : Utils_tirtos.oe66 (.text:_DebugP_assert)
008301c0 00000040 rts6600_elf.lib : strasg.obj (.text:__strasgi_64plus)
00830200 00000040 : args_main.obj (.text:_args_main)
00830240 00000040 : imath64.obj (.text:_subcull)
00830280 00000040 sysbios.ae66 : c62_TaskSupport_asm.obj (.text:_ti_sysbios_family_c62_TaskSupport_buildTaskStack)
008302c0 00000040 app_pe66.oe66 (.text:free)
00830300 00000040 app_pe66.oe66 (.text:ti_sysbios_BIOS_exitFunc__I)
00830340 00000040 app_pe66.oe66 (.text:ti_sysbios_BIOS_registerRTSLock__I)
00830380 00000040 app_pe66.oe66 (.text:ti_sysbios_BIOS_removeRTSLock__I)
008303c0 00000040 app_pe66.oe66 (.text:ti_sysbios_BIOS_startFunc__I)
00830400 00000040 app_pe66.oe66 (.text:ti_sysbios_family_c64p_Hwi_Module__startupDone__F)
00830440 00000040 app_pe66.oe66 (.text:ti_sysbios_family_c64p_Hwi_Object__delete__S)
00830480 00000040 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_disableInterrupt__E)
008304c0 00000040 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_enableInterrupt__E)
00830500 00000040 : BIOS.obj (.text:ti_sysbios_family_c66_tci66xx_CpIntc_dispatchPlug__E)
00830540 00000040 app_pe66.oe66 (.text:ti_sysbios_gates_GateHwi_Handle__label__S)
00830580 00000040 app_pe66.oe66 (.text:ti_sysbios_gates_GateHwi_Object__delete__S)
008305c0 00000040 app_pe66.oe66 (.text:ti_sysbios_gates_GateMutex_Handle__label__S)
00830600 00000040 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_Instance_init__E)
00830640 00000040 app_pe66.oe66 (.text:ti_sysbios_gates_GateMutex_Object__delete__S)
00830680 00000040 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_leave__E)
008306c0 00000040 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_Object__create__S)
00830700 00000040 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_create)
00830740 00000040 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E)
00830780 00000040 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_Object__destruct__S)
008307c0 00000040 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_Params__init__S)
00830800 00000040 app_pe66.oe66 (.text:ti_sysbios_heaps_HeapMem_Handle__label__S)
00830840 00000040 app_pe66.oe66 (.text:ti_sysbios_heaps_HeapMem_Object__delete__S)
00830880 00000040 app_pe66.oe66 (.text:ti_sysbios_knl_Queue_Object__destruct__S)
008308c0 00000040 app_pe66.oe66 (.text:ti_sysbios_knl_Semaphore_Object__destruct__S)
00830900 00000040 app_pe66.oe66 (.text:ti_sysbios_knl_Semaphore_Params__init__S)
00830940 00000040 app_pe66.oe66 (.text:ti_sysbios_knl_Task_Params__init__S)
00830980 00000040 app_pe66.oe66 (.text:ti_sysbios_timers_timer64_Timer_Module__startupDone__F)
008309c0 00000040 ti.targets.rts6000.ae66 : Error.oe66 (.text:xdc_runtime_Error_check__E)
00830a00 00000040 : Error.oe66 (.text:xdc_runtime_Error_init__E)
00830a40 00000040 app_pe66.oe66 (.text:xdc_runtime_HeapMin_Handle__label__S)
00830a80 00000040 app_pe66.oe66 (.text:xdc_runtime_HeapMin_Object__delete__S)
00830ac0 00000040 app_pe66.oe66 (.text:xdc_runtime_IHeap_alloc)
00830b00 00000040 app_pe66.oe66 (.text:xdc_runtime_IHeap_free)
00830b40 00000040 ti.targets.rts6000.ae66 : Memory.oe66 (.text:xdc_runtime_Memory_free__E)
00830b80 00000040 : Registry.oe66 (.text:xdc_runtime_Registry_findById__E)
00830bc0 00000040 app_pe66.oe66 (.text:xdc_runtime_Startup_exec__I)
00830c00 00000040 ti.targets.rts6000.ae66 : System.oe66 (.text:xdc_runtime_System_abort__E)
00830c40 00000040 app_pe66.oe66 (.text:xdc_runtime_System_aprintf__E)
00830c80 00000040 ti.targets.rts6000.ae66 : System.oe66 (.text:xdc_runtime_System_exit__E)
00830cc0 00000040 app_pe66.oe66 (.text:xdc_runtime_System_printf__E)
00830d00 00000040 ti.targets.rts6000.ae66 : Text.oe66 (.text:xdc_runtime_Text_ropeText__E)
00830d40 00000040 app_pe66.oe66 (.text:xdc_runtime_Text_visitRope__I)
00830d80 00000040 ti.board.ae66 : evmC6678_ddr.oe66 (.text:xmc_add_emif_cfg_region$0)
00830dc0 00000020 : evmC6678_phy.oe66 (.text:Board_ethPhyInit)
00830de0 00000020 : evmC6678_clock.oe66 (.text:Board_getNumPSCconfigs)
00830e00 00000020 : evmC6678_pll.oe66 (.text:Board_getNumPllcConfigs)
00830e20 00000020 : board_lld_init.oe66 (.text:Board_uartStdioInit)
00830e40 00000020 : board_utils.oe66 (.text:CSL_chipWriteTSCL$0)
00830e60 00000020 ti.osal.ae66 : HwiP_tirtos.oe66 (.text:HwiP_Params_init)
00830e80 00000020 : HwiP_tirtos.oe66 (.text:HwiP_clearInterrupt)
00830ea0 00000020 : HwiP_tirtos.oe66 (.text:HwiP_disable)
00830ec0 00000020 : HwiP_tirtos.oe66 (.text:HwiP_disableInterrupt)
00830ee0 00000020 : HwiP_tirtos.oe66 (.text:HwiP_enableInterrupt)
00830f00 00000020 ti.csl.ae66 : i2c.oe66 (.text:I2CIntVectGet)
00830f20 00000020 : i2c.oe66 (.text:I2CMasterBusBusy)
00830f40 00000020 : i2c.oe66 (.text:I2CMasterControl)
00830f60 00000020 : i2c.oe66 (.text:I2CMasterDataGet)
00830f80 00000020 : i2c.oe66 (.text:I2CMasterDataPut)
00830fa0 00000020 : i2c.oe66 (.text:I2CMasterDisable)
00830fc0 00000020 : i2c.oe66 (.text:I2CMasterEnable)
00830fe0 00000020 : i2c.oe66 (.text:I2CMasterErr)
00831000 00000020 : i2c.oe66 (.text:I2CMasterIntClearEx)
00831020 00000020 : i2c.oe66 (.text:I2CMasterIntDisableEx)
00831040 00000020 : i2c.oe66 (.text:I2CMasterIntEnableEx)
00831060 00000020 : i2c.oe66 (.text:I2CMasterIntStatusEx)
00831080 00000020 : i2c.oe66 (.text:I2CMasterSlaveAddrSet)
008310a0 00000020 : i2c.oe66 (.text:I2CMasterStart)
008310c0 00000020 : i2c.oe66 (.text:I2CMasterStop)
008310e0 00000020 : i2c.oe66 (.text:I2COwnAddressSet)
00831100 00000020 : i2c.oe66 (.text:I2CSetDataCount)
00831120 00000020 : i2c.oe66 (.text:I2CSlaveEnable)
00831140 00000020 ti.board.ae66 : evmC6678_ecc.oe66 (.text:MSMC_enableEDC$0)
00831160 00000020 ti.osal.ae66 : MuxIntcP_tirtos.oe66 (.text:MuxIntcP_clearInEvent)
00831180 00000020 : MuxIntcP_tirtos.oe66 (.text:MuxIntcP_disableOutEvent)
008311a0 00000020 : MuxIntcP_tirtos.oe66 (.text:MuxIntcP_enableOutEvent)
008311c0 00000020 ti.drv.uart.ae66 : UART_drv.oe66 (.text:UART_Params_init)
008311e0 00000020 : UART_v0.oe66 (.text:UART_control_v0$0)
00831200 00000020 ti.csl.ae66 : uart.oe66 (.text:UART_divisorLatchDisable_v0)
00831220 00000020 : uart.oe66 (.text:UART_fIFOCharPut_v0)
00831240 00000020 ti.drv.uart.ae66 : UART_v0.oe66 (.text:UART_init_v0$0)
00831260 00000020 ti.csl.ae66 : uart.oe66 (.text:UART_operatingModeSelect_v0)
00831280 00000020 : uart.oe66 (.text:UART_pwremuConfig_v0)
008312a0 00000020 ti.targets.rts6000.ae66 : xdc_noinit.oe66 (.text:__xdc__init)
008312c0 00000020 rts6600_elf.lib : _lock.obj (.text:_nop)
008312e0 00000020 : _lock.obj (.text:_register_lock)
00831300 00000020 : _data_synch.obj (.text:_register_synch_api)
00831320 00000020 : _lock.obj (.text:_register_unlock)
00831340 00000020 sysbios.ae66 : c62_TaskSupport_asm.obj (.text:_ti_sysbios_family_c62_TaskSupport_glue)
00831360 00000020 rts6600_elf.lib : exit.obj (.text:abort)
00831380 00000020 : copy_zero_init.obj (.text:decompress:ZI:__TI_zero_init)
008313a0 00000020 : copy_decompress_none.obj (.text:decompress:none:__TI_decompress_none)
008313c0 00000020 : copy_decompress_rle.obj (.text:decompress:rle24:__TI_decompress_rle24)
008313e0 00000020 ti.board.ae66 : board_pll.oe66 (.text:pllc_delay$0)
00831400 00000020 app_pe66.oe66 (.text:ti_sysbios_BIOS_RtsGateProxy_enter__E)
00831420 00000020 app_pe66.oe66 (.text:ti_sysbios_BIOS_RtsGateProxy_leave__E)
00831440 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_BIOS_exit__E)
00831460 00000020 : BIOS.obj (.text:ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E)
00831480 00000020 app_pe66.oe66 (.text:ti_sysbios_BIOS_nullFunc__I)
008314a0 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_BIOS_setThreadType__E)
008314c0 00000020 : BIOS.obj (.text:ti_sysbios_BIOS_start__E)
008314e0 00000020 app_pe66.oe66 (.text:ti_sysbios_family_c62_TaskSupport_Module__startupDone__S)
00831500 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c62_TaskSupport_checkStack__E)
00831520 00000020 : BIOS.obj (.text:ti_sysbios_family_c62_TaskSupport_getStackAlignment__E)
00831540 00000020 app_pe66.oe66 (.text:ti_sysbios_family_c64p_Hwi_Module__startupDone__S)
00831560 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_clearInterrupt__E)
00831580 00000020 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_startup__E)
008315a0 00000020 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_switchFromBootStack__E)
008315c0 00000020 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_unPluggedInterrupt__I)
008315e0 00000020 : BIOS.obj (.text:ti_sysbios_family_c64p_TimestampProvider_Module_startup__E)
00831600 00000020 : BIOS.obj (.text:ti_sysbios_family_c64p_tci6488_TimerSupport_enable__E)
00831620 00000020 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_RTSSynchInv__I)
00831640 00000020 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_RTSSynchWbInv__I)
00831660 00000020 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_RTSSynchWb__I)
00831680 00000020 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_wait__E)
008316a0 00000020 : BIOS.obj (.text:ti_sysbios_family_c66_Cache_wbInv__E)
008316c0 00000020 : BIOS.obj (.text:ti_sysbios_family_c66_tci66xx_CpIntc_clearSysInt__E)
008316e0 00000020 : BIOS.obj (.text:ti_sysbios_family_c66_tci66xx_CpIntc_disableHostInt__E)
00831700 00000020 : BIOS.obj (.text:ti_sysbios_family_c66_tci66xx_CpIntc_enableHostInt__E)
00831720 00000020 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_Instance_init__E)
00831740 00000020 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_enter__E)
00831760 00000020 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_leave__E)
00831780 00000020 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_query__E)
008317a0 00000020 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_Instance_finalize__E)
008317c0 00000020 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_query__E)
008317e0 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S)
00831800 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S)
00831820 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_clearInterrupt__E)
00831840 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_delete)
00831860 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E)
00831880 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_disable__E)
008318a0 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E)
008318c0 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_restore__E)
008318e0 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_startup__E)
00831900 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E)
00831920 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_hal_Hwi_Instance_finalize__E)
00831940 00000020 : BIOS.obj (.text:ti_sysbios_hal_Hwi_Module_startup__E)
00831960 00000020 app_pe66.oe66 (.text:ti_sysbios_hal_Hwi_destruct)
00831980 00000020 app_pe66.oe66 (.text:ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E)
008319a0 00000020 app_pe66.oe66 (.text:ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E)
008319c0 00000020 app_pe66.oe66 (.text:ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E)
008319e0 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_isBlocking__E)
00831a00 00000020 app_pe66.oe66 (.text:ti_sysbios_knl_Clock_Module_State_clockQ)
00831a20 00000020 app_pe66.oe66 (.text:ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S)
00831a40 00000020 app_pe66.oe66 (.text:ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E)
00831a60 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Idle_loop__E)
00831a80 00000020 : BIOS.obj (.text:ti_sysbios_knl_Queue_Instance_init__E)
00831aa0 00000020 app_pe66.oe66 (.text:ti_sysbios_knl_Queue_destruct)
00831ac0 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Queue_empty__E)
00831ae0 00000020 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_Instance_finalize__E)
00831b00 00000020 app_pe66.oe66 (.text:ti_sysbios_knl_Semaphore_destruct)
00831b20 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Swi_disable__E)
00831b40 00000020 app_pe66.oe66 (.text:ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S)
00831b60 00000020 app_pe66.oe66 (.text:ti_sysbios_knl_Task_SupportProxy_checkStack__E)
00831b80 00000020 app_pe66.oe66 (.text:ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E)
00831ba0 00000020 app_pe66.oe66 (.text:ti_sysbios_knl_Task_SupportProxy_start__E)
00831bc0 00000020 app_pe66.oe66 (.text:ti_sysbios_knl_Task_SupportProxy_swap__E)
00831be0 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_knl_Task_disable__E)
00831c00 00000020 : BIOS.obj (.text:ti_sysbios_knl_Task_startup__E)
00831c20 00000020 app_pe66.oe66 (.text:ti_sysbios_timers_timer64_Timer_Module__startupDone__S)
00831c40 00000020 app_pe66.oe66 (.text:ti_sysbios_timers_timer64_Timer_TimerSupportProxy_enable__E)
00831c60 00000020 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_timers_timer64_Timer_getMaxTicks__E)
00831c80 00000020 app_pe66.oe66 (.text:xdc_iargToPtr)
00831ca0 00000020 ti.targets.rts6000.ae66 : Error.oe66 (.text:xdc_runtime_Error_getSite__E)
00831cc0 00000020 : Error.oe66 (.text:xdc_runtime_Error_raiseX__E)
00831ce0 00000020 : Gate.oe66 (.text:xdc_runtime_Gate_enterSystem__E)
00831d00 00000020 : Gate.oe66 (.text:xdc_runtime_Gate_leaveSystem__E)
00831d20 00000020 : HeapMin.oe66 (.text:xdc_runtime_HeapMin_getStats__E)
00831d40 00000020 : HeapMin.oe66 (.text:xdc_runtime_HeapMin_isBlocking__E)
00831d60 00000020 app_pe66.oe66 (.text:xdc_runtime_Memory_HeapProxy_alloc__E)
00831d80 00000020 app_pe66.oe66 (.text:xdc_runtime_Memory_HeapProxy_free__E)
00831da0 00000020 ti.targets.rts6000.ae66 : Memory.oe66 (.text:xdc_runtime_Memory_calloc__E)
00831dc0 00000020 : Memory.oe66 (.text:xdc_runtime_Memory_getMaxDefaultTypeAlign__E)
00831de0 00000020 app_pe66.oe66 (.text:xdc_runtime_Startup_reset__I)
00831e00 00000020 ti.targets.rts6000.ae66 : Startup.oe66 (.text:xdc_runtime_Startup_rtsDone__E)
00831e20 00000020 : SysMin.oe66 (.text:xdc_runtime_SysMin_ready__E)
00831e40 00000020 app_pe66.oe66 (.text:xdc_runtime_System_Module_GateProxy_enter__E)
00831e60 00000020 app_pe66.oe66 (.text:xdc_runtime_System_Module_GateProxy_leave__E)
00831e80 00000020 ti.targets.rts6000.ae66 : System.oe66 (.text:xdc_runtime_System_Module_startup__E)
00831ea0 00000020 app_pe66.oe66 (.text:xdc_runtime_System_SupportProxy_abort__E)
00831ec0 00000020 app_pe66.oe66 (.text:xdc_runtime_System_SupportProxy_exit__E)
00831ee0 00000020 app_pe66.oe66 (.text:xdc_runtime_System_SupportProxy_putch__E)
00831f00 00000020 app_pe66.oe66 (.text:xdc_runtime_System_SupportProxy_ready__E)
00831f20 00000020 ti.targets.rts6000.ae66 : System.oe66 (.text:xdc_runtime_System_aprintf_va__F)
00831f40 00000020 : System.oe66 (.text:xdc_runtime_System_printf_va__F)
00831f60 00000020 : System.oe66 (.text:xdc_runtime_System_vsnprintf__E)
.const.2 0 00831f80 00003166
00831f80 000018c1 app_pe66.oe66 (.const:xdc_runtime_Text_charTab__A)
00833841 00000001 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_localTimerBaseId__C)
00833842 00000002 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Exception_Module__id__C)
00833844 00000518 sysbios.ae66 : BIOS.obj (.const:.string)
00833d5c 00000004 ti.targets.rts6000.ae66 : Assert.oe66 (.const:.string)
00833d60 00000400 app_pe66.oe66 (.const:ti_sysbios_family_c66_Cache_marvalues__C)
00834160 00000216 main.obj (.const:sizeTable_half)
00834376 00000002 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Exception_useInternalBuffer__C)
00834378 00000140 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_sysIntToHostInt__A)
008344b8 000000f0 app_pe66.oe66 (.const:xdc_runtime_Text_nodeTab__A)
008345a8 00000088 app_pe66.oe66 (.const:.string)
00834630 00000058 ti.targets.rts6000.ae66 : Error.oe66 (.const:.string)
00834688 00000050 ti.drv.uart.ae66 : UART_drv.oe66 (.const)
008346d8 00000048 ti.drv.i2c.profiling.ae66 : I2C_soc.oe66 (.const:I2C_config)
00834720 00000040 main.obj (.const:.string)
00834760 00000040 ti.targets.rts6000.ae66 : Text.oe66 (.const:.string)
008347a0 00000040 ti.board.ae66 : evmC6678_clock.oe66 (.const:pscConfigs)
008347e0 0000003c app_pe66.oe66 (.const:ti_sysbios_knl_Task_Object__PARAMS__C)
0083481c 00000038 ti.drv.i2c.profiling.ae66 : I2C_drv.oe66 (.const)
00834854 00000004 app_pe66.oe66 (.const:ti_sysbios_BIOS_installedErrorHook__C)
00834858 00000030 ti.board.ae66 : evmC6678_pll.oe66 (.const:pllcConfigs)
00834888 00000030 ti.drv.uart.ae66 : UART_v0.oe66 (.const)
008348b8 00000030 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_Object__PARAMS__C)
008348e8 00000030 app_pe66.oe66 (.const:xdc_runtime_Startup_sfxnTab__A)
00834918 0000002c ti.targets.rts6000.ae66 : Startup.oe66 (.const:.string)
00834944 0000002c app_pe66.oe66 (.const:ti_sysbios_hal_Hwi_Object__PARAMS__C)
00834970 00000028 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_Module__FXNS__C)
00834998 00000028 app_pe66.oe66 (.const:xdc_runtime_HeapMin_Module__FXNS__C)
008349c0 00000024 ti.drv.uart.ae66 : UART_stdio.oe66 (.const:.string)
008349e4 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c62_TaskSupport_stackAlignment__C)
008349e8 00000024 ti.board.ae66 : evmC6678.oe66 (.const:Board_ext_clk)
00834a0c 00000024 app_pe66.oe66 (.const:ti_sysbios_gates_GateHwi_Module__FXNS__C)
00834a30 00000024 app_pe66.oe66 (.const:ti_sysbios_gates_GateMutex_Module__FXNS__C)
00834a54 00000024 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C)
00834a78 00000024 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Object__PARAMS__C)
00834a9c 00000020 ti.osal.ae66 : SemaphoreP_tirtos.oe66 (.const:.string)
00834abc 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Exception_E_exceptionMax__C)
00834ac0 00000020 ti.board.ae66 : evmC6678_pll.oe66 (.const:keystonePllcRegs)
00834ae0 00000020 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_Object__DESC__C)
00834b00 00000020 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId__A)
00834b20 00000020 app_pe66.oe66 (.const:ti_sysbios_gates_GateHwi_Object__DESC__C)
00834b40 00000020 app_pe66.oe66 (.const:ti_sysbios_gates_GateMutex_Object__DESC__C)
00834b60 00000020 app_pe66.oe66 (.const:ti_sysbios_hal_Hwi_Object__DESC__C)
00834b80 00000020 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_Object__DESC__C)
00834ba0 00000020 app_pe66.oe66 (.const:ti_sysbios_knl_Queue_Object__DESC__C)
00834bc0 00000020 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Object__DESC__C)
00834be0 00000020 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Object__DESC__C)
00834c00 00000020 app_pe66.oe66 (.const:xdc_runtime_HeapMin_Object__DESC__C)
00834c20 00000020 app_pe66.oe66 (.const:xdc_runtime_HeapMin_Object__PARAMS__C)
00834c40 0000001c ti.drv.uart.ae66 : UART_v0.oe66 (.const:.string)
00834c5c 0000001c ti.osal.ae66 : HwiP_tirtos.oe66 (.const:.string)
00834c78 00000019 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_eventId__A)
00834c91 00000001 --HOLE-- [fill = 0]
00834c92 00000002 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_Module__id__C)
00834c94 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Exception_exceptionHook__C)
00834c98 00000019 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_0__A)
00834cb1 00000001 --HOLE-- [fill = 0]
00834cb2 00000002 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_Module__loggerDefined__C)
00834cb4 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Exception_externalHook__C)
00834cb8 00000019 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_1__A)
00834cd1 00000001 --HOLE-- [fill = 0]
00834cd2 00000002 app_pe66.oe66 (.const:ti_sysbios_family_c66_Cache_Module__id__C)
00834cd4 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Exception_internalHook__C)
00834cd8 00000019 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_2__A)
00834cf1 00000001 --HOLE-- [fill = 0]
00834cf2 00000002 app_pe66.oe66 (.const:ti_sysbios_family_c66_Cache_registerRTSSynch__C)
00834cf4 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Exception_nmiHook__C)
00834cf8 00000019 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_3__A)
00834d11 00000001 --HOLE-- [fill = 0]
00834d12 00000002 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_Module__id__C)
00834d14 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_E_alreadyDefined__C)
00834d18 00000019 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_4__A)
00834d31 00000001 --HOLE-- [fill = 0]
00834d32 00000002 app_pe66.oe66 (.const:ti_sysbios_gates_GateMutex_Module__id__C)
00834d34 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_E_handleNotFound__C)
00834d38 00000019 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_5__A)
00834d51 00000001 --HOLE-- [fill = 0]
00834d52 00000002 app_pe66.oe66 (.const:ti_sysbios_hal_Hwi_Module__id__C)
00834d54 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_E_invalidIntNum__C)
00834d58 00000019 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_6__A)
00834d71 00000001 --HOLE-- [fill = 0]
00834d72 00000002 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_Module__id__C)
00834d74 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_LD_end__C)
00834d78 00000019 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_7__A)
00834d91 00000001 --HOLE-- [fill = 0]
00834d92 00000002 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_Module__id__C)
00834d94 00000018 app_pe66.oe66 (.const:ti_sysbios_gates_GateHwi_Object__PARAMS__C)
00834dac 00000018 app_pe66.oe66 (.const:ti_sysbios_gates_GateMutex_Object__PARAMS__C)
00834dc4 00000018 app_pe66.oe66 (.const:ti_sysbios_knl_Queue_Object__PARAMS__C)
00834ddc 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_LM_begin__C)
00834de0 00000018 app_pe66.oe66 (.const:xdc_runtime_Startup_sfxnRts__A)
00834df8 00000014 ti.drv.i2c.profiling.ae66 : I2C_v0.oe66 (.const)
00834e0c 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_Module__diagsEnabled__C)
00834e10 00000011 ti.targets.rts6000.ae66 : System.oe66 (.const:.string:digtohex)
00834e21 00000001 --HOLE-- [fill = 0]
00834e22 00000002 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_Module__loggerDefined__C)
00834e24 00000010 ti.drv.i2c.profiling.ae66 : I2C_drv.oe66 (.const:.string)
00834e34 00000010 : I2C_v0.oe66 (.const:.string)
00834e44 00000008 ti.targets.rts6000.ae66 : System.oe66 (.const:.string)
00834e4c 00000008 app_pe66.oe66 (.const:ti_sysbios_knl_Idle_funcList__C)
00834e54 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_Module__diagsIncluded__C)
00834e58 00000008 app_pe66.oe66 (.const:xdc_runtime_Startup_firstFxns__A)
00834e60 00000008 app_pe66.oe66 (.const:xdc_runtime_Startup_firstFxns__C)
00834e68 00000008 app_pe66.oe66 (.const:xdc_runtime_Startup_lastFxns__C)
00834e70 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_Module__diagsMask__C)
00834e74 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_Module__loggerFxn1__C)
00834e78 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_Module__loggerFxn8__C)
00834e7c 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c64p_Hwi_Module__loggerObj__C)
00834e80 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c66_Cache_E_invalidL1CacheSize__C)
00834e84 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c66_Cache_E_invalidL2CacheSize__C)
00834e88 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c66_Cache_atomicBlockSize__C)
00834e8c 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_E_unpluggedSysInt__C)
00834e90 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_eventId__C)
00834e94 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId__C)
00834e98 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_numEvents__C)
00834e9c 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_numStatusRegs__C)
00834ea0 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_numSysInts__C)
00834ea4 00000004 app_pe66.oe66 (.const:ti_sysbios_family_c66_tci66xx_CpIntc_sysIntToHostInt__C)
00834ea8 00000004 app_pe66.oe66 (.const:ti_sysbios_gates_GateMutex_A_badContext__C)
00834eac 00000004 app_pe66.oe66 (.const:ti_sysbios_gates_GateMutex_Instance_State_sem__O)
00834eb0 00000004 app_pe66.oe66 (.const:ti_sysbios_gates_GateMutex_Module__diagsEnabled__C)
00834eb4 00000004 app_pe66.oe66 (.const:ti_sysbios_gates_GateMutex_Module__diagsIncluded__C)
00834eb8 00000004 app_pe66.oe66 (.const:ti_sysbios_gates_GateMutex_Module__diagsMask__C)
00834ebc 00000004 app_pe66.oe66 (.const:ti_sysbios_hal_Hwi_E_stackOverflow__C)
00834ec0 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_A_align__C)
00834ec4 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_A_heapSize__C)
00834ec8 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_A_invalidFree__C)
00834ecc 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_A_zeroBlock__C)
00834ed0 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_E_memory__C)
00834ed4 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C)
00834ed8 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C)
00834edc 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_Module__diagsMask__C)
00834ee0 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_Module__gateObj__C)
00834ee4 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_Object__count__C)
00834ee8 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_Object__table__C)
00834eec 00000004 app_pe66.oe66 (.const:ti_sysbios_heaps_HeapMem_reqAlign__C)
00834ef0 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_LM_begin__C)
00834ef4 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_LM_tick__C)
00834ef8 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_LW_delayed__C)
00834efc 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_Module_State_clockQ__O)
00834f00 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_Module__diagsEnabled__C)
00834f04 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_Module__diagsIncluded__C)
00834f08 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_Module__diagsMask__C)
00834f0c 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_Module__loggerFxn1__C)
00834f10 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_Module__loggerFxn2__C)
00834f14 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Clock_Module__loggerObj__C)
00834f18 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Idle_funcList__A)
00834f1c 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Queue_Object__count__C)
00834f20 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Queue_Object__table__C)
00834f24 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_A_badContext__C)
00834f28 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_A_noEvents__C)
00834f2c 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_A_overflow__C)
00834f30 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C)
00834f34 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O)
00834f38 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_LM_pend__C)
00834f3c 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_LM_post__C)
00834f40 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Module__diagsEnabled__C)
00834f44 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Module__diagsIncluded__C)
00834f48 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Module__diagsMask__C)
00834f4c 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Module__loggerFxn2__C)
00834f50 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Module__loggerFxn4__C)
00834f54 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Module__loggerObj__C)
00834f58 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_LD_end__C)
00834f5c 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_LM_begin__C)
00834f60 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_LM_post__C)
00834f64 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_Module__diagsEnabled__C)
00834f68 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_Module__diagsIncluded__C)
00834f6c 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_Module__diagsMask__C)
00834f70 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_Module__loggerFxn1__C)
00834f74 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_Module__loggerFxn4__C)
00834f78 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_Module__loggerObj__C)
00834f7c 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_Object__count__C)
00834f80 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_Object__table__C)
00834f84 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_A_badPriority__C)
00834f88 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_A_badTaskState__C)
00834f8c 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_A_badThreadType__C)
00834f90 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_A_noPendElem__C)
00834f94 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_E_spOutOfBounds__C)
00834f98 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_E_stackOverflow__C)
00834f9c 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_LD_block__C)
00834fa0 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_LD_exit__C)
00834fa4 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_LD_ready__C)
00834fa8 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_LM_switch__C)
00834fac 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Module_State_inactiveQ__O)
00834fb0 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Module__diagsEnabled__C)
00834fb4 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Module__diagsIncluded__C)
00834fb8 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Module__diagsMask__C)
00834fbc 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Module__loggerFxn2__C)
00834fc0 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Module__loggerFxn4__C)
00834fc4 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Module__loggerObj__C)
00834fc8 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Object__count__C)
00834fcc 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Object__table__C)
00834fd0 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_allBlockedFunc__C)
00834fd4 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_defaultStackHeap__C)
00834fd8 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_defaultStackSize__C)
00834fdc 00000004 app_pe66.oe66 (.const:ti_sysbios_knl_Task_numConstructedTasks__C)
00834fe0 00000004 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_A_notAvailable__C)
00834fe4 00000004 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_E_cannotSupport__C)
00834fe8 00000004 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_Module__diagsEnabled__C)
00834fec 00000004 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_Module__diagsIncluded__C)
00834ff0 00000004 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_Module__diagsMask__C)
00834ff4 00000004 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_anyMaskHigh__C)
00834ff8 00000004 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_anyMask__C)
00834ffc 00000004 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_freqDivisor__C)
00835000 00000004 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_numLocalTimers__C)
00835004 00000004 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_numTimerDevices__C)
00835008 00000004 app_pe66.oe66 (.const:xdc_runtime_Assert_E_assertFailed__C)
0083500c 00000004 app_pe66.oe66 (.const:xdc_runtime_Core_A_initializedParams__C)
00835010 00000004 app_pe66.oe66 (.const:xdc_runtime_Core_Module__diagsEnabled__C)
00835014 00000004 app_pe66.oe66 (.const:xdc_runtime_Core_Module__diagsIncluded__C)
00835018 00000004 app_pe66.oe66 (.const:xdc_runtime_Core_Module__diagsMask__C)
0083501c 00000004 app_pe66.oe66 (.const:xdc_runtime_Error_E_memory__C)
00835020 00000004 app_pe66.oe66 (.const:xdc_runtime_Error_Module__diagsEnabled__C)
00835024 00000004 app_pe66.oe66 (.const:xdc_runtime_Error_Module__diagsIncluded__C)
00835028 00000004 app_pe66.oe66 (.const:xdc_runtime_Error_Module__diagsMask__C)
0083502c 00000004 app_pe66.oe66 (.const:xdc_runtime_Error_Module__loggerFxn8__C)
00835030 00000004 app_pe66.oe66 (.const:xdc_runtime_Error_Module__loggerObj__C)
00835034 00000004 app_pe66.oe66 (.const:xdc_runtime_Error_policyFxn__C)
00835038 00000004 app_pe66.oe66 (.const:xdc_runtime_Error_policy__C)
0083503c 00000004 app_pe66.oe66 (.const:xdc_runtime_Error_raiseHook__C)
00835040 00000004 app_pe66.oe66 (.const:xdc_runtime_HeapMin_A_zeroSize__C)
00835044 00000004 app_pe66.oe66 (.const:xdc_runtime_HeapMin_E_freeError__C)
00835048 00000004 app_pe66.oe66 (.const:xdc_runtime_HeapMin_Module__diagsEnabled__C)
0083504c 00000004 app_pe66.oe66 (.const:xdc_runtime_HeapMin_Module__diagsIncluded__C)
00835050 00000004 app_pe66.oe66 (.const:xdc_runtime_HeapMin_Module__diagsMask__C)
00835054 00000004 app_pe66.oe66 (.const:xdc_runtime_IGateProvider_Interface__BASE__C)
00835058 00000004 app_pe66.oe66 (.const:xdc_runtime_IHeap_Interface__BASE__C)
0083505c 00000004 app_pe66.oe66 (.const:xdc_runtime_IModule_Interface__BASE__C)
00835060 00000004 app_pe66.oe66 (.const:xdc_runtime_Log_L_error__C)
00835064 00000004 app_pe66.oe66 (.const:xdc_runtime_Main_Module__diagsEnabled__C)
00835068 00000004 app_pe66.oe66 (.const:xdc_runtime_Main_Module__diagsIncluded__C)
0083506c 00000004 app_pe66.oe66 (.const:xdc_runtime_Main_Module__diagsMask__C)
00835070 00000004 app_pe66.oe66 (.const:xdc_runtime_Memory_defaultHeapInstance__C)
00835074 00000004 app_pe66.oe66 (.const:xdc_runtime_Startup_execImpl__C)
00835078 00000004 app_pe66.oe66 (.const:xdc_runtime_Startup_maxPasses__C)
0083507c 00000004 app_pe66.oe66 (.const:xdc_runtime_Startup_sfxnRts__C)
00835080 00000004 app_pe66.oe66 (.const:xdc_runtime_Startup_sfxnTab__C)
00835084 00000004 app_pe66.oe66 (.const:xdc_runtime_Startup_startModsFxn__C)
00835088 00000004 app_pe66.oe66 (.const:xdc_runtime_SysMin_bufSize__C)
0083508c 00000004 app_pe66.oe66 (.const:xdc_runtime_SysMin_outputFunc__C)
00835090 00000004 app_pe66.oe66 (.const:xdc_runtime_System_Module__gateObj__C)
00835094 00000004 app_pe66.oe66 (.const:xdc_runtime_System_abortFxn__C)
00835098 00000004 app_pe66.oe66 (.const:xdc_runtime_System_exitFxn__C)
0083509c 00000004 app_pe66.oe66 (.const:xdc_runtime_System_extendFxn__C)
008350a0 00000004 app_pe66.oe66 (.const:xdc_runtime_System_maxAtexitHandlers__C)
008350a4 00000004 app_pe66.oe66 (.const:xdc_runtime_Text_charTab__C)
008350a8 00000004 app_pe66.oe66 (.const:xdc_runtime_Text_nameEmpty__C)
008350ac 00000004 app_pe66.oe66 (.const:xdc_runtime_Text_nameStatic__C)
008350b0 00000004 app_pe66.oe66 (.const:xdc_runtime_Text_nameUnknown__C)
008350b4 00000004 app_pe66.oe66 (.const:xdc_runtime_Text_nodeTab__C)
008350b8 00000004 app_pe66.oe66 (.const:xdc_runtime_Text_visitRopeFxn__C)
008350bc 00000002 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Module__id__C)
008350be 00000002 app_pe66.oe66 (.const:ti_sysbios_knl_Semaphore_Module__loggerDefined__C)
008350c0 00000002 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_Module__id__C)
008350c2 00000002 app_pe66.oe66 (.const:ti_sysbios_knl_Swi_Module__loggerDefined__C)
008350c4 00000002 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Module__id__C)
008350c6 00000002 app_pe66.oe66 (.const:ti_sysbios_knl_Task_Module__loggerDefined__C)
008350c8 00000002 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_Module__id__C)
008350ca 00000002 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_startupNeeded__C)
008350cc 00000002 app_pe66.oe66 (.const:ti_sysbios_timers_timer64_Timer_useTimer64pRegMap__C)
008350ce 00000002 app_pe66.oe66 (.const:xdc_runtime_Core_Module__id__C)
008350d0 00000002 app_pe66.oe66 (.const:xdc_runtime_Error_Module__loggerDefined__C)
008350d2 00000002 app_pe66.oe66 (.const:xdc_runtime_Error_maxDepth__C)
008350d4 00000002 app_pe66.oe66 (.const:xdc_runtime_HeapMin_Module__id__C)
008350d6 00000002 app_pe66.oe66 (.const:xdc_runtime_HeapMin_freeError__C)
008350d8 00000002 app_pe66.oe66 (.const:xdc_runtime_Main_Module__id__C)
008350da 00000002 app_pe66.oe66 (.const:xdc_runtime_Memory_Module__id__C)
008350dc 00000002 app_pe66.oe66 (.const:xdc_runtime_SysMin_flushAtExit__C)
008350de 00000002 app_pe66.oe66 (.const:xdc_runtime_Text_charCnt__C)
008350e0 00000002 app_pe66.oe66 (.const:xdc_runtime_Text_isLoaded__C)
008350e2 00000002 app_pe66.oe66 (.const:xdc_runtime_Text_registryModsLastId__C)
008350e4 00000002 app_pe66.oe66 (.const:xdc_runtime_Text_unnamedModsLastId__C)
.switch 0 008366e8 00000098
008366e8 00000080 ti.csl.ae66 : csl_chip.oe66 (.switch:CSL_chipReadReg)
00836768 00000018 ti.drv.i2c.profiling.ae66 : I2C_v0.oe66 (.switch:I2C_v0_hwiFxnSlave$0)
.vecs 0 00836800 00000200
00836800 00000200 app_pe66.oe66 (.vecs)
.cio 0 00836a00 00000120 UNINITIALIZED
00836a00 00000120 rts6600_elf.lib : trgmsg.obj (.cio)
.myHeap 0 0c000000 00186a00 UNINITIALIZED
0c000000 00186a00 app_pe66.oe66 (.myHeap)
xdc.meta 0 00800000 00000100 COPY SECTION
00800000 00000100 app_pe66.oe66 (xdc.meta)
MODULE SUMMARY
Module code ro data rw data
------ ---- ------- -------
<current directory>
main.obj 1472 598 17152
+--+--------------------------+-------+---------+---------+
Total: 1472 598 17152
C:\Users\user\Documents\workplace_new\myEVMstart_Multicore\Debug\configPkg\package\cfg\
app_pe66.oe66 7040 9905 1710476
+--+--------------------------+-------+---------+---------+
Total: 7040 9905 1710476
C:\CodeComposerStudioV6\bios_6_46_01_38\packages\ti\targets\rts6000\lib\boot.ae66
autoinit.oe66 320 0 0
boot.oe66 160 0 0
+--+--------------------------+-------+---------+---------+
Total: 480 0 0
C:\CodeComposerStudioV6\bios_6_46_01_38\packages\ti\targets\rts6000\lib\ti.targets.rts6000.ae66
System.oe66 3200 25 0
Text.oe66 1696 64 0
Error.oe66 1056 88 0
Core-mem.oe66 832 0 0
Startup.oe66 768 44 0
SysMin.oe66 704 0 0
HeapMin.oe66 608 0 0
Memory.oe66 448 0 0
Core-smem.oe66 384 0 0
Assert.oe66 160 4 0
Core-label.oe66 128 0 0
Core-params.oe66 128 0 0
Gate.oe66 64 0 0
Registry.oe66 64 0 0
xdc_noinit.oe66 32 0 0
+--+--------------------------+-------+---------+---------+
Total: 10272 225 0
C:\CodeComposerStudioV6\ccsv6\tools\compiler\ti-cgt-c6000_8.1.1\lib\rts6600_elf.lib
imath64.obj 640 0 0
trgmsg.obj 256 0 288
copy_decompress_rle.obj 288 0 0
exit.obj 224 0 12
trgdrv.obj 224 0 8
llshift.obj 224 0 0
memset.obj 224 0 0
divu.obj 192 0 0
tls.obj 192 0 0
memcpy64.obj 160 0 0
remu.obj 160 0 0
_lock.obj 96 0 8
args_main.obj 64 0 0
strasg.obj 64 0 0
_data_synch.obj 32 0 0
copy_decompress_none.obj 32 0 0
copy_zero_init.obj 32 0 0
+--+--------------------------+-------+---------+---------+
Total: 3104 0 316
C:\CodeComposerStudioV6\pdk_c667x_2_0_4\packages\ti\board\lib\evmC6678\c66\release\ti.board.ae66
board_pll.oe66 1280 0 0
evmC6678_phy.oe66 960 0 0
evmC6678_ddr.oe66 736 0 0
evmC6678.oe66 384 36 0
board_clock.oe66 352 0 0
board_utils.oe66 288 0 0
evmC6678_pll.oe66 32 80 0
evmC6678_clock.oe66 32 64 0
evmC6678_ecc.oe66 96 0 0
board_lld_init.oe66 32 0 0
+--+--------------------------+-------+---------+---------+
Total: 4192 180 0
C:\CodeComposerStudioV6\pdk_c667x_2_0_4\packages\ti\csl\lib\c6678\c66\release\ti.csl.ae66
uart.oe66 1248 0 0
i2c.oe66 640 0 0
csl_chip.oe66 288 128 0
csl_cpsgmii.oe66 0 0 16
+--+--------------------------+-------+---------+---------+
Total: 2176 128 16
C:\CodeComposerStudioV6\pdk_c667x_2_0_4\packages\ti\drv\i2c\lib\c6678\c66\release\ti.drv.i2c.profiling.ae66
I2C_v0.oe66 5984 60 0
I2C_drv.oe66 320 72 4
I2C_soc.oe66 0 72 148
+--+--------------------------+-------+---------+---------+
Total: 6304 204 152
C:\CodeComposerStudioV6\pdk_c667x_2_0_4\packages\ti\drv\uart\lib\c6678\c66\release\ti.drv.uart.ae66
UART_v0.oe66 5920 76 0
UART_drv.oe66 256 80 4
UART_soc.oe66 0 24 260
UART_stdio.oe66 128 36 8
+--+--------------------------+-------+---------+---------+
Total: 6304 216 272
C:\CodeComposerStudioV6\pdk_c667x_2_0_4\packages\ti\osal\lib\tirtos\c6678\c66\release\ti.osal.ae66
SemaphoreP_tirtos.oe66 544 32 0
HwiP_tirtos.oe66 544 28 0
MuxIntcP_tirtos.oe66 224 0 0
Utils_tirtos.oe66 64 0 0
+--+--------------------------+-------+---------+---------+
Total: 1376 60 0
C:\CodeComposerStudioV6\pdk_c667x_2_0_4\packages\ti\utils\profiling\lib\c66\release\ti.utils.profiling.ae66
profilingHooksC66.oe66 640 0 16
+--+--------------------------+-------+---------+---------+
Total: 640 0 16
C:\Users\user\Documents\workplace_new\myEVMstart_Multicore\src\sysbios\sysbios.ae66
BIOS.obj 32224 1304 0
c64p_Hwi_disp_always.obj 512 0 0
c64p_Exception_asm.obj 384 0 0
c62_TaskSupport_asm.obj 224 0 0
c64p_Hwi_asm_switch.obj 192 0 0
c64p_Hwi_asm.obj 160 0 0
+--+--------------------------+-------+---------+---------+
Total: 33696 1304 0
Stack: 0 0 5632
Linker Generated: 0 1953 0
+--+--------------------------+-------+---------+---------+
Grand Total: 77056 14773 1734032
LINKER GENERATED COPY TABLES
__TI_cinit_table @ 00837290 records: 7, size/record: 8, table size: 56
.fardata.2: load addr=00836b20, load size=0000070b bytes, run addr=00800000, run size=00000e7c bytes, compression=rle
.fardata.1: load addr=0083722c, load size=00000025 bytes, run addr=00000000, run size=04000000 bytes, compression=rle
.neardata: load addr=00837254, load size=0000000c bytes, run addr=00836784, run size=00000014 bytes, compression=rle
.rodata: load addr=0083726c, load size=00000009 bytes, run addr=00836798, run size=00000008 bytes, compression=rle
.bss: load addr=00837278, load size=00000008 bytes, run addr=00836780, run size=00000004 bytes, compression=zero_init
.far: load addr=00837280, load size=00000008 bytes, run addr=00800e80, run size=0001e5e8 bytes, compression=zero_init
.myHeap: load addr=00837288, load size=00000008 bytes, run addr=0c000000, run size=00186a00 bytes, compression=zero_init
LINKER GENERATED HANDLER TABLE
__TI_handler_table @ 00837260 records: 3, size/record: 4, table size: 12
index: 0, handler: __TI_zero_init
index: 1, handler: __TI_decompress_rle24
index: 2, handler: __TI_decompress_none
GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name
address name
------- ----
0082b620 BOARD_delay
008263a0 Board_DDR3Init
0082ed40 Board_PLLInit
0082fdc0 Board_eccInit
00830dc0 Board_ethPhyInit
008349e8 Board_ext_clk
00830de0 Board_getNumPSCconfigs
00830e00 Board_getNumPllcConfigs
00829620 Board_init
0082df40 Board_moduleClockInit
00830e20 Board_uartStdioInit
00831360 C$$EXIT
0082e3a0 C$$IO$$
0082ac00 CSL_chipReadReg
0082be20 HOSTwrite
00830e60 HwiP_Params_init
00830e80 HwiP_clearInterrupt
0082ad20 HwiP_create
0082eda0 HwiP_delete
00830ea0 HwiP_disable
00830ec0 HwiP_disableInterrupt
00830ee0 HwiP_enableInterrupt
008318c0 HwiP_restore
00830f00 I2CIntVectGet
00830f20 I2CMasterBusBusy
00830f40 I2CMasterControl
00830f60 I2CMasterDataGet
00830f80 I2CMasterDataPut
00830fa0 I2CMasterDisable
00830fc0 I2CMasterEnable
00830fe0 I2CMasterErr
0082fe00 I2CMasterInitExpClk
00831000 I2CMasterIntClearEx
00831020 I2CMasterIntDisableEx
00831040 I2CMasterIntEnableEx
00831060 I2CMasterIntStatusEx
00831080 I2CMasterSlaveAddrSet
008310a0 I2CMasterStart
008310c0 I2CMasterStop
008310e0 I2COwnAddressSet
00831100 I2CSetDataCount
00831120 I2CSlaveEnable
0082e040 I2C_Params_init
008346d8 I2C_config
0083481c I2C_defaultParams
0083482c I2C_defaultTransaction
0082c520 I2C_init
00834df8 I2C_v0_FxnTable
0081f3c8 I2cObjects
00828100 Init_SGMII
00831160 MuxIntcP_clearInEvent
0082e0c0 MuxIntcP_create
00831180 MuxIntcP_disableOutEvent
008311a0 MuxIntcP_enableOutEvent
00822b08 Osal_platformFree
00822b00 Osal_platformMalloc
00822ac4 Osal_platformSpiCsEnter
00822ab0 Osal_platformSpiCsExit
0082fe40 SemaphoreP_Params_init
0082b820 SemaphoreP_create
0082ef20 SemaphoreP_delete
0082fe80 SemaphoreP_pend
0082fec0 SemaphoreP_post
0082fec0 SemaphoreP_postFromClock
0082fec0 SemaphoreP_postFromISR
00834888 UART_FxnTable_v0
008311c0 UART_Params_init
0082ff00 UART_breakCtl_v0
0082ff40 UART_charGetNonBlocking_v0
0082e140 UART_charGet_v0
0082e1c0 UART_charPut_v0
0081f468 UART_config
00834688 UART_defaultParams
008346c8 UART_defaultTransaction
00831200 UART_divisorLatchDisable_v0
0082ef80 UART_divisorLatchWrite_v0
0082ff80 UART_divisorValCompute_v0
00831220 UART_fIFOCharPut_v0
0082ffc0 UART_fIFOConfig_v0
00830000 UART_fIFORegisterWrite_v0
0082efe0 UART_fifoWait_v0
0082cfa0 UART_init
00830040 UART_intDisable_v0
00830080 UART_intEnable_v0
008300c0 UART_intIdentityGet_v0
0082f040 UART_lineCharacConfig_v0
00830100 UART_open
00831260 UART_operatingModeSelect_v0
00831280 UART_pwremuConfig_v0
00830140 UART_readLineStatus_v0
0082e240 UART_stdioInit
0081f340 UartObjects
00830180 _DebugP_assert
00800000 __ASM__
00836a00 __CIOBUF_
00800070 __ISA__
00800088 __PLAT__
008000b0 __TARG__
00837290 __TI_CINIT_Base
008372c8 __TI_CINIT_Limit
00837260 __TI_Handler_Table_Base
0083726c __TI_Handler_Table_Limit
UNDEFED __TI_INITARRAY_Base
UNDEFED __TI_INITARRAY_Limit
008366e8 __TI_STACK_END
00001600 __TI_STACK_SIZE
00836780 __TI_STATIC_BASE
UNDEFED __TI_TLS_INIT_Base
UNDEFED __TI_TLS_INIT_Limit
00800e58 __TI_cleanup_ptr
008313a0 __TI_decompress_none
008313c0 __TI_decompress_rle24
00800e5c __TI_dtors_ptr
00800e60 __TI_enable_exit_profile_output
ffffffff __TI_pprof_out_hndl
ffffffff __TI_prof_data_size
ffffffff __TI_prof_data_start
0082e2c0 __TI_readmsg
0082ce20 __TI_tls_init
0082e340 __TI_writemsg
00831380 __TI_zero_init
008000d8 __TRDR__
ffffffff __binit__
0082c820 __c6xabi_divu
00826d80 __c6xabi_divull
0082e3c0 __c6xabi_llshl
0082f160 __c6xabi_llshru
0082d2c0 __c6xabi_remu
008301c0 __c6xabi_strasgi_64plus
ffffffff __c_args__
0082c820 __divu
0082d2c0 __remu
008301c0 __strasgi_64plus
008312a0 __xdc__init
00800714 __xdc__init__addr
00830200 _args_main
00000000 _argsize
0082a340 _auto_init_elf
0082d360 _c_int00
00800e14 _lock
008312c0 _nop
008312e0 _register_lock
00831300 _register_synch_api
00831320 _register_unlock
008350e8 _stack
00830240 _subcull
00800e64 _unlock
00831360 abort
ffffffff binit
0082a480 configSerdes
00800e18 cpsgmiiPortBaseAddr
0081f418 dropletData
00000000 elemlog
0082e4c0 empty_fn
0082c8e0 exit
008302c0 free
00836798 heapMin0
00800d18 i2cInitCfg
00822a84 i2c_test
00823aa0 init_pll
00834ac0 keystonePllcRegs
00836784 log_idx
0083678c lvl
00822a70 main
0082f280 malloc
00818e80 mask
00822918 master_main
0082d4a0 memcpy
0082bf00 memset
0081f438 output
00836780 pElemLog
00834858 pllcConfigs
00822560 processDroplets
008347a0 pscConfigs
00834160 sizeTable_half
0083679c task1
00800500 ti_sysbios_BIOS_Module__state__V
00831400 ti_sysbios_BIOS_RtsGateProxy_enter__E
00831420 ti_sysbios_BIOS_RtsGateProxy_leave__E
0082f2e0 ti_sysbios_BIOS_atExitFunc__I
0082f340 ti_sysbios_BIOS_errorRaiseHook__I
00830300 ti_sysbios_BIOS_exitFunc__I
00831440 ti_sysbios_BIOS_exit__E
00834854 ti_sysbios_BIOS_installedErrorHook__C
00831460 ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E
00831480 ti_sysbios_BIOS_nullFunc__I
00830340 ti_sysbios_BIOS_registerRTSLock__I
00830380 ti_sysbios_BIOS_removeRTSLock__I
0082f3a0 ti_sysbios_BIOS_rtsLock__I
0082af60 ti_sysbios_BIOS_rtsUnlock__I
008314a0 ti_sysbios_BIOS_setThreadType__E
008303c0 ti_sysbios_BIOS_startFunc__I
008314c0 ti_sysbios_BIOS_start__E
008314e0 ti_sysbios_family_c62_TaskSupport_Module__startupDone__S
00830280 ti_sysbios_family_c62_TaskSupport_buildTaskStack
00831500 ti_sysbios_family_c62_TaskSupport_checkStack__E
00831520 ti_sysbios_family_c62_TaskSupport_getStackAlignment__E
00831340 ti_sysbios_family_c62_TaskSupport_glue
008349e4 ti_sysbios_family_c62_TaskSupport_stackAlignment__C
0082f400 ti_sysbios_family_c62_TaskSupport_start__E
0082e440 ti_sysbios_family_c62_TaskSupport_swap__E
00834abc ti_sysbios_family_c64p_Exception_E_exceptionMax__C
00833842 ti_sysbios_family_c64p_Exception_Module__id__C
00800524 ti_sysbios_family_c64p_Exception_Module__state__V
0082d540 ti_sysbios_family_c64p_Exception_Module_startup__E
008297a0 ti_sysbios_family_c64p_Exception_dispatch__E
00834c94 ti_sysbios_family_c64p_Exception_exceptionHook__C
00834cb4 ti_sysbios_family_c64p_Exception_externalHook__C
0081fd00 ti_sysbios_family_c64p_Exception_handler__I
00826fc0 ti_sysbios_family_c64p_Exception_internalHandler__I
00834cd4 ti_sysbios_family_c64p_Exception_internalHook__C
00834cf4 ti_sysbios_family_c64p_Exception_nmiHook__C
00834376 ti_sysbios_family_c64p_Exception_useInternalBuffer__C
00836800 ti_sysbios_family_c64p_Hwi0
00834d14 ti_sysbios_family_c64p_Hwi_E_alreadyDefined__C
00834d34 ti_sysbios_family_c64p_Hwi_E_handleNotFound__C
00834d54 ti_sysbios_family_c64p_Hwi_E_invalidIntNum__C
0082ba20 ti_sysbios_family_c64p_Hwi_Instance_finalize__E
0082a5c0 ti_sysbios_family_c64p_Hwi_Instance_init__E
00834d74 ti_sysbios_family_c64p_Hwi_LD_end__C
00834ddc ti_sysbios_family_c64p_Hwi_LM_begin__C
00834e0c ti_sysbios_family_c64p_Hwi_Module__diagsEnabled__C
00834e54 ti_sysbios_family_c64p_Hwi_Module__diagsIncluded__C
00834e70 ti_sysbios_family_c64p_Hwi_Module__diagsMask__C
00834c92 ti_sysbios_family_c64p_Hwi_Module__id__C
00834cb2 ti_sysbios_family_c64p_Hwi_Module__loggerDefined__C
00834e74 ti_sysbios_family_c64p_Hwi_Module__loggerFxn1__C
00834e78 ti_sysbios_family_c64p_Hwi_Module__loggerFxn8__C
00834e7c ti_sysbios_family_c64p_Hwi_Module__loggerObj__C
00800554 ti_sysbios_family_c64p_Hwi_Module__root__V
00830400 ti_sysbios_family_c64p_Hwi_Module__startupDone__F
00831540 ti_sysbios_family_c64p_Hwi_Module__startupDone__S
0080055c ti_sysbios_family_c64p_Hwi_Module__state__V
0082a700 ti_sysbios_family_c64p_Hwi_Module_startup__E
00834ae0 ti_sysbios_family_c64p_Hwi_Object__DESC__C
008348b8 ti_sysbios_family_c64p_Hwi_Object__PARAMS__C
0082c9a0 ti_sysbios_family_c64p_Hwi_Object__create__S
00830440 ti_sysbios_family_c64p_Hwi_Object__delete__S
00800dd0 ti_sysbios_family_c64p_Hwi_Object__table__V
00831560 ti_sysbios_family_c64p_Hwi_clearInterrupt__E
00830480 ti_sysbios_family_c64p_Hwi_disableInterrupt__E
00827f00 ti_sysbios_family_c64p_Hwi_dispatchAlways
0082d5e0 ti_sysbios_family_c64p_Hwi_dispatchC__I
008268e0 ti_sysbios_family_c64p_Hwi_dispatchCore__I
008304c0 ti_sysbios_family_c64p_Hwi_enableInterrupt__E
0082d680 ti_sysbios_family_c64p_Hwi_eventMap__E
0082d720 ti_sysbios_family_c64p_Hwi_getStackInfo__E
00836800 ti_sysbios_family_c64p_Hwi_int0
00836820 ti_sysbios_family_c64p_Hwi_int1
00836940 ti_sysbios_family_c64p_Hwi_int10
00836960 ti_sysbios_family_c64p_Hwi_int11
00836980 ti_sysbios_family_c64p_Hwi_int12
008369a0 ti_sysbios_family_c64p_Hwi_int13
008369c0 ti_sysbios_family_c64p_Hwi_int14
008369e0 ti_sysbios_family_c64p_Hwi_int15
00836840 ti_sysbios_family_c64p_Hwi_int2
00836860 ti_sysbios_family_c64p_Hwi_int3
00836880 ti_sysbios_family_c64p_Hwi_int4
008368a0 ti_sysbios_family_c64p_Hwi_int5
008368c0 ti_sysbios_family_c64p_Hwi_int6
008368e0 ti_sysbios_family_c64p_Hwi_int7
00836900 ti_sysbios_family_c64p_Hwi_int8
00836920 ti_sysbios_family_c64p_Hwi_int9
0082d400 ti_sysbios_family_c64p_Hwi_plug__E
00827680 ti_sysbios_family_c64p_Hwi_reconfig__E
00831580 ti_sysbios_family_c64p_Hwi_startup__E
0082f1c0 ti_sysbios_family_c64p_Hwi_switchAndDispatch__I
008315a0 ti_sysbios_family_c64p_Hwi_switchFromBootStack__E
008315c0 ti_sysbios_family_c64p_Hwi_unPluggedInterrupt__I
008315e0 ti_sysbios_family_c64p_TimestampProvider_Module_startup__E
00831600 ti_sysbios_family_c64p_tci6488_TimerSupport_enable__E
00834e80 ti_sysbios_family_c66_Cache_E_invalidL1CacheSize__C
00834e84 ti_sysbios_family_c66_Cache_E_invalidL2CacheSize__C
00834cd2 ti_sysbios_family_c66_Cache_Module__id__C
0082f460 ti_sysbios_family_c66_Cache_Module_startup__E
00831620 ti_sysbios_family_c66_Cache_RTSSynchInv__I
00831640 ti_sysbios_family_c66_Cache_RTSSynchWbInv__I
00831660 ti_sysbios_family_c66_Cache_RTSSynchWb__I
00834e88 ti_sysbios_family_c66_Cache_atomicBlockSize__C
00829920 ti_sysbios_family_c66_Cache_block__I
0082a840 ti_sysbios_family_c66_Cache_getL1DInitSize__I
00828fa0 ti_sysbios_family_c66_Cache_getL2InitSize__I
0082e540 ti_sysbios_family_c66_Cache_invL1pAll__E
00008000 ti_sysbios_family_c66_Cache_l1dSize
00008000 ti_sysbios_family_c66_Cache_l1pSize
00000000 ti_sysbios_family_c66_Cache_l2Size
00833d60 ti_sysbios_family_c66_Cache_marvalues__C
00834cf2 ti_sysbios_family_c66_Cache_registerRTSSynch__C
00827200 ti_sysbios_family_c66_Cache_startup__I
00831680 ti_sysbios_family_c66_Cache_wait__E
008316a0 ti_sysbios_family_c66_Cache_wbInv__E
00834e8c ti_sysbios_family_c66_tci66xx_CpIntc_E_unpluggedSysInt__C
00800e28 ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_controller__A
00800000 ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_dispatchTab__A
00800898 ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_hostIntToSysInt__A
00800e00 ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_initSIER__A
00834d12 ti_sysbios_family_c66_tci66xx_CpIntc_Module__id__C
008005c8 ti_sysbios_family_c66_tci66xx_CpIntc_Module__state__V
00824e20 ti_sysbios_family_c66_tci66xx_CpIntc_Module_startup__E
008316c0 ti_sysbios_family_c66_tci66xx_CpIntc_clearSysInt__E
008316e0 ti_sysbios_family_c66_tci66xx_CpIntc_disableHostInt__E
00830500 ti_sysbios_family_c66_tci66xx_CpIntc_dispatchPlug__E
00828a60 ti_sysbios_family_c66_tci66xx_CpIntc_dispatch__E
00831700 ti_sysbios_family_c66_tci66xx_CpIntc_enableHostInt__E
00834c78 ti_sysbios_family_c66_tci66xx_CpIntc_eventId__A
00834e90 ti_sysbios_family_c66_tci66xx_CpIntc_eventId__C
0082e5c0 ti_sysbios_family_c66_tci66xx_CpIntc_getEventId__E
00834c98 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_0__A
00834cb8 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_1__A
00834cd8 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_2__A
00834cf8 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_3__A
00834d18 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_4__A
00834d38 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_5__A
00834d58 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_6__A
00834d78 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_7__A
00834b00 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId__A
00834e94 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId__C
0082d7c0 ti_sysbios_family_c66_tci66xx_CpIntc_mapSysIntToHostInt__E
00834e98 ti_sysbios_family_c66_tci66xx_CpIntc_numEvents__C
00834e9c ti_sysbios_family_c66_tci66xx_CpIntc_numStatusRegs__C
00834ea0 ti_sysbios_family_c66_tci66xx_CpIntc_numSysInts__C
00834378 ti_sysbios_family_c66_tci66xx_CpIntc_sysIntToHostInt__A
00834ea4 ti_sysbios_family_c66_tci66xx_CpIntc_sysIntToHostInt__C
0082f4c0 ti_sysbios_family_c66_tci66xx_CpIntc_unused__E
0082f220 ti_sysbios_family_xxx_Hwi_switchAndRunFunc
00830540 ti_sysbios_gates_GateHwi_Handle__label__S
00831720 ti_sysbios_gates_GateHwi_Instance_init__E
00834a0c ti_sysbios_gates_GateHwi_Module__FXNS__C
008005d8 ti_sysbios_gates_GateHwi_Module__root__V
00834b20 ti_sysbios_gates_GateHwi_Object__DESC__C
00834d94 ti_sysbios_gates_GateHwi_Object__PARAMS__C
0082f520 ti_sysbios_gates_GateHwi_Object__create__S
00830580 ti_sysbios_gates_GateHwi_Object__delete__S
00800e70 ti_sysbios_gates_GateHwi_Object__table__V
00831740 ti_sysbios_gates_GateHwi_enter__E
00831760 ti_sysbios_gates_GateHwi_leave__E
00831780 ti_sysbios_gates_GateHwi_query__E
00834ea8 ti_sysbios_gates_GateMutex_A_badContext__C
008305c0 ti_sysbios_gates_GateMutex_Handle__label__S
00834eac ti_sysbios_gates_GateMutex_Instance_State_sem__O
008317a0 ti_sysbios_gates_GateMutex_Instance_finalize__E
00830600 ti_sysbios_gates_GateMutex_Instance_init__E
00834a30 ti_sysbios_gates_GateMutex_Module__FXNS__C
00834eb0 ti_sysbios_gates_GateMutex_Module__diagsEnabled__C
00834eb4 ti_sysbios_gates_GateMutex_Module__diagsIncluded__C
00834eb8 ti_sysbios_gates_GateMutex_Module__diagsMask__C
00834d32 ti_sysbios_gates_GateMutex_Module__id__C
008005e0 ti_sysbios_gates_GateMutex_Module__root__V
00834b40 ti_sysbios_gates_GateMutex_Object__DESC__C
00834dac ti_sysbios_gates_GateMutex_Object__PARAMS__C
0082f580 ti_sysbios_gates_GateMutex_Object__create__S
00830640 ti_sysbios_gates_GateMutex_Object__delete__S
00800d60 ti_sysbios_gates_GateMutex_Object__table__V
008282e0 ti_sysbios_gates_GateMutex_enter__E
00830680 ti_sysbios_gates_GateMutex_leave__E
008317c0 ti_sysbios_gates_GateMutex_query__E
00834ebc ti_sysbios_hal_Hwi_E_stackOverflow__C
008317e0 ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S
008306c0 ti_sysbios_hal_Hwi_HwiProxy_Object__create__S
00831800 ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S
00831820 ti_sysbios_hal_Hwi_HwiProxy_clearInterrupt__E
00830700 ti_sysbios_hal_Hwi_HwiProxy_create
00831840 ti_sysbios_hal_Hwi_HwiProxy_delete
00831860 ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E
00831880 ti_sysbios_hal_Hwi_HwiProxy_disable__E
008318a0 ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E
00830740 ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E
008318c0 ti_sysbios_hal_Hwi_HwiProxy_restore__E
008318e0 ti_sysbios_hal_Hwi_HwiProxy_startup__E
00831900 ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E
00831920 ti_sysbios_hal_Hwi_Instance_finalize__E
0082f5e0 ti_sysbios_hal_Hwi_Instance_init__E
00834d52 ti_sysbios_hal_Hwi_Module__id__C
008005e8 ti_sysbios_hal_Hwi_Module__root__V
00831940 ti_sysbios_hal_Hwi_Module_startup__E
00834b60 ti_sysbios_hal_Hwi_Object__DESC__C
00834944 ti_sysbios_hal_Hwi_Object__PARAMS__C
00830780 ti_sysbios_hal_Hwi_Object__destruct__S
00800e68 ti_sysbios_hal_Hwi_Object__table__V
008307c0 ti_sysbios_hal_Hwi_Params__init__S
0082e640 ti_sysbios_hal_Hwi_checkStack
00831820 ti_sysbios_hal_Hwi_clearInterrupt__E
0082d860 ti_sysbios_hal_Hwi_construct
00831960 ti_sysbios_hal_Hwi_destruct
00831860 ti_sysbios_hal_Hwi_disableInterrupt__E
008318a0 ti_sysbios_hal_Hwi_enableInterrupt__E
00830740 ti_sysbios_hal_Hwi_getStackInfo__E
0082e6c0 ti_sysbios_hal_Hwi_initStack
008318e0 ti_sysbios_hal_Hwi_startup__E
00831900 ti_sysbios_hal_Hwi_switchFromBootStack__E
00834ec0 ti_sysbios_heaps_HeapMem_A_align__C
00834ec4 ti_sysbios_heaps_HeapMem_A_heapSize__C
00834ec8 ti_sysbios_heaps_HeapMem_A_invalidFree__C
00834ecc ti_sysbios_heaps_HeapMem_A_zeroBlock__C
00834ed0 ti_sysbios_heaps_HeapMem_E_memory__C
00830800 ti_sysbios_heaps_HeapMem_Handle__label__S
00800e80 ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A
00825e00 ti_sysbios_heaps_HeapMem_Instance_init__E
00831980 ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E
008319a0 ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E
008319c0 ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E
00834970 ti_sysbios_heaps_HeapMem_Module__FXNS__C
00834ed4 ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C
00834ed8 ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C
00834edc ti_sysbios_heaps_HeapMem_Module__diagsMask__C
00834ee0 ti_sysbios_heaps_HeapMem_Module__gateObj__C
00834d72 ti_sysbios_heaps_HeapMem_Module__id__C
008005f0 ti_sysbios_heaps_HeapMem_Module__root__V
00834b80 ti_sysbios_heaps_HeapMem_Object__DESC__C
00834a54 ti_sysbios_heaps_HeapMem_Object__PARAMS__C
00834ee4 ti_sysbios_heaps_HeapMem_Object__count__C
0082f640 ti_sysbios_heaps_HeapMem_Object__create__S
00830840 ti_sysbios_heaps_HeapMem_Object__delete__S
0082e740 ti_sysbios_heaps_HeapMem_Object__get__S
00834ee8 ti_sysbios_heaps_HeapMem_Object__table__C
00800de8 ti_sysbios_heaps_HeapMem_Object__table__V
00821900 ti_sysbios_heaps_HeapMem_allocUnprotected__E
0082ca60 ti_sysbios_heaps_HeapMem_alloc__E
00822b20 ti_sysbios_heaps_HeapMem_freeUnprotected__E
0082f6a0 ti_sysbios_heaps_HeapMem_free__E
0082cb20 ti_sysbios_heaps_HeapMem_getStats__E
0082d900 ti_sysbios_heaps_HeapMem_init__I
008319e0 ti_sysbios_heaps_HeapMem_isBlocking__E
00834eec ti_sysbios_heaps_HeapMem_reqAlign__C
00834ef0 ti_sysbios_knl_Clock_LM_begin__C
00834ef4 ti_sysbios_knl_Clock_LM_tick__C
00834ef8 ti_sysbios_knl_Clock_LW_delayed__C
00834efc ti_sysbios_knl_Clock_Module_State_clockQ__O
00834f00 ti_sysbios_knl_Clock_Module__diagsEnabled__C
00834f04 ti_sysbios_knl_Clock_Module__diagsIncluded__C
00834f08 ti_sysbios_knl_Clock_Module__diagsMask__C
00834d92 ti_sysbios_knl_Clock_Module__id__C
00834e22 ti_sysbios_knl_Clock_Module__loggerDefined__C
00834f0c ti_sysbios_knl_Clock_Module__loggerFxn1__C
00834f10 ti_sysbios_knl_Clock_Module__loggerFxn2__C
00834f14 ti_sysbios_knl_Clock_Module__loggerObj__C
008005f8 ti_sysbios_knl_Clock_Module__root__V
00800600 ti_sysbios_knl_Clock_Module__state__V
0082f700 ti_sysbios_knl_Clock_Module_startup__E
00831a20 ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S
00831a40 ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E
0082f760 ti_sysbios_knl_Clock_doTick__I
0082cbe0 ti_sysbios_knl_Clock_logTick__E
00826640 ti_sysbios_knl_Clock_workFunc__E
00834f18 ti_sysbios_knl_Idle_funcList__A
00834e4c ti_sysbios_knl_Idle_funcList__C
00831a60 ti_sysbios_knl_Idle_loop__E
0082e7c0 ti_sysbios_knl_Idle_run__E
00831a80 ti_sysbios_knl_Queue_Instance_init__E
0080062c ti_sysbios_knl_Queue_Module__root__V
00834ba0 ti_sysbios_knl_Queue_Object__DESC__C
00834dc4 ti_sysbios_knl_Queue_Object__PARAMS__C
00834f1c ti_sysbios_knl_Queue_Object__count__C
00830880 ti_sysbios_knl_Queue_Object__destruct__S
0082f7c0 ti_sysbios_knl_Queue_Object__get__S
00834f20 ti_sysbios_knl_Queue_Object__table__C
0082f820 ti_sysbios_knl_Queue_construct
00831aa0 ti_sysbios_knl_Queue_destruct
00831ac0 ti_sysbios_knl_Queue_empty__E
00834f24 ti_sysbios_knl_Semaphore_A_badContext__C
00834f28 ti_sysbios_knl_Semaphore_A_noEvents__C
00834f2c ti_sysbios_knl_Semaphore_A_overflow__C
00834f30 ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C
00834f34 ti_sysbios_knl_Semaphore_Instance_State_pendQ__O
00831ae0 ti_sysbios_knl_Semaphore_Instance_finalize__E
0082a980 ti_sysbios_knl_Semaphore_Instance_init__E
00834f38 ti_sysbios_knl_Semaphore_LM_pend__C
00834f3c ti_sysbios_knl_Semaphore_LM_post__C
00834f40 ti_sysbios_knl_Semaphore_Module__diagsEnabled__C
00834f44 ti_sysbios_knl_Semaphore_Module__diagsIncluded__C
00834f48 ti_sysbios_knl_Semaphore_Module__diagsMask__C
008350bc ti_sysbios_knl_Semaphore_Module__id__C
008350be ti_sysbios_knl_Semaphore_Module__loggerDefined__C
00834f4c ti_sysbios_knl_Semaphore_Module__loggerFxn2__C
00834f50 ti_sysbios_knl_Semaphore_Module__loggerFxn4__C
00834f54 ti_sysbios_knl_Semaphore_Module__loggerObj__C
00800634 ti_sysbios_knl_Semaphore_Module__root__V
00834bc0 ti_sysbios_knl_Semaphore_Object__DESC__C
00834a78 ti_sysbios_knl_Semaphore_Object__PARAMS__C
008308c0 ti_sysbios_knl_Semaphore_Object__destruct__S
00830900 ti_sysbios_knl_Semaphore_Params__init__S
0082f880 ti_sysbios_knl_Semaphore_construct
00831b00 ti_sysbios_knl_Semaphore_destruct
0082e840 ti_sysbios_knl_Semaphore_pendTimeout__I
00820480 ti_sysbios_knl_Semaphore_pend__E
00827440 ti_sysbios_knl_Semaphore_post__E
00834f58 ti_sysbios_knl_Swi_LD_end__C
00834f5c ti_sysbios_knl_Swi_LM_begin__C
00834f60 ti_sysbios_knl_Swi_LM_post__C
008009c8 ti_sysbios_knl_Swi_Module_State_0_readyQ__A
00834f64 ti_sysbios_knl_Swi_Module__diagsEnabled__C
00834f68 ti_sysbios_knl_Swi_Module__diagsIncluded__C
00834f6c ti_sysbios_knl_Swi_Module__diagsMask__C
008350c0 ti_sysbios_knl_Swi_Module__id__C
008350c2 ti_sysbios_knl_Swi_Module__loggerDefined__C
00834f70 ti_sysbios_knl_Swi_Module__loggerFxn1__C
00834f74 ti_sysbios_knl_Swi_Module__loggerFxn4__C
00834f78 ti_sysbios_knl_Swi_Module__loggerObj__C
0080063c ti_sysbios_knl_Swi_Module__root__V
00800644 ti_sysbios_knl_Swi_Module__state__V
0082f8e0 ti_sysbios_knl_Swi_Module_startup__E
00834f7c ti_sysbios_knl_Swi_Object__count__C
0082f940 ti_sysbios_knl_Swi_Object__get__S
00834f80 ti_sysbios_knl_Swi_Object__table__C
00800da0 ti_sysbios_knl_Swi_Object__table__V
00831b20 ti_sysbios_knl_Swi_disable__E
0082a080 ti_sysbios_knl_Swi_post__E
0082b080 ti_sysbios_knl_Swi_restoreHwi__E
0082c0c0 ti_sysbios_knl_Swi_runLoop__I
008278a0 ti_sysbios_knl_Swi_run__I
0082cca0 ti_sysbios_knl_Swi_schedule__I
0082e8c0 ti_sysbios_knl_Swi_startup__E
00834f84 ti_sysbios_knl_Task_A_badPriority__C
00834f88 ti_sysbios_knl_Task_A_badTaskState__C
00834f8c ti_sysbios_knl_Task_A_badThreadType__C
00834f90 ti_sysbios_knl_Task_A_noPendElem__C
00834f94 ti_sysbios_knl_Task_E_spOutOfBounds__C
00834f98 ti_sysbios_knl_Task_E_stackOverflow__C
0081d140 ti_sysbios_knl_Task_Instance_State_0_stack__A
0081e140 ti_sysbios_knl_Task_Instance_State_1_stack__A
008230e0 ti_sysbios_knl_Task_Instance_finalize__E
00824720 ti_sysbios_knl_Task_Instance_init__E
00834f9c ti_sysbios_knl_Task_LD_block__C
00834fa0 ti_sysbios_knl_Task_LD_exit__C
00834fa4 ti_sysbios_knl_Task_LD_ready__C
00834fa8 ti_sysbios_knl_Task_LM_switch__C
00800e78 ti_sysbios_knl_Task_Module_State_0_idleTask__A
00800a48 ti_sysbios_knl_Task_Module_State_0_readyQ__A
00834fac ti_sysbios_knl_Task_Module_State_inactiveQ__O
00834fb0 ti_sysbios_knl_Task_Module__diagsEnabled__C
00834fb4 ti_sysbios_knl_Task_Module__diagsIncluded__C
00834fb8 ti_sysbios_knl_Task_Module__diagsMask__C
008350c4 ti_sysbios_knl_Task_Module__id__C
008350c6 ti_sysbios_knl_Task_Module__loggerDefined__C
00834fbc ti_sysbios_knl_Task_Module__loggerFxn2__C
00834fc0 ti_sysbios_knl_Task_Module__loggerFxn4__C
00834fc4 ti_sysbios_knl_Task_Module__loggerObj__C
00800660 ti_sysbios_knl_Task_Module__root__V
00800668 ti_sysbios_knl_Task_Module__state__V
00825820 ti_sysbios_knl_Task_Module_startup__E
00834be0 ti_sysbios_knl_Task_Object__DESC__C
008347e0 ti_sysbios_knl_Task_Object__PARAMS__C
00834fc8 ti_sysbios_knl_Task_Object__count__C
0082e940 ti_sysbios_knl_Task_Object__get__S
00834fcc ti_sysbios_knl_Task_Object__table__C
00800930 ti_sysbios_knl_Task_Object__table__V
00830940 ti_sysbios_knl_Task_Params__init__S
00831b40 ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S
00831b60 ti_sysbios_knl_Task_SupportProxy_checkStack__E
00831b80 ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E
00831ba0 ti_sysbios_knl_Task_SupportProxy_start__E
00831bc0 ti_sysbios_knl_Task_SupportProxy_swap__E
00834fd0 ti_sysbios_knl_Task_allBlockedFunc__C
0082cd60 ti_sysbios_knl_Task_allBlockedFunction__I
0082aac0 ti_sysbios_knl_Task_blockI__E
008284c0 ti_sysbios_knl_Task_checkStacks__E
0082d9a0 ti_sysbios_knl_Task_create
00834fd4 ti_sysbios_knl_Task_defaultStackHeap__C
00834fd8 ti_sysbios_knl_Task_defaultStackSize__C
00831be0 ti_sysbios_knl_Task_disable__E
0082f9a0 ti_sysbios_knl_Task_enter__I
00829aa0 ti_sysbios_knl_Task_exit__E
00834fdc ti_sysbios_knl_Task_numConstructedTasks__C
0082a1e0 ti_sysbios_knl_Task_postInit__I
0082e9c0 ti_sysbios_knl_Task_restore__E
00829140 ti_sysbios_knl_Task_schedule__I
00829c20 ti_sysbios_knl_Task_startCore__E
00831c00 ti_sysbios_knl_Task_startup__E
0082bb20 ti_sysbios_knl_Task_unblockI__E
008006ac ti_sysbios_rts_ti_ThreadLocalStorage_Module__state__V
00834fe0 ti_sysbios_timers_timer64_Timer_A_notAvailable__C
00834fe4 ti_sysbios_timers_timer64_Timer_E_cannotSupport__C
00800718 ti_sysbios_timers_timer64_Timer_Module_State_0_device__A
00800ac8 ti_sysbios_timers_timer64_Timer_Module_State_0_gctrl__A
00800b48 ti_sysbios_timers_timer64_Timer_Module_State_0_handles__A
00800bc8 ti_sysbios_timers_timer64_Timer_Module_State_0_intFreqs__A
00834fe8 ti_sysbios_timers_timer64_Timer_Module__diagsEnabled__C
00834fec ti_sysbios_timers_timer64_Timer_Module__diagsIncluded__C
00834ff0 ti_sysbios_timers_timer64_Timer_Module__diagsMask__C
008350c8 ti_sysbios_timers_timer64_Timer_Module__id__C
008006b8 ti_sysbios_timers_timer64_Timer_Module__root__V
00830980 ti_sysbios_timers_timer64_Timer_Module__startupDone__F
00831c20 ti_sysbios_timers_timer64_Timer_Module__startupDone__S
008006c0 ti_sysbios_timers_timer64_Timer_Module__state__V
00820c00 ti_sysbios_timers_timer64_Timer_Module_startup__E
00800cc8 ti_sysbios_timers_timer64_Timer_Object__table__V
00831c40 ti_sysbios_timers_timer64_Timer_TimerSupportProxy_enable__E
00834ff4 ti_sysbios_timers_timer64_Timer_anyMaskHigh__C
00834ff8 ti_sysbios_timers_timer64_Timer_anyMask__C
00825180 ti_sysbios_timers_timer64_Timer_deviceConfig__I
00834ffc ti_sysbios_timers_timer64_Timer_freqDivisor__C
00828c20 ti_sysbios_timers_timer64_Timer_getFreq__E
00831c60 ti_sysbios_timers_timer64_Timer_getMaxTicks__E
0082bc20 ti_sysbios_timers_timer64_Timer_initDevice__I
00833841 ti_sysbios_timers_timer64_Timer_localTimerBaseId__C
00835000 ti_sysbios_timers_timer64_Timer_numLocalTimers__C
00835004 ti_sysbios_timers_timer64_Timer_numTimerDevices__C
00827ac0 ti_sysbios_timers_timer64_Timer_setPeriodMicroSecs__E
008292e0 ti_sysbios_timers_timer64_Timer_start__E
008350ca ti_sysbios_timers_timer64_Timer_startupNeeded__C
0082c1a0 ti_sysbios_timers_timer64_Timer_startup__E
0082da40 ti_sysbios_timers_timer64_Timer_stop__E
008350cc ti_sysbios_timers_timer64_Timer_useTimer64pRegMap__C
00829480 ti_utils_entry
0082fa00 ti_utils_exit
00800c48 uartInitCfg
0081f460 uart_stdio
00836788 waddress
00835008 xdc_runtime_Assert_E_assertFailed__C
0082dae0 xdc_runtime_Assert_raise__I
0083500c xdc_runtime_Core_A_initializedParams__C
00835010 xdc_runtime_Core_Module__diagsEnabled__C
00835014 xdc_runtime_Core_Module__diagsIncluded__C
00835018 xdc_runtime_Core_Module__diagsMask__C
008350ce xdc_runtime_Core_Module__id__C
0082ea40 xdc_runtime_Core_assignLabel__I
0082eac0 xdc_runtime_Core_assignParams__I
00829da0 xdc_runtime_Core_constructObject__I
00827ce0 xdc_runtime_Core_createObject__I
0082b1a0 xdc_runtime_Core_deleteObject__I
0083501c xdc_runtime_Error_E_memory__C
00835020 xdc_runtime_Error_Module__diagsEnabled__C
00835024 xdc_runtime_Error_Module__diagsIncluded__C
00835028 xdc_runtime_Error_Module__diagsMask__C
008350d0 xdc_runtime_Error_Module__loggerDefined__C
0083502c xdc_runtime_Error_Module__loggerFxn8__C
00835030 xdc_runtime_Error_Module__loggerObj__C
008006d8 xdc_runtime_Error_Module__state__V
008309c0 xdc_runtime_Error_check__E
00831ca0 xdc_runtime_Error_getSite__E
00830a00 xdc_runtime_Error_init__E
008350d2 xdc_runtime_Error_maxDepth__C
008286a0 xdc_runtime_Error_policyDefault__E
00835034 xdc_runtime_Error_policyFxn__C
00835038 xdc_runtime_Error_policy__C
0082c280 xdc_runtime_Error_print__E
0083503c xdc_runtime_Error_raiseHook__C
00831cc0 xdc_runtime_Error_raiseX__E
0082db80 xdc_runtime_Error_setX__E
00831ce0 xdc_runtime_Gate_enterSystem__E
00831d00 xdc_runtime_Gate_leaveSystem__E
00835040 xdc_runtime_HeapMin_A_zeroSize__C
00835044 xdc_runtime_HeapMin_E_freeError__C
00830a40 xdc_runtime_HeapMin_Handle__label__S
0c000000 xdc_runtime_HeapMin_Instance_State_0_buf__A
0082b2c0 xdc_runtime_HeapMin_Instance_init__E
00834998 xdc_runtime_HeapMin_Module__FXNS__C
00835048 xdc_runtime_HeapMin_Module__diagsEnabled__C
0083504c xdc_runtime_HeapMin_Module__diagsIncluded__C
00835050 xdc_runtime_HeapMin_Module__diagsMask__C
008350d4 xdc_runtime_HeapMin_Module__id__C
008006dc xdc_runtime_HeapMin_Module__root__V
00834c00 xdc_runtime_HeapMin_Object__DESC__C
00834c20 xdc_runtime_HeapMin_Object__PARAMS__C
0082fa60 xdc_runtime_HeapMin_Object__create__S
00830a80 xdc_runtime_HeapMin_Object__delete__S
00800e38 xdc_runtime_HeapMin_Object__table__V
0082dc20 xdc_runtime_HeapMin_alloc__E
008350d6 xdc_runtime_HeapMin_freeError__C
0082fac0 xdc_runtime_HeapMin_free__E
00831d20 xdc_runtime_HeapMin_getStats__E
00831d40 xdc_runtime_HeapMin_isBlocking__E
00835054 xdc_runtime_IGateProvider_Interface__BASE__C
00835058 xdc_runtime_IHeap_Interface__BASE__C
0083505c xdc_runtime_IModule_Interface__BASE__C
00835060 xdc_runtime_Log_L_error__C
00835064 xdc_runtime_Main_Module__diagsEnabled__C
00835068 xdc_runtime_Main_Module__diagsIncluded__C
0083506c xdc_runtime_Main_Module__diagsMask__C
008350d8 xdc_runtime_Main_Module__id__C
00831d60 xdc_runtime_Memory_HeapProxy_alloc__E
00831d80 xdc_runtime_Memory_HeapProxy_free__E
008350da xdc_runtime_Memory_Module__id__C
008006e4 xdc_runtime_Memory_Module__state__V
0082c360 xdc_runtime_Memory_alloc__E
00831da0 xdc_runtime_Memory_calloc__E
00835070 xdc_runtime_Memory_defaultHeapInstance__C
00830b40 xdc_runtime_Memory_free__E
00831dc0 xdc_runtime_Memory_getMaxDefaultTypeAlign__E
0082fb20 xdc_runtime_Memory_valloc__E
008006e8 xdc_runtime_Registry_Module__state__V
00830b80 xdc_runtime_Registry_findById__E
008006f0 xdc_runtime_Startup_Module__state__V
00000001 xdc_runtime_Startup__EXECFXN__C
00000001 xdc_runtime_Startup__RESETFXN__C
00835074 xdc_runtime_Startup_execImpl__C
0082bd20 xdc_runtime_Startup_exec__E
00830bc0 xdc_runtime_Startup_exec__I
00834e58 xdc_runtime_Startup_firstFxns__A
00834e60 xdc_runtime_Startup_firstFxns__C
00834e68 xdc_runtime_Startup_lastFxns__C
00835078 xdc_runtime_Startup_maxPasses__C
00831de0 xdc_runtime_Startup_reset__I
00831e00 xdc_runtime_Startup_rtsDone__E
00834de0 xdc_runtime_Startup_sfxnRts__A
0083507c xdc_runtime_Startup_sfxnRts__C
008348e8 xdc_runtime_Startup_sfxnTab__A
00835080 xdc_runtime_Startup_sfxnTab__C
00835084 xdc_runtime_Startup_startModsFxn__C
00828880 xdc_runtime_Startup_startMods__I
0081f140 xdc_runtime_SysMin_Module_State_0_outbuf__A
008006f8 xdc_runtime_SysMin_Module__state__V
0082fb80 xdc_runtime_SysMin_Module_startup__E
0082dcc0 xdc_runtime_SysMin_abort__E
00835088 xdc_runtime_SysMin_bufSize__C
0082fbe0 xdc_runtime_SysMin_exit__E
008350dc xdc_runtime_SysMin_flushAtExit__C
0082dd60 xdc_runtime_SysMin_flush__E
0083508c xdc_runtime_SysMin_outputFunc__C
0082fc40 xdc_runtime_SysMin_output__I
0082de00 xdc_runtime_SysMin_putch__E
00831e20 xdc_runtime_SysMin_ready__E
00831e40 xdc_runtime_System_Module_GateProxy_enter__E
00831e60 xdc_runtime_System_Module_GateProxy_leave__E
00800e48 xdc_runtime_System_Module_State_0_atexitHandlers__A
00835090 xdc_runtime_System_Module__gateObj__C
00800704 xdc_runtime_System_Module__state__V
00831e80 xdc_runtime_System_Module_startup__E
00831ea0 xdc_runtime_System_SupportProxy_abort__E
00831ec0 xdc_runtime_System_SupportProxy_exit__E
00831ee0 xdc_runtime_System_SupportProxy_putch__E
00831f00 xdc_runtime_System_SupportProxy_ready__E
00835094 xdc_runtime_System_abortFxn__C
00831360 xdc_runtime_System_abortStd__E
00830c00 xdc_runtime_System_abort__E
00830c40 xdc_runtime_System_aprintf__E
00831f20 xdc_runtime_System_aprintf_va__F
0082eb40 xdc_runtime_System_atexit__E
0082fca0 xdc_runtime_System_avprintf__E
0081f480 xdc_runtime_System_doPrint__I
00835098 xdc_runtime_System_exitFxn__C
0082c8e0 xdc_runtime_System_exitStd__E
00830c80 xdc_runtime_System_exit__E
0083509c xdc_runtime_System_extendFxn__C
0082cee0 xdc_runtime_System_formatNum__I
008350a0 xdc_runtime_System_maxAtexitHandlers__C
008254e0 xdc_runtime_System_printfExtend__I
00830cc0 xdc_runtime_System_printf__E
00831f40 xdc_runtime_System_printf_va__F
0082ebc0 xdc_runtime_System_processAtExit__E
0082ec40 xdc_runtime_System_putchar__I
0082fd00 xdc_runtime_System_vprintf__E
00831f60 xdc_runtime_System_vsnprintf__E
0080070c xdc_runtime_Text_Module__state__V
008350de xdc_runtime_Text_charCnt__C
00831f80 xdc_runtime_Text_charTab__A
008350a4 xdc_runtime_Text_charTab__C
0082fd60 xdc_runtime_Text_cordText__E
008350e0 xdc_runtime_Text_isLoaded__C
008350a8 xdc_runtime_Text_nameEmpty__C
008350ac xdc_runtime_Text_nameStatic__C
008350b0 xdc_runtime_Text_nameUnknown__C
008344b8 xdc_runtime_Text_nodeTab__A
008350b4 xdc_runtime_Text_nodeTab__C
0082ecc0 xdc_runtime_Text_printVisFxn__I
0082b3e0 xdc_runtime_Text_putLab__E
0082b500 xdc_runtime_Text_putMod__E
00828de0 xdc_runtime_Text_putSite__E
008350e2 xdc_runtime_Text_registryModsLastId__C
00830d00 xdc_runtime_Text_ropeText__E
008350e4 xdc_runtime_Text_unnamedModsLastId__C
0082c440 xdc_runtime_Text_visitRope2__I
008350b8 xdc_runtime_Text_visitRopeFxn__C
00830d40 xdc_runtime_Text_visitRope__I
0082dea0 xdc_runtime_Text_xprintf__I
GLOBAL SYMBOLS: SORTED BY Symbol Address
address name
------- ----
00000000 _argsize
00000000 elemlog
00000000 ti_sysbios_family_c66_Cache_l2Size
00000001 xdc_runtime_Startup__EXECFXN__C
00000001 xdc_runtime_Startup__RESETFXN__C
00001600 __TI_STACK_SIZE
00008000 ti_sysbios_family_c66_Cache_l1dSize
00008000 ti_sysbios_family_c66_Cache_l1pSize
00800000 __ASM__
00800000 ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_dispatchTab__A
00800070 __ISA__
00800088 __PLAT__
008000b0 __TARG__
008000d8 __TRDR__
00800500 ti_sysbios_BIOS_Module__state__V
00800524 ti_sysbios_family_c64p_Exception_Module__state__V
00800554 ti_sysbios_family_c64p_Hwi_Module__root__V
0080055c ti_sysbios_family_c64p_Hwi_Module__state__V
008005c8 ti_sysbios_family_c66_tci66xx_CpIntc_Module__state__V
008005d8 ti_sysbios_gates_GateHwi_Module__root__V
008005e0 ti_sysbios_gates_GateMutex_Module__root__V
008005e8 ti_sysbios_hal_Hwi_Module__root__V
008005f0 ti_sysbios_heaps_HeapMem_Module__root__V
008005f8 ti_sysbios_knl_Clock_Module__root__V
00800600 ti_sysbios_knl_Clock_Module__state__V
0080062c ti_sysbios_knl_Queue_Module__root__V
00800634 ti_sysbios_knl_Semaphore_Module__root__V
0080063c ti_sysbios_knl_Swi_Module__root__V
00800644 ti_sysbios_knl_Swi_Module__state__V
00800660 ti_sysbios_knl_Task_Module__root__V
00800668 ti_sysbios_knl_Task_Module__state__V
008006ac ti_sysbios_rts_ti_ThreadLocalStorage_Module__state__V
008006b8 ti_sysbios_timers_timer64_Timer_Module__root__V
008006c0 ti_sysbios_timers_timer64_Timer_Module__state__V
008006d8 xdc_runtime_Error_Module__state__V
008006dc xdc_runtime_HeapMin_Module__root__V
008006e4 xdc_runtime_Memory_Module__state__V
008006e8 xdc_runtime_Registry_Module__state__V
008006f0 xdc_runtime_Startup_Module__state__V
008006f8 xdc_runtime_SysMin_Module__state__V
00800704 xdc_runtime_System_Module__state__V
0080070c xdc_runtime_Text_Module__state__V
00800714 __xdc__init__addr
00800718 ti_sysbios_timers_timer64_Timer_Module_State_0_device__A
00800898 ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_hostIntToSysInt__A
00800930 ti_sysbios_knl_Task_Object__table__V
008009c8 ti_sysbios_knl_Swi_Module_State_0_readyQ__A
00800a48 ti_sysbios_knl_Task_Module_State_0_readyQ__A
00800ac8 ti_sysbios_timers_timer64_Timer_Module_State_0_gctrl__A
00800b48 ti_sysbios_timers_timer64_Timer_Module_State_0_handles__A
00800bc8 ti_sysbios_timers_timer64_Timer_Module_State_0_intFreqs__A
00800c48 uartInitCfg
00800cc8 ti_sysbios_timers_timer64_Timer_Object__table__V
00800d18 i2cInitCfg
00800d60 ti_sysbios_gates_GateMutex_Object__table__V
00800da0 ti_sysbios_knl_Swi_Object__table__V
00800dd0 ti_sysbios_family_c64p_Hwi_Object__table__V
00800de8 ti_sysbios_heaps_HeapMem_Object__table__V
00800e00 ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_initSIER__A
00800e14 _lock
00800e18 cpsgmiiPortBaseAddr
00800e28 ti_sysbios_family_c66_tci66xx_CpIntc_Module_State_0_controller__A
00800e38 xdc_runtime_HeapMin_Object__table__V
00800e48 xdc_runtime_System_Module_State_0_atexitHandlers__A
00800e58 __TI_cleanup_ptr
00800e5c __TI_dtors_ptr
00800e60 __TI_enable_exit_profile_output
00800e64 _unlock
00800e68 ti_sysbios_hal_Hwi_Object__table__V
00800e70 ti_sysbios_gates_GateHwi_Object__table__V
00800e78 ti_sysbios_knl_Task_Module_State_0_idleTask__A
00800e80 ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A
00818e80 mask
0081d140 ti_sysbios_knl_Task_Instance_State_0_stack__A
0081e140 ti_sysbios_knl_Task_Instance_State_1_stack__A
0081f140 xdc_runtime_SysMin_Module_State_0_outbuf__A
0081f340 UartObjects
0081f3c8 I2cObjects
0081f418 dropletData
0081f438 output
0081f460 uart_stdio
0081f468 UART_config
0081f480 xdc_runtime_System_doPrint__I
0081fd00 ti_sysbios_family_c64p_Exception_handler__I
00820480 ti_sysbios_knl_Semaphore_pend__E
00820c00 ti_sysbios_timers_timer64_Timer_Module_startup__E
00821900 ti_sysbios_heaps_HeapMem_allocUnprotected__E
00822560 processDroplets
00822918 master_main
00822a70 main
00822a84 i2c_test
00822ab0 Osal_platformSpiCsExit
00822ac4 Osal_platformSpiCsEnter
00822b00 Osal_platformMalloc
00822b08 Osal_platformFree
00822b20 ti_sysbios_heaps_HeapMem_freeUnprotected__E
008230e0 ti_sysbios_knl_Task_Instance_finalize__E
00823aa0 init_pll
00824720 ti_sysbios_knl_Task_Instance_init__E
00824e20 ti_sysbios_family_c66_tci66xx_CpIntc_Module_startup__E
00825180 ti_sysbios_timers_timer64_Timer_deviceConfig__I
008254e0 xdc_runtime_System_printfExtend__I
00825820 ti_sysbios_knl_Task_Module_startup__E
00825e00 ti_sysbios_heaps_HeapMem_Instance_init__E
008263a0 Board_DDR3Init
00826640 ti_sysbios_knl_Clock_workFunc__E
008268e0 ti_sysbios_family_c64p_Hwi_dispatchCore__I
00826d80 __c6xabi_divull
00826fc0 ti_sysbios_family_c64p_Exception_internalHandler__I
00827200 ti_sysbios_family_c66_Cache_startup__I
00827440 ti_sysbios_knl_Semaphore_post__E
00827680 ti_sysbios_family_c64p_Hwi_reconfig__E
008278a0 ti_sysbios_knl_Swi_run__I
00827ac0 ti_sysbios_timers_timer64_Timer_setPeriodMicroSecs__E
00827ce0 xdc_runtime_Core_createObject__I
00827f00 ti_sysbios_family_c64p_Hwi_dispatchAlways
00828100 Init_SGMII
008282e0 ti_sysbios_gates_GateMutex_enter__E
008284c0 ti_sysbios_knl_Task_checkStacks__E
008286a0 xdc_runtime_Error_policyDefault__E
00828880 xdc_runtime_Startup_startMods__I
00828a60 ti_sysbios_family_c66_tci66xx_CpIntc_dispatch__E
00828c20 ti_sysbios_timers_timer64_Timer_getFreq__E
00828de0 xdc_runtime_Text_putSite__E
00828fa0 ti_sysbios_family_c66_Cache_getL2InitSize__I
00829140 ti_sysbios_knl_Task_schedule__I
008292e0 ti_sysbios_timers_timer64_Timer_start__E
00829480 ti_utils_entry
00829620 Board_init
008297a0 ti_sysbios_family_c64p_Exception_dispatch__E
00829920 ti_sysbios_family_c66_Cache_block__I
00829aa0 ti_sysbios_knl_Task_exit__E
00829c20 ti_sysbios_knl_Task_startCore__E
00829da0 xdc_runtime_Core_constructObject__I
0082a080 ti_sysbios_knl_Swi_post__E
0082a1e0 ti_sysbios_knl_Task_postInit__I
0082a340 _auto_init_elf
0082a480 configSerdes
0082a5c0 ti_sysbios_family_c64p_Hwi_Instance_init__E
0082a700 ti_sysbios_family_c64p_Hwi_Module_startup__E
0082a840 ti_sysbios_family_c66_Cache_getL1DInitSize__I
0082a980 ti_sysbios_knl_Semaphore_Instance_init__E
0082aac0 ti_sysbios_knl_Task_blockI__E
0082ac00 CSL_chipReadReg
0082ad20 HwiP_create
0082af60 ti_sysbios_BIOS_rtsUnlock__I
0082b080 ti_sysbios_knl_Swi_restoreHwi__E
0082b1a0 xdc_runtime_Core_deleteObject__I
0082b2c0 xdc_runtime_HeapMin_Instance_init__E
0082b3e0 xdc_runtime_Text_putLab__E
0082b500 xdc_runtime_Text_putMod__E
0082b620 BOARD_delay
0082b820 SemaphoreP_create
0082ba20 ti_sysbios_family_c64p_Hwi_Instance_finalize__E
0082bb20 ti_sysbios_knl_Task_unblockI__E
0082bc20 ti_sysbios_timers_timer64_Timer_initDevice__I
0082bd20 xdc_runtime_Startup_exec__E
0082be20 HOSTwrite
0082bf00 memset
0082c0c0 ti_sysbios_knl_Swi_runLoop__I
0082c1a0 ti_sysbios_timers_timer64_Timer_startup__E
0082c280 xdc_runtime_Error_print__E
0082c360 xdc_runtime_Memory_alloc__E
0082c440 xdc_runtime_Text_visitRope2__I
0082c520 I2C_init
0082c820 __c6xabi_divu
0082c820 __divu
0082c8e0 exit
0082c8e0 xdc_runtime_System_exitStd__E
0082c9a0 ti_sysbios_family_c64p_Hwi_Object__create__S
0082ca60 ti_sysbios_heaps_HeapMem_alloc__E
0082cb20 ti_sysbios_heaps_HeapMem_getStats__E
0082cbe0 ti_sysbios_knl_Clock_logTick__E
0082cca0 ti_sysbios_knl_Swi_schedule__I
0082cd60 ti_sysbios_knl_Task_allBlockedFunction__I
0082ce20 __TI_tls_init
0082cee0 xdc_runtime_System_formatNum__I
0082cfa0 UART_init
0082d2c0 __c6xabi_remu
0082d2c0 __remu
0082d360 _c_int00
0082d400 ti_sysbios_family_c64p_Hwi_plug__E
0082d4a0 memcpy
0082d540 ti_sysbios_family_c64p_Exception_Module_startup__E
0082d5e0 ti_sysbios_family_c64p_Hwi_dispatchC__I
0082d680 ti_sysbios_family_c64p_Hwi_eventMap__E
0082d720 ti_sysbios_family_c64p_Hwi_getStackInfo__E
0082d7c0 ti_sysbios_family_c66_tci66xx_CpIntc_mapSysIntToHostInt__E
0082d860 ti_sysbios_hal_Hwi_construct
0082d900 ti_sysbios_heaps_HeapMem_init__I
0082d9a0 ti_sysbios_knl_Task_create
0082da40 ti_sysbios_timers_timer64_Timer_stop__E
0082dae0 xdc_runtime_Assert_raise__I
0082db80 xdc_runtime_Error_setX__E
0082dc20 xdc_runtime_HeapMin_alloc__E
0082dcc0 xdc_runtime_SysMin_abort__E
0082dd60 xdc_runtime_SysMin_flush__E
0082de00 xdc_runtime_SysMin_putch__E
0082dea0 xdc_runtime_Text_xprintf__I
0082df40 Board_moduleClockInit
0082e040 I2C_Params_init
0082e0c0 MuxIntcP_create
0082e140 UART_charGet_v0
0082e1c0 UART_charPut_v0
0082e240 UART_stdioInit
0082e2c0 __TI_readmsg
0082e340 __TI_writemsg
0082e3a0 C$$IO$$
0082e3c0 __c6xabi_llshl
0082e440 ti_sysbios_family_c62_TaskSupport_swap__E
0082e4c0 empty_fn
0082e540 ti_sysbios_family_c66_Cache_invL1pAll__E
0082e5c0 ti_sysbios_family_c66_tci66xx_CpIntc_getEventId__E
0082e640 ti_sysbios_hal_Hwi_checkStack
0082e6c0 ti_sysbios_hal_Hwi_initStack
0082e740 ti_sysbios_heaps_HeapMem_Object__get__S
0082e7c0 ti_sysbios_knl_Idle_run__E
0082e840 ti_sysbios_knl_Semaphore_pendTimeout__I
0082e8c0 ti_sysbios_knl_Swi_startup__E
0082e940 ti_sysbios_knl_Task_Object__get__S
0082e9c0 ti_sysbios_knl_Task_restore__E
0082ea40 xdc_runtime_Core_assignLabel__I
0082eac0 xdc_runtime_Core_assignParams__I
0082eb40 xdc_runtime_System_atexit__E
0082ebc0 xdc_runtime_System_processAtExit__E
0082ec40 xdc_runtime_System_putchar__I
0082ecc0 xdc_runtime_Text_printVisFxn__I
0082ed40 Board_PLLInit
0082eda0 HwiP_delete
0082ef20 SemaphoreP_delete
0082ef80 UART_divisorLatchWrite_v0
0082efe0 UART_fifoWait_v0
0082f040 UART_lineCharacConfig_v0
0082f160 __c6xabi_llshru
0082f1c0 ti_sysbios_family_c64p_Hwi_switchAndDispatch__I
0082f220 ti_sysbios_family_xxx_Hwi_switchAndRunFunc
0082f280 malloc
0082f2e0 ti_sysbios_BIOS_atExitFunc__I
0082f340 ti_sysbios_BIOS_errorRaiseHook__I
0082f3a0 ti_sysbios_BIOS_rtsLock__I
0082f400 ti_sysbios_family_c62_TaskSupport_start__E
0082f460 ti_sysbios_family_c66_Cache_Module_startup__E
0082f4c0 ti_sysbios_family_c66_tci66xx_CpIntc_unused__E
0082f520 ti_sysbios_gates_GateHwi_Object__create__S
0082f580 ti_sysbios_gates_GateMutex_Object__create__S
0082f5e0 ti_sysbios_hal_Hwi_Instance_init__E
0082f640 ti_sysbios_heaps_HeapMem_Object__create__S
0082f6a0 ti_sysbios_heaps_HeapMem_free__E
0082f700 ti_sysbios_knl_Clock_Module_startup__E
0082f760 ti_sysbios_knl_Clock_doTick__I
0082f7c0 ti_sysbios_knl_Queue_Object__get__S
0082f820 ti_sysbios_knl_Queue_construct
0082f880 ti_sysbios_knl_Semaphore_construct
0082f8e0 ti_sysbios_knl_Swi_Module_startup__E
0082f940 ti_sysbios_knl_Swi_Object__get__S
0082f9a0 ti_sysbios_knl_Task_enter__I
0082fa00 ti_utils_exit
0082fa60 xdc_runtime_HeapMin_Object__create__S
0082fac0 xdc_runtime_HeapMin_free__E
0082fb20 xdc_runtime_Memory_valloc__E
0082fb80 xdc_runtime_SysMin_Module_startup__E
0082fbe0 xdc_runtime_SysMin_exit__E
0082fc40 xdc_runtime_SysMin_output__I
0082fca0 xdc_runtime_System_avprintf__E
0082fd00 xdc_runtime_System_vprintf__E
0082fd60 xdc_runtime_Text_cordText__E
0082fdc0 Board_eccInit
0082fe00 I2CMasterInitExpClk
0082fe40 SemaphoreP_Params_init
0082fe80 SemaphoreP_pend
0082fec0 SemaphoreP_post
0082fec0 SemaphoreP_postFromClock
0082fec0 SemaphoreP_postFromISR
0082ff00 UART_breakCtl_v0
0082ff40 UART_charGetNonBlocking_v0
0082ff80 UART_divisorValCompute_v0
0082ffc0 UART_fIFOConfig_v0
00830000 UART_fIFORegisterWrite_v0
00830040 UART_intDisable_v0
00830080 UART_intEnable_v0
008300c0 UART_intIdentityGet_v0
00830100 UART_open
00830140 UART_readLineStatus_v0
00830180 _DebugP_assert
008301c0 __c6xabi_strasgi_64plus
008301c0 __strasgi_64plus
00830200 _args_main
00830240 _subcull
00830280 ti_sysbios_family_c62_TaskSupport_buildTaskStack
008302c0 free
00830300 ti_sysbios_BIOS_exitFunc__I
00830340 ti_sysbios_BIOS_registerRTSLock__I
00830380 ti_sysbios_BIOS_removeRTSLock__I
008303c0 ti_sysbios_BIOS_startFunc__I
00830400 ti_sysbios_family_c64p_Hwi_Module__startupDone__F
00830440 ti_sysbios_family_c64p_Hwi_Object__delete__S
00830480 ti_sysbios_family_c64p_Hwi_disableInterrupt__E
008304c0 ti_sysbios_family_c64p_Hwi_enableInterrupt__E
00830500 ti_sysbios_family_c66_tci66xx_CpIntc_dispatchPlug__E
00830540 ti_sysbios_gates_GateHwi_Handle__label__S
00830580 ti_sysbios_gates_GateHwi_Object__delete__S
008305c0 ti_sysbios_gates_GateMutex_Handle__label__S
00830600 ti_sysbios_gates_GateMutex_Instance_init__E
00830640 ti_sysbios_gates_GateMutex_Object__delete__S
00830680 ti_sysbios_gates_GateMutex_leave__E
008306c0 ti_sysbios_hal_Hwi_HwiProxy_Object__create__S
00830700 ti_sysbios_hal_Hwi_HwiProxy_create
00830740 ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E
00830740 ti_sysbios_hal_Hwi_getStackInfo__E
00830780 ti_sysbios_hal_Hwi_Object__destruct__S
008307c0 ti_sysbios_hal_Hwi_Params__init__S
00830800 ti_sysbios_heaps_HeapMem_Handle__label__S
00830840 ti_sysbios_heaps_HeapMem_Object__delete__S
00830880 ti_sysbios_knl_Queue_Object__destruct__S
008308c0 ti_sysbios_knl_Semaphore_Object__destruct__S
00830900 ti_sysbios_knl_Semaphore_Params__init__S
00830940 ti_sysbios_knl_Task_Params__init__S
00830980 ti_sysbios_timers_timer64_Timer_Module__startupDone__F
008309c0 xdc_runtime_Error_check__E
00830a00 xdc_runtime_Error_init__E
00830a40 xdc_runtime_HeapMin_Handle__label__S
00830a80 xdc_runtime_HeapMin_Object__delete__S
00830b40 xdc_runtime_Memory_free__E
00830b80 xdc_runtime_Registry_findById__E
00830bc0 xdc_runtime_Startup_exec__I
00830c00 xdc_runtime_System_abort__E
00830c40 xdc_runtime_System_aprintf__E
00830c80 xdc_runtime_System_exit__E
00830cc0 xdc_runtime_System_printf__E
00830d00 xdc_runtime_Text_ropeText__E
00830d40 xdc_runtime_Text_visitRope__I
00830dc0 Board_ethPhyInit
00830de0 Board_getNumPSCconfigs
00830e00 Board_getNumPllcConfigs
00830e20 Board_uartStdioInit
00830e60 HwiP_Params_init
00830e80 HwiP_clearInterrupt
00830ea0 HwiP_disable
00830ec0 HwiP_disableInterrupt
00830ee0 HwiP_enableInterrupt
00830f00 I2CIntVectGet
00830f20 I2CMasterBusBusy
00830f40 I2CMasterControl
00830f60 I2CMasterDataGet
00830f80 I2CMasterDataPut
00830fa0 I2CMasterDisable
00830fc0 I2CMasterEnable
00830fe0 I2CMasterErr
00831000 I2CMasterIntClearEx
00831020 I2CMasterIntDisableEx
00831040 I2CMasterIntEnableEx
00831060 I2CMasterIntStatusEx
00831080 I2CMasterSlaveAddrSet
008310a0 I2CMasterStart
008310c0 I2CMasterStop
008310e0 I2COwnAddressSet
00831100 I2CSetDataCount
00831120 I2CSlaveEnable
00831160 MuxIntcP_clearInEvent
00831180 MuxIntcP_disableOutEvent
008311a0 MuxIntcP_enableOutEvent
008311c0 UART_Params_init
00831200 UART_divisorLatchDisable_v0
00831220 UART_fIFOCharPut_v0
00831260 UART_operatingModeSelect_v0
00831280 UART_pwremuConfig_v0
008312a0 __xdc__init
008312c0 _nop
008312e0 _register_lock
00831300 _register_synch_api
00831320 _register_unlock
00831340 ti_sysbios_family_c62_TaskSupport_glue
00831360 C$$EXIT
00831360 abort
00831360 xdc_runtime_System_abortStd__E
00831380 __TI_zero_init
008313a0 __TI_decompress_none
008313c0 __TI_decompress_rle24
00831400 ti_sysbios_BIOS_RtsGateProxy_enter__E
00831420 ti_sysbios_BIOS_RtsGateProxy_leave__E
00831440 ti_sysbios_BIOS_exit__E
00831460 ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E
00831480 ti_sysbios_BIOS_nullFunc__I
008314a0 ti_sysbios_BIOS_setThreadType__E
008314c0 ti_sysbios_BIOS_start__E
008314e0 ti_sysbios_family_c62_TaskSupport_Module__startupDone__S
00831500 ti_sysbios_family_c62_TaskSupport_checkStack__E
00831520 ti_sysbios_family_c62_TaskSupport_getStackAlignment__E
00831540 ti_sysbios_family_c64p_Hwi_Module__startupDone__S
00831560 ti_sysbios_family_c64p_Hwi_clearInterrupt__E
00831580 ti_sysbios_family_c64p_Hwi_startup__E
008315a0 ti_sysbios_family_c64p_Hwi_switchFromBootStack__E
008315c0 ti_sysbios_family_c64p_Hwi_unPluggedInterrupt__I
008315e0 ti_sysbios_family_c64p_TimestampProvider_Module_startup__E
00831600 ti_sysbios_family_c64p_tci6488_TimerSupport_enable__E
00831620 ti_sysbios_family_c66_Cache_RTSSynchInv__I
00831640 ti_sysbios_family_c66_Cache_RTSSynchWbInv__I
00831660 ti_sysbios_family_c66_Cache_RTSSynchWb__I
00831680 ti_sysbios_family_c66_Cache_wait__E
008316a0 ti_sysbios_family_c66_Cache_wbInv__E
008316c0 ti_sysbios_family_c66_tci66xx_CpIntc_clearSysInt__E
008316e0 ti_sysbios_family_c66_tci66xx_CpIntc_disableHostInt__E
00831700 ti_sysbios_family_c66_tci66xx_CpIntc_enableHostInt__E
00831720 ti_sysbios_gates_GateHwi_Instance_init__E
00831740 ti_sysbios_gates_GateHwi_enter__E
00831760 ti_sysbios_gates_GateHwi_leave__E
00831780 ti_sysbios_gates_GateHwi_query__E
008317a0 ti_sysbios_gates_GateMutex_Instance_finalize__E
008317c0 ti_sysbios_gates_GateMutex_query__E
008317e0 ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S
00831800 ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S
00831820 ti_sysbios_hal_Hwi_HwiProxy_clearInterrupt__E
00831820 ti_sysbios_hal_Hwi_clearInterrupt__E
00831840 ti_sysbios_hal_Hwi_HwiProxy_delete
00831860 ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E
00831860 ti_sysbios_hal_Hwi_disableInterrupt__E
00831880 ti_sysbios_hal_Hwi_HwiProxy_disable__E
008318a0 ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E
008318a0 ti_sysbios_hal_Hwi_enableInterrupt__E
008318c0 HwiP_restore
008318c0 ti_sysbios_hal_Hwi_HwiProxy_restore__E
008318e0 ti_sysbios_hal_Hwi_HwiProxy_startup__E
008318e0 ti_sysbios_hal_Hwi_startup__E
00831900 ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E
00831900 ti_sysbios_hal_Hwi_switchFromBootStack__E
00831920 ti_sysbios_hal_Hwi_Instance_finalize__E
00831940 ti_sysbios_hal_Hwi_Module_startup__E
00831960 ti_sysbios_hal_Hwi_destruct
00831980 ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E
008319a0 ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E
008319c0 ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E
008319e0 ti_sysbios_heaps_HeapMem_isBlocking__E
00831a20 ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S
00831a40 ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E
00831a60 ti_sysbios_knl_Idle_loop__E
00831a80 ti_sysbios_knl_Queue_Instance_init__E
00831aa0 ti_sysbios_knl_Queue_destruct
00831ac0 ti_sysbios_knl_Queue_empty__E
00831ae0 ti_sysbios_knl_Semaphore_Instance_finalize__E
00831b00 ti_sysbios_knl_Semaphore_destruct
00831b20 ti_sysbios_knl_Swi_disable__E
00831b40 ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S
00831b60 ti_sysbios_knl_Task_SupportProxy_checkStack__E
00831b80 ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E
00831ba0 ti_sysbios_knl_Task_SupportProxy_start__E
00831bc0 ti_sysbios_knl_Task_SupportProxy_swap__E
00831be0 ti_sysbios_knl_Task_disable__E
00831c00 ti_sysbios_knl_Task_startup__E
00831c20 ti_sysbios_timers_timer64_Timer_Module__startupDone__S
00831c40 ti_sysbios_timers_timer64_Timer_TimerSupportProxy_enable__E
00831c60 ti_sysbios_timers_timer64_Timer_getMaxTicks__E
00831ca0 xdc_runtime_Error_getSite__E
00831cc0 xdc_runtime_Error_raiseX__E
00831ce0 xdc_runtime_Gate_enterSystem__E
00831d00 xdc_runtime_Gate_leaveSystem__E
00831d20 xdc_runtime_HeapMin_getStats__E
00831d40 xdc_runtime_HeapMin_isBlocking__E
00831d60 xdc_runtime_Memory_HeapProxy_alloc__E
00831d80 xdc_runtime_Memory_HeapProxy_free__E
00831da0 xdc_runtime_Memory_calloc__E
00831dc0 xdc_runtime_Memory_getMaxDefaultTypeAlign__E
00831de0 xdc_runtime_Startup_reset__I
00831e00 xdc_runtime_Startup_rtsDone__E
00831e20 xdc_runtime_SysMin_ready__E
00831e40 xdc_runtime_System_Module_GateProxy_enter__E
00831e60 xdc_runtime_System_Module_GateProxy_leave__E
00831e80 xdc_runtime_System_Module_startup__E
00831ea0 xdc_runtime_System_SupportProxy_abort__E
00831ec0 xdc_runtime_System_SupportProxy_exit__E
00831ee0 xdc_runtime_System_SupportProxy_putch__E
00831f00 xdc_runtime_System_SupportProxy_ready__E
00831f20 xdc_runtime_System_aprintf_va__F
00831f40 xdc_runtime_System_printf_va__F
00831f60 xdc_runtime_System_vsnprintf__E
00831f80 xdc_runtime_Text_charTab__A
00833841 ti_sysbios_timers_timer64_Timer_localTimerBaseId__C
00833842 ti_sysbios_family_c64p_Exception_Module__id__C
00833d60 ti_sysbios_family_c66_Cache_marvalues__C
00834160 sizeTable_half
00834376 ti_sysbios_family_c64p_Exception_useInternalBuffer__C
00834378 ti_sysbios_family_c66_tci66xx_CpIntc_sysIntToHostInt__A
008344b8 xdc_runtime_Text_nodeTab__A
00834688 UART_defaultParams
008346c8 UART_defaultTransaction
008346d8 I2C_config
008347a0 pscConfigs
008347e0 ti_sysbios_knl_Task_Object__PARAMS__C
0083481c I2C_defaultParams
0083482c I2C_defaultTransaction
00834854 ti_sysbios_BIOS_installedErrorHook__C
00834858 pllcConfigs
00834888 UART_FxnTable_v0
008348b8 ti_sysbios_family_c64p_Hwi_Object__PARAMS__C
008348e8 xdc_runtime_Startup_sfxnTab__A
00834944 ti_sysbios_hal_Hwi_Object__PARAMS__C
00834970 ti_sysbios_heaps_HeapMem_Module__FXNS__C
00834998 xdc_runtime_HeapMin_Module__FXNS__C
008349e4 ti_sysbios_family_c62_TaskSupport_stackAlignment__C
008349e8 Board_ext_clk
00834a0c ti_sysbios_gates_GateHwi_Module__FXNS__C
00834a30 ti_sysbios_gates_GateMutex_Module__FXNS__C
00834a54 ti_sysbios_heaps_HeapMem_Object__PARAMS__C
00834a78 ti_sysbios_knl_Semaphore_Object__PARAMS__C
00834abc ti_sysbios_family_c64p_Exception_E_exceptionMax__C
00834ac0 keystonePllcRegs
00834ae0 ti_sysbios_family_c64p_Hwi_Object__DESC__C
00834b00 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId__A
00834b20 ti_sysbios_gates_GateHwi_Object__DESC__C
00834b40 ti_sysbios_gates_GateMutex_Object__DESC__C
00834b60 ti_sysbios_hal_Hwi_Object__DESC__C
00834b80 ti_sysbios_heaps_HeapMem_Object__DESC__C
00834ba0 ti_sysbios_knl_Queue_Object__DESC__C
00834bc0 ti_sysbios_knl_Semaphore_Object__DESC__C
00834be0 ti_sysbios_knl_Task_Object__DESC__C
00834c00 xdc_runtime_HeapMin_Object__DESC__C
00834c20 xdc_runtime_HeapMin_Object__PARAMS__C
00834c78 ti_sysbios_family_c66_tci66xx_CpIntc_eventId__A
00834c92 ti_sysbios_family_c64p_Hwi_Module__id__C
00834c94 ti_sysbios_family_c64p_Exception_exceptionHook__C
00834c98 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_0__A
00834cb2 ti_sysbios_family_c64p_Hwi_Module__loggerDefined__C
00834cb4 ti_sysbios_family_c64p_Exception_externalHook__C
00834cb8 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_1__A
00834cd2 ti_sysbios_family_c66_Cache_Module__id__C
00834cd4 ti_sysbios_family_c64p_Exception_internalHook__C
00834cd8 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_2__A
00834cf2 ti_sysbios_family_c66_Cache_registerRTSSynch__C
00834cf4 ti_sysbios_family_c64p_Exception_nmiHook__C
00834cf8 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_3__A
00834d12 ti_sysbios_family_c66_tci66xx_CpIntc_Module__id__C
00834d14 ti_sysbios_family_c64p_Hwi_E_alreadyDefined__C
00834d18 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_4__A
00834d32 ti_sysbios_gates_GateMutex_Module__id__C
00834d34 ti_sysbios_family_c64p_Hwi_E_handleNotFound__C
00834d38 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_5__A
00834d52 ti_sysbios_hal_Hwi_Module__id__C
00834d54 ti_sysbios_family_c64p_Hwi_E_invalidIntNum__C
00834d58 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_6__A
00834d72 ti_sysbios_heaps_HeapMem_Module__id__C
00834d74 ti_sysbios_family_c64p_Hwi_LD_end__C
00834d78 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId_7__A
00834d92 ti_sysbios_knl_Clock_Module__id__C
00834d94 ti_sysbios_gates_GateHwi_Object__PARAMS__C
00834dac ti_sysbios_gates_GateMutex_Object__PARAMS__C
00834dc4 ti_sysbios_knl_Queue_Object__PARAMS__C
00834ddc ti_sysbios_family_c64p_Hwi_LM_begin__C
00834de0 xdc_runtime_Startup_sfxnRts__A
00834df8 I2C_v0_FxnTable
00834e0c ti_sysbios_family_c64p_Hwi_Module__diagsEnabled__C
00834e22 ti_sysbios_knl_Clock_Module__loggerDefined__C
00834e4c ti_sysbios_knl_Idle_funcList__C
00834e54 ti_sysbios_family_c64p_Hwi_Module__diagsIncluded__C
00834e58 xdc_runtime_Startup_firstFxns__A
00834e60 xdc_runtime_Startup_firstFxns__C
00834e68 xdc_runtime_Startup_lastFxns__C
00834e70 ti_sysbios_family_c64p_Hwi_Module__diagsMask__C
00834e74 ti_sysbios_family_c64p_Hwi_Module__loggerFxn1__C
00834e78 ti_sysbios_family_c64p_Hwi_Module__loggerFxn8__C
00834e7c ti_sysbios_family_c64p_Hwi_Module__loggerObj__C
00834e80 ti_sysbios_family_c66_Cache_E_invalidL1CacheSize__C
00834e84 ti_sysbios_family_c66_Cache_E_invalidL2CacheSize__C
00834e88 ti_sysbios_family_c66_Cache_atomicBlockSize__C
00834e8c ti_sysbios_family_c66_tci66xx_CpIntc_E_unpluggedSysInt__C
00834e90 ti_sysbios_family_c66_tci66xx_CpIntc_eventId__C
00834e94 ti_sysbios_family_c66_tci66xx_CpIntc_hostIntToEventId__C
00834e98 ti_sysbios_family_c66_tci66xx_CpIntc_numEvents__C
00834e9c ti_sysbios_family_c66_tci66xx_CpIntc_numStatusRegs__C
00834ea0 ti_sysbios_family_c66_tci66xx_CpIntc_numSysInts__C
00834ea4 ti_sysbios_family_c66_tci66xx_CpIntc_sysIntToHostInt__C
00834ea8 ti_sysbios_gates_GateMutex_A_badContext__C
00834eac ti_sysbios_gates_GateMutex_Instance_State_sem__O
00834eb0 ti_sysbios_gates_GateMutex_Module__diagsEnabled__C
00834eb4 ti_sysbios_gates_GateMutex_Module__diagsIncluded__C
00834eb8 ti_sysbios_gates_GateMutex_Module__diagsMask__C
00834ebc ti_sysbios_hal_Hwi_E_stackOverflow__C
00834ec0 ti_sysbios_heaps_HeapMem_A_align__C
00834ec4 ti_sysbios_heaps_HeapMem_A_heapSize__C
00834ec8 ti_sysbios_heaps_HeapMem_A_invalidFree__C
00834ecc ti_sysbios_heaps_HeapMem_A_zeroBlock__C
00834ed0 ti_sysbios_heaps_HeapMem_E_memory__C
00834ed4 ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C
00834ed8 ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C
00834edc ti_sysbios_heaps_HeapMem_Module__diagsMask__C
00834ee0 ti_sysbios_heaps_HeapMem_Module__gateObj__C
00834ee4 ti_sysbios_heaps_HeapMem_Object__count__C
00834ee8 ti_sysbios_heaps_HeapMem_Object__table__C
00834eec ti_sysbios_heaps_HeapMem_reqAlign__C
00834ef0 ti_sysbios_knl_Clock_LM_begin__C
00834ef4 ti_sysbios_knl_Clock_LM_tick__C
00834ef8 ti_sysbios_knl_Clock_LW_delayed__C
00834efc ti_sysbios_knl_Clock_Module_State_clockQ__O
00834f00 ti_sysbios_knl_Clock_Module__diagsEnabled__C
00834f04 ti_sysbios_knl_Clock_Module__diagsIncluded__C
00834f08 ti_sysbios_knl_Clock_Module__diagsMask__C
00834f0c ti_sysbios_knl_Clock_Module__loggerFxn1__C
00834f10 ti_sysbios_knl_Clock_Module__loggerFxn2__C
00834f14 ti_sysbios_knl_Clock_Module__loggerObj__C
00834f18 ti_sysbios_knl_Idle_funcList__A
00834f1c ti_sysbios_knl_Queue_Object__count__C
00834f20 ti_sysbios_knl_Queue_Object__table__C
00834f24 ti_sysbios_knl_Semaphore_A_badContext__C
00834f28 ti_sysbios_knl_Semaphore_A_noEvents__C
00834f2c ti_sysbios_knl_Semaphore_A_overflow__C
00834f30 ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C
00834f34 ti_sysbios_knl_Semaphore_Instance_State_pendQ__O
00834f38 ti_sysbios_knl_Semaphore_LM_pend__C
00834f3c ti_sysbios_knl_Semaphore_LM_post__C
00834f40 ti_sysbios_knl_Semaphore_Module__diagsEnabled__C
00834f44 ti_sysbios_knl_Semaphore_Module__diagsIncluded__C
00834f48 ti_sysbios_knl_Semaphore_Module__diagsMask__C
00834f4c ti_sysbios_knl_Semaphore_Module__loggerFxn2__C
00834f50 ti_sysbios_knl_Semaphore_Module__loggerFxn4__C
00834f54 ti_sysbios_knl_Semaphore_Module__loggerObj__C
00834f58 ti_sysbios_knl_Swi_LD_end__C
00834f5c ti_sysbios_knl_Swi_LM_begin__C
00834f60 ti_sysbios_knl_Swi_LM_post__C
00834f64 ti_sysbios_knl_Swi_Module__diagsEnabled__C
00834f68 ti_sysbios_knl_Swi_Module__diagsIncluded__C
00834f6c ti_sysbios_knl_Swi_Module__diagsMask__C
00834f70 ti_sysbios_knl_Swi_Module__loggerFxn1__C
00834f74 ti_sysbios_knl_Swi_Module__loggerFxn4__C
00834f78 ti_sysbios_knl_Swi_Module__loggerObj__C
00834f7c ti_sysbios_knl_Swi_Object__count__C
00834f80 ti_sysbios_knl_Swi_Object__table__C
00834f84 ti_sysbios_knl_Task_A_badPriority__C
00834f88 ti_sysbios_knl_Task_A_badTaskState__C
00834f8c ti_sysbios_knl_Task_A_badThreadType__C
00834f90 ti_sysbios_knl_Task_A_noPendElem__C
00834f94 ti_sysbios_knl_Task_E_spOutOfBounds__C
00834f98 ti_sysbios_knl_Task_E_stackOverflow__C
00834f9c ti_sysbios_knl_Task_LD_block__C
00834fa0 ti_sysbios_knl_Task_LD_exit__C
00834fa4 ti_sysbios_knl_Task_LD_ready__C
00834fa8 ti_sysbios_knl_Task_LM_switch__C
00834fac ti_sysbios_knl_Task_Module_State_inactiveQ__O
00834fb0 ti_sysbios_knl_Task_Module__diagsEnabled__C
00834fb4 ti_sysbios_knl_Task_Module__diagsIncluded__C
00834fb8 ti_sysbios_knl_Task_Module__diagsMask__C
00834fbc ti_sysbios_knl_Task_Module__loggerFxn2__C
00834fc0 ti_sysbios_knl_Task_Module__loggerFxn4__C
00834fc4 ti_sysbios_knl_Task_Module__loggerObj__C
00834fc8 ti_sysbios_knl_Task_Object__count__C
00834fcc ti_sysbios_knl_Task_Object__table__C
00834fd0 ti_sysbios_knl_Task_allBlockedFunc__C
00834fd4 ti_sysbios_knl_Task_defaultStackHeap__C
00834fd8 ti_sysbios_knl_Task_defaultStackSize__C
00834fdc ti_sysbios_knl_Task_numConstructedTasks__C
00834fe0 ti_sysbios_timers_timer64_Timer_A_notAvailable__C
00834fe4 ti_sysbios_timers_timer64_Timer_E_cannotSupport__C
00834fe8 ti_sysbios_timers_timer64_Timer_Module__diagsEnabled__C
00834fec ti_sysbios_timers_timer64_Timer_Module__diagsIncluded__C
00834ff0 ti_sysbios_timers_timer64_Timer_Module__diagsMask__C
00834ff4 ti_sysbios_timers_timer64_Timer_anyMaskHigh__C
00834ff8 ti_sysbios_timers_timer64_Timer_anyMask__C
00834ffc ti_sysbios_timers_timer64_Timer_freqDivisor__C
00835000 ti_sysbios_timers_timer64_Timer_numLocalTimers__C
00835004 ti_sysbios_timers_timer64_Timer_numTimerDevices__C
00835008 xdc_runtime_Assert_E_assertFailed__C
0083500c xdc_runtime_Core_A_initializedParams__C
00835010 xdc_runtime_Core_Module__diagsEnabled__C
00835014 xdc_runtime_Core_Module__diagsIncluded__C
00835018 xdc_runtime_Core_Module__diagsMask__C
0083501c xdc_runtime_Error_E_memory__C
00835020 xdc_runtime_Error_Module__diagsEnabled__C
00835024 xdc_runtime_Error_Module__diagsIncluded__C
00835028 xdc_runtime_Error_Module__diagsMask__C
0083502c xdc_runtime_Error_Module__loggerFxn8__C
00835030 xdc_runtime_Error_Module__loggerObj__C
00835034 xdc_runtime_Error_policyFxn__C
00835038 xdc_runtime_Error_policy__C
0083503c xdc_runtime_Error_raiseHook__C
00835040 xdc_runtime_HeapMin_A_zeroSize__C
00835044 xdc_runtime_HeapMin_E_freeError__C
00835048 xdc_runtime_HeapMin_Module__diagsEnabled__C
0083504c xdc_runtime_HeapMin_Module__diagsIncluded__C
00835050 xdc_runtime_HeapMin_Module__diagsMask__C
00835054 xdc_runtime_IGateProvider_Interface__BASE__C
00835058 xdc_runtime_IHeap_Interface__BASE__C
0083505c xdc_runtime_IModule_Interface__BASE__C
00835060 xdc_runtime_Log_L_error__C
00835064 xdc_runtime_Main_Module__diagsEnabled__C
00835068 xdc_runtime_Main_Module__diagsIncluded__C
0083506c xdc_runtime_Main_Module__diagsMask__C
00835070 xdc_runtime_Memory_defaultHeapInstance__C
00835074 xdc_runtime_Startup_execImpl__C
00835078 xdc_runtime_Startup_maxPasses__C
0083507c xdc_runtime_Startup_sfxnRts__C
00835080 xdc_runtime_Startup_sfxnTab__C
00835084 xdc_runtime_Startup_startModsFxn__C
00835088 xdc_runtime_SysMin_bufSize__C
0083508c xdc_runtime_SysMin_outputFunc__C
00835090 xdc_runtime_System_Module__gateObj__C
00835094 xdc_runtime_System_abortFxn__C
00835098 xdc_runtime_System_exitFxn__C
0083509c xdc_runtime_System_extendFxn__C
008350a0 xdc_runtime_System_maxAtexitHandlers__C
008350a4 xdc_runtime_Text_charTab__C
008350a8 xdc_runtime_Text_nameEmpty__C
008350ac xdc_runtime_Text_nameStatic__C
008350b0 xdc_runtime_Text_nameUnknown__C
008350b4 xdc_runtime_Text_nodeTab__C
008350b8 xdc_runtime_Text_visitRopeFxn__C
008350bc ti_sysbios_knl_Semaphore_Module__id__C
008350be ti_sysbios_knl_Semaphore_Module__loggerDefined__C
008350c0 ti_sysbios_knl_Swi_Module__id__C
008350c2 ti_sysbios_knl_Swi_Module__loggerDefined__C
008350c4 ti_sysbios_knl_Task_Module__id__C
008350c6 ti_sysbios_knl_Task_Module__loggerDefined__C
008350c8 ti_sysbios_timers_timer64_Timer_Module__id__C
008350ca ti_sysbios_timers_timer64_Timer_startupNeeded__C
008350cc ti_sysbios_timers_timer64_Timer_useTimer64pRegMap__C
008350ce xdc_runtime_Core_Module__id__C
008350d0 xdc_runtime_Error_Module__loggerDefined__C
008350d2 xdc_runtime_Error_maxDepth__C
008350d4 xdc_runtime_HeapMin_Module__id__C
008350d6 xdc_runtime_HeapMin_freeError__C
008350d8 xdc_runtime_Main_Module__id__C
008350da xdc_runtime_Memory_Module__id__C
008350dc xdc_runtime_SysMin_flushAtExit__C
008350de xdc_runtime_Text_charCnt__C
008350e0 xdc_runtime_Text_isLoaded__C
008350e2 xdc_runtime_Text_registryModsLastId__C
008350e4 xdc_runtime_Text_unnamedModsLastId__C
008350e8 _stack
008366e8 __TI_STACK_END
00836780 __TI_STATIC_BASE
00836780 pElemLog
00836784 log_idx
00836788 waddress
0083678c lvl
00836798 heapMin0
0083679c task1
00836800 ti_sysbios_family_c64p_Hwi0
00836800 ti_sysbios_family_c64p_Hwi_int0
00836820 ti_sysbios_family_c64p_Hwi_int1
00836840 ti_sysbios_family_c64p_Hwi_int2
00836860 ti_sysbios_family_c64p_Hwi_int3
00836880 ti_sysbios_family_c64p_Hwi_int4
008368a0 ti_sysbios_family_c64p_Hwi_int5
008368c0 ti_sysbios_family_c64p_Hwi_int6
008368e0 ti_sysbios_family_c64p_Hwi_int7
00836900 ti_sysbios_family_c64p_Hwi_int8
00836920 ti_sysbios_family_c64p_Hwi_int9
00836940 ti_sysbios_family_c64p_Hwi_int10
00836960 ti_sysbios_family_c64p_Hwi_int11
00836980 ti_sysbios_family_c64p_Hwi_int12
008369a0 ti_sysbios_family_c64p_Hwi_int13
008369c0 ti_sysbios_family_c64p_Hwi_int14
008369e0 ti_sysbios_family_c64p_Hwi_int15
00836a00 __CIOBUF_
00837260 __TI_Handler_Table_Base
0083726c __TI_Handler_Table_Limit
00837290 __TI_CINIT_Base
008372c8 __TI_CINIT_Limit
0c000000 xdc_runtime_HeapMin_Instance_State_0_buf__A
ffffffff __TI_pprof_out_hndl
ffffffff __TI_prof_data_size
ffffffff __TI_prof_data_start
ffffffff __binit__
ffffffff __c_args__
ffffffff binit
UNDEFED __TI_INITARRAY_Base
UNDEFED __TI_INITARRAY_Limit
UNDEFED __TI_TLS_INIT_Base
UNDEFED __TI_TLS_INIT_Limit
[765 symbols]
Thanks very much George for your reply.
I'm wondering since when I comment out I2C_init() in my code it builds fine, could there be a variable in the I2C libraries that makes this heppen? Because I'm really not using such big amounts of memory. The only thing I can think of is some 4200 pointers that I initialize inside my code to the address of DDR3 , 0x80000000, nothing large in L2SRAM!
Here is the map file without the I2C_init():
Thanks very much George for your reply.
I'm wondering since I only have this build issue when I add I2c_init(), would that mean that a variable inside I2c libraries is doing that. Because I'm really not using that much memory. The only big memory usage is some 4200 uninitialized pointers that I allocate inside code to DDR3 address, 0x80000000.
Here is a part of my map file without I2c_init() just for comparison:
****************************************************************************** TMS320C6x Linker PC v8.1.1 ****************************************************************************** >> Linked Fri Feb 24 11:15:25 2017 OUTPUT FILE NAME: <myEVMstart.out> ENTRY POINT SYMBOL: "_c_int00" address: 0082b1a0 MEMORY CONFIGURATION name origin length used unused attr fill ---------------------- -------- --------- -------- -------- ---- -------- L2SRAM 00800000 00080000 00036942 000496be RW X MSMCSRAM 0c000000 00400000 00186a00 00279600 RW X DDR3 80000000 20000000 00000000 20000000 RWIX SEGMENT ALLOCATION MAP run origin load origin length init length attrs members ---------- ----------- ---------- ----------- ----- ------- 00800000 00800000 0001e598 00000000 rw- 00800000 00800000 0001e598 00000000 rw- .far 0081e598 0081e598 00000008 00000008 r-- 0081e598 0081e598 00000008 00000008 r-- .const.1 0081e5a0 0081e5a0 00014256 00014256 r-x 0081e5a0 0081e5a0 00011380 00011380 r-x .text 0082f920 0082f920 00002ed6 00002ed6 r-- .const.2 008327f8 008327f8 00003170 00000000 rw- 008327f8 008327f8 00002000 00000000 rw- .stack 008347f8 008347f8 0000104c 00000000 rw- .fardata 00835848 00835848 00000120 00000000 rw- .cio 00835968 00835968 00000080 00000080 r-- 00835968 00835968 00000080 00000080 r-- .switch 008359e8 008359e8 00000018 00000000 rw- 008359e8 008359e8 0000000c 00000000 rw- .bss 008359f4 008359f4 0000000c 00000000 rw- .neardata 00835a00 00835a00 00000008 00000000 r-- 00835a00 00835a00 00000008 00000000 r-- .rodata 00835c00 00835c00 00000f40 00000f40 r-x 00835c00 00835c00 00000200 00000200 r-x .vecs 00835e00 00835e00 00000d40 00000d40 r-- .cinit 0c000000 0c000000 00186a00 00000000 rw- 0c000000 0c000000 00186a00 00000000 rw- .myHeap SECTION ALLOCATION MAP output attributes/ section page origin length input sections -------- ---- ---------- ---------- ---------------- .stack 0 008327f8 00002000 UNINITIALIZED 008327f8 00000008 boot.ae66 : boot.oe66 (.stack) 00832800 00001ff8 --HOLE-- .bss 0 008359e8 0000000c UNINITIALIZED 008359e8 00000008 (.common:time1$1$0) 008359f0 00000004 (.common:data1_reg_val) .neardata * 0 008359f4 0000000c UNINITIALIZED 008359f4 00000008 ti.platform.evm6678l.ae66 : platform.dbg.oe66 (.neardata) 008359fc 00000004 ti.drv.uart.ae66 : UART_drv.oe66 (.neardata) .rodata 0 00835a00 00000008 UNINITIALIZED 00835a00 00000008 app_pe66.oe66 (.rodata) .cinit 0 00835e00 00000d40 00835e00 00000cce (.cinit..fardata.load) [load image, compression = rle] 00836ace 00000002 --HOLE-- [fill = 0] 00836ad0 0000000e (.cinit..rodata.load) [load image, compression = rle] 00836ade 00000002 --HOLE-- [fill = 0] 00836ae0 0000000c (.cinit..neardata.load) [load image, compression = rle] 00836aec 0000000c (__TI_handler_table) 00836af8 00000008 (.cinit..bss.load) [load image, compression = zero_init] 00836b00 00000008 (.cinit..far.load) [load image, compression = zero_init] 00836b08 00000008 (.cinit..myHeap.load) [load image, compression = zero_init] 00836b10 00000030 (__TI_cinit_table) .init_array * 0 00800000 00000000 UNINITIALIZED .far 0 00800000 0001e598 UNINITIALIZED 00800000 00018000 (.common:ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A) 00818000 000042c0 (.common:mask) 0081c2c0 00002000 app_pe66.oe66 (.far:taskStackSection) 0081e2c0 00000200 (.common:xdc_runtime_SysMin_Module_State_0_outbuf__A) 0081e4c0 00000084 (.common:UartObjects) 0081e544 00000004 --HOLE-- 0081e548 00000020 (.common:dropletData) 0081e568 00000020 (.common:output) 0081e588 00000008 (.common:parmbuf) 0081e590 00000008 (.common:uart_stdio) .const.1 0 0081e598 00000008 0081e598 00000008 ti.targets.rts6000.ae66 : System.oe66 (.const:.string) .text 0 0081e5a0 00011380
I really appreciate your help.