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.

SK-TDA4VM: Use of Heap statistics standalone functions

Part Number: SK-TDA4VM

Hi 
I am using the Jacinto PDK version "ti-processor-sdk-rtos-j721e-evm-09_00_01_01"  where I could see the heap functions under the ti-processor-sdk-rtos-j721e-evm-09_00_01_01/pdk_jacinto_09_00_01_04/packages/ti/osal/HeapP_freertos.c.

Do you know any reference or test application that make use of these heap functions that could update the Heap statistics like totalSize, totalfreeSize, since I could see only standalone heap functions and no any implementation on it.

Thanks

  • Hi,

    I see there is example reference available in SDK 9.1. Please check the example at pdk_jacinto_09_01_00_22/packages/ti/osal/test/src/osal_extd_test.c for reference.

    Regards,
    Parth

  • Hi , Thanks for your reply 
    I want to know about the stack information too like how much stack have been utilized for a application similar to the HeapP_freertos.c file where we have freertos APIs to calculate the  Heap statistics like totalSize, totalfreeSize.

    Is there any reference for standalone freertos API functions which will give the stack information in this "ti-processor-sdk-rtos-j721e-evm-09_00_01_01" or any other TI SDK ?

    Thanks

  • Hi 

    Thanks for your reply , will try this one


    PDK VERSION : ti-processor-sdk-rtos-j721e-evm-09_00_01_01

    I have another question regarding the linker files , I am trying to create a very simple application which will make use of the heap region and as per the .lds file the heap is allocated on DDR_SPACE with size 0x20000 as given below.

    1. I declared a global buffer for my application in this way "int16_t gHeapBufferMem[HEAP_TOTAL_SIZE/sizeof(int16_t)] __attribute__((aligned(HeapP_BYTE_ALIGNMENT)))" in my .c file and I could see in the memory browser that by default it is allocating the buffer on DDR_SPACE like this 

    2. When I try to get the actual heap address as per the .lds file I am able to see the _sys_memory which is also on DDR_SPACE


    My question is how the linker is able to allocate the global buffer on DDR_SPACE by default , is there any memory configuration which will perform heap allocation on DDR_SPACE by default ?

    And also If we want to get access to the total heap size as given in .lds in our .c file how to get it ?

    Regards,

    Madhu

  • Hi Madhu,

    Can you please share the generated map file as well. I would be able to comment based on that.

    Regards,
    Parth

  • Hi,

    Google drive is not accessible on TI network, can you please directly upload it on this ticket itself

    Regards,
    Parth 

  • Hi 
    I am not able to upload the file in this ticket , Is there any other alternate way to share the file?

    Regards,

    Madhu

  • I will share the file content here by inserting it as code format , I hope it will be useful this way 

    ******************************************************************************
                         C7x Linker Unix v3.1.0                    
    ******************************************************************************
    
    ENTRY POINT SYMBOL: "_c_int00_secure"  address: 0000a8a00000
    
    
    MEMORY CONFIGURATION
    
             name            origin         length     used     unused   attr    fill
    ----------------------  ------------   --------  --------  --------  ----  --------
      L2SRAM                000064800000   00070000  00000000  00070000  RW X
      L1DSRAM               000064e00000   00004000  00000000  00004000  RW X
      MSMCSRAM              000070000100   007fff00  00000000  007fff00  RW X
      DDR0_RESERVED         000080000000   20000000  00000000  20000000  RWIX
      MCU1_0_IPC_DATA       0000a0000000   00100000  00000000  00100000  RWIX
      MCU1_0_EXT_DATA       0000a0100000   00100000  00000000  00100000  RWIX
      MCU1_0_R5F_MEM_TEXT   0000a0200000   00100000  00000000  00100000  RWIX
      MCU1_0_R5F_MEM_DATA   0000a0300000   00100000  00000000  00100000  RWIX
      MCU1_0_DDR_SPACE      0000a0400000   00c00000  00000000  00c00000  RWIX
      MCU1_1_IPC_DATA       0000a1000000   00100000  00000000  00100000  RWIX
      MCU1_1_EXT_DATA       0000a1100000   00100000  00000000  00100000  RWIX
      MCU1_1_R5F_MEM_TEXT   0000a1200000   00100000  00000000  00100000  RWIX
      MCU1_1_R5F_MEM_DATA   0000a1300000   00100000  00000000  00100000  RWIX
      MCU1_1_DDR_SPACE      0000a1400000   00c00000  00000000  00c00000  RWIX
      MCU2_0_IPC_DATA       0000a2000000   00100000  00000000  00100000  RWIX
      MCU2_0_EXT_DATA       0000a2100000   00100000  00000000  00100000  RWIX
      MCU2_0_R5F_MEM_TEXT   0000a2200000   00100000  00000000  00100000  RWIX
      MCU2_0_R5F_MEM_DATA   0000a2300000   00100000  00000000  00100000  RWIX
      MCU2_0_DDR_SPACE      0000a2400000   00c00000  00000000  00c00000  RWIX
      MCU2_1_IPC_DATA       0000a3000000   00100000  00000000  00100000  RWIX
      MCU2_1_EXT_DATA       0000a3100000   00100000  00000000  00100000  RWIX
      MCU2_1_R5F_MEM_TEXT   0000a3200000   00100000  00000000  00100000  RWIX
      MCU2_1_R5F_MEM_DATA   0000a3300000   00100000  00000000  00100000  RWIX
      MCU2_1_DDR_SPACE      0000a3400000   00c00000  00000000  00c00000  RWIX
      MCU3_0_IPC_DATA       0000a4000000   00100000  00000000  00100000  RWIX
      MCU3_0_EXT_DATA       0000a4100000   00100000  00000000  00100000  RWIX
      MCU3_0_R5F_MEM_TEXT   0000a4200000   00100000  00000000  00100000  RWIX
      MCU3_0_R5F_MEM_DATA   0000a4300000   00100000  00000000  00100000  RWIX
      MCU3_0_DDR_SPACE      0000a4400000   00c00000  00000000  00c00000  RWIX
      MCU3_1_IPC_DATA       0000a5000000   00100000  00000000  00100000  RWIX
      MCU3_1_EXT_DATA       0000a5100000   00100000  00000000  00100000  RWIX
      MCU3_1_R5F_MEM_TEXT   0000a5200000   00100000  00000000  00100000  RWIX
      MCU3_1_R5F_MEM_DATA   0000a5300000   00100000  00000000  00100000  RWIX
      MCU3_1_DDR_SPACE      0000a5400000   00c00000  00000000  00c00000  RWIX
      C66X2_IPC_D           0000a6000000   00100000  00000000  00100000  RWIX
      C66X1_EXT_D           0000a6100000   00100000  00000000  00100000  RWIX
      C66X1_TEXT            0000a6200000   00100000  00000000  00100000  RWIX
      C66X1_DATA            0000a6300000   00100000  00000000  00100000  RWIX
      C66X1_DDR_SPACE       0000a6400000   00c00000  00000000  00c00000  RWIX
      C66X1_IPC_D           0000a7000000   00100000  00000000  00100000  RWIX
      C66X2_EXT_D           0000a7100000   00100000  00000000  00100000  RWIX
      C66X2_TEXT            0000a7200000   00100000  00000000  00100000  RWIX
      C66X2_DATA            0000a7300000   00100000  00000000  00100000  RWIX
      C66X2_DDR_SPACE       0000a7400000   00c00000  00000000  00c00000  RWIX
      C7X_IPC_D             0000a8000000   00100000  00000000  00100000  RWIX
      C7X_EXT_D             0000a8100000   00100000  00000000  00100000  RWIX
      C7X_TEXT              0000a8200000   00100000  00000000  00100000  RWIX
      C7X_DATA              0000a8300000   00100000  00000000  00100000  RWIX
      C7X_DDR_SPACE         0000a8400000   00c00000  0016d1ab  00a92e55  RWIX
      SHARED_DDR_SPACE      0000aa000000   01c00000  00000000  01c00000  RWIX
    
    
    SEGMENT ALLOCATION MAP
    
      run origin     load origin      length   init length attrs members
    --------------  --------------  ---------- ----------- ----- -------
    0000a8400000    0000a8400000    000c96f8   00000000    rw-
      0000a8400000    0000a8400000    000c95d8   00000000    rw- .bss
      0000a84c95d8    0000a84c95d8    00000120   00000000    rw- .cio
    0000a84ca000    0000a84ca000    00010008   00000000    rw-
      0000a84ca000    0000a84ca000    00010000   00000000    rw- .data.Mmu_tableArray
      0000a84da000    0000a84da000    00000008   00000000    rw- .data.Mmu_tableArraySlot
    0000a84db000    0000a84db000    00000008   00000000    rw-
      0000a84db000    0000a84db000    00000008   00000000    rw- .data.Mmu_level1Table
    0000a84dc000    0000a84dc000    00010008   00000000    rw-
      0000a84dc000    0000a84dc000    00010000   00000000    rw- .data.Mmu_tableArray_NS
      0000a84ec000    0000a84ec000    00000008   00000000    rw- .data.Mmu_tableArraySlot_NS
    0000a84ed000    0000a84ed000    00000008   00000000    rw-
      0000a84ed000    0000a84ed000    00000008   00000000    rw- .data.Mmu_level1Table_NS
    0000a84ed008    0000a84ed008    0000d06c   0000d06c    rw-
      0000a84ed008    0000a84ed008    0000a2c8   0000a2c8    rw- .data
      0000a84f72d0    0000a84f72d0    00001da3   00001da3    rw- .const
      0000a84f9074    0000a84f9074    00001000   00001000    rw- .args
    0000a8500000    0000a8500000    00040000   00000000    rw-
      0000a8500000    0000a8500000    00020000   00000000    rw- .stack
      0000a8520000    0000a8520000    00020000   00000000    rw- .sysmem
    0000a8600000    0000a8600000    00032980   00032980    r-x
      0000a8600000    0000a8600000    00032980   00032980    r-x .text
    0000a8800000    0000a8800000    00000840   00000840    r-x
      0000a8800000    0000a8800000    00000840   00000840    r-x .secure_vecs
    0000a8a00000    0000a8a00000    00000040   00000040    r-x
      0000a8a00000    0000a8a00000    00000040   00000040    r-x .text:_c_int00_secure
    0000a8c00000    0000a8c00000    00000840   00000840    r-x
      0000a8c00000    0000a8c00000    00000840   00000840    r-x .vecs
    
    
    SECTION ALLOCATION MAP
    
     output                                      attributes/
    section   page      origin        length       input sections
    --------  ----  --------------  ----------   ----------------
    .cio       0    0000a84c95d8    00000120     UNINITIALIZED
                      0000a84c95d8    00000120     rts7100_le.lib : trgmsg.c.obj (.cio)
    
    .data.Mmu_tableArray 
    *          0    0000a84ca000    00010000     UNINITIALIZED
                      0000a84ca000    00010000     ti.csl.ae71 : Mmu_table.oe71 (.data.Mmu_tableArray)
    
    .data.Mmu_tableArraySlot 
    *          0    0000a84da000    00000008     UNINITIALIZED
                      0000a84da000    00000008     ti.csl.ae71 : Mmu.oe71 (.data.Mmu_tableArraySlot)
    
    .data.Mmu_level1Table 
    *          0    0000a84db000    00000008     UNINITIALIZED
                      0000a84db000    00000008     ti.csl.ae71 : Mmu.oe71 (.data.Mmu_level1Table)
    
    .data.Mmu_tableArray_NS 
    *          0    0000a84dc000    00010000     UNINITIALIZED
                      0000a84dc000    00010000     ti.csl.ae71 : Mmu_table.oe71 (.data.Mmu_tableArray_NS)
    
    .data.Mmu_tableArraySlot_NS 
    *          0    0000a84ec000    00000008     UNINITIALIZED
                      0000a84ec000    00000008     ti.csl.ae71 : Mmu.oe71 (.data.Mmu_tableArraySlot_NS)
    
    .data.Mmu_level1Table_NS 
    *          0    0000a84ed000    00000008     UNINITIALIZED
                      0000a84ed000    00000008     ti.csl.ae71 : Mmu.oe71 (.data.Mmu_level1Table_NS)
    
    .const     0    0000a84f72d0    00001da3     
                      0000a84f72d0    00000a64     ti.csl.ae71 : Exception.oe71 (.const:.string)
                      0000a84f7d34    00000384     sciclient.ae71 : sciclient_fmwSecureProxyMap.oe71 (.const:gSciclientMap)
                      0000a84f80b8    00000108     rts7100_le.lib : k_rem_pio2.c.obj (.const:ipio2)
                      0000a84f81c0    00000101                    : ctype.c.obj (.const:.string:_ctypes_)
                      0000a84f82c1    00000001     ti.csl.ae71 : c7x_module_config.oe71 (.const:Exception_enablePrint)
                      0000a84f82c2    00000001                 : c7x_module_config.oe71 (.const:Exception_useInternalBuffer)
                      0000a84f82c3    00000001                 : Hwi.oe71 (.const:Hwi_bootToNonSecure)
                      0000a84f82c4    000000f8     memory.oe71 (.const:.string)
                      0000a84f83bc    000000e8     ti.osal.ae71 : TaskP_freertos.oe71 (.const:.string)
                      0000a84f84a4    000000dc     test_heap.oe71 (.const:.string)
                      0000a84f8580    000000c0     ti.osal.ae71 : TimerP_default.oe71 (.const:.string)
                      0000a84f8640    0000009c     ti.kernel.freertos.ae71 : heap_4.oe71 (.const:.string)
                      0000a84f86dc    00000098                             : timers.oe71 (.const:.string)
                      0000a84f8774    00000090                             : tasks.oe71 (.const:.string)
                      0000a84f8804    0000008c                             : port.oe71 (.const:.string)
                      0000a84f8890    0000008c                             : queue.oe71 (.const:.string)
                      0000a84f891c    00000004     ti.csl.ae71 : c7x_module_config.oe71 (.const:Hwi_DEFAULT_INT_PRIORITY)
                      0000a84f8920    00000068     ti.drv.uart.ae71 : UART_drv.oe71 (.const:UART_defaultParams)
                      0000a84f8988    0000004c     ti.csl.ae71 : Hwi.oe71 (.const:.string)
                      0000a84f89d4    0000004c     ti.osal.ae71 : SemaphoreP_freertos.oe71 (.const:.string)
                      0000a84f8a20    00000048     ti.drv.i2c.ae71 : I2C_drv.oe71 (.const:I2C_defaultTransaction)
                      0000a84f8a68    00000040     rts7100_le.lib : k_rem_pio2.c.obj (.const:PIo2)
                      0000a84f8aa8    00000030     ti.csl.ae71 : Hwi.oe71 (.const:Hwi_Object__PARAMS__C)
                      0000a84f8ad8    0000002c     ti.kernel.freertos.ae71 : TaskSupport.oe71 (.const:.string)
                      0000a84f8b04    00000028     ti.osal.ae71 : HeapP_freertos_internal.oe71 (.const:.string)
                      0000a84f8b2c    00000024     rts7100_le.lib : _printfi.c.obj (.const:.string)
                      0000a84f8b50    00000024     ti.board.ae71 : board_utils.oe71 (.const:.string)
                      0000a84f8b74    00000024     ti.osal.ae71 : HwiP_freertos_c7x.oe71 (.const:.string)
                      0000a84f8b98    00000024                  : TimerP_nonos.oe71 (.const:.string)
                      0000a84f8bbc    00000004     ti.csl.ae71 : Mmu.oe71 (.const:Mmu_granuleSize)
                      0000a84f8bc0    00000020     sciclient.ae71 : sciclient_pm.oe71 (.const:$P$T0$1)
                      0000a84f8be0    00000020                    : sciclient.oe71 (.const:$P$T1$2)
                      0000a84f8c00    00000020                    : sciclient_pm.oe71 (.const:$P$T11$12)
                      0000a84f8c20    00000020                    : sciclient_pm.oe71 (.const:$P$T13$14)
                      0000a84f8c40    00000020                    : sciclient_pm.oe71 (.const:$P$T16$17)
                      0000a84f8c60    00000020                    : sciclient_pm.oe71 (.const:$P$T2$3)
                      0000a84f8c80    00000020                    : sciclient_pm.oe71 (.const:$P$T20$21)
                      0000a84f8ca0    00000020                    : sciclient_pm.oe71 (.const:$P$T22$23)
                      0000a84f8cc0    00000020                    : sciclient_pm.oe71 (.const:$P$T24$25)
                      0000a84f8ce0    00000020                    : sciclient_pm.oe71 (.const:$P$T26$27)
                      0000a84f8d00    00000020                    : sciclient_pm.oe71 (.const:$P$T4$5)
                      0000a84f8d20    00000020                    : sciclient_pm.oe71 (.const:$P$T8$9)
                      0000a84f8d40    00000020     ti.osal.ae71 : HeapP_freertos.oe71 (.const:.string)
                      0000a84f8d60    00000020     ti.drv.i2c.ae71 : I2C_drv.oe71 (.const:I2C_defaultParams)
                      0000a84f8d80    00000018     sciclient.ae71 : sciclient_pm.oe71 (.const:$P$T1$2)
                      0000a84f8d98    00000018                    : sciclient_pm.oe71 (.const:$P$T12$13)
                      0000a84f8db0    00000018                    : sciclient_pm.oe71 (.const:$P$T14$15)
                      0000a84f8dc8    00000018                    : sciclient_pm.oe71 (.const:$P$T17$18)
                      0000a84f8de0    00000018                    : sciclient.oe71 (.const:$P$T2$3)
                      0000a84f8df8    00000018                    : sciclient_pm.oe71 (.const:$P$T21$22)
                      0000a84f8e10    00000018                    : sciclient_pm.oe71 (.const:$P$T23$24)
                      0000a84f8e28    00000018                    : sciclient_pm.oe71 (.const:$P$T25$26)
                      0000a84f8e40    00000018                    : sciclient_pm.oe71 (.const:$P$T27$28)
                      0000a84f8e58    00000018                    : sciclient_pm.oe71 (.const:$P$T3$4)
                      0000a84f8e70    00000018                    : sciclient_pm.oe71 (.const:$P$T5$6)
                      0000a84f8e88    00000018                    : sciclient_pm.oe71 (.const:$P$T9$10)
    
    .args      0    0000a84f9074    00001000     
                      0000a84f9074    00001000     --HOLE-- [fill = 0]
    
    .text      0    0000a8600000    00032980     
                      0000a8600000    00002300     rts7100_le.lib : _printfi.c.obj (.text:__TI_printfi:__TI_printfi)
                      0000a8602300    00001a80                    : k_rem_pio2.c.obj (.text:__kernel_rem_pio2)
                      0000a8603d80    000015c0     ti.csl.ae71 : csl_wiz16m_cs_refclk100MHz_20b_USB_ln_ext_ssc_multilink_pll1.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_USB_ln_ext_ssc_multilink_pll1)
                      0000a8605340    00001000     ti.kernel.freertos.ae71 : TimestampProvider.oe71 (.text:TimestampProvider_Module_startup)
                      0000a8606340    00000900     ti.csl.ae71 : Exception.oe71 (.text:Exception_handler)
                      0000a8606c40    00000900     rts7100_le.lib : _printfi.c.obj (.text:_pconv_a)
                      0000a8607540    00000880     ti.drv.uart.ae71 : UART_v1.oe71 (.text:UART_v1_hwiIntFxn)
                      0000a8607dc0    00000840     ti.csl.ae71 : csl_serdes3_multilink.oe71 (.text:CSL_serdesMultiLinkInit)
                      0000a8608600    00000800                 : Hwi_disp_always.oe71 (.text:Hwi_dispatchAlways)
                      0000a8608e00    00000800     ti.drv.i2c.ae71 : I2C_v1.oe71 (.text:I2C_primeTransfer_v1)
                      0000a8609600    00000800     rts7100_le.lib : _printfi.c.obj (.text:_pconv_g)
                      0000a8609e00    00000800     ti.csl.ae71 : csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1)
                      0000a860a600    000007c0                 : csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll0)
                      0000a860adc0    000007c0                 : csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1_opt2.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1_opt2)
                      0000a860b580    00000740                 : Exception.oe71 (.text:Exception_internalHandler)
                      0000a860bcc0    00000740                 : csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1_opt3.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1_opt3)
                      0000a860c400    00000740                 : csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_ln_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_ln_multilink_pll0)
                      0000a860cb40    000006c0     rts7100_le.lib : s_cos.c.obj (.text:cos)
                      0000a860d200    000006c0     ti.csl.ae71 : csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1)
                      0000a860d8c0    00000680                 : csl_serdes3.oe71 (.text:CSL_serdesRefclkSel)
                      0000a860df40    00000680     sciclient.ae71 : sciclient.oe71 (.text:Sciclient_serviceSecureProxy)
                      0000a860e5c0    00000640     rts7100_le.lib : _printfi.c.obj (.text:_pconv_e)
                      0000a860ec00    00000600     ti.csl.ae71 : csl_serdes3.oe71 (.text:CSL_serdesLaneEnable)
                      0000a860f200    00000540     sciclient.ae71 : sciclient.oe71 (.text:Sciclient_init)
                      0000a860f740    00000540     ti.csl.ae71 : Exception_asm.oe71 (.text)
                      0000a860fc80    000004c0                 : csl_serdes3.oe71 (.text:CSL_serdesIPSelect)
                      0000a8610140    000004c0                 : Mmu.oe71 (.text:Mmu_tableWalk)
                      0000a8610600    00000480     ti.board.ae71 : board_info.oe71 (.text:Board_getIDInfo_v2)
                      0000a8610a80    00000440     ti.drv.i2c.ae71 : I2C_v1.oe71 (.text:I2C_v1_hwiFxnMaster)
                      0000a8610ec0    00000440     ti.drv.uart.ae71 : UART_v1.oe71 (.text:UART_open_v1)
                      0000a8611300    00000400                      : UART_v1.oe71 (.text:UART_write2_v1)
                      0000a8611700    000003c0     ti.csl.ae71 : csl_serdes3.oe71 (.text:CSL_serdesEnableLanes)
                      0000a8611ac0    000003c0     ti.drv.i2c.ae71 : I2C_v1.oe71 (.text:I2C_open_v1)
                      0000a8611e80    000003c0                     : I2C_v1.oe71 (.text:I2C_v1_hwiFxnSlave)
                      0000a8612240    00000380     ti.board.ae71 : board_init.oe71 (.text:Board_init)
                      0000a86125c0    00000380     ti.csl.ae71 : lpddr4.oe71 (.text:LPDDR4_CheckCtlInterrupt)
                      0000a8612940    00000380     ti.drv.uart.ae71 : UART_v1.oe71 (.text:UART_read2_v1)
                      0000a8612cc0    00000340     ti.csl.ae71 : lpddr4.oe71 (.text:LPDDR4_AckCtlInterrupt)
                      0000a8613000    00000340     ti.osal.ae71 : TimerP_nonos.oe71 (.text:TimerP_dmTimerInstanceInit)
                      0000a8613340    00000340     ti.csl.ae71 : uart.oe71 (.text:UARTFIFOConfig)
                      0000a8613680    00000340     rts7100_le.lib : _printfi.c.obj (.text:_pconv_f)
                      0000a86139c0    00000340                    : memory.c.obj (.text:aligned_alloc)
                      0000a8613d00    00000300     ti.osal.ae71 : TaskP_freertos.oe71 (.text:TaskP_create)
                      0000a8614000    00000300     rts7100_le.lib : frcdivd.c.obj (.text:__TI_frcdivd)
                      0000a8614300    00000300                    : _printfi.c.obj (.text:fcvt)
                      0000a8614600    00000300                    : fputs.c.obj (.text:fputs)
                      0000a8614900    000002c0     ti.board.ae71 : board_serdes_cfg.oe71 (.text:Board_CfgMultilinkPcieQsgmii)
                      0000a8614bc0    000002c0     ti.csl.ae71 : Mmu.oe71 (.text:Mmu_startup)
                      0000a8614e80    000002c0     ti.osal.ae71 : TimerP_nonos.oe71 (.text:TimerP_dmTimerDeviceCfg)
                      0000a8615140    000002c0     ti.kernel.freertos.ae71 : timers.oe71 (.text:prvProcessReceivedCommands)
                      0000a8615400    000002c0                             : queue.oe71 (.text:xQueueGenericSend)
                      0000a86156c0    000002c0                             : tasks.oe71 (.text:xTaskIncrementTick)
                      0000a8615980    000002c0                             : tasks.oe71 (.text:xTaskResumeAll)
                      0000a8615c40    00000280     ti.board.ae71 : board_pll.oe71 (.text:Board_PLLSetModuleClkFreq)
                      0000a8615ec0    00000280     ti.drv.i2c.ae71 : I2C_v1.oe71 (.text:I2C_transfer_v1)
                      0000a8616140    00000280     rts7100_le.lib : divd.c.obj (.text:__c7xabi_divd)
                      0000a86163c0    00000280     ti.csl.ae71 : csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_ext_ssc_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_ext_ssc_multilink_pll0)
                      0000a8616640    00000280                 : csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_int_ssc_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_int_ssc_multilink_pll0)
                      0000a86168c0    00000280     rts7100_le.lib : memory.c.obj (.text:free)
                      0000a8616b40    00000280     ti.kernel.freertos.ae71 : queue.oe71 (.text:xQueueReceive)
                      0000a8616dc0    00000280                             : queue.oe71 (.text:xQueueSemaphoreTake)
                      0000a8617040    00000280                             : tasks.oe71 (.text:xTaskRemoveFromEventList)
                      0000a86172c0    00000240     ti.board.ae71 : board_i2c_io_exp.oe71 (.text:Board_i2cIoExpSetPinDirection)
                      0000a8617500    00000240     rts7100_le.lib : hostrename.c.obj (.text:HOSTrename)
                      0000a8617740    00000240     ti.osal.ae71 : HwiP_freertos_c7x.oe71 (.text:HwiP_create)
                      0000a8617980    00000240     ti.drv.i2c.ae71 : I2C_v1.oe71 (.text:I2C_v1_control)
                      0000a8617bc0    00000240     ti.csl.ae71 : Mmu.oe71 (.text:Mmu_map)
                      0000a8617e00    00000240     sciclient.ae71 : sciclient.oe71 (.text:Sciclient_ISR)
                      0000a8618040    00000240     ti.osal.ae71 : SemaphoreP_freertos.oe71 (.text:SemaphoreP_create)
                      0000a8618280    00000240                  : TimerP_nonos.oe71 (.text:TimerP_create)
                      0000a86184c0    00000240     ti.drv.uart.ae71 : UART_v1.oe71 (.text:UART_readPolling_v1)
                      0000a8618700    00000240     ti.kernel.freertos.ae71 : tasks.oe71 (.text:vTaskSwitchContext)
                      0000a8618940    00000200     ti.board.ae71 : board_serdes_cfg.oe71 (.text:Board_CfgSierra0Clks)
                      0000a8618b40    00000200     sciclient.ae71 : sciclient_pm.oe71 (.text:Sciclient_pmQueryModuleClkFreq)
                      0000a8618d40    00000200                    : sciclient_secureproxy.oe71 (.text:Sciclient_sendMessage)
                      0000a8618f40    00000200     ti.osal.ae71 : TimerP_nonos.oe71 (.text:TimerP_dmTimerInitObj)
                      0000a8619140    00000200     ti.csl.ae71 : uart.oe71 (.text:UARTDivisorLatchWrite)
                      0000a8619540    00000200     rts7100_le.lib : atoi.c.obj (.text:atoi)
                      0000a8619740    00000200     ti.osal.ae71 : HeapP_freertos_internal.oe71 (.text:pvHeapMalloc)
                      0000a8619940    00000200     rts7100_le.lib : setvbuf.c.obj (.text:setvbuf)
                      0000a8619b40    00000200     ti.kernel.freertos.ae71 : tasks.oe71 (.text:vTaskPriorityDisinheritAfterTimeout)
                      0000a8619d40    00000200                             : queue.oe71 (.text:xQueueGiveFromISR)
                      0000a8619f40    00000200                             : queue.oe71 (.text:xQueueReceiveFromISR)
                      0000a861a140    000001c0     ti.board.ae71 : board_ethernet_config.oe71 (.text:Board_cpsw9gEthPhyConfig)
                      0000a861a300    000001c0                   : board_lld_init.oe71 (.text:Board_i2cInit)
                      0000a861a4c0    000001c0                   : board_i2c_io_exp.oe71 (.text:Board_i2cIoExpReadDirPort)
                      0000a861a680    000001c0                   : board_i2c_io_exp.oe71 (.text:Board_i2cIoExpReadOutputPort)
                      0000a861a840    000001c0                   : board_i2c_io_exp.oe71 (.text:Board_i2cIoExpWritePort)
                      0000a861aa00    000001c0                   : board_ethernet_config.oe71 (.text:Board_icssEthPhyConfig)
                      0000a861abc0    000001c0                   : board_pinmux.oe71 (.text:Board_pinmuxUpdate)
                      0000a861ad80    000001c0                   : board_lld_init.oe71 (.text:Board_uartStdioInit)
                      0000a861af40    000001c0     ti.csl.ae71 : csl_clec.oe71 (.text:CSL_clecConfigEvent)
                      0000a861b100    000001c0     ti.osal.ae71 : HeapP_freertos.oe71 (.text:HeapP_create)
                      0000a861b2c0    000001c0     ti.csl.ae71 : Hwi.oe71 (.text:Hwi_reconfig)
                      0000a861b480    000001c0     ti.drv.i2c.ae71 : I2C_v1.oe71 (.text:I2C_v1_recoverBus)
                      0000a861b640    000001c0     ti.osal.ae71 : freertos_mmu.oe71 (.text:OsalInitMmu)
                      0000a861b800    000001c0     sciclient.ae71 : sciclient_pm.oe71 (.text:Sciclient_pmGetModuleClkNumParent)
                      0000a861b9c0    000001c0                    : sciclient_pm.oe71 (.text:Sciclient_pmGetModuleClkParent)
                      0000a861bb80    000001c0                    : sciclient_pm.oe71 (.text:Sciclient_pmModuleGetClkStatus)
                      0000a861bd40    000001c0                    : sciclient_pm.oe71 (.text:Sciclient_pmSetModuleClkFreq)
                      0000a861bf00    000001c0     ti.osal.ae71 : TimerP_nonos.oe71 (.text:TimerP_dmTimerSetMicroSeconds)
                      0000a861c0c0    000001c0                  : TimerP_nonos.oe71 (.text:TimerP_start)
                      0000a861c280    000001c0     rts7100_le.lib : trgmsg.c.obj (.text:__TI_readmsg)
                      0000a861c440    000001c0                    : s_floor.c.obj (.text:floor)
                      0000a861c600    000001c0                    : fputc.c.obj (.text:fputc)
                      0000a861c7c0    000001c0     ti.kernel.freertos.ae71 : tasks.oe71 (.text:prvAddCurrentTaskToDelayedList)
                      0000a861c980    000001c0                             : tasks.oe71 (.text:prvInitialiseNewTask)
                      0000a861cb40    000001c0     test_heap.oe71 (.text:setUp)
                      0000a861cd00    000001c0     ti.kernel.freertos.ae71 : queue.oe71 (.text:xQueueGenericReset)
                      0000a861cec0    000001c0                             : tasks.oe71 (.text:xTaskCreateStatic)
                      0000a861d080    000001c0                             : tasks.oe71 (.text:xTaskPriorityDisinherit)
                      0000a861d240    000001c0                             : tasks.oe71 (.text:xTaskPriorityInherit)
                      0000a861d400    00000180     ti.board.ae71 : board_ddr.oe71 (.text:Board_DDRChangeFreqAck)
                      0000a861d580    00000180                   : board_ethernet_config.oe71 (.text:Board_cpsw2gEthPhyConfig)
                      0000a861d700    00000180                   : board_pinmux.oe71 (.text:Board_pinmuxConfig)
                      0000a861d880    00000180                   : board_mmr.oe71 (.text:Board_unlockMMR)
                      0000a861da00    00000180     ti.csl.ae71 : csl_emif.oe71 (.text:CSL_emifConfigController)
                      0000a861db80    00000180                 : Hwi.oe71 (.text:Hwi_Module_startup)
                      0000a861dd00    00000180                 : Hwi.oe71 (.text:Hwi_dispatchCore)
                      0000a861de80    00000180     ti.drv.i2c.ae71 : I2C_v1.oe71 (.text:I2C_v1_ctrlInit)
                      0000a861e000    00000180     ti.csl.ae71 : lpddr4.oe71 (.text:LPDDR4_AckPhyIndepInterrupt)
                      0000a861e180    00000180                 : lpddr4.oe71 (.text:LPDDR4_CheckPhyIndepInterrupt)
                      0000a861e300    00000180     ti.osal.ae71 : LoadP_freertos.oe71 (.text:LoadP_update)
                      0000a861e480    00000180     memory.oe71 (.text:Pop_MemoryUsage)
                      0000a861e600    00000180     sciclient.ae71 : sciclient_pm.oe71 (.text:Sciclient_pmGetModuleClkFreq)
                      0000a861e780    00000180                    : sciclient_pm.oe71 (.text:Sciclient_pmGetModuleState)
                      0000a861e900    00000180                    : sciclient_pm.oe71 (.text:Sciclient_pmModuleClkRequest)
                      0000a861ea80    00000180                    : sciclient_pm.oe71 (.text:Sciclient_pmSetModuleClkParent)
                      0000a861ec00    00000180                    : sciclient_pm.oe71 (.text:Sciclient_pmSetModuleState)
                      0000a861ed80    00000180                    : sciclient.oe71 (.text:Sciclient_servicePrepareHeader)
                      0000a861ef00    00000180     ti.kernel.freertos.ae71 : TaskSupport.oe71 (.text:TaskSupport_setupTaskStack)
                      0000a861f080    00000180     ti.drv.uart.ae71 : UART_v1.oe71 (.text:UART_writePolling_v1)
                      0000a861f200    00000180     ti.csl.ae71 : csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_int_ssc_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_int_ssc_multilink_pll0)
                      0000a861f380    00000180     ti.kernel.freertos.ae71 : tasks.oe71 (.text:eTaskGetState)
                      0000a861f500    00000180     rts7100_le.lib : getdevice.c.obj (.text:getdevice)
                      0000a861f680    00000180     ti.kernel.freertos.ae71 : tasks.oe71 (.text:prvAddNewTaskToReadyList)
                      0000a861f800    00000180     rts7100_le.lib : s_scalbn.c.obj (.text:scalbn)
                      0000a861f980    00000180     ti.kernel.freertos.ae71 : tasks.oe71 (.text:vTaskSuspend)
                      0000a861fb00    00000180                             : queue.oe71 (.text:xQueueGenericCreateStatic)
                      0000a861fc80    00000180                             : tasks.oe71 (.text:xTaskCheckForTimeOut)
                      0000a861fe00    00000140     ti.board.ae71 : board_ddr.oe71 (.text:Board_DDRInitDrv)
                      0000a861ff40    00000140                   : board_control.oe71 (.text:Board_control)
                      0000a8620080    00000140                   : board_info_ddr.oe71 (.text:Board_copyBoardDataMem)
                      0000a86201c0    00000140                   : board_utils.oe71 (.text:Board_getBoardData)
                      0000a8620300    00000140                   : board_pinmux.oe71 (.text:Board_pinmuxConfigMain)
                      0000a8620440    00000140                   : board_pinmux.oe71 (.text:Board_pinmuxConfigWkup)
                      0000a8620580    00000140     ti.csl.ae71 : csl_serdes3.oe71 (.text:CSL_serdesSetLoopback)
                      0000a86206c0    00000140     rts7100_le.lib : hostlseek.c.obj (.text:HOSTlseek)
                      0000a8620800    00000140                    : hostopen.c.obj (.text:HOSTopen)
                      0000a8620940    00000140     ti.osal.ae71 : HeapP_freertos.oe71 (.text:HeapP_getHeapStats)
                      0000a8620a80    00000140     ti.drv.i2c.ae71 : I2C_drv.oe71 (.text:I2C_init)
                      0000a8620bc0    00000140     ti.csl.ae71 : lpddr4.oe71 (.text:LPDDR4_ReadReg)
                      0000a8620d00    00000140                 : lpddr4.oe71 (.text:LPDDR4_WriteReg)
                      0000a8620e40    00000140     sciclient.ae71 : sciclient_pm.oe71 (.text:Sciclient_pmSetModuleRst)
                      0000a8620f80    00000140                    : sciclient.oe71 (.text:Sciclient_serviceGetPayloadSize)
                      0000a86210c0    00000140                    : sciclient.oe71 (.text:Sciclient_serviceGetThreadIds)
                      0000a8621200    00000140     ti.drv.uart.ae71 : UART_v1.oe71 (.text:UART_getWLenStbFlag)
                      0000a8621340    00000140                      : UART_drv.oe71 (.text:UART_init)
                      0000a86215c0    00000140     rts7100_le.lib : fclose.c.obj (.text:__TI_closefile)
                      0000a8621700    00000140                    : trgmsg.c.obj (.text:__TI_writemsg)
                      0000a8621840    00000140                    : _io_perm.c.obj (.text:__TI_wrt_ok)
                      0000a8621980    00000140                    : imath64.c.obj (.text:__c7xabi_divull)
                      0000a8621ac0    00000140     ti.kernel.freertos.ae71 : queue.oe71 (.text:prvCopyDataToQueue)
                      0000a8621c00    00000140     rts7100_le.lib : memory.c.obj (.text:split)
                      0000a8621d40    00000140     ti.osal.ae71 : HeapP_freertos_internal.oe71 (.text:vHeapFree)
                      0000a8621e80    00000140     ti.kernel.freertos.ae71 : queue.oe71 (.text:vQueueAddToRegistry)
                      0000a8621fc0    00000140                             : tasks.oe71 (.text:vTaskStartScheduler)
                      0000a8622100    00000100     test_heap.oe71 (.text:ApplyHammingWindow)
                      0000a8622200    00000100     ti.board.ae71 : board_ethernet_config.oe71 (.text:BoardDiag_ethPhyRegRead)
                      0000a8622300    00000100                   : board_ddr.oe71 (.text:Board_DDRInit)
                      0000a8622400    00000100                   : board_ddr.oe71 (.text:Board_DDRStart)
                      0000a8622500    00000100                   : board_pll.oe71 (.text:Board_PLLInitMain)
                      0000a8622600    00000100                   : board_pll.oe71 (.text:Board_PLLInitMcu)
                      0000a8622700    00000100                   : board_utils.oe71 (.text:Board_detectBoard)
                      0000a8622800    00000100                   : board_ethernet_config.oe71 (.text:Board_ethConfigCpsw9g)
                      0000a8622900    00000100                   : board_ethernet_config.oe71 (.text:Board_ethPhyRegWrite)
                      0000a8622a00    00000100                   : board_lld_init.oe71 (.text:Board_i2cDeInit)
                      0000a8622b00    00000100                   : board_utils.oe71 (.text:Board_isAlpha)
                      0000a8622c00    00000100                   : board_clock.oe71 (.text:Board_moduleClockEnable)
                      0000a8622d00    00000100                   : board_control.oe71 (.text:Board_setIoExpPinOutput)
                      0000a8622e00    00000100     ti.csl.ae71 : csl_serdes3.oe71 (.text:CSL_serdesOutClkEn)
                      0000a8622f00    00000100     rts7100_le.lib : hostread.c.obj (.text:HOSTread)
                      0000a8623000    00000100                    : hostunlink.c.obj (.text:HOSTunlink)
                      0000a8623100    00000100                    : hostwrite.c.obj (.text:HOSTwrite)
                      0000a8623200    00000100     ti.osal.ae71 : HeapP_freertos.oe71 (.text:HeapP_delete)
                      0000a8623300    00000100                  : HeapP_freertos.oe71 (.text:HeapP_free)
                      0000a8623400    00000100     memory.oe71 (.text:HeapP_freertosSetup)
                      0000a8623500    00000100     ti.osal.ae71 : HwiP_freertos_c7x.oe71 (.text:HwiP_delete)
                      0000a8623600    00000100     ti.csl.ae71 : i2c.oe71 (.text:I2CMasterInitExpClk)
                      0000a8623700    00000100                 : i2c.oe71 (.text:I2COwnAddressSet)
                      0000a8623800    00000100     ti.drv.i2c.ae71 : I2C_v1.oe71 (.text:I2C_v1_complete_curr_transfer)
                      0000a8623900    00000100                     : I2C_v1.oe71 (.text:I2C_v1_setBusFrequency)
                      0000a8623a00    00000100                     : I2C_v1.oe71 (.text:I2C_v1_waitForBb)
                      0000a8623b00    00000100     ti.csl.ae71 : lpddr4.oe71 (.text:LPDDR4_WriteCtlConfig)
                      0000a8623c00    00000100                 : lpddr4.oe71 (.text:LPDDR4_WritePhyConfig)
                      0000a8623d00    00000100                 : lpddr4.oe71 (.text:LPDDR4_WritePhyIndepConfig)
                      0000a8623e00    00000100                 : Mmu.oe71 (.text:Mmu_addBlockEntry)
                      0000a8623f00    00000100                 : Mmu.oe71 (.text:Mmu_allocTable)
                      0000a8624000    00000100                 : Mmu.oe71 (.text:Mmu_readBlockEntry)
                      0000a8624100    00000100     ti.osal.ae71 : RegisterIntr_nonos.oe71 (.text:Osal_RegisterInterrupt)
                      0000a8624200    00000100                  : SemaphoreP_freertos.oe71 (.text:SemaphoreP_delete)
                      0000a8624300    00000100                  : SemaphoreP_freertos.oe71 (.text:SemaphoreP_pend)
                      0000a8624400    00000100     ti.csl.ae71 : timer.oe71 (.text:TIMERModeConfigure)
                      0000a8624500    00000100     ti.osal.ae71 : TimerP_nonos.oe71 (.text:TimerP_isDMTIdRestricted)
                      0000a8624600    00000100                  : TimerP_nonos.oe71 (.text:TimerP_stop)
                      0000a8624700    00000100     ti.csl.ae71 : uart.oe71 (.text:UARTIntDisable)
                      0000a8624800    00000100                 : uart.oe71 (.text:UARTIntEnable)
                      0000a8624900    00000100                 : uart.oe71 (.text:UARTSubConfigTCRTLRModeEn)
                      0000a8624a00    00000100                 : uart.oe71 (.text:UARTTCRTLRBitValRestore)
                      0000a8624b00    00000100     ti.drv.uart.ae71 : UART_v1.oe71 (.text:UART_close_v1)
                      0000a8624d00    00000100     rts7100_le.lib : fflush.c.obj (.text:__TI_doflush)
                      0000a8624e00    00000100                    : imath64.c.obj (.text:__c7xabi_divlli)
                      0000a8624f00    00000100                    : k_cos.c.obj (.text:__kernel_cos)
                      0000a8625000    00000100                    : k_sin.c.obj (.text:__kernel_sin)
                      0000a8625100    00000100                    : close.c.obj (.text:close)
                      0000a8625200    00000100     ti.csl.ae71 : csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_pll_ext_ssc_multilink_pll1.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_pll_ext_ssc_multilink_pll1)
                      0000a8625300    00000100                 : csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_pll_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_pll_multilink_pll0)
                      0000a8625400    00000100     ti.board.ae71 : board_ddr.oe71 (.text:emif_ConfigureECC)
                      0000a8625500    00000100     rts7100_le.lib : getdevice.c.obj (.text:finddevice)
                      0000a8625600    00000100                    : fseek.c.obj (.text:fseeko)
                      0000a8625700    00000100     ti.csl.ae71 : Exception.oe71 (.text:printTwoVectors)
                      0000a8625800    00000100     ti.osal.ae71 : HeapP_freertos_internal.oe71 (.text:prvHeapInit)
                      0000a8625900    00000100     ti.kernel.freertos.ae71 : tasks.oe71 (.text:prvInitialiseTaskLists)
                      0000a8625a00    00000100                             : heap_4.oe71 (.text:prvInsertBlockIntoFreeList)
                      0000a8625b00    00000100     ti.osal.ae71 : HeapP_freertos_internal.oe71 (.text:prvInsertBlockIntoFreeList)
                      0000a8625c00    00000100     ti.kernel.freertos.ae71 : timers.oe71 (.text:prvProcessTimerOrBlockTask)
                      0000a8625d00    00000100                             : queue.oe71 (.text:prvUnlockQueue)
                      0000a8625e00    00000100                             : heap_4.oe71 (.text:vPortFree)
                      0000a8625f00    00000100                             : queue.oe71 (.text:vQueueUnregisterQueue)
                      0000a8626000    00000100                             : tasks.oe71 (.text:vTaskGetInfo)
                      0000a8626100    00000100                             : tasks.oe71 (.text:vTaskPlaceOnEventListRestricted)
                      0000a8626200    00000100                             : timers.oe71 (.text:xTimerCreateTimerTask)
                      0000a8626300    000000c0     ti.board.ae71 : board_ddr.oe71 (.text:Board_DDRHWRegInit)
                      0000a86263c0    000000c0                   : board_ethernet_config.oe71 (.text:Board_cpsw9gEthConfig)
                      0000a8626480    000000c0                   : board_ethernet_config.oe71 (.text:Board_cpswEnetExpComaModeCfg)
                      0000a8626540    000000c0                   : board_ethernet_config.oe71 (.text:Board_disableIcssEmacDelay)
                      0000a8626600    000000c0                   : board_info_ddr.oe71 (.text:Board_getBoardIdData)
                      0000a86266c0    000000c0                   : board_i2c_io_exp.oe71 (.text:Board_i2cIoExpPinLevelSet)
                      0000a8626780    000000c0                   : board_mmr.oe71 (.text:Board_lockMMRPartition)
                      0000a8626840    000000c0                   : board_clock.oe71 (.text:Board_moduleClockInitMain)
                      0000a8626900    000000c0                   : board_clock.oe71 (.text:Board_moduleClockInitMcu)
                      0000a86269c0    000000c0                   : board_pinmux.oe71 (.text:Board_pinmuxWriteProxy1Reg)
                      0000a8626a80    000000c0                   : board_control.oe71 (.text:Board_setCpsw9GMdioMux)
                      0000a8626b40    000000c0                   : board_control.oe71 (.text:Board_setGpmcDataMux)
                      0000a8626c00    000000c0                   : board_control.oe71 (.text:Board_setHDMIMux)
                      0000a8626cc0    000000c0                   : board_control.oe71 (.text:Board_setIcssgMdioMux)
                      0000a8626d80    000000c0                   : board_mmr.oe71 (.text:Board_unlockMMRPartition)
                      0000a8626e40    000000c0     ti.csl.ae71 : csl_clec.oe71 (.text:CSL_clecConfigEventLevel)
                      0000a8626f00    000000c0                 : csl_serdes3.oe71 (.text:CSL_serdesGetPLLStatus)
                      0000a8626fc0    000000c0                 : Cache.oe71 (.text:Cache_setSize)
                      0000a8627080    000000c0     rts7100_le.lib : hostclose.c.obj (.text:HOSTclose)
                      0000a8627140    000000c0     ti.osal.ae71 : HeapP_freertos.oe71 (.text:HeapP_alloc)
                      0000a8627200    000000c0     ti.csl.ae71 : Hwi.oe71 (.text:Hwi_Instance_finalize)
                      0000a86272c0    000000c0                 : Hwi.oe71 (.text:Hwi_Instance_init)
                      0000a8627380    000000c0                 : Hwi.oe71 (.text:Hwi_construct)
                      0000a8627440    000000c0     ti.kernel.freertos.ae71 : Hwi_vector_table.oe71 (.text:Hwi_dispatchC)
                      0000a8627500    000000c0     ti.csl.ae71 : Hwi.oe71 (.text:Hwi_getStackInfo)
                      0000a86275c0    000000c0                 : Hwi_asm.oe71 (.text:Hwi_switchToNS)
                      0000a8627680    000000c0                 : i2c.oe71 (.text:I2CBufferStatus)
                      0000a8627740    000000c0     ti.drv.i2c.ae71 : I2C_v1.oe71 (.text:I2C_close_v1)
                      0000a8627800    000000c0                     : I2C_soc.oe71 (.text:I2C_configSocIntrPath)
                      0000a86278c0    000000c0                     : I2C_v1.oe71 (.text:I2C_v1_hwiFxn)
                      0000a8627980    000000c0                     : I2C_v1.oe71 (.text:I2C_v1_waitForPin)
                      0000a8627a40    000000c0     ti.csl.ae71 : lpddr4.oe71 (.text:LPDDR4_Init)
                      0000a8627b00    000000c0                 : lpddr4.oe71 (.text:LPDDR4_PollCtlIrq)
                      0000a8627bc0    000000c0                 : lpddr4.oe71 (.text:LPDDR4_PollPhyIndepIrq)
                      0000a8627c80    000000c0                 : lpddr4.oe71 (.text:LPDDR4_Start)
                      0000a8627d40    000000c0                 : lpddr4.oe71 (.text:LPDDR4_StartSequenceController)
                      0000a8627e00    000000c0     ti.osal.ae71 : LoadP_freertos.oe71 (.text:LoadP_addTask)
                      0000a8627ec0    000000c0     ti.csl.ae71 : Mmu.oe71 (.text:Mmu_initMapAttrs)
                      0000a8627f80    000000c0     ti.osal.ae71 : freertos_mmu.oe71 (.text:OsalCfgClecAccessCtrl)
                      0000a8628040    000000c0     sciclient.ae71 : sciclient.oe71 (.text:Sciclient_abiCheck)
                      0000a8628100    000000c0                    : sciclient_secureproxy.oe71 (.text:Sciclient_flush)
                      0000a86281c0    000000c0                    : sciclient.oe71 (.text:Sciclient_getCurrentContext)
                      0000a8628280    000000c0     ti.osal.ae71 : SemaphoreP_freertos.oe71 (.text:SemaphoreP_constructBinary)
                      0000a8628340    000000c0                  : SemaphoreP_freertos.oe71 (.text:SemaphoreP_post)
                      0000a8628400    000000c0     ti.csl.ae71 : timer.oe71 (.text:TIMERReset)
                      0000a86284c0    000000c0     ti.kernel.freertos.ae71 : TaskSupport_asm.oe71 (.text:TaskSupport_buildTaskStack)
                      0000a8628580    000000c0                             : TaskSupport_asm.oe71 (.text:TaskSupport_swap)
                      0000a8628640    000000c0     ti.osal.ae71 : TimerP_nonos.oe71 (.text:TimerP_Params_init)
                      0000a8628700    000000c0                  : TimerP_nonos.oe71 (.text:TimerP_dmTimerInitDevice)
                      0000a86287c0    000000c0     ti.csl.ae71 : timer.oe71 (.text:TimerWaitForWrite)
                      0000a8628880    000000c0                 : uart.oe71 (.text:UARTDivisorValCompute)
                      0000a8628940    000000c0                 : uart.oe71 (.text:UARTSetTimeOutValue)
                      0000a8628a00    000000c0     ti.drv.uart.ae71 : UART_v1.oe71 (.text:UART_charGet_v1)
                      0000a8628ac0    000000c0                      : UART_v1.oe71 (.text:UART_charPut_v1)
                      0000a8628b80    000000c0                      : UART_v1.oe71 (.text:UART_getParityType)
                      0000a8628c40    000000c0                      : UART_v1.oe71 (.text:UART_readCancelNoCB)
                      0000a8628d00    000000c0                      : UART_v1.oe71 (.text:UART_read_v1)
                      0000a8628dc0    000000c0                      : UART_stdio.oe71 (.text:UART_stdioInit)
                      0000a8628e80    000000c0                      : UART_v1.oe71 (.text:UART_v1_callback)
                      0000a8628f40    000000c0                      : UART_v1.oe71 (.text:UART_writeCancelNoCB)
                      0000a8629000    000000c0                      : UART_v1.oe71 (.text:UART_write_v1)
                      0000a8629780    000000c0     rts7100_le.lib : autoinit.c.obj (.text:__TI_auto_init_nobinit_nopinit:__TI_auto_init_nobinit_nopinit)
                      0000a8629840    000000c0                    : fopen.c.obj (.text:__TI_cleanup)
                      0000a8629900    000000c0                    : _ltoa.c.obj (.text:__TI_ltoa)
                      0000a86299c0    000000c0                    : fixdli.c.obj (.text:__c7xabi_fixdli)
                      0000a8629a80    000000c0                    : fltlid.c.obj (.text:__c7xabi_fltlid)
                      0000a8629b40    000000c0     ti.csl.ae71 : csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1_opt2.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1_opt2)
                      0000a8629c00    000000c0                 : csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1_opt3.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1_opt3)
                      0000a8629cc0    000000c0                 : csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_ext_ssc_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_ext_ssc_multilink_pll0)
                      0000a8629d80    000000c0                 : csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_no_ssc_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_no_ssc_multilink_pll0)
                      0000a8629e40    000000c0                 : csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_no_ssc_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_no_ssc_multilink_pll0)
                      0000a8629f00    000000c0     rts7100_le.lib : memory.c.obj (.text:free_list_insert)
                      0000a8629fc0    000000c0                    : memory.c.obj (.text:free_list_remove)
                      0000a862a080    000000c0                    : s_frexp.c.obj (.text:frexp)
                      0000a862a140    000000c0                    : memcpy.c.obj (.text:memcpy)
                      0000a862a200    000000c0                    : printf.c.obj (.text:printf)
                      0000a862a2c0    000000c0     ti.kernel.freertos.ae71 : timers.oe71 (.text:prvCheckForValidListAndQueue)
                      0000a862a380    000000c0                             : tasks.oe71 (.text:prvCheckTasksWaitingTermination)
                      0000a862a440    000000c0                             : tasks.oe71 (.text:prvDeleteTCB)
                      0000a862a500    000000c0                             : timers.oe71 (.text:prvInsertTimerInActiveList)
                      0000a862a5c0    000000c0                             : port.oe71 (.text:prvPortInitTickTimer)
                      0000a862a680    000000c0                             : port.oe71 (.text:prvPortInitTimerCLECCfg)
                      0000a862a740    000000c0                             : timers.oe71 (.text:prvProcessExpiredTimer)
                      0000a862a800    000000c0     ti.osal.ae71 : HeapP_freertos_internal.oe71 (.text:vHeapGetHeapStats)
                      0000a862a8c0    000000c0     ti.kernel.freertos.ae71 : list.oe71 (.text:vListInsert)
                      0000a862a980    000000c0                             : port.oe71 (.text:vPortYield)
                      0000a862aa40    000000c0                             : queue.oe71 (.text:vQueueWaitForMessageRestricted)
                      0000a862ab00    000000c0                             : tasks.oe71 (.text:vTaskPlaceOnEventList)
                      0000a862abc0    000000c0                             : tasks.oe71 (.text:vTaskSetThreadLocalStoragePointer)
                      0000a862ac80    000000c0                             : queue.oe71 (.text:xQueueCreateCountingSemaphoreStatic)
                      0000a862ad40    00000080     ti.board.ae71 : board_utils.oe71 (.text:BOARD_delay)
                      0000a862adc0    00000080                   : board_ddr.oe71 (.text:Board_DDRPriorityInit)
                      0000a862ae40    00000080                   : board_ddr.oe71 (.text:Board_DDRProbe)
                      0000a862aec0    00000080                   : board_ethernet_config.oe71 (.text:Board_cpsw2gMacModeConfig)
                      0000a862af40    00000080                   : board_ethernet_config.oe71 (.text:Board_cpswEnetExpPhyReset)
                      0000a862afc0    00000080                   : board_ethernet_config.oe71 (.text:Board_ethConfigIcss)
                      0000a862b040    00000080                   : board_ethernet_config.oe71 (.text:Board_ethPhyExtendedRegRead)
                      0000a862b0c0    00000080                   : board_ethernet_config.oe71 (.text:Board_ethPhyExtendedRegWrite)
                      0000a862b140    00000080                   : board_lld_init.oe71 (.text:Board_getI2CHandle)
                      0000a862b1c0    00000080                   : board_lld_init.oe71 (.text:Board_getI2cBaseAddr)
                      0000a862b240    00000080                   : board_lld_init.oe71 (.text:Board_getUartBaseAddr)
                      0000a862b2c0    00000080                   : board_i2c_io_exp.oe71 (.text:Board_i2cIoExpInit)
                      0000a862b340    00000080                   : board_mmr.oe71 (.text:Board_mmrGetBaseAddr)
                      0000a862b3c0    00000080                   : board_clock.oe71 (.text:Board_moduleClockInit)
                      0000a862b440    00000080                   : board_pinmux.oe71 (.text:Board_pinmuxGetBaseAddr)
                      0000a862b4c0    00000080                   : board_serdes_cfg.oe71 (.text:Board_serdesKickCtrl)
                      0000a862b540    00000080                   : board_control.oe71 (.text:Board_setHDMIPdHigh)
                      0000a862b5c0    00000080                   : board_control.oe71 (.text:Board_setPRG1RGMIIMux)
                      0000a862b640    00000080                   : board_init.oe71 (.text:Board_sysInit)
                      0000a862b6c0    00000080     ti.csl.ae71 : csl_clec.oe71 (.text:CSL_clecClearEvent)
                      0000a862b740    00000080                 : csl_clec.oe71 (.text:CSL_clecGetC7xRtmapCpuId)
                      0000a862b7c0    00000080                 : csl_emif.oe71 (.text:CSL_emifClearAllECCErrors)
                      0000a862b840    00000080                 : csl_emif.oe71 (.text:CSL_emifConfig)
                      0000a862b8c0    00000080                 : csl_emif.oe71 (.text:CSL_emifIsEmifConfigValid)
                      0000a862b940    00000080                 : csl_serdes3.oe71 (.text:CSL_serdesCycleDelay)
                      0000a862b9c0    00000080                 : csl_serdes3.oe71 (.text:CSL_serdesInvertLaneRXPolarity)
                      0000a862ba40    00000080                 : csl_serdes3.oe71 (.text:CSL_serdesInvertLaneTXPolarity)
                      0000a862bac0    00000080                 : csl_serdes3.oe71 (.text:CSL_serdesPorReset)
                      0000a862bb40    00000080                 : Cache.oe71 (.text:Cache_Module_startup)
                      0000a862bbc0    00000080                 : Cache.oe71 (.text:Cache_disable)
                      0000a862bc40    00000080                 : Cache.oe71 (.text:Cache_enable)
                      0000a862bcc0    00000080                 : Cache.oe71 (.text:Cache_getSize)
                      0000a862bd40    00000080     ti.osal.ae71 : DebugP_nonos.oe71 (.text:DebugP_exceptionLog)
                      0000a862bdc0    00000080     ti.csl.ae71 : Exception.oe71 (.text:Exception_Module_startup)
                      0000a862be40    00000080     ti.osal.ae71 : HwiP_freertos_c7x.oe71 (.text:HwiP_Params_init)
                      0000a862bec0    00000080                  : HwiP_freertos_c7x.oe71 (.text:HwiP_disable)
                      0000a862bf40    00000080                  : HwiP_freertos_c7x.oe71 (.text:HwiP_restore)
                      0000a862bfc0    00000080     ti.csl.ae71 : Hwi.oe71 (.text:Hwi_disableIER)
                      0000a862c040    00000080                 : Hwi.oe71 (.text:Hwi_disableInterrupt)
                      0000a862c0c0    00000080                 : Hwi.oe71 (.text:Hwi_enableIER)
                      0000a862c140    00000080                 : Hwi.oe71 (.text:Hwi_enableInterrupt)
                      0000a862c1c0    00000080                 : Hwi.oe71 (.text:Hwi_eventMap)
                      0000a862c240    00000080                 : Hwi.oe71 (.text:Hwi_getIsrStackAddress)
                      0000a862c2c0    00000080                 : Hwi.oe71 (.text:Hwi_postInit)
                      0000a862c340    00000080                 : Hwi.oe71 (.text:Hwi_secureStart)
                      0000a862c3c0    00000080                 : Hwi.oe71 (.text:Hwi_setPriority)
                      0000a862c440    00000080                 : Hwi_asm_switch.oe71 (.text:Hwi_switchAndDispatch)
                      0000a862c4c0    00000080                 : i2c.oe71 (.text:I2CFIFOClear)
                      0000a862c540    00000080     ti.drv.i2c.ae71 : I2C_v1.oe71 (.text:I2C_checkTimeout)
                      0000a862c5c0    00000080                     : I2C_drv.oe71 (.text:I2C_open)
                      0000a862c640    00000080                     : I2C_soc.oe71 (.text:I2C_socGetInitCfg)
                      0000a862c6c0    00000080                     : I2C_soc.oe71 (.text:I2C_socSetInitCfg)
                      0000a862c740    00000080                     : I2C_drv.oe71 (.text:I2C_transfer)
                      0000a862c7c0    00000080                     : I2C_v1.oe71 (.text:I2C_v1_resetCtrl)
                      0000a862c840    00000080     ti.csl.ae71 : lpddr4.oe71 (.text:LPDDR4_PollAndAckIrq)
                      0000a862c8c0    00000080                 : lpddr4.oe71 (.text:LPDDR4_Probe)
                      0000a862c940    00000080                 : Mmu.oe71 (.text:Mmu_addTableEntry)
                      0000a862c9c0    00000080                 : Mmu.oe71 (.text:Mmu_disable)
                      0000a862ca40    00000080                 : Mmu.oe71 (.text:Mmu_enable)
                      0000a862cac0    00000080                 : Mmu.oe71 (.text:Mmu_freeTable)
                      0000a862cb40    00000080     ti.osal.ae71 : TaskP_freertos.oe71 (.text:OS_init)
                      0000a862cbc0    00000080                  : RegisterIntr_nonos.oe71 (.text:Osal_RegisterInterrupt_initParams)
                      0000a862cc40    00000080                  : Utils_freertos.oe71 (.text:Osal_delay)
                      0000a862ccc0    00000080                  : Utils_freertos.oe71 (.text:Osal_getThreadType)
                      0000a862cdc0    00000080     sciclient.ae71 : sciclient.oe71 (.text:Sciclient_configPrmsInit)
                      0000a862ce40    00000080                    : sciclient_secureproxy.oe71 (.text:Sciclient_readThread32)
                      0000a862cec0    00000080                    : sciclient.oe71 (.text:Sciclient_utilByteCopy)
                      0000a862cf40    00000080                    : sciclient_secureproxy.oe71 (.text:Sciclient_verifyThread)
                      0000a862cfc0    00000080                    : sciclient_secureproxy.oe71 (.text:Sciclient_waitThread)
                      0000a862d040    00000080     ti.osal.ae71 : SemaphoreP_freertos.oe71 (.text:SemaphoreP_Params_init)
                      0000a862d0c0    00000080                  : SemaphoreP_freertos.oe71 (.text:SemaphoreP_constructCounting)
                      0000a862d140    00000080     ti.csl.ae71 : timer.oe71 (.text:TIMERCompareSet)
                      0000a862d1c0    00000080                 : timer.oe71 (.text:TIMERCounterSet)
                      0000a862d240    00000080                 : timer.oe71 (.text:TIMERDisable)
                      0000a862d2c0    00000080                 : timer.oe71 (.text:TIMEREnable)
                      0000a862d340    00000080                 : timer.oe71 (.text:TIMERIntDisable)
                      0000a862d3c0    00000080                 : timer.oe71 (.text:TIMERIntEnable)
                      0000a862d440    00000080                 : timer.oe71 (.text:TIMERIntStatusClear)
                      0000a862d4c0    00000080                 : timer.oe71 (.text:TIMERPostedModeConfig)
                      0000a862d540    00000080                 : timer.oe71 (.text:TIMERReadModeConfig)
                      0000a862d5c0    00000080                 : timer.oe71 (.text:TIMERReloadSet)
                      0000a862d640    00000080     ti.osal.ae71 : TaskP_freertos.oe71 (.text:TaskP_Function)
                      0000a862d6c0    00000080                  : TaskP_freertos.oe71 (.text:TaskP_Params_init)
                      0000a862d740    00000080                  : TaskP_freertos.oe71 (.text:TaskP_getFreertosHandle)
                      0000a862d7c0    00000080                  : TimerP_nonos.oe71 (.text:TimerP_dmTimerStub)
                      0000a862d840    00000080                  : TimerP_nonos.oe71 (.text:TimerP_getTimerBaseAddr)
                      0000a862d8c0    00000080                  : TimerP_default.oe71 (.text:TimerP_mapId)
                      0000a862d940    00000080     ti.csl.ae71 : uart.oe71 (.text:UARTCharGetNonBlocking2)
                      0000a862d9c0    00000080                 : uart.oe71 (.text:UARTCharPut)
                      0000a862da40    00000080                 : uart.oe71 (.text:UARTCharPutNonBlocking)
                      0000a862dac0    00000080                 : uart.oe71 (.text:UARTEnhanFuncBitValRestore)
                      0000a862db40    00000080                 : uart.oe71 (.text:UARTEnhanFuncEnable)
                      0000a862dbc0    00000080                 : uart.oe71 (.text:UARTFIFORegisterWrite)
                      0000a862dc40    00000080                 : uart.oe71 (.text:UARTHardwareFlowCtrlOptSet)
                      0000a862dcc0    00000080                 : uart.oe71 (.text:UARTIntIdentityGet)
                      0000a862dd40    00000080                 : uart.oe71 (.text:UARTIsTransmitterEmpty)
                      0000a862ddc0    00000080                 : uart.oe71 (.text:UARTLineCharacConfig)
                      0000a862de40    00000080                 : uart.oe71 (.text:UARTLoopbackModeControl)
                      0000a862dec0    00000080                 : uart.oe71 (.text:UARTOperatingModeSelect)
                      0000a862df40    00000080                 : uart.oe71 (.text:UARTRegConfigModeEnable)
                      0000a862dfc0    00000080     ti.drv.uart.ae71 : UART_v1.oe71 (.text:UART_getRxTrigLvl)
                      0000a862e040    00000080                      : UART_v1.oe71 (.text:UART_getTxTrigLvl)
                      0000a862e0c0    00000080                      : UART_v1.oe71 (.text:UART_readCancel_v1)
                      0000a862e140    00000080                      : UART_soc.oe71 (.text:UART_socConfigIntrPath)
                      0000a862e1c0    00000080                      : UART_soc.oe71 (.text:UART_socGetInitCfg)
                      0000a862e240    00000080                      : UART_soc.oe71 (.text:UART_socSetInitCfg)
                      0000a862e2c0    00000080                      : UART_v1.oe71 (.text:UART_writeCancel_v1)
                      0000a862e540    00000080     rts7100_le.lib : args_main.c.obj (.text:_args_main)
                      0000a862e5c0    00000080     ti.csl.ae71 : csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1)
                      0000a862e640    00000080                 : csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll0)
                      0000a862e6c0    00000080                 : csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll1.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll1)
                      0000a862e740    00000080                 : csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1)
                      0000a862e7c0    00000080                 : csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1_opt3.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1_opt3)
                      0000a862e840    00000080                 : csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1)
                      0000a862e8c0    00000080                 : csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_multilink_pll0.oe71 (.text:csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_multilink_pll0)
                      0000a862e940    00000080     rts7100_le.lib : setjmp_512.asm.obj (.text:longjmp)
                      0000a862e9c0    00000080                    : lseek.c.obj (.text:lseek)
                      0000a862ea40    00000080     heap_rtos.oe71 (.text:main)
                      0000a862eac0    00000080     rts7100_le.lib : memset.c.obj (.text:memset)
                      0000a862eb40    00000080     ti.kernel.freertos.ae71 : queue.oe71 (.text:prvCopyDataFromQueue)
                      0000a862ebc0    00000080                             : timers.oe71 (.text:prvGetNextExpireTime)
                      0000a862ec40    00000080                             : queue.oe71 (.text:prvInitialiseNewQueue)
                      0000a862ecc0    00000080                             : queue.oe71 (.text:prvIsQueueEmpty)
                      0000a862ed40    00000080                             : queue.oe71 (.text:prvIsQueueFull)
                      0000a862edc0    00000080                             : port.oe71 (.text:prvPorttimerTickIsr)
                      0000a862ee40    00000080                             : timers.oe71 (.text:prvReloadTimer)
                      0000a862eec0    00000080                             : tasks.oe71 (.text:prvResetNextTaskUnblockTime)
                      0000a862ef40    00000080                             : timers.oe71 (.text:prvSampleTimeNow)
                      0000a862efc0    00000080                             : timers.oe71 (.text:prvSwitchTimerLists)
                      0000a862f040    00000080                             : tasks.oe71 (.text:prvTaskCheckFreeStackSpace)
                      0000a862f0c0    00000080                             : tasks.oe71 (.text:pvTaskIncrementMutexHeldCount)
                      0000a862f140    00000080                             : port.oe71 (.text:pxPortInitialiseStack)
                      0000a862f1c0    00000080     rts7100_le.lib : setjmp_512.asm.obj (.text:setjmp)
                      0000a862f240    00000080     test_heap.oe71 (.text:tearDown)
                      0000a862f2c0    00000080     test_heap.oe71 (.text:test_heapMemory_Stats)
                      0000a862f340    00000080     ti.kernel.freertos.ae71 : port.oe71 (.text:uiPortGetRunTimeCounterValue)
                      0000a862f3c0    00000080     rts7100_le.lib : unlink.c.obj (.text:unlink)
                      0000a862f440    00000080     ti.kernel.freertos.ae71 : list.oe71 (.text:uxListRemove)
                      0000a862f4c0    00000080     ti.osal.ae71 : LoadP_freertos.oe71 (.text:vApplicationLoadHook)
                      0000a862f540    00000080     ti.kernel.freertos.ae71 : list.oe71 (.text:vListInitialise)
                      0000a862f5c0    00000080                             : list.oe71 (.text:vListInsertEnd)
                      0000a862f640    00000080                             : port.oe71 (.text:vPortAssertIfInISR)
                      0000a862f6c0    00000080                             : port.oe71 (.text:vPortYieldAsyncFromISR)
                      0000a862f740    00000080                             : queue.oe71 (.text:vQueueDelete)
                      0000a862f7c0    00000080                             : tasks.oe71 (.text:vTaskDelay)
                      0000a862f840    00000080                             : tasks.oe71 (.text:vTaskEnterCritical)
                      0000a862f8c0    00000080                             : tasks.oe71 (.text:vTaskExitCritical)
                      0000a862f940    00000080     rts7100_le.lib : wcslen.c.obj (.text:wcslen)
                      0000a862f9c0    00000080                    : write.c.obj (.text:write)
                      0000a862fa40    00000080     ti_print.oe71 (.text:ti_printNum)
                      0000a862fac0    00000080     ti.kernel.freertos.ae71 : tasks.oe71 (.text:xTaskGetSchedulerState)
                      0000a862fb40    00000080                             : tasks.oe71 (.text:xTaskGetTickCount)
                      0000a862fbc0    00000040     ti.board.ae71 : board_ddr.oe71 (.text:Board_DDRInfoHandler)
                      0000a862fc00    00000040                   : board_ddr.oe71 (.text:Board_DDRSetPLLClock)
                      0000a862fc40    00000040                   : board_pll.oe71 (.text:Board_PLLInit)
                      0000a862fc80    00000040                   : board_ethernet_config.oe71 (.text:Board_ethCfgKickCtrl)
                      0000a862fcc0    00000040                   : board_ethernet_config.oe71 (.text:Board_ethConfigCpsw2g)
                      0000a862fd00    00000040                   : board_utils.oe71 (.text:Board_getSocDomain)
                      0000a862fd40    00000040                   : board_i2c_io_exp.oe71 (.text:Board_i2cIoExpDeInit)
                      0000a862fd80    00000040                   : board_ethernet_config.oe71 (.text:Board_icssEthConfig)
                      0000a862fdc0    00000040                   : board_info_ddr.oe71 (.text:Board_isBoardDDRIdDataValid)
                      0000a862fe00    00000040                   : board_ethernet_config.oe71 (.text:Board_mdioInit)
                      0000a862fe40    00000040                   : board_pinmux.oe71 (.text:Board_pinmuxKickCtrl)
                      0000a862fe80    00000040                   : board_utils.oe71 (.text:Board_restoreRATCfg)
                      0000a862fec0    00000040                   : board_serdes_cfg.oe71 (.text:Board_serdesCfg)
                      0000a862ff00    00000040                   : board_utils.oe71 (.text:Board_setI2cInitConfig)
                      0000a862ff40    00000040                   : board_utils.oe71 (.text:Board_setRATCfg)
                      0000a862ff80    00000040     ti.csl.ae71 : csl_clec.oe71 (.text:CSL_REG32_FINS_RAW)
                      0000a862ffc0    00000040                 : lpddr4.oe71 (.text:CSL_REG32_RD_RAW)
                      0000a8630000    00000040                 : lpddr4.oe71 (.text:CSL_REG32_WR_RAW)
                      0000a8630040    00000040                 : csl_sec_proxy.oe71 (.text:CSL_secProxyGetDataAddr)
                      0000a8630080    00000040                 : csl_serdes3.oe71 (.text:CSL_serdesReleaseReset)
                      0000a86300c0    00000040                 : Cache_asm.oe71 (.text:Cache_getL1DCFG)
                      0000a8630100    00000040                 : Cache_asm.oe71 (.text:Cache_getL2CFG)
                      0000a8630140    00000040                 : Cache_asm.oe71 (.text:Cache_setL1DCFG)
                      0000a8630180    00000040                 : Cache_asm.oe71 (.text:Cache_setL2CFG)
                      0000a86301c0    00000040     ti.osal.ae71 : DebugP_nonos.oe71 (.text:DebugP_log0)
                      0000a8630200    00000040                  : DebugP_nonos.oe71 (.text:DebugP_log1)
                      0000a8630240    00000040                  : DebugP_nonos.oe71 (.text:DebugP_log2)
                      0000a8630280    00000040                  : DebugP_nonos.oe71 (.text:DebugP_log3)
                      0000a86302c0    00000040                  : HeapP_freertos.oe71 (.text:HeapP_Params_init)
                      0000a8630300    00000040                  : HwiP_freertos_c7x.oe71 (.text:HwiP_clearInterrupt)
                      0000a8630340    00000040                  : HwiP_freertos_c7x.oe71 (.text:HwiP_disableInterrupt)
                      0000a8630380    00000040                  : HwiP_freertos_c7x.oe71 (.text:HwiP_enableInterrupt)
                      0000a86303c0    00000040     ti.csl.ae71 : Hwi.oe71 (.text:Hwi_Params__init__S)
                      0000a8630400    00000040                 : Hwi.oe71 (.text:Hwi_Params_init)
                      0000a8630440    00000040                 : Hwi.oe71 (.text:Hwi_clearInterrupt)
                      0000a8630480    00000040                 : Hwi.oe71 (.text:Hwi_destruct)
                      0000a86304c0    00000040                 : Hwi_asm.oe71 (.text:Hwi_disable)
                      0000a8630500    00000040                 : Hwi_asm.oe71 (.text:Hwi_enable)
                      0000a8630540    00000040                 : Hwi_asm.oe71 (.text:Hwi_getCXM)
                      0000a8630580    00000040                 : Hwi.oe71 (.text:Hwi_getEventId)
                      0000a86305c0    00000040                 : Startup.oe71 (.text:Hwi_initStackMin)
                      0000a8630600    00000040                 : Hwi_asm.oe71 (.text:Hwi_restore)
                      0000a8630640    00000040                 : Hwi_asm.oe71 (.text:Hwi_setCOP)
                      0000a8630680    00000040                 : Hwi.oe71 (.text:Hwi_switchFromBootStack)
                      0000a86306c0    00000040                 : i2c.oe71 (.text:I2CAutoIdleDisable)
                      0000a8630700    00000040                 : i2c.oe71 (.text:I2CConfig)
                      0000a8630740    00000040                 : i2c.oe71 (.text:I2CDataCountGet)
                      0000a8630780    00000040                 : i2c.oe71 (.text:I2CGetEnabledIntStatus)
                      0000a86307c0    00000040                 : i2c.oe71 (.text:I2CMasterBusBusy)
                      0000a8630800    00000040                 : i2c.oe71 (.text:I2CMasterControl)
                      0000a8630840    00000040                 : i2c.oe71 (.text:I2CMasterDataGet)
                      0000a8630880    00000040                 : i2c.oe71 (.text:I2CMasterDataPut)
                      0000a86308c0    00000040                 : i2c.oe71 (.text:I2CMasterDisable)
                      0000a8630900    00000040                 : i2c.oe71 (.text:I2CMasterEnable)
                      0000a8630940    00000040                 : i2c.oe71 (.text:I2CMasterEnableFreeRun)
                      0000a8630980    00000040                 : i2c.oe71 (.text:I2CMasterGetSysTest)
                      0000a86309c0    00000040                 : i2c.oe71 (.text:I2CMasterIntClearEx)
                      0000a8630a00    00000040                 : i2c.oe71 (.text:I2CMasterIntDisableEx)
                      0000a8630a40    00000040                 : i2c.oe71 (.text:I2CMasterIntEnableEx)
                      0000a8630a80    00000040                 : i2c.oe71 (.text:I2CMasterIntRawStatus)
                      0000a8630ac0    00000040                 : i2c.oe71 (.text:I2CMasterIntRawStatusEx)
                      0000a8630b00    00000040                 : i2c.oe71 (.text:I2CMasterIntStatus)
                      0000a8630b40    00000040                 : i2c.oe71 (.text:I2CMasterSetSysTest)
                      0000a8630b80    00000040                 : i2c.oe71 (.text:I2CMasterSlaveAddrSet)
                      0000a8630bc0    00000040                 : i2c.oe71 (.text:I2CMasterStart)
                      0000a8630c00    00000040                 : i2c.oe71 (.text:I2CMasterStop)
                      0000a8630c40    00000040                 : i2c.oe71 (.text:I2CSetDataCount)
                      0000a8630c80    00000040                 : i2c.oe71 (.text:I2CSlaveDataGet)
                      0000a8630cc0    00000040                 : i2c.oe71 (.text:I2CSlaveIntClearEx)
                      0000a8630d00    00000040                 : i2c.oe71 (.text:I2CSlaveIntDisableEx)
                      0000a8630d40    00000040                 : i2c.oe71 (.text:I2CSlaveIntEnableEx)
                      0000a8630d80    00000040                 : i2c.oe71 (.text:I2CSlaveIntRawStatus)
                      0000a8630dc0    00000040                 : i2c.oe71 (.text:I2CSoftReset)
                      0000a8630e00    00000040                 : i2c.oe71 (.text:I2CSyscInit)
                      0000a8630e40    00000040                 : i2c.oe71 (.text:I2CSystemStatusGet)
                      0000a8630e80    00000040     ti.drv.i2c.ae71 : I2C_drv.oe71 (.text:I2C_Params_init)
                      0000a8630ec0    00000040                     : I2C_drv.oe71 (.text:I2C_close)
                      0000a8630f00    00000040                     : I2C_v1.oe71 (.text:I2C_init_v1)
                      0000a8630f40    00000040                     : I2C_drv.oe71 (.text:I2C_transactionInit)
                      0000a8630f80    00000040                     : I2C_v1.oe71 (.text:I2C_transfer_Callback_v1)
                      0000a8630fc0    00000040                     : I2C_v1.oe71 (.text:I2C_v1_udelay)
                      0000a8631000    00000040     heap_rtos.oe71 (.text:InitMmu)
                      0000a8631040    00000040     ti.csl.ae71 : IntrinsicsSupport.oe71 (.text:IntrinsicsSupport_maxbit)
                      0000a8631080    00000040                 : IntrinsicsSupport.oe71 (.text:IntrinsicsSupport_mfence)
                      0000a86310c0    00000040                 : lpddr4.oe71 (.text:LPDDR4_AddOffset)
                      0000a8631100    00000040     ti.osal.ae71 : LoadP_freertos.oe71 (.text:LoadP_calcCounterDiff)
                      0000a8631140    00000040     ti.csl.ae71 : Mmu.oe71 (.text:Mmu_disableI)
                      0000a8631180    00000040                 : Mmu.oe71 (.text:Mmu_enableI)
                      0000a86311c0    00000040                 : Mmu.oe71 (.text:Mmu_enableI_secure)
                      0000a8631200    00000040                 : Mmu_asm.oe71 (.text:Mmu_init)
                      0000a8631240    00000040                 : Mmu_asm.oe71 (.text:Mmu_isEnabled)
                      0000a8631280    00000040                 : Mmu_asm.oe71 (.text:Mmu_setMAIRAsm)
                      0000a86312c0    00000040                 : Mmu_asm.oe71 (.text:Mmu_setTCR)
                      0000a8631300    00000040                 : Mmu_asm.oe71 (.text:Mmu_tlbInvAll)
                      0000a8631340    00000040     ti.osal.ae71 : TaskP_freertos.oe71 (.text:OS_start)
                      0000a8631380    00000040                  : TaskP_freertos.oe71 (.text:OS_stop)
                      0000a86313c0    00000040                  : freertos_mmu.oe71 (.text:OsalMmuMap)
                      0000a8631400    00000040                  : RegisterIntr_nonos.oe71 (.text:Osal_ClearInterrupt)
                      0000a8631440    00000040                  : Utils_freertos.oe71 (.text:Osal_DebugP_assert)
                      0000a8631480    00000040                  : DebugP_nonos.oe71 (.text:Osal_DebugP_assert_fcn)
                      0000a86314c0    00000040                  : RegisterIntr_nonos.oe71 (.text:Osal_DeleteInterrupt)
                      0000a8631500    00000040                  : RegisterIntr_nonos.oe71 (.text:Osal_DisableInterrupt)
                      0000a8631540    00000040                  : RegisterIntr_nonos.oe71 (.text:Osal_EnableInterrupt)
                      0000a8631580    00000040                  : Core_utils.oe71 (.text:Osal_getCoreId)
                      0000a86315c0    00000040                  : freertos_mmu.oe71 (.text:Osal_initMmuDefault)
                      0000a8631600    00000040     sciclient.ae71 : sciclient_secureproxy.oe71 (.text:Sciclient_readThreadCount)
                      0000a8631640    00000040                    : sciclient_indirect.oe71 (.text:Sciclient_service)
                      0000a8631680    00000040                    : sciclient_secureproxy.oe71 (.text:Sciclient_threadStatusReg)
                      0000a86316c0    00000040     ti.csl.ae71 : timer.oe71 (.text:TIMERIntStatusGet)
                      0000a8631700    00000040                 : timer.oe71 (.text:TIMERWritePostedStatusGet)
                      0000a8631740    00000040     ti.osal.ae71 : TaskP_freertos.oe71 (.text:TaskP_sleep)
                      0000a8631780    00000040     ti.kernel.freertos.ae71 : TaskSupport.oe71 (.text:TaskSupport_getStackAlignment)
                      0000a86317c0    00000040                             : TaskSupport_asm.oe71 (.text:TaskSupport_glue)
                      0000a8631800    00000040                             : TaskSupport_asm.oe71 (.text:TaskSupport_glueUnpriv)
                      0000a8631840    00000040                             : port.oe71 (.text:Task_enter)
                      0000a8631880    00000040     ti.osal.ae71 : TimerP_nonos.oe71 (.text:TimerP_dmTimerCheckOverflow)
                      0000a86318c0    00000040                  : TimerP_default.oe71 (.text:TimerP_getDefaultFreqHi)
                      0000a8631900    00000040                  : TimerP_default.oe71 (.text:TimerP_getDefaultFreqLo)
                      0000a8631940    00000040     ti.csl.ae71 : uart.oe71 (.text:UARTBreakCtl)
                      0000a8631980    00000040                 : uart.oe71 (.text:UARTDirEnControl)
                      0000a86319c0    00000040                 : uart.oe71 (.text:UARTDirPolSet)
                      0000a8631a00    00000040                 : uart.oe71 (.text:UARTDivisorLatchDisable)
                      0000a8631a40    00000040                 : uart.oe71 (.text:UARTFIFOCharPut)
                      0000a8631a80    00000040     ti.drv.uart.ae71 : UART_v1.oe71 (.text:UARTFifoWait)
                      0000a8631ac0    00000040     ti.csl.ae71 : uart.oe71 (.text:UARTInt2Disable)
                      0000a8631b00    00000040                 : uart.oe71 (.text:UARTInt2Enable)
                      0000a8631b40    00000040                 : uart.oe71 (.text:UARTInt2StatusGet)
                      0000a8631b80    00000040                 : uart.oe71 (.text:UARTReadStatus)
                      0000a8631bc0    00000040                 : uart.oe71 (.text:UARTTxFIFOFullStatusGet)
                      0000a8631c00    00000040     ti.drv.uart.ae71 : UART_drv.oe71 (.text:UART_Params_init)
                      0000a8631c40    00000040                      : UART_v1.oe71 (.text:UART_control_v1)
                      0000a8631c80    00000040                      : UART_v1.oe71 (.text:UART_init_v1)
                      0000a8631cc0    00000040                      : UART_drv.oe71 (.text:UART_open)
                      0000a8631d40    00000040     rts7100_le.lib : fixdlli.c.obj (.text:__c7xabi_fixdlli)
                      0000a8631d80    00000040                    : fltllid.c.obj (.text:__c7xabi_fltllid)
                      0000a8631dc0    00000040                    : boot.c.obj (.text:_c_int00)
                      0000a8631e00    00000040                    : _lock.c.obj (.text:_nop)
                      0000a8631e40    00000040                    : printf.c.obj (.text:_outc)
                      0000a8631e80    00000040                    : printf.c.obj (.text:_outs)
                      0000a8631ec0    00000040     ti.kernel.freertos.ae71 : port.oe71 (.text:_system_post_cinit)
                      0000a8631f00    00000040                             : port.oe71 (.text:_system_pre_init)
                      0000a8631f40    00000040     rts7100_le.lib : exit.c.obj (.text:abort)
                      0000a8631f80    00000040     ti.csl.ae71 : Startup.oe71 (.text:c7x_startup_init)
                      0000a8631fc0    00000040     rts7100_le.lib : s_copysign.c.obj (.text:copysign)
                      0000a8632000    00000040     ti.csl.ae71 : csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_ext_ssc_multilink_pll1.oe71 (.text:csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_ext_ssc_multilink_pll1)
                      0000a8632040    00000040     rts7100_le.lib : exit.c.obj (.text:exit)
                      0000a8632080    00000040                    : llabs.c.obj (.text:llabs)
                      0000a86320c0    00000040                    : memory.c.obj (.text:malloc)
                      0000a8632100    00000040                    : memccpy.c.obj (.text:memccpy)
                      0000a8632140    00000040     ti.osal.ae71 : TaskP_freertos.oe71 (.text:prvC66xTickInterruptConfig)
                      0000a8632180    00000040     ti.kernel.freertos.ae71 : queue.oe71 (.text:prvGetDisinheritPriorityAfterTimeout)
                      0000a86321c0    00000040                             : tasks.oe71 (.text:prvIdleTask)
                      0000a8632200    00000040                             : port.oe71 (.text:prvPortStartTickTimer)
                      0000a8632240    00000040     ti.osal.ae71 : TaskP_freertos.oe71 (.text:prvSetupTimerPSC)
                      0000a8632280    00000040     ti.kernel.freertos.ae71 : port.oe71 (.text:prvTaskExitError)
                      0000a86322c0    00000040                             : timers.oe71 (.text:prvTimerTask)
                      0000a8632300    00000040     rts7100_le.lib : fputc.c.obj (.text:putchar)
                      0000a8632340    00000040                    : remove.c.obj (.text:remove)
                      0000a8632380    00000040     heap_rtos.oe71 (.text:taskFxn)
                      0000a86323c0    00000040     ti.kernel.freertos.ae71 : port.oe71 (.text:ti_sysbios_knl_Task_Func)
                      0000a8632400    00000040                             : tasks.oe71 (.text:ulTaskGetIdleRunTimeCounter)
                      0000a8632440    00000040                             : tasks.oe71 (.text:uxTaskGetNumberOfTasks)
                      0000a8632480    00000040                             : port.oe71 (.text:vApplicationGetIdleTaskMemory)
                      0000a86324c0    00000040                             : port.oe71 (.text:vApplicationGetTimerTaskMemory)
                      0000a8632500    00000040                             : port.oe71 (.text:vApplicationIdleHook)
                      0000a8632540    00000040                             : port.oe71 (.text:vApplicationStackOverflowHook)
                      0000a8632580    00000040     ti.osal.ae71 : HeapP_freertos_internal.oe71 (.text:vHeapCreateStatic)
                      0000a86325c0    00000040                  : HeapP_freertos_internal.oe71 (.text:vHeapDelete)
                      0000a8632600    00000040     ti.kernel.freertos.ae71 : list.oe71 (.text:vListInitialiseItem)
                      0000a8632640    00000040                             : port.oe71 (.text:vPortConfigTimerForRunTimeStats)
                      0000a8632680    00000040                             : port.oe71 (.text:vPortEndScheduler)
                      0000a86326c0    00000040                             : port.oe71 (.text:vPortRestoreTaskContext)
                      0000a8632700    00000040                             : port.oe71 (.text:vPortTimerTickHandler)
                      0000a8632740    00000040                             : port.oe71 (.text:vPortValidateInterruptPriority)
                      0000a8632780    00000040                             : port.oe71 (.text:vPortYeildFromISR)
                      0000a86327c0    00000040                             : tasks.oe71 (.text:vTaskEndScheduler)
                      0000a8632800    00000040                             : tasks.oe71 (.text:vTaskInternalSetTimeOutState)
                      0000a8632840    00000040                             : tasks.oe71 (.text:vTaskMissedYield)
                      0000a8632880    00000040                             : tasks.oe71 (.text:vTaskSuspendAll)
                      0000a86328c0    00000040     ti_print.oe71 (.text:ti_print)
                      0000a8632900    00000040     ti.kernel.freertos.ae71 : port.oe71 (.text:xPortInIsrContext)
                      0000a8632940    00000040                             : port.oe71 (.text:xPortStartScheduler)
    
    .secure_vecs 
    *          0    0000a8800000    00000840     
                      0000a8800000    00000840     ti.csl.ae71 : Hwi_disp_always.oe71 (.secure_vecs)
    
    .text:_c_int00_secure 
    *          0    0000a8a00000    00000040     
                      0000a8a00000    00000040     ti.csl.ae71 : boot.oe71 (.text:_c_int00_secure:_c_int00_secure)
    
    .vecs      0    0000a8c00000    00000840     
                      0000a8c00000    00000840     ti.csl.ae71 : Hwi_disp_always.oe71 (.vecs)
    
    .bss       0    0000a8400000    000c95d8     UNINITIALIZED
                      0000a8400000    00040000     ti.kernel.freertos.ae71 : port.oe71 (.bss:uxIdleTaskStack$2)
                      0000a8440000    00040000                             : port.oe71 (.bss:uxTimerTaskStack$4)
                      0000a8480000    00020000     (.common:gHeapBufferMem)
                      0000a84a0000    0000f780     ti.osal.ae71 : SemaphoreP_freertos.oe71 (.bss:gOsalSemPfreertosPool)
                      0000a84af780    00009600                  : TaskP_freertos.oe71 (.bss:gOsalFreertosTaskObjPool)
                      0000a84b8d80    00008000     heap_rtos.oe71 (.bss:gAppTskStackMain)
                      0000a84c0d80    00002300     ti.osal.ae71 : TaskP_freertos.oe71 (.bss:gOsalTaskPfreertosPool)
                      0000a84c3080    00002000     (.common:gTscISRLog)
                      0000a84c5080    00001418                  : LoadP_freertos.oe71 (.bss:gLoadP_freertos)
                      0000a84c6498    00000e00                  : HwiP_freertos_c7x.oe71 (.bss:gOsalHwiPFreeRtosPool)
                      0000a84c7298    00000b40     (.common:UartObjects)
                      0000a84c7dd8    000006e0                  : HeapP_freertos.oe71 (.bss:gOsalHeapPFreeRtosPool)
                      0000a84c84b8    000003b8     (.common:I2cObjects)
                      0000a84c8870    00000280     ti.kernel.freertos.ae71 : tasks.oe71 (.bss:pxReadyTasksLists)
                      0000a84c8af0    00000200                             : timers.oe71 (.bss:ucStaticTimerQueueStorage$3)
                      0000a84c8cf0    00000200     (.common:xQueueRegistry)
                      0000a84c9010    000000f0                             : port.oe71 (.bss:xIdleTaskTCB$1)
                      0000a84c9100    000000f0                             : port.oe71 (.bss:xTimerTaskTCB$3)
                      0000a84c91f0    000000a0                             : timers.oe71 (.bss:xStaticTimerQueue$2)
                      0000a84c9290    000000a0     (.common:__TI_tmpnams)
                      0000a84c9330    00000040                             : timers.oe71 (.bss:xActiveTimerList1)
                      0000a84c9370    00000040                             : timers.oe71 (.bss:xActiveTimerList2)
                      0000a84c93b0    00000040                             : tasks.oe71 (.bss:xDelayedTaskList1)
                      0000a84c93f0    00000040                             : tasks.oe71 (.bss:xDelayedTaskList2)
                      0000a84c9430    00000040                             : tasks.oe71 (.bss:xPendingReadyList)
                      0000a84c9470    00000040                             : tasks.oe71 (.bss:xSuspendedTaskList)
                      0000a84c94b0    00000040                             : tasks.oe71 (.bss:xTasksWaitingTermination)
                      0000a84c94f0    00000020     ti.board.ae71 : board_ddr.oe71 (.bss:gBoardDdrCfg)
                      0000a84c9510    00000020                   : board_ddr.oe71 (.bss:gBoardDdrPd)
                      0000a84c9530    00000020     (.common:gMemUsageInfo)
                      0000a84c9550    00000010     ti.kernel.freertos.ae71 : tasks.oe71 (.bss)
                      0000a84c9560    00000010                             : timers.oe71 (.bss)
                      0000a84c9570    00000010                             : heap_4.oe71 (.bss:xStart)
                      0000a84c9580    00000010     (.common:HeapP_DPCParams)
                      0000a84c9590    00000010     (.common:statsEnd)
                      0000a84c95a0    00000010     (.common:statsStart)
                      0000a84c95b0    00000008     rts7100_le.lib : memory.c.obj (.bss)
                      0000a84c95b8    00000008     (.common:Osal_exptnLogFxn)
                      0000a84c95c0    00000008     (.common:parmbuf)
                      0000a84c95c8    00000004     sciclient.ae71 : sciclient.oe71 (.bss:gSciclient_secHeader)
                      0000a84c95cc    00000004                    : sciclient.oe71 (.bss)
                      0000a84c95d0    00000004     ti.osal.ae71 : TimerP_nonos.oe71 (.bss)
                      0000a84c95d4    00000004     (.common:ret_val)
    
    .data      0    0000a84ed008    0000a2c8     
                      0000a84ed008    00002000     test_heap.oe71 (.data:staticRefInput)
                      0000a84ef008    0000163c     ti.board.ae71 : board_ddr.oe71 (.data:DDRSS_phyReg)
                      0000a84f0644    00000004     rts7100_le.lib : defs.c.obj (.data)
                      0000a84f0648    00001040     ti.csl.ae71 : Exception.oe71 (.data:Exception_Module_state)
                      0000a84f1688    00000b1e     ti.board.ae71 : board_ddr.oe71 (.data:DDRSS_phyRegNum)
                      0000a84f21a6    00000001                   : board_init.oe71 (.data)
                      0000a84f21a7    00000001     --HOLE-- [fill = 0]
                      0000a84f21a8    000008c0     ti.osal.ae71 : TimerP_nonos.oe71 (.data:gTimerStructs)
                      0000a84f2a68    0000072c     ti.board.ae71 : board_ddr.oe71 (.data:DDRSS_ctlReg)
                      0000a84f3194    000004b0                   : board_ddr.oe71 (.data:DDRSS_phyIndepReg)
                      0000a84f3644    00000004     rts7100_le.lib : errno.c.obj (.data)
                      0000a84f3648    00000410     ti.drv.uart.ae71 : UART_soc.oe71 (.data:uartInitCfg)
                      0000a84f3a58    00000396     ti.board.ae71 : board_ddr.oe71 (.data:DDRSS_ctlRegNum)
                      0000a84f3dee    00000002     --HOLE-- [fill = 0]
                      0000a84f3df0    00000268     ti.csl.ae71 : Hwi.oe71 (.data:Hwi_Module_state)
                      0000a84f4058    00000258     ti.board.ae71 : board_ddr.oe71 (.data:DDRSS_phyIndepRegNum)
                      0000a84f42b0    000001e0     rts7100_le.lib : defs.c.obj (.data:_ftable)
                      0000a84f4490    000001e0     ti.osal.ae71 : TimerP_default.oe71 (.data:gDmTimerPInfoTbl)
                      0000a84f4670    00000150     ti.drv.i2c.ae71 : I2C_soc.oe71 (.data:I2C_config)
                      0000a84f47c0    00000150                     : I2C_soc.oe71 (.data:i2cInitCfg)
                      0000a84f4910    00000120     ti.board.ae71 : board_utils.oe71 (.data:gBoardDetCfg)
                      0000a84f4a30    00000120                   : board_pll.oe71 (.data:gBoardPllClkCfgMain)
                      0000a84f4b50    00000118                   : board_clock.oe71 (.data:gBoardClkModuleMainIDGroup2)
                      0000a84f4c68    00000108     ti.drv.uart.ae71 : UART_soc.oe71 (.data:UART_config)
                      0000a84f4d70    000000f0     ti.board.ae71 : J721E_pinmux_data_gesi.oe71 (.data:gJ721E_MainPinmuxDataGesiIcssg)
                      0000a84f4e60    000000f0                   : J721E_pinmux_data_info.oe71 (.data:gVout0PinCfg)
                      0000a84f4f50    000000e0                   : J721E_pinmux_data.oe71 (.data:gJ721E_WkupPinmuxData)
                      0000a84f5030    000000d8     rts7100_le.lib : host_device.c.obj (.data:_device)
                      0000a84f5108    000000d0     ti.board.ae71 : J721E_pinmux_data.oe71 (.data:gJ721E_MainPinmuxData)
                      0000a84f51d8    000000a8                   : board_lld_init.oe71 (.data:gBoardI2cObj)
                      0000a84f5280    000000a0     rts7100_le.lib : host_device.c.obj (.data:_stream)
                      0000a84f5320    000000a0     ti.board.ae71 : board_pll.oe71 (.data:gBoardPllClkCfgMcu)
                      0000a84f53c0    00000090                   : J721E_pinmux_data_info.oe71 (.data:gMcasp0PinCfg)
                      0000a84f5450    00000080     sciclient.ae71 : sciclient.oe71 (.data:gSciclientHandle)
                      0000a84f54d0    00000078     ti.osal.ae71 : TimerP_restrictedTimers.oe71 (.data:Osal_c7xRestrictedTimerID)
                      0000a84f5548    00000078     ti.board.ae71 : board_lld_init.oe71 (.data:gBoardUartBaseAddr)
                      0000a84f55c0    00000078     ti.kernel.freertos.ae71 : tasks.oe71 (.data)
                      0000a84f5638    00000070     ti.board.ae71 : J721E_pinmux_data_gesi.oe71 (.data:gMcanPinCfg)
                      0000a84f56a8    00000068                   : J721E_pinmux_data.oe71 (.data:gMcu_fss0_hpb0PinCfg)
                      0000a84f5710    00000068                   : J721E_pinmux_data.oe71 (.data:gMcu_rgmii1PinCfg)
                      0000a84f5778    00000068                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg0_rgmii1PinCfg)
                      0000a84f57e0    00000068                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg0_rgmii2PinCfg)
                      0000a84f5848    00000068                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_rgmii1PinCfg)
                      0000a84f58b0    00000068                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_rgmii2PinCfg)
                      0000a84f5918    00000068                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gRgmii1PinCfg)
                      0000a84f5980    00000068                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gRgmii2PinCfg)
                      0000a84f59e8    00000068                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gRgmii3PinCfg)
                      0000a84f5a50    00000068                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gRgmii4PinCfg)
                      0000a84f5ab8    00000068                   : J721E_pinmux_data.oe71 (.data:gWkup_gpio0PinCfg)
                      0000a84f5b20    00000060     ti.drv.uart.ae71 : UART_v1.oe71 (.data:.const:UART_FxnTable_v1)
                      0000a84f5b80    00000060     ti.board.ae71 : board_mmr.oe71 (.data:gBoardKickState)
                      0000a84f5be0    00000060                   : J721E_pinmux_data.oe71 (.data:gGpio1PinCfg)
                      0000a84f5c40    00000060                   : J721E_pinmux_data.oe71 (.data:gI2cPinCfg)
                      0000a84f5ca0    00000060                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gJ721E_MainPinmuxDataGesiCpsw9g)
                      0000a84f5d00    00000060                   : J721E_pinmux_data_info.oe71 (.data:gJ721E_MainPinmuxDataInfo)
                      0000a84f5d60    00000060                   : J721E_pinmux_data.oe71 (.data:gMcu_fss0_ospi0PinCfg)
                      0000a84f5dc0    00000058                   : J721E_pinmux_data.oe71 (.data:gMcasp0PinCfg)
                      0000a84f5e18    00000058                   : J721E_pinmux_data.oe71 (.data:gMcasp1PinCfg)
                      0000a84f5e70    00000058                   : J721E_pinmux_data_info.oe71 (.data:gMcasp1PinCfg)
                      0000a84f5ec8    00000054                   : board_lld_init.oe71 (.data:gBoardI2cBaseAddr)
                      0000a84f5f1c    00000004     rts7100_le.lib : memory.c.obj (.data)
                      0000a84f5f20    00000050     ti.board.ae71 : J721E_pinmux_data_info.oe71 (.data:gMcaspPinCfg)
                      0000a84f5f70    00000050                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gRgmiiPinCfg)
                      0000a84f5fc0    00000050                   : J721E_pinmux_data.oe71 (.data:gUartPinCfg)
                      0000a84f6010    00000048                   : J721E_pinmux_data_info.oe71 (.data:gGpio0PinCfg)
                      0000a84f6058    00000048                   : J721E_pinmux_data.oe71 (.data:gMcu_adc0PinCfg)
                      0000a84f60a0    00000048                   : J721E_pinmux_data_gesi.oe71 (.data:gMcu_adc1PinCfg)
                      0000a84f60e8    00000048                   : J721E_pinmux_data.oe71 (.data:gMcu_fss0_ospi1PinCfg)
                      0000a84f6130    00000048                   : J721E_pinmux_data.oe71 (.data:gMmcsd1PinCfg)
                      0000a84f6178    00000040                   : J721E_pinmux_data_gesi.oe71 (.data:gEhrpwmPinCfg)
                      0000a84f61b8    00000040                   : J721E_pinmux_data.oe71 (.data:gMcaspPinCfg)
                      0000a84f61f8    00000040                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gRmii8PinCfg)
                      0000a84f6238    00000040                   : J721E_pinmux_data.oe71 (.data:gWkup_system0PinCfg)
                      0000a84f6278    00000038                   : J721E_pinmux_data_info.oe71 (.data:gMcasp6PinCfg)
                      0000a84f62b0    00000038                   : J721E_pinmux_data.oe71 (.data:gMlb0PinCfg)
                      0000a84f62e8    00000038     ti.osal.ae71 : Utils_freertos.oe71 (.data:gOsal_HwAttrs)
                      0000a84f6320    00000038     ti.board.ae71 : J721E_pinmux_data.oe71 (.data:gSystem0PinCfg)
                      0000a84f6358    00000034                   : board_clock.oe71 (.data:gBoardClkModuleMcuIDInitGroup2)
                      0000a84f638c    00000030                   : J721E_pinmux_data.oe71 (.data:gGpio0PinCfg)
                      0000a84f63bc    00000030                   : J721E_pinmux_data_gesi.oe71 (.data:gGpio0PinCfg)
                      0000a84f63ec    00000004     ti.drv.i2c.ae71 : I2C_drv.oe71 (.data)
                      0000a84f63f0    00000030     ti.board.ae71 : J721E_pinmux_data.oe71 (.data:gGpioPinCfg)
                      0000a84f6420    00000030                   : J721E_pinmux_data_gesi.oe71 (.data:gGpioPinCfg)
                      0000a84f6450    00000030                   : J721E_pinmux_data_info.oe71 (.data:gGpioPinCfg)
                      0000a84f6480    00000030                   : J721E_pinmux_data_gesi.oe71 (.data:gJ721E_WkupPinmuxDataGesiIcssg)
                      0000a84f64b0    00000030                   : J721E_pinmux_data.oe71 (.data:gMcanPinCfg)
                      0000a84f64e0    00000030                   : J721E_pinmux_data.oe71 (.data:gMcu_fss0_ospiPinCfg)
                      0000a84f6510    00000030                   : J721E_pinmux_data.oe71 (.data:gMcu_mcanPinCfg)
                      0000a84f6540    00000030                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg0_rgmiiPinCfg)
                      0000a84f6570    00000030                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_pruPinCfg)
                      0000a84f65a0    00000030                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_rgmiiPinCfg)
                      0000a84f65d0    00000030                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gRmiiPinCfg)
                      0000a84f6600    00000030                   : J721E_pinmux_data_gesi.oe71 (.data:gSpi3PinCfg)
                      0000a84f6630    00000030                   : J721E_pinmux_data_gesi.oe71 (.data:gSpiPinCfg)
                      0000a84f6660    00000030                   : J721E_pinmux_data_gesi.oe71 (.data:gUartPinCfg)
                      0000a84f6690    00000030                   : J721E_pinmux_data.oe71 (.data:gUsbPinCfg)
                      0000a84f66c0    00000030     ti.kernel.freertos.ae71 : port.oe71 (.data)
                      0000a84f66f0    00000029     ti.osal.ae71 : Utils_freertos.oe71 (.data)
                      0000a84f6719    00000005     ti.board.ae71 : board_pinmux.oe71 (.data:gBoardPinmuxCfg)
                      0000a84f671e    00000002     --HOLE-- [fill = 0]
                      0000a84f6720    00000028     ti.drv.i2c.ae71 : I2C_v1.oe71 (.data:.const:I2C_v1_FxnTable)
                      0000a84f6748    00000028     ti.board.ae71 : J721E_pinmux_data_gesi.oe71 (.data:gEhrpwm0PinCfg)
                      0000a84f6770    00000028                   : J721E_pinmux_data_gesi.oe71 (.data:gEqep0PinCfg)
                      0000a84f6798    00000028                   : J721E_pinmux_data.oe71 (.data:gMcu_uart0PinCfg)
                      0000a84f67c0    00000028     sciclient.ae71 : sciclient_secureProxyCfg.oe71 (.data:gSciclient_secProxyCfg)
                      0000a84f67e8    00000028     ti.board.ae71 : J721E_pinmux_data_info.oe71 (.data:gSpi3PinCfg)
                      0000a84f6810    00000028                   : J721E_pinmux_data_gesi.oe71 (.data:gSpi6PinCfg)
                      0000a84f6838    00000028                   : J721E_pinmux_data.oe71 (.data:gUart0PinCfg)
                      0000a84f6860    00000028                   : J721E_pinmux_data_info.oe71 (.data:gVpfe0PinCfg)
                      0000a84f6888    00000028                   : J721E_pinmux_data.oe71 (.data:gWkup_debugss0PinCfg)
                      0000a84f68b0    00000028     ti.kernel.freertos.ae71 : heap_4.oe71 (.data)
                      0000a84f68d8    00000020     ti.board.ae71 : board_ethernet_config.oe71 (.data:Board_cpswMdioInfo)
                      0000a84f68f8    00000020                   : board_ethernet_config.oe71 (.data:Board_gPruicssMdioInfo)
                      0000a84f6918    00000020                   : board_clock.oe71 (.data:gBoardClkModuleMainIDGroup1)
                      0000a84f6938    00000020                   : board_clock.oe71 (.data:gBoardClkModuleMcuIDInitGroupl)
                      0000a84f6958    00000020                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gCpsw9gPinCfg)
                      0000a84f6978    00000020                   : J721E_pinmux_data.oe71 (.data:gDebugss0PinCfg)
                      0000a84f6998    00000020                   : J721E_pinmux_data.oe71 (.data:gDebugssPinCfg)
                      0000a84f69b8    00000020                   : J721E_pinmux_data.oe71 (.data:gDpPinCfg)
                      0000a84f69d8    00000020                   : J721E_pinmux_data_gesi.oe71 (.data:gEqepPinCfg)
                      0000a84f69f8    00000020                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gGpioPinCfg)
                      0000a84f6a18    00000020                   : J721E_pinmux_data.oe71 (.data:gJ721E_WkupPinmuxDataHpb)
                      0000a84f6a38    00000020                   : J721E_pinmux_data.oe71 (.data:gMcasp2PinCfg)
                      0000a84f6a58    00000020                   : J721E_pinmux_data.oe71 (.data:gMcu_adcPinCfg)
                      0000a84f6a78    00000020                   : J721E_pinmux_data_gesi.oe71 (.data:gMcu_adcPinCfg)
                      0000a84f6a98    00000020                   : J721E_pinmux_data.oe71 (.data:gMcu_fss0_hpbPinCfg)
                      0000a84f6ab8    00000020                   : J721E_pinmux_data.oe71 (.data:gMcu_i2cPinCfg)
                      0000a84f6ad8    00000020                   : J721E_pinmux_data.oe71 (.data:gMcu_i3c0PinCfg)
                      0000a84f6af8    00000020                   : J721E_pinmux_data.oe71 (.data:gMcu_i3cPinCfg)
                      0000a84f6b18    00000020                   : J721E_pinmux_data.oe71 (.data:gMcu_mdioPinCfg)
                      0000a84f6b38    00000020                   : J721E_pinmux_data.oe71 (.data:gMcu_rgmiiPinCfg)
                      0000a84f6b58    00000020                   : J721E_pinmux_data.oe71 (.data:gMcu_uartPinCfg)
                      0000a84f6b78    00000020                   : J721E_pinmux_data.oe71 (.data:gMdioPinCfg)
                      0000a84f6b98    00000020                   : J721E_pinmux_data_gesi.oe71 (.data:gMdioPinCfg)
                      0000a84f6bb8    00000020                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gMdioPinCfg)
                      0000a84f6bd8    00000020                   : J721E_pinmux_data.oe71 (.data:gMlbPinCfg)
                      0000a84f6bf8    00000020                   : J721E_pinmux_data.oe71 (.data:gMmcsdPinCfg)
                      0000a84f6c18    00000020                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg0_mdioPinCfg)
                      0000a84f6c38    00000020                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_iepPinCfg)
                      0000a84f6c58    00000020                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_mdioPinCfg)
                      0000a84f6c78    00000020                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_pwmPinCfg)
                      0000a84f6c98    00000020                   : J721E_pinmux_data_info.oe71 (.data:gSpiPinCfg)
                      0000a84f6cb8    00000020                   : J721E_pinmux_data.oe71 (.data:gSystemPinCfg)
                      0000a84f6cd8    00000020                   : J721E_pinmux_data_info.oe71 (.data:gVoutPinCfg)
                      0000a84f6cf8    00000020                   : J721E_pinmux_data_info.oe71 (.data:gVpfePinCfg)
                      0000a84f6d18    00000020                   : J721E_pinmux_data.oe71 (.data:gWkup_debugssPinCfg)
                      0000a84f6d38    00000020                   : J721E_pinmux_data.oe71 (.data:gWkup_gpioPinCfg)
                      0000a84f6d58    00000020                   : J721E_pinmux_data_gesi.oe71 (.data:gWkup_gpioPinCfg)
                      0000a84f6d78    00000020                   : J721E_pinmux_data.oe71 (.data:gWkup_i2cPinCfg)
                      0000a84f6d98    00000020                   : J721E_pinmux_data.oe71 (.data:gWkup_systemPinCfg)
                      0000a84f6db8    00000020                   : J721E_pinmux_data.oe71 (.data:gWkup_uartPinCfg)
                      0000a84f6dd8    00000020     test_heap.oe71 (.data)
                      0000a84f6df8    00000018     ti.board.ae71 : board_info_ddr.oe71 (.data:gBoardIDShadow)
                      0000a84f6e10    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gEhrpwm1PinCfg)
                      0000a84f6e28    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gEhrpwm2PinCfg)
                      0000a84f6e40    00000018                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gGpio0PinCfg)
                      0000a84f6e58    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gGpio1PinCfg)
                      0000a84f6e70    00000018                   : J721E_pinmux_data_info.oe71 (.data:gGpio1PinCfg)
                      0000a84f6e88    00000018                   : J721E_pinmux_data.oe71 (.data:gI2c0PinCfg)
                      0000a84f6ea0    00000018                   : J721E_pinmux_data.oe71 (.data:gI2c1PinCfg)
                      0000a84f6eb8    00000018                   : J721E_pinmux_data.oe71 (.data:gI2c2PinCfg)
                      0000a84f6ed0    00000018                   : J721E_pinmux_data.oe71 (.data:gI2c3PinCfg)
                      0000a84f6ee8    00000018                   : J721E_pinmux_data.oe71 (.data:gI2c6PinCfg)
                      0000a84f6f00    00000018                   : J721E_pinmux_data.oe71 (.data:gMcan0PinCfg)
                      0000a84f6f18    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gMcan1PinCfg)
                      0000a84f6f30    00000018                   : J721E_pinmux_data.oe71 (.data:gMcan2PinCfg)
                      0000a84f6f48    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gMcan4PinCfg)
                      0000a84f6f60    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gMcan5PinCfg)
                      0000a84f6f78    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gMcan6PinCfg)
                      0000a84f6f90    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gMcan7PinCfg)
                      0000a84f6fa8    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gMcan9PinCfg)
                      0000a84f6fc0    00000018                   : J721E_pinmux_data.oe71 (.data:gMcu_i2c0PinCfg)
                      0000a84f6fd8    00000018                   : J721E_pinmux_data.oe71 (.data:gMcu_mcan0PinCfg)
                      0000a84f6ff0    00000018                   : J721E_pinmux_data.oe71 (.data:gMcu_mcan1PinCfg)
                      0000a84f7008    00000018                   : J721E_pinmux_data.oe71 (.data:gMcu_mdio0PinCfg)
                      0000a84f7020    00000018                   : J721E_pinmux_data.oe71 (.data:gMdio0PinCfg)
                      0000a84f7038    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gMdio0PinCfg)
                      0000a84f7050    00000018                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gMdio0PinCfg)
                      0000a84f7068    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg0_mdio0PinCfg)
                      0000a84f7080    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_mdio0PinCfg)
                      0000a84f7098    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_pru1PinCfg)
                      0000a84f70b0    00000018                   : J721E_pinmux_data.oe71 (.data:gUart1PinCfg)
                      0000a84f70c8    00000018                   : J721E_pinmux_data.oe71 (.data:gUart2PinCfg)
                      0000a84f70e0    00000018                   : J721E_pinmux_data.oe71 (.data:gUart4PinCfg)
                      0000a84f70f8    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gUart4PinCfg)
                      0000a84f7110    00000018                   : J721E_pinmux_data_gesi.oe71 (.data:gUart8PinCfg)
                      0000a84f7128    00000018                   : J721E_pinmux_data.oe71 (.data:gWkup_i2c0PinCfg)
                      0000a84f7140    00000018                   : J721E_pinmux_data.oe71 (.data:gWkup_uart0PinCfg)
                      0000a84f7158    00000014     ti.kernel.freertos.ae71 : timers.oe71 (.data)
                      0000a84f716c    00000004     ti.drv.uart.ae71 : UART_drv.oe71 (.data)
                      0000a84f7170    00000010     ti.csl.ae71 : Cache.oe71 (.data:Cache_Module_state)
                      0000a84f7180    00000010     ti.board.ae71 : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gCpsw9g0PinCfg)
                      0000a84f7190    00000010                   : J721E_pinmux_data.oe71 (.data:gDp0PinCfg)
                      0000a84f71a0    00000010                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gJ721E_WkupPinmuxDataGesiCpsw9g)
                      0000a84f71b0    00000010                   : J721E_pinmux_data_info.oe71 (.data:gJ721E_WkupPinmuxDataInfo)
                      0000a84f71c0    00000010                   : J721E_pinmux_data_info.oe71 (.data:gMcasp2PinCfg)
                      0000a84f71d0    00000010                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_iep0PinCfg)
                      0000a84f71e0    00000010                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_pru0PinCfg)
                      0000a84f71f0    00000010                   : J721E_pinmux_data_gesi.oe71 (.data:gPru_icssg1_pwm3PinCfg)
                      0000a84f7200    00000010                   : J721E_pinmux_data_gesi_cpsw9g.oe71 (.data:gRmii0PinCfg)
                      0000a84f7210    00000010                   : J721E_pinmux_data.oe71 (.data:gUsb0PinCfg)
                      0000a84f7220    00000010                   : J721E_pinmux_data.oe71 (.data:gUsb1PinCfg)
                      0000a84f7230    00000010                   : J721E_pinmux_data_gesi.oe71 (.data:gWkup_gpio0PinCfg)
                      0000a84f7240    00000010     rts7100_le.lib : exit.c.obj (.data)
                      0000a84f7250    00000010     ti.drv.uart.ae71 : UART_stdio.oe71 (.data:uart_stdio)
                      0000a84f7260    0000000c     ti.board.ae71 : board_utils.oe71 (.data:gBoardI2cInitCfg)
                      0000a84f726c    0000000c                   : board_utils.oe71 (.data:gBoardInitParams)
                      0000a84f7278    0000000c     ti.osal.ae71 : LoadP_freertos.oe71 (.data)
                      0000a84f7284    00000004                  : TimerP_nonos.oe71 (.data)
                      0000a84f7288    00000008     rts7100_le.lib : _lock.c.obj (.data:_lock)
                      0000a84f7290    00000008                    : _lock.c.obj (.data:_unlock)
                      0000a84f7298    00000008     sciclient.ae71 : sciclient.oe71 (.data)
                      0000a84f72a0    00000008                    : sciclient_rom.oe71 (.data)
                      0000a84f72a8    00000008     ti.board.ae71 : board_i2c_io_exp.oe71 (.data)
                      0000a84f72b0    00000008                   : board_info_ddr.oe71 (.data)
                      0000a84f72b8    00000008                   : board_lld_init.oe71 (.data)
                      0000a84f72c0    00000008     ti.kernel.freertos.ae71 : TimestampProvider.oe71 (.data)
                      0000a84f72c8    00000008     ti.osal.ae71 : TaskP_freertos.oe71 (.data)
    
    .cinit     0    0000a8400000    00000000     UNINITIALIZED
    
    .init_array 
    *          0    0000a8400000    00000000     UNINITIALIZED
    
    .stack     0    0000a8500000    00020000     UNINITIALIZED
                      0000a8500000    00000010     rts7100_le.lib : boot.c.obj (.stack)
                      0000a8500010    0001fff0     --HOLE--
    
    .sysmem    0    0000a8520000    00020000     UNINITIALIZED
                      0000a8520000    00000010     rts7100_le.lib : memory.c.obj (.sysmem)
                      0000a8520010    0001fff0     --HOLE--
    
    .resource_table 
    *          0    0000a8100000    00000000     UNINITIALIZED
    
    MODULE SUMMARY
    
           Module                                                                    code     ro data   rw data
           ------                                                                    ----     -------   -------
                                                                                                               
        /src/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/pdk_jacinto_09_00_01_04/packages/ti/board/lib/j721e_evm/c7x/debug/ti.board.ae71
           board_ddr.oe71                                                            2048     0         13156  
           board_ethernet_config.oe71                                                3520     0         64     
           J721E_pinmux_data.oe71                                                    0        0         3312   
           board_i2c_io_exp.oe71                                                     2304     0         8      
           J721E_pinmux_data_gesi.oe71                                               0        0         2136   
           board_lld_init.oe71                                                       1536     0         380    
           board_pinmux.oe71                                                         1856     0         5      
           board_pll.oe71                                                            1216     0         448    
           board_control.oe71                                                        1600     0         0      
           board_utils.oe71                                                          1216     36        312    
           board_serdes_cfg.oe71                                                     1408     16        0      
           board_clock.oe71                                                          768      0         396    
           board_info.oe71                                                           1152     0         0      
           J721E_pinmux_data_info.oe71                                               0        0         1056   
           board_init.oe71                                                           1024     0         1      
           board_mmr.oe71                                                            896      0         96     
           J721E_pinmux_data_gesi_cpsw9g.oe71                                        0        0         896    
           board_info_ddr.oe71                                                       576      0         32     
        +--+-------------------------------------------------------------------------+--------+---------+---------+
           Total:                                                                    21120    52        22298  
                                                                                                               
        /src/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/pdk_jacinto_09_00_01_04/packages/ti/csl/lib/j721e/c7x/debug/ti.csl.ae71
           Mmu_table.oe71                                                            0        0         131072 
           Exception.oe71                                                            4544     2660      4160   
           csl_serdes3.oe71                                                          6720     0         0      
           Hwi_disp_always.oe71                                                      6272     0         0      
           csl_wiz16m_cs_refclk100MHz_20b_USB_ln_ext_ssc_multilink_pll1.oe71         5568     0         0      
           lpddr4.oe71                                                               5312     0         0      
           uart.oe71                                                                 5056     0         0      
           Mmu.oe71                                                                  4160     89        32     
           Hwi.oe71                                                                  3520     126       616    
           i2c.oe71                                                                  2816     0         0      
           csl_serdes3_multilink.oe71                                                2112     0         0      
           csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1.oe71              2048     0         0      
           timer.oe71                                                                2048     0         0      
           csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll0.oe71              1984     0         0      
           csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1_opt2.oe71         1984     0         0      
           csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1_opt3.oe71          1856     0         0      
           csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_ln_multilink_pll0.oe71             1856     0         0      
           csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1.oe71               1728     0         0      
           Exception_asm.oe71                                                        1344     0         0      
           csl_clec.oe71                                                             960      0         0      
           csl_emif.oe71                                                             768      0         0      
           Cache.oe71                                                                704      0         16     
           csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_ext_ssc_multilink_pll0.oe71        640      0         0      
           csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_int_ssc_multilink_pll0.oe71        640      0         0      
           Hwi_asm.oe71                                                              512      0         0      
           csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_int_ssc_multilink_pll0.oe71   384      0         0      
           Mmu_asm.oe71                                                              320      0         0      
           Cache_asm.oe71                                                            256      0         0      
           csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_pll_ext_ssc_multilink_pll1.oe71    256      0         0      
           csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_pll_multilink_pll0.oe71        256      0         0      
           csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1_opt2.oe71        192      0         0      
           csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1_opt3.oe71     192      0         0      
           csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_ext_ssc_multilink_pll0.oe71   192      0         0      
           csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_no_ssc_multilink_pll0.oe71    192      0         0      
           csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_no_ssc_multilink_pll0.oe71         192      0         0      
           Hwi_asm_switch.oe71                                                       128      0         0      
           IntrinsicsSupport.oe71                                                    128      0         0      
           Startup.oe71                                                              128      0         0      
           csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1.oe71             128      0         0      
           csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll0.oe71         128      0         0      
           csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll1.oe71         128      0         0      
           csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1.oe71              128      0         0      
           csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1_opt3.oe71         128      0         0      
           csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1.oe71          128      0         0      
           csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_multilink_pll0.oe71            128      0         0      
           boot.oe71                                                                 64       0         0      
           csl_sec_proxy.oe71                                                        64       0         0      
           csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_ext_ssc_multilink_pll1.oe71        64       0         0      
           c7x_module_config.oe71                                                    0        35        0      
        +--+-------------------------------------------------------------------------+--------+---------+---------+
           Total:                                                                    69056    2910      135896 
                                                                                                               
        /src/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/pdk_jacinto_09_00_01_04/packages/ti/drv/i2c/lib/j721e/c7x/debug/ti.drv.i2c.ae71
           I2C_v1.oe71                                                               8896     40        0      
           I2C_soc.oe71                                                              448      0         1624   
           I2C_drv.oe71                                                              768      104       4      
        +--+-------------------------------------------------------------------------+--------+---------+---------+
           Total:                                                                    10112    144       1628   
                                                                                                               
        /src/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/pdk_jacinto_09_00_01_04/packages/ti/drv/sciclient/lib/j721e/c7x_1/debug/sciclient.ae71
           sciclient.oe71                                                            5248     56        144    
           sciclient_pm.oe71                                                         4544     669       0      
           sciclient_secureproxy.oe71                                                1216     0         0      
           sciclient_fmwSecureProxyMap.oe71                                          0        900       0      
           sciclient_indirect.oe71                                                   64       0         0      
           sciclient_secureProxyCfg.oe71                                             0        0         40     
           sciclient_rom.oe71                                                        0        0         8      
        +--+-------------------------------------------------------------------------+--------+---------+---------+
           Total:                                                                    11072    1625      192    
                                                                                                               
        /src/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/pdk_jacinto_09_00_01_04/packages/ti/drv/uart/lib/j721e/c7x/debug/ti.drv.uart.ae71
           UART_v1.oe71                                                              8960     107       0      
           UART_soc.oe71                                                             384      0         4184   
           UART_drv.oe71                                                             448      104       4      
           UART_stdio.oe71                                                           192      10        16     
        +--+-------------------------------------------------------------------------+--------+---------+---------+
           Total:                                                                    9984     221       4204   
                                                                                                               
        /src/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/pdk_jacinto_09_00_01_04/packages/ti/kernel/lib/j721e/c7x_1/debug/ti.kernel.freertos.ae71
           port.oe71                                                                 2368     140       533008 
           tasks.oe71                                                                10240    152       1096   
           queue.oe71                                                                6080     140       512    
           TimestampProvider.oe71                                                    4096     0         8      
           timers.oe71                                                               2368     152       836    
           heap_4.oe71                                                               512      156       56     
           list.oe71                                                                 640      0         0      
           TaskSupport_asm.oe71                                                      512      0         0      
           TaskSupport.oe71                                                          448      60        0      
           Hwi_vector_table.oe71                                                     192      0         16     
           c7x_module_config_mmu_init.oe71                                           0        8         0      
        +--+-------------------------------------------------------------------------+--------+---------+---------+
           Total:                                                                    27456    808       535532 
                                                                                                               
        /src/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/pdk_jacinto_09_00_01_04/packages/ti/osal/lib/freertos/j721e/c7x/debug/ti.osal.ae71
           SemaphoreP_freertos.oe71                                                  1728     76        63360  
           TaskP_freertos.oe71                                                       1600     232       47368  
           TimerP_nonos.oe71                                                         4736     36        2248   
           LoadP_freertos.oe71                                                       768      0         5156   
           HwiP_freertos_c7x.oe71                                                    1408     36        3584   
           HeapP_freertos.oe71                                                       1536     32        1760   
           HeapP_freertos_internal.oe71                                              1664     40        0      
           TimerP_default.oe71                                                       256      192       480    
           freertos_mmu.oe71                                                         768      0         0      
           RegisterIntr_nonos.oe71                                                   640      0         0      
           DebugP_nonos.oe71                                                         448      0         8      
           Utils_freertos.oe71                                                       320      0         97     
           TimerP_restrictedTimers.oe71                                              0        0         120    
           Core_utils.oe71                                                           64       0         0      
        +--+-------------------------------------------------------------------------+--------+---------+---------+
           Total:                                                                    15936    644       124181 
                                                                                                               
        /src/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/ti-cgt-c7000_3.1.0.LTS/lib/rts7100_le.lib
           _printfi.c.obj                                                            16512    36        0      
           k_rem_pio2.c.obj                                                          6784     344       0      
           memory.c.obj                                                              2240     0         12     
           s_cos.c.obj                                                               1728     0         0      
           trgmsg.c.obj                                                              768      0         288    
           fputs.c.obj                                                               768      0         0      
           frcdivd.c.obj                                                             768      0         0      
           defs.c.obj                                                                0        0         644    
           divd.c.obj                                                                640      0         0      
           getdevice.c.obj                                                           640      0         0      
           hostrename.c.obj                                                          576      0         0      
           imath64.c.obj                                                             576      0         0      
           atoi.c.obj                                                                512      0         0      
           fputc.c.obj                                                               512      0         0      
           setvbuf.c.obj                                                             512      0         0      
           s_floor.c.obj                                                             448      0         0      
           s_scalbn.c.obj                                                            384      0         0      
           host_device.c.obj                                                         0        0         376    
           hostopen.c.obj                                                            320      0         8      
           _io_perm.c.obj                                                            320      0         0      
           fclose.c.obj                                                              320      0         0      
           hostlseek.c.obj                                                           320      0         0      
           printf.c.obj                                                              320      0         0      
           ctype.c.obj                                                               0        257       0      
           close.c.obj                                                               256      0         0      
           fflush.c.obj                                                              256      0         0      
           fseek.c.obj                                                               256      0         0      
           hostread.c.obj                                                            256      0         0      
           hostunlink.c.obj                                                          256      0         0      
           hostwrite.c.obj                                                           256      0         0      
           k_cos.c.obj                                                               256      0         0      
           k_sin.c.obj                                                               256      0         0      
           setjmp_512.asm.obj                                                        256      0         0      
           _ltoa.c.obj                                                               192      0         0      
           autoinit.c.obj                                                            192      0         0      
           fixdli.c.obj                                                              192      0         0      
           fltlid.c.obj                                                              192      0         0      
           fopen.c.obj                                                               192      0         0      
           hostclose.c.obj                                                           192      0         0      
           memcpy.c.obj                                                              192      0         0      
           s_frexp.c.obj                                                             192      0         0      
           exit.c.obj                                                                128      0         16     
           args_main.c.obj                                                           128      0         0      
           lseek.c.obj                                                               128      0         0      
           memset.c.obj                                                              128      0         0      
           unlink.c.obj                                                              128      0         0      
           wcslen.c.obj                                                              128      0         0      
           write.c.obj                                                               128      0         0      
           _lock.c.obj                                                               64       0         16     
           boot.c.obj                                                                64       0         0      
           fixdlli.c.obj                                                             64       0         0      
           fltllid.c.obj                                                             64       0         0      
           llabs.c.obj                                                               64       0         0      
           memccpy.c.obj                                                             64       0         0      
           remove.c.obj                                                              64       0         0      
           s_copysign.c.obj                                                          64       0         0      
           errno.c.obj                                                               0        0         4      
        +--+-------------------------------------------------------------------------+--------+---------+---------+
           Total:                                                                    41216    637       1364   
                                                                                                               
           Heap:                                                                     0        0         131072 
           Stack:                                                                    0        0         131072 
        +--+-------------------------------------------------------------------------+--------+---------+---------+
           Grand Total:                                                              211520   7684      1259875
    
    
    GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name 
    
    address       name                                                              
    ------------  ----                                                              
    0000a862ad40  BOARD_delay                                                       
    0000a8622300  Board_DDRInit                                                     
    0000a862fc40  Board_PLLInit                                                     
    0000a8622500  Board_PLLInitMain                                                 
    0000a8622600  Board_PLLInitMcu                                                  
    0000a861ff40  Board_control                                                     
    0000a861d580  Board_cpsw2gEthPhyConfig                                          
    0000a862aec0  Board_cpsw2gMacModeConfig                                         
    0000a86263c0  Board_cpsw9gEthConfig                                             
    0000a861a140  Board_cpsw9gEthPhyConfig                                          
    0000a8626480  Board_cpswEnetExpComaModeCfg                                      
    0000a862af40  Board_cpswEnetExpPhyReset                                         
    0000a84f68d8  Board_cpswMdioInfo                                                
    0000a8622700  Board_detectBoard                                                 
    0000a862fcc0  Board_ethConfigCpsw2g                                             
    0000a8622800  Board_ethConfigCpsw9g                                             
    0000a862afc0  Board_ethConfigIcss                                               
    0000a84f68f8  Board_gPruicssMdioInfo                                            
    0000a86201c0  Board_getBoardData                                                
    0000a8626600  Board_getBoardIdData                                              
    0000a862b140  Board_getI2CHandle                                                
    0000a8610600  Board_getIDInfo_v2                                                
    0000a862fd00  Board_getSocDomain                                                
    0000a8622a00  Board_i2cDeInit                                                   
    0000a861a300  Board_i2cInit                                                     
    0000a862fd40  Board_i2cIoExpDeInit                                              
    0000a862b2c0  Board_i2cIoExpInit                                                
    0000a86266c0  Board_i2cIoExpPinLevelSet                                         
    0000a861a4c0  Board_i2cIoExpReadDirPort                                         
    0000a861a680  Board_i2cIoExpReadOutputPort                                      
    0000a86172c0  Board_i2cIoExpSetPinDirection                                     
    0000a861a840  Board_i2cIoExpWritePort                                           
    0000a861aa00  Board_icssEthPhyConfig                                            
    0000a8612240  Board_init                                                        
    0000a8622b00  Board_isAlpha                                                     
    0000a862fdc0  Board_isBoardDDRIdDataValid                                       
    0000a8626780  Board_lockMMRPartition                                            
    0000a8622c00  Board_moduleClockEnable                                           
    0000a8626840  Board_moduleClockInitMain                                         
    0000a8626900  Board_moduleClockInitMcu                                          
    0000a861d700  Board_pinmuxConfig                                                
    0000a8620300  Board_pinmuxConfigMain                                            
    0000a8620440  Board_pinmuxConfigWkup                                            
    0000a861abc0  Board_pinmuxUpdate                                                
    0000a862fe80  Board_restoreRATCfg                                               
    0000a862fec0  Board_serdesCfg                                                   
    0000a862ff00  Board_setI2cInitConfig                                            
    0000a862ff40  Board_setRATCfg                                                   
    0000a861ad80  Board_uartStdioInit                                               
    0000a861d880  Board_unlockMMR                                                   
    0000a8626d80  Board_unlockMMRPartition                                          
    0000a8631f40  C$$EXIT                                                           
    0000a8621814  C$$IO$$                                                           
    0000a862b6c0  CSL_clecClearEvent                                                
    0000a861af40  CSL_clecConfigEvent                                               
    0000a8626e40  CSL_clecConfigEventLevel                                          
    0000a862b740  CSL_clecGetC7xRtmapCpuId                                          
    0000a862b7c0  CSL_emifClearAllECCErrors                                         
    0000a862b840  CSL_emifConfig                                                    
    0000a8630040  CSL_secProxyGetDataAddr                                           
    0000a862b940  CSL_serdesCycleDelay                                              
    0000a8611700  CSL_serdesEnableLanes                                             
    0000a8626f00  CSL_serdesGetPLLStatus                                            
    0000a860fc80  CSL_serdesIPSelect                                                
    0000a862b9c0  CSL_serdesInvertLaneRXPolarity                                    
    0000a862ba40  CSL_serdesInvertLaneTXPolarity                                    
    0000a860ec00  CSL_serdesLaneEnable                                              
    0000a8607dc0  CSL_serdesMultiLinkInit                                           
    0000a8622e00  CSL_serdesOutClkEn                                                
    0000a862bac0  CSL_serdesPorReset                                                
    0000a860d8c0  CSL_serdesRefclkSel                                               
    0000a8630080  CSL_serdesReleaseReset                                            
    0000a8620580  CSL_serdesSetLoopback                                             
    0000a862bb40  Cache_Module_startup                                              
    0000a84f7170  Cache_Module_state                                                
    0000a862bbc0  Cache_disable                                                     
    0000a862bc40  Cache_enable                                                      
    0000a86300c0  Cache_getL1DCFG                                                   
    0000a8630100  Cache_getL2CFG                                                    
    0000a862bcc0  Cache_getSize                                                     
    0000a84f8f88  Cache_initSize                                                    
    0000a8630140  Cache_setL1DCFG                                                   
    0000a8630180  Cache_setL2CFG                                                    
    0000a8626fc0  Cache_setSize                                                     
    0000a84f2a68  DDRSS_ctlReg                                                      
    0000a84f3a58  DDRSS_ctlRegNum                                                   
    0000a84f3194  DDRSS_phyIndepReg                                                 
    0000a84f4058  DDRSS_phyIndepRegNum                                              
    0000a84ef008  DDRSS_phyReg                                                      
    0000a84f1688  DDRSS_phyRegNum                                                   
    0000a862bd40  DebugP_exceptionLog                                               
    0000a86301c0  DebugP_log0                                                       
    0000a8630200  DebugP_log1                                                       
    0000a8630240  DebugP_log2                                                       
    0000a8630280  DebugP_log3                                                       
    0000a862bdc0  Exception_Module_startup                                          
    0000a84f0648  Exception_Module_state                                            
    0000a860f740  Exception_dispatch                                                
    0000a84f82c1  Exception_enablePrint                                             
    0000a84f9000  Exception_exceptionHook                                           
    0000a8606340  Exception_handler                                                 
    0000a860b580  Exception_internalHandler                                         
    0000a84f9008  Exception_internalHook                                            
    0000a84f82c2  Exception_useInternalBuffer                                       
    0000a84f55d0  FreeRTOS_errno                                                    
    0000a8627080  HOSTclose                                                         
    0000a86206c0  HOSTlseek                                                         
    0000a8620800  HOSTopen                                                          
    0000a8622f00  HOSTread                                                          
    0000a8617500  HOSTrename                                                        
    0000a8623000  HOSTunlink                                                        
    0000a8623100  HOSTwrite                                                         
    0000a84f6df0  HeapHandle                                                        
    0000a84c9580  HeapP_DPCParams                                                   
    0000a86302c0  HeapP_Params_init                                                 
    0000a8627140  HeapP_alloc                                                       
    0000a861b100  HeapP_create                                                      
    0000a8623200  HeapP_delete                                                      
    0000a8623300  HeapP_free                                                        
    0000a8623400  HeapP_freertosSetup                                               
    0000a8620940  HeapP_getHeapStats                                                
    0000a862be40  HwiP_Params_init                                                  
    0000a8630300  HwiP_clearInterrupt                                               
    0000a8617740  HwiP_create                                                       
    0000a8623500  HwiP_delete                                                       
    0000a862bec0  HwiP_disable                                                      
    0000a8630340  HwiP_disableInterrupt                                             
    0000a8630380  HwiP_enableInterrupt                                              
    0000a862bf40  HwiP_restore                                                      
    0000a84f891c  Hwi_DEFAULT_INT_PRIORITY                                          
    0000a8627200  Hwi_Instance_finalize                                             
    0000a86272c0  Hwi_Instance_init                                                 
    0000a861db80  Hwi_Module_startup                                                
    0000a84f3df0  Hwi_Module_state                                                  
    0000a84f8aa8  Hwi_Object__PARAMS__C                                             
    0000a86303c0  Hwi_Params__init__S                                               
    0000a8630400  Hwi_Params_init                                                   
    0000a84f82c3  Hwi_bootToNonSecure                                               
    0000a8630440  Hwi_clearInterrupt                                                
    0000a8627380  Hwi_construct                                                     
    0000a8630480  Hwi_destruct                                                      
    0000a86304c0  Hwi_disable                                                       
    0000a862bfc0  Hwi_disableIER                                                    
    0000a862c040  Hwi_disableInterrupt                                              
    0000a8608600  Hwi_dispatchAlways                                                
    0000a8627440  Hwi_dispatchC                                                     
    0000a861dd00  Hwi_dispatchCore                                                  
    0000a84f8f15  Hwi_dispatcherAutoNestingSupport                                  
    0000a84f8f16  Hwi_dispatcherIrpTrackingSupport                                  
    0000a8630500  Hwi_enable                                                        
    0000a862c0c0  Hwi_enableIER                                                     
    0000a862c140  Hwi_enableInterrupt                                               
    0000a862c1c0  Hwi_eventMap                                                      
    0000a8630540  Hwi_getCXM                                                        
    0000a8630580  Hwi_getEventId                                                    
    0000a862c240  Hwi_getIsrStackAddress                                            
    0000a8627500  Hwi_getStackInfo                                                  
    0000a862c2c0  Hwi_postInit                                                      
    0000a861b2c0  Hwi_reconfig                                                      
    0000a8630600  Hwi_restore                                                       
    0000a862c340  Hwi_secureStart                                                   
    0000a8630640  Hwi_setCOP                                                        
    0000a862c3c0  Hwi_setPriority                                                   
    0000a862c440  Hwi_switchAndDispatch                                             
    0000a8630680  Hwi_switchFromBootStack                                           
    0000a86275c0  Hwi_switchToNS                                                    
    0000a84f9010  Hwi_vectorTableBase                                               
    0000a84f9018  Hwi_vectorTableBase_SS                                            
    0000a86306c0  I2CAutoIdleDisable                                                
    0000a8627680  I2CBufferStatus                                                   
    0000a8630700  I2CConfig                                                         
    0000a8630740  I2CDataCountGet                                                   
    0000a862c4c0  I2CFIFOClear                                                      
    0000a8630780  I2CGetEnabledIntStatus                                            
    0000a86307c0  I2CMasterBusBusy                                                  
    0000a8630800  I2CMasterControl                                                  
    0000a8630840  I2CMasterDataGet                                                  
    0000a8630880  I2CMasterDataPut                                                  
    0000a86308c0  I2CMasterDisable                                                  
    0000a8630900  I2CMasterEnable                                                   
    0000a8630940  I2CMasterEnableFreeRun                                            
    0000a8630980  I2CMasterGetSysTest                                               
    0000a8623600  I2CMasterInitExpClk                                               
    0000a86309c0  I2CMasterIntClearEx                                               
    0000a8630a00  I2CMasterIntDisableEx                                             
    0000a8630a40  I2CMasterIntEnableEx                                              
    0000a8630a80  I2CMasterIntRawStatus                                             
    0000a8630ac0  I2CMasterIntRawStatusEx                                           
    0000a8630b00  I2CMasterIntStatus                                                
    0000a8630b40  I2CMasterSetSysTest                                               
    0000a8630b80  I2CMasterSlaveAddrSet                                             
    0000a8630bc0  I2CMasterStart                                                    
    0000a8630c00  I2CMasterStop                                                     
    0000a8623700  I2COwnAddressSet                                                  
    0000a8630c40  I2CSetDataCount                                                   
    0000a8630c80  I2CSlaveDataGet                                                   
    0000a8630cc0  I2CSlaveIntClearEx                                                
    0000a8630d00  I2CSlaveIntDisableEx                                              
    0000a8630d40  I2CSlaveIntEnableEx                                               
    0000a8630d80  I2CSlaveIntRawStatus                                              
    0000a8630dc0  I2CSoftReset                                                      
    0000a8630e00  I2CSyscInit                                                       
    0000a8630e40  I2CSystemStatusGet                                                
    0000a8630e80  I2C_Params_init                                                   
    0000a8630ec0  I2C_close                                                         
    0000a84f4670  I2C_config                                                        
    0000a84f8d60  I2C_defaultParams                                                 
    0000a84f8a20  I2C_defaultTransaction                                            
    0000a8620a80  I2C_init                                                          
    0000a862c5c0  I2C_open                                                          
    0000a862c640  I2C_socGetInitCfg                                                 
    0000a862c6c0  I2C_socSetInitCfg                                                 
    0000a8630f40  I2C_transactionInit                                               
    0000a862c740  I2C_transfer                                                      
    0000a84f6720  I2C_v1_FxnTable                                                   
    0000a84c84b8  I2cObjects                                                        
    0000a8631000  InitMmu                                                           
    0000a8631040  IntrinsicsSupport_maxbit                                          
    0000a8631080  IntrinsicsSupport_mfence                                          
    0000a8612cc0  LPDDR4_AckCtlInterrupt                                            
    0000a861e000  LPDDR4_AckPhyIndepInterrupt                                       
    0000a86125c0  LPDDR4_CheckCtlInterrupt                                          
    0000a861e180  LPDDR4_CheckPhyIndepInterrupt                                     
    0000a8627a40  LPDDR4_Init                                                       
    0000a862c8c0  LPDDR4_Probe                                                      
    0000a8620bc0  LPDDR4_ReadReg                                                    
    0000a8627c80  LPDDR4_Start                                                      
    0000a8623b00  LPDDR4_WriteCtlConfig                                             
    0000a8623c00  LPDDR4_WritePhyConfig                                             
    0000a8623d00  LPDDR4_WritePhyIndepConfig                                        
    0000a8620d00  LPDDR4_WriteReg                                                   
    0000a8627e00  LoadP_addTask                                                     
    0000a861e300  LoadP_update                                                      
    0000a84f8f17  Mmu_MAIR0                                                         
    0000a84f8f3b  Mmu_MAIR1                                                         
    0000a84f8f76  Mmu_MAIR2                                                         
    0000a84f8f77  Mmu_MAIR3                                                         
    0000a84f8f85  Mmu_MAIR4                                                         
    0000a84f8f86  Mmu_MAIR5                                                         
    0000a84f8f87  Mmu_MAIR6                                                         
    0000a84f8f9f  Mmu_MAIR7                                                         
    0000a8623e00  Mmu_addBlockEntry                                                 
    0000a862c940  Mmu_addTableEntry                                                 
    0000a8623f00  Mmu_allocTable                                                    
    0000a84f8ed0  Mmu_configInfo                                                    
    0000a84f8ee8  Mmu_defaultMapAttrs                                               
    0000a862c9c0  Mmu_disable                                                       
    0000a8631140  Mmu_disableI                                                      
    0000a862ca40  Mmu_enable                                                        
    0000a8631180  Mmu_enableI                                                       
    0000a86311c0  Mmu_enableI_secure                                                
    0000a84f8fab  Mmu_enableMMU                                                     
    0000a862cac0  Mmu_freeTable                                                     
    0000a84f8bbc  Mmu_granuleSize                                                   
    0000a8631200  Mmu_init                                                          
    0000a84f9020  Mmu_initFunc                                                      
    0000a8627ec0  Mmu_initMapAttrs                                                  
    0000a8631240  Mmu_isEnabled                                                     
    0000a84db000  Mmu_level1Table                                                   
    0000a84ed000  Mmu_level1Table_NS                                                
    0000a8617bc0  Mmu_map                                                           
    0000a8624000  Mmu_readBlockEntry                                                
    0000a8631280  Mmu_setMAIRAsm                                                    
    0000a86312c0  Mmu_setTCR                                                        
    0000a8614bc0  Mmu_startup                                                       
    0000a84ca000  Mmu_tableArray                                                    
    0000a84f9060  Mmu_tableArrayLen                                                 
    0000a84da000  Mmu_tableArraySlot                                                
    0000a84ec000  Mmu_tableArraySlot_NS                                             
    0000a84dc000  Mmu_tableArray_NS                                                 
    0000a8610140  Mmu_tableWalk                                                     
    0000a8631300  Mmu_tlbInvAll                                                     
    0000a862cb40  OS_init                                                           
    0000a84f9064  OS_mpeEnabled                                                     
    0000a8631340  OS_start                                                          
    0000a8631380  OS_stop                                                           
    0000a8627f80  OsalCfgClecAccessCtrl                                             
    0000a8631400  Osal_ClearInterrupt                                               
    0000a84f6718  Osal_DebugP_Assert_Val                                            
    0000a8631440  Osal_DebugP_assert                                                
    0000a8631480  Osal_DebugP_assert_fcn                                            
    0000a86314c0  Osal_DeleteInterrupt                                              
    0000a8631500  Osal_DisableInterrupt                                             
    0000a8631540  Osal_EnableInterrupt                                              
    0000a8624100  Osal_RegisterInterrupt                                            
    0000a862cbc0  Osal_RegisterInterrupt_initParams                                 
    0000a84f54d0  Osal_c7xRestrictedTimerID                                         
    0000a862cc40  Osal_delay                                                        
    0000a84c95b8  Osal_exptnLogFxn                                                  
    0000a8631580  Osal_getCoreId                                                    
    0000a862ccc0  Osal_getThreadType                                                
    0000a86315c0  Osal_initMmuDefault                                               
    0000a861e480  Pop_MemoryUsage                                                   
    0000a8628040  Sciclient_abiCheck                                                
    0000a862cdc0  Sciclient_configPrmsInit                                          
    0000a8628100  Sciclient_flush                                                   
    0000a86281c0  Sciclient_getCurrentContext                                       
    0000a860f200  Sciclient_init                                                    
    0000a861e600  Sciclient_pmGetModuleClkFreq                                      
    0000a861b800  Sciclient_pmGetModuleClkNumParent                                 
    0000a861b9c0  Sciclient_pmGetModuleClkParent                                    
    0000a861e780  Sciclient_pmGetModuleState                                        
    0000a861e900  Sciclient_pmModuleClkRequest                                      
    0000a861bb80  Sciclient_pmModuleGetClkStatus                                    
    0000a8618b40  Sciclient_pmQueryModuleClkFreq                                    
    0000a861bd40  Sciclient_pmSetModuleClkFreq                                      
    0000a861ea80  Sciclient_pmSetModuleClkParent                                    
    0000a8620e40  Sciclient_pmSetModuleRst                                          
    0000a861ec00  Sciclient_pmSetModuleState                                        
    0000a862ce40  Sciclient_readThread32                                            
    0000a8631600  Sciclient_readThreadCount                                         
    0000a8618d40  Sciclient_sendMessage                                             
    0000a8631640  Sciclient_service                                                 
    0000a86210c0  Sciclient_serviceGetThreadIds                                     
    0000a861ed80  Sciclient_servicePrepareHeader                                    
    0000a860df40  Sciclient_serviceSecureProxy                                      
    0000a8631680  Sciclient_threadStatusReg                                         
    0000a862cf40  Sciclient_verifyThread                                            
    0000a862cfc0  Sciclient_waitThread                                              
    0000a862d040  SemaphoreP_Params_init                                            
    0000a8628280  SemaphoreP_constructBinary                                        
    0000a862d0c0  SemaphoreP_constructCounting                                      
    0000a8618040  SemaphoreP_create                                                 
    0000a8624200  SemaphoreP_delete                                                 
    0000a8624300  SemaphoreP_pend                                                   
    0000a8628340  SemaphoreP_post                                                   
    0000a8628340  SemaphoreP_postFromClock                                          
    0000a8628340  SemaphoreP_postFromISR                                            
    0000a862d140  TIMERCompareSet                                                   
    0000a862d1c0  TIMERCounterSet                                                   
    0000a862d240  TIMERDisable                                                      
    0000a862d2c0  TIMEREnable                                                       
    0000a862d340  TIMERIntDisable                                                   
    0000a862d3c0  TIMERIntEnable                                                    
    0000a862d440  TIMERIntStatusClear                                               
    0000a86316c0  TIMERIntStatusGet                                                 
    0000a8624400  TIMERModeConfigure                                                
    0000a862d4c0  TIMERPostedModeConfig                                             
    0000a862d540  TIMERReadModeConfig                                               
    0000a862d5c0  TIMERReloadSet                                                    
    0000a8628400  TIMERReset                                                        
    0000a8631700  TIMERWritePostedStatusGet                                         
    0000a862d6c0  TaskP_Params_init                                                 
    0000a8613d00  TaskP_create                                                      
    0000a862d740  TaskP_getFreertosHandle                                           
    0000a8631740  TaskP_sleep                                                       
    0000a86284c0  TaskSupport_buildTaskStack                                        
    0000a84f9028  TaskSupport_defaultStackSize                                      
    0000a8631780  TaskSupport_getStackAlignment                                     
    0000a86317c0  TaskSupport_glue                                                  
    0000a8631800  TaskSupport_glueUnpriv                                            
    0000a861ef00  TaskSupport_setupTaskStack                                        
    0000a84f9068  TaskSupport_stackAlignment                                        
    0000a8628580  TaskSupport_swap                                                  
    0000a8631840  Task_enter                                                        
    0000a8632280  Task_exit                                                         
    0000a8628640  TimerP_Params_init                                                
    0000a8618280  TimerP_create                                                     
    0000a86318c0  TimerP_getDefaultFreqHi                                           
    0000a8631900  TimerP_getDefaultFreqLo                                           
    0000a862d8c0  TimerP_mapId                                                      
    0000a861c0c0  TimerP_start                                                      
    0000a8624600  TimerP_stop                                                       
    0000a8605340  TimestampProvider_Module_startup                                  
    0000a8631940  UARTBreakCtl                                                      
    0000a862d940  UARTCharGetNonBlocking2                                           
    0000a862d9c0  UARTCharPut                                                       
    0000a862da40  UARTCharPutNonBlocking                                            
    0000a8631980  UARTDirEnControl                                                  
    0000a86319c0  UARTDirPolSet                                                     
    0000a8631a00  UARTDivisorLatchDisable                                           
    0000a8619140  UARTDivisorLatchWrite                                             
    0000a8628880  UARTDivisorValCompute                                             
    0000a862dac0  UARTEnhanFuncBitValRestore                                        
    0000a862db40  UARTEnhanFuncEnable                                               
    0000a8631a40  UARTFIFOCharPut                                                   
    0000a8613340  UARTFIFOConfig                                                    
    0000a862dbc0  UARTFIFORegisterWrite                                             
    0000a862dc40  UARTHardwareFlowCtrlOptSet                                        
    0000a8631ac0  UARTInt2Disable                                                   
    0000a8631b00  UARTInt2Enable                                                    
    0000a8631b40  UARTInt2StatusGet                                                 
    0000a8624700  UARTIntDisable                                                    
    0000a8624800  UARTIntEnable                                                     
    0000a862dcc0  UARTIntIdentityGet                                                
    0000a862dd40  UARTIsTransmitterEmpty                                            
    0000a862ddc0  UARTLineCharacConfig                                              
    0000a862de40  UARTLoopbackModeControl                                           
    0000a862dec0  UARTOperatingModeSelect                                           
    0000a8631b80  UARTReadStatus                                                    
    0000a862df40  UARTRegConfigModeEnable                                           
    0000a8628940  UARTSetTimeOutValue                                               
    0000a8624900  UARTSubConfigTCRTLRModeEn                                         
    0000a8624a00  UARTTCRTLRBitValRestore                                           
    0000a8631bc0  UARTTxFIFOFullStatusGet                                           
    0000a84f5b20  UART_FxnTable_v1                                                  
    0000a8631c00  UART_Params_init                                                  
    0000a84f4c68  UART_config                                                       
    0000a84f8920  UART_defaultParams                                                
    0000a8621340  UART_init                                                         
    0000a8631cc0  UART_open                                                         
    0000a862e1c0  UART_socGetInitCfg                                                
    0000a862e240  UART_socSetInitCfg                                                
    0000a8628dc0  UART_stdioInit                                                    
    0000a8628e80  UART_v1_callback                                                  
    0000a84c7298  UartObjects                                                                                                     
    0000a84c95d8  __CIOBUF_                                                         
    0000a8100000  __RESOURCE_TABLE                                                  
    UNDEFED       __TI_CINIT_Base                                                   
    UNDEFED       __TI_CINIT_Limit                                                  
    UNDEFED       __TI_Handler_Table_Base                                           
    UNDEFED       __TI_Handler_Table_Limit                                          
    0000a8520000  __TI_STACK_END                                                    
    000000020000  __TI_STACK_SIZE                                                   
    000000020000  __TI_SYSMEM_SIZE                                                  
    0000a8629780  __TI_auto_init_nobinit_nopinit                                    
    0000a8629840  __TI_cleanup                                                      
    0000a84f7240  __TI_cleanup_ptr                                                  
    0000a86215c0  __TI_closefile                                                    
    0000a8624d00  __TI_doflush                                                      
    0000a84f7248  __TI_dtors_ptr                                                    
    0000a8614000  __TI_frcdivd                                                      
    0000a84f0644  __TI_ft_end                                                       
    0000a8629900  __TI_ltoa                                                         
    0000a8600000  __TI_printfi                                                      
    0000a861c280  __TI_readmsg                                                      
    0000a84c9290  __TI_tmpnams                                                      
    0000a8621700  __TI_writemsg                                                     
    0000a8621840  __TI_wrt_ok                                                       
    0000a8616140  __c7xabi_divd                                                     
    0000a8624e00  __c7xabi_divlli                                                   
    0000a8621980  __c7xabi_divull                                                   
    0000a86299c0  __c7xabi_fixdli                                                   
    0000a8631d40  __c7xabi_fixdlli                                                  
    0000a8629a80  __c7xabi_fltlid                                                   
    0000a8631d80  __c7xabi_fltllid                                                  
    0000a84f9074  __c_args__                                                        
    0000a8624f00  __kernel_cos                                                      
    0000a8602300  __kernel_rem_pio2                                                 
    0000a8625000  __kernel_sin                                                      
    0000a862e540  _args_main                                                        
    0000a8631dc0  _c_int00                                                          
    0000a8a00000  _c_int00_secure                                                   
    0000a84f81c0  _ctypes_                                                          
    0000a84f5030  _device                                                           
    0000a84f42b0  _ftable                                                           
    0000a84f7288  _lock                                                             
    0000a8631e00  _nop                                                              
    0000a8500000  _stack                                                            
    0000a84f5280  _stream                                                           
    0000a8520000  _sys_memory                                                       
    0000a8631ec0  _system_post_cinit                                                
    0000a8631f00  _system_pre_init                                                  
    0000a84f7290  _unlock                                                           
    0000a8631f40  abort                                                             
    0000a86139c0  aligned_alloc                                                     
    0000a8619540  atoi                                                              
    0000a8631f80  c7x_startup_init                                                  
    0000a8625100  close                                                             
    0000a8631fc0  copysign                                                          
    0000a8631fc0  copysignl                                                         
    0000a860cb40  cos                                                               
    0000a860cb40  cosl                                                              
    0000a862e5c0  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1          
    0000a8629b40  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1_opt2     
    0000a862e640  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll0      
    0000a862e6c0  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll1      
    0000a860a600  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll0           
    0000a8609e00  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1           
    0000a860adc0  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1_opt2      
    0000a862e740  csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1           
    0000a862e7c0  csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1_opt3      
    0000a862e840  csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1       
    0000a8629c00  csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1_opt3  
    0000a860d200  csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1            
    0000a860bcc0  csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1_opt3       
    0000a8632000  csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_ext_ssc_multilink_pll1     
    0000a8625200  csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_pll_ext_ssc_multilink_pll1 
    0000a8603d80  csl_wiz16m_cs_refclk100MHz_20b_USB_ln_ext_ssc_multilink_pll1      
    0000a8629cc0  csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_ext_ssc_multilink_pll0
    0000a861f200  csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_int_ssc_multilink_pll0
    0000a8629d80  csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_no_ssc_multilink_pll0 
    0000a86163c0  csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_ext_ssc_multilink_pll0     
    0000a8616640  csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_int_ssc_multilink_pll0     
    0000a8629e40  csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_no_ssc_multilink_pll0      
    0000a862e8c0  csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_multilink_pll0         
    0000a8625300  csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_pll_multilink_pll0     
    0000a860c400  csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_ln_multilink_pll0          
    0000a861f380  eTaskGetState                                                     
    0000a84f3644  errno                                                             
    0000a8632040  exit                                                              
    0000a8625500  finddevice                                                        
    0000a861c440  floor                                                             
    0000a861c440  floorl                                                            
    0000a861c600  fputc                                                             
    0000a8614600  fputs                                                             
    0000a86168c0  free                                                              
    0000a862a080  frexp                                                             
    0000a862a080  frexpl                                                            
    0000a8625600  fseek                                                             
    0000a8625600  fseeko                                                            
    0000a84f6918  gBoardClkModuleMainIDGroup1                                       
    0000a84f4b50  gBoardClkModuleMainIDGroup2                                       
    0000a84f6358  gBoardClkModuleMcuIDInitGroup2                                    
    0000a84f6938  gBoardClkModuleMcuIDInitGroupl                                    
    0000a84f4910  gBoardDetCfg                                                      
    0000a84f5ec8  gBoardI2cBaseAddr                                                 
    0000a84f7260  gBoardI2cInitCfg                                                  
    0000a84f51d8  gBoardI2cObj                                                      
    0000a84f72b0  gBoardIDDump                                                      
    0000a84f726c  gBoardInitParams                                                  
    0000a84f5548  gBoardUartBaseAddr                                                
    0000a84f4490  gDmTimerPInfoTbl                                                  
    0000a8480000  gHeapBufferMem                                                    
    0000a84f72a8  gIoExpI2cHandle                                                   
    0000a84f5108  gJ721E_MainPinmuxData                                             
    0000a84f5ca0  gJ721E_MainPinmuxDataGesiCpsw9g                                   
    0000a84f4d70  gJ721E_MainPinmuxDataGesiIcssg                                    
    0000a84f5d00  gJ721E_MainPinmuxDataInfo                                         
    0000a84f4f50  gJ721E_WkupPinmuxData                                             
    0000a84f71a0  gJ721E_WkupPinmuxDataGesiCpsw9g                                   
    0000a84f6480  gJ721E_WkupPinmuxDataGesiIcssg                                    
    0000a84f6a18  gJ721E_WkupPinmuxDataHpb                                          
    0000a84f71b0  gJ721E_WkupPinmuxDataInfo                                         
    0000a84c9530  gMemUsageInfo                                                     
    0000a84f6710  gOsalHeapAllocCnt                                                 
    0000a84f6714  gOsalHeapPeak                                                     
    0000a84f6700  gOsalHwiAllocCnt                                                  
    0000a84f6704  gOsalHwiPeak                                                      
    0000a84f6708  gOsalMutexAllocCnt                                                
    0000a84f670c  gOsalMutexPeak                                                    
    0000a84f66f0  gOsalSemAllocCnt                                                  
    0000a84f66f4  gOsalSemPeak                                                      
    0000a84f72c8  gOsalTaskAllocCnt                                                 
    0000a84f72cc  gOsalTaskPeak                                                     
    0000a84f66f8  gOsalTimerAllocCnt                                                
    0000a84f66fc  gOsalTimerPeak                                                    
    0000a84f62e8  gOsal_HwAttrs                                                     
    0000a84f5450  gSciclientHandle                                                  
    0000a84f7d34  gSciclientMap                                                     
    0000a84f67c0  gSciclient_secProxyCfg                                            
    0000a84f21a8  gTimerStructs                                                     
    0000a84f72c0  gTscDeltaCalib                                                    
    0000a84c3080  gTscISRLog                                                        
    0000a84f66e8  gTscISRLogIdx                                                     
    0000a861f500  getdevice                                                         
    0000a84f6dd8  heap_size                                                         
    0000a84f47c0  i2cInitCfg                                                        
    0000a861f800  ldexp                                                             
    0000a861f800  ldexpl                                                            
    0000a8632080  llabs                                                             
    0000a862e940  longjmp                                                           
    0000a862e9c0  lseek                                                             
    0000a862ea40  main                                                              
    0000a86320c0  malloc                                                            
    0000a86139c0  memalign                                                          
    0000a8632100  memccpy                                                           
    0000a862a140  memcpy                                                            
    0000a862eac0  memset                                                            
    0000a84f72a0  pSciclient_secProxyCfg                                            
    0000a84f66e0  pTickTimerHandle                                                  
    0000a84f6de0  pWindowBufptr                                                     
    0000a84c95c0  parmbuf                                                           
    0000a862a200  printf                                                            
    0000a861c600  putc                                                              
    0000a8632300  putchar                                                           
    0000a8619740  pvHeapMalloc                                                      
    0000a862f0c0  pvTaskIncrementMutexHeldCount                                     
    0000a84f55c0  pxCurrentTCB                                                      
    0000a862f140  pxPortInitialiseStack                                             
    0000a8632340  remove                                                            
    0000a84c95d4  ret_val                                                           
    0000a861f800  scalbn                                                            
    0000a861f800  scalbnl                                                           
    0000a8800000  secure_soft_reset                                                 
    0000a861cb40  setUp                                                             
    0000a862f1c0  setjmp                                                            
    0000a8619940  setvbuf                                                           
    0000a8c00000  soft_reset                                                        
    0000a84c9590  statsEnd                                                          
    0000a84c95a0  statsStart                                                        
    0000a862f240  tearDown                                                          
    0000a862f2c0  test_heapMemory_Stats                                             
    0000a86323c0  ti_sysbios_knl_Task_Func                                          
    0000a84f3648  uartInitCfg                                                       
    0000a84f7250  uart_stdio                                                        
    0000a862f340  uiPortGetRunTimeCounterValue                                      
    0000a84f66c0  ulCriticalNesting                                                 
    0000a84f66cc  ulPortInterruptNesting                                            
    0000a84f66d0  ulPortSchedularRunning                                            
    0000a84f66c4  ulPortTaskHasFPUContext                                           
    0000a84f66c8  ulPortYieldRequired                                               
    0000a8632400  ulTaskGetIdleRunTimeCounter                                       
    0000a84f66d8  ullPortSchedularStartTs                                           
    0000a862f3c0  unlink                                                            
    0000a862f440  uxListRemove                                                      
    0000a84f66d4  uxPortIncorrectYieldCount                                         
    0000a8632440  uxTaskGetNumberOfTasks                                            
    0000a84f9030  uxTopUsedPriority                                                 
    0000a8632480  vApplicationGetIdleTaskMemory                                     
    0000a86324c0  vApplicationGetTimerTaskMemory                                    
    0000a8632500  vApplicationIdleHook                                              
    0000a862f4c0  vApplicationLoadHook                                              
    0000a8632540  vApplicationStackOverflowHook                                     
    0000a8632580  vHeapCreateStatic                                                 
    0000a86325c0  vHeapDelete                                                       
    0000a8621d40  vHeapFree                                                         
    0000a862a800  vHeapGetHeapStats                                                 
    0000a862f540  vListInitialise                                                   
    0000a8632600  vListInitialiseItem                                               
    0000a862a8c0  vListInsert                                                       
    0000a862f5c0  vListInsertEnd                                                    
    0000a862f640  vPortAssertIfInISR                                                
    0000a8632640  vPortConfigTimerForRunTimeStats                                   
    0000a8632680  vPortEndScheduler                                                 
    0000a8625e00  vPortFree                                                         
    0000a86326c0  vPortRestoreTaskContext                                           
    0000a8632700  vPortTimerTickHandler                                             
    0000a8632740  vPortValidateInterruptPriority                                    
    0000a8632780  vPortYeildFromISR                                                 
    0000a862a980  vPortYield                                                        
    0000a862f6c0  vPortYieldAsyncFromISR                                            
    0000a8621e80  vQueueAddToRegistry                                               
    0000a862f740  vQueueDelete                                                      
    0000a8625f00  vQueueUnregisterQueue                                             
    0000a862aa40  vQueueWaitForMessageRestricted                                    
    0000a862f7c0  vTaskDelay                                                        
    0000a86327c0  vTaskEndScheduler                                                 
    0000a862f840  vTaskEnterCritical                                                
    0000a862f8c0  vTaskExitCritical                                                 
    0000a8626000  vTaskGetInfo                                                      
    0000a8632800  vTaskInternalSetTimeOutState                                      
    0000a8632840  vTaskMissedYield                                                  
    0000a862ab00  vTaskPlaceOnEventList                                             
    0000a8626100  vTaskPlaceOnEventListRestricted                                   
    0000a8619b40  vTaskPriorityDisinheritAfterTimeout                               
    0000a862abc0  vTaskSetThreadLocalStoragePointer                                 
    0000a8621fc0  vTaskStartScheduler                                               
    0000a861f980  vTaskSuspend                                                      
    0000a8632880  vTaskSuspendAll                                                   
    0000a8618700  vTaskSwitchContext                                                
    0000a862f940  wcslen                                                            
    0000a862f9c0  write                                                             
    0000a86328c0  ti_print                                                         
    0000a862fa40  ti_printNum                                                      
    0000a8632900  xPortInIsrContext                                                 
    0000a8632940  xPortStartScheduler                                               
    0000a862ac80  xQueueCreateCountingSemaphoreStatic                               
    0000a861fb00  xQueueGenericCreateStatic                                         
    0000a861cd00  xQueueGenericReset                                                
    0000a8615400  xQueueGenericSend                                                 
    0000a8619d40  xQueueGiveFromISR                                                 
    0000a8616b40  xQueueReceive                                                     
    0000a8619f40  xQueueReceiveFromISR                                              
    0000a84c8cf0  xQueueRegistry                                                    
    0000a8616dc0  xQueueSemaphoreTake                                               
    0000a861fc80  xTaskCheckForTimeOut                                              
    0000a861cec0  xTaskCreateStatic                                                 
    0000a862fac0  xTaskGetSchedulerState                                            
    0000a862fb40  xTaskGetTickCount                                                 
    0000a86156c0  xTaskIncrementTick                                                
    0000a861d080  xTaskPriorityDisinherit                                           
    0000a861d240  xTaskPriorityInherit                                              
    0000a8617040  xTaskRemoveFromEventList                                          
    0000a8615980  xTaskResumeAll                                                    
    0000a8626200  xTimerCreateTimerTask                                             
    
    
    GLOBAL SYMBOLS: SORTED BY Symbol Address 
    
    address       name                                                              
    ------------  ----                                                              
    000000020000  __TI_STACK_SIZE                                                   
    000000020000  __TI_SYSMEM_SIZE                                                  
    0000a8100000  __RESOURCE_TABLE                                                  
    0000a8480000  gHeapBufferMem                                                    
    0000a84c3080  gTscISRLog                                                        
    0000a84c7298  UartObjects                                                       
    0000a84c84b8  I2cObjects                                                        
    0000a84c8cf0  xQueueRegistry                                                    
    0000a84c9290  __TI_tmpnams                                                      
    0000a84c9530  gMemUsageInfo                                                     
    0000a84c9580  HeapP_DPCParams                                                   
    0000a84c9590  statsEnd                                                          
    0000a84c95a0  statsStart                                                        
    0000a84c95b8  Osal_exptnLogFxn                                                  
    0000a84c95c0  parmbuf                                                           
    0000a84c95d4  ret_val                                                           
    0000a84c95d8  __CIOBUF_                                                         
    0000a84ca000  Mmu_tableArray                                                    
    0000a84da000  Mmu_tableArraySlot                                                
    0000a84db000  Mmu_level1Table                                                   
    0000a84dc000  Mmu_tableArray_NS                                                 
    0000a84ec000  Mmu_tableArraySlot_NS                                             
    0000a84ed000  Mmu_level1Table_NS                                                
    0000a84ef008  DDRSS_phyReg                                                      
    0000a84f0644  __TI_ft_end                                                       
    0000a84f0648  Exception_Module_state                                            
    0000a84f1688  DDRSS_phyRegNum                                                   
    0000a84f21a8  gTimerStructs                                                     
    0000a84f2a68  DDRSS_ctlReg                                                      
    0000a84f3194  DDRSS_phyIndepReg                                                 
    0000a84f3644  errno                                                             
    0000a84f3648  uartInitCfg                                                       
    0000a84f3a58  DDRSS_ctlRegNum                                                   
    0000a84f3df0  Hwi_Module_state                                                  
    0000a84f4058  DDRSS_phyIndepRegNum                                              
    0000a84f42b0  _ftable                                                           
    0000a84f4490  gDmTimerPInfoTbl                                                  
    0000a84f4670  I2C_config                                                        
    0000a84f47c0  i2cInitCfg                                                        
    0000a84f4910  gBoardDetCfg                                                      
    0000a84f4b50  gBoardClkModuleMainIDGroup2                                       
    0000a84f4c68  UART_config                                                       
    0000a84f4d70  gJ721E_MainPinmuxDataGesiIcssg                                    
    0000a84f4f50  gJ721E_WkupPinmuxData                                             
    0000a84f5030  _device                                                           
    0000a84f5108  gJ721E_MainPinmuxData                                             
    0000a84f51d8  gBoardI2cObj                                                      
    0000a84f5280  _stream                                                           
    0000a84f5450  gSciclientHandle                                                  
    0000a84f54d0  Osal_c7xRestrictedTimerID                                         
    0000a84f5548  gBoardUartBaseAddr                                                
    0000a84f55c0  pxCurrentTCB                                                      
    0000a84f55d0  FreeRTOS_errno                                                    
    0000a84f5b20  UART_FxnTable_v1                                                  
    0000a84f5ca0  gJ721E_MainPinmuxDataGesiCpsw9g                                   
    0000a84f5d00  gJ721E_MainPinmuxDataInfo                                         
    0000a84f5ec8  gBoardI2cBaseAddr                                                 
    0000a84f62e8  gOsal_HwAttrs                                                     
    0000a84f6358  gBoardClkModuleMcuIDInitGroup2                                    
    0000a84f6480  gJ721E_WkupPinmuxDataGesiIcssg                                    
    0000a84f66c0  ulCriticalNesting                                                 
    0000a84f66c4  ulPortTaskHasFPUContext                                           
    0000a84f66c8  ulPortYieldRequired                                               
    0000a84f66cc  ulPortInterruptNesting                                            
    0000a84f66d0  ulPortSchedularRunning                                            
    0000a84f66d4  uxPortIncorrectYieldCount                                         
    0000a84f66d8  ullPortSchedularStartTs                                           
    0000a84f66e0  pTickTimerHandle                                                  
    0000a84f66e8  gTscISRLogIdx                                                     
    0000a84f66f0  gOsalSemAllocCnt                                                  
    0000a84f66f4  gOsalSemPeak                                                      
    0000a84f66f8  gOsalTimerAllocCnt                                                
    0000a84f66fc  gOsalTimerPeak                                                    
    0000a84f6700  gOsalHwiAllocCnt                                                  
    0000a84f6704  gOsalHwiPeak                                                      
    0000a84f6708  gOsalMutexAllocCnt                                                
    0000a84f670c  gOsalMutexPeak                                                    
    0000a84f6710  gOsalHeapAllocCnt                                                 
    0000a84f6714  gOsalHeapPeak                                                     
    0000a84f6718  Osal_DebugP_Assert_Val                                            
    0000a84f6720  I2C_v1_FxnTable                                                   
    0000a84f67c0  gSciclient_secProxyCfg                                            
    0000a84f68d8  Board_cpswMdioInfo                                                
    0000a84f68f8  Board_gPruicssMdioInfo                                            
    0000a84f6918  gBoardClkModuleMainIDGroup1                                       
    0000a84f6938  gBoardClkModuleMcuIDInitGroupl                                    
    0000a84f6a18  gJ721E_WkupPinmuxDataHpb                                                                                    
    0000a84f6df0  HeapHandle                                                        
    0000a84f7170  Cache_Module_state                                                
    0000a84f71a0  gJ721E_WkupPinmuxDataGesiCpsw9g                                   
    0000a84f71b0  gJ721E_WkupPinmuxDataInfo                                         
    0000a84f7240  __TI_cleanup_ptr                                                  
    0000a84f7248  __TI_dtors_ptr                                                    
    0000a84f7250  uart_stdio                                                        
    0000a84f7260  gBoardI2cInitCfg                                                  
    0000a84f726c  gBoardInitParams                                                  
    0000a84f7288  _lock                                                             
    0000a84f7290  _unlock                                                           
    0000a84f72a0  pSciclient_secProxyCfg                                            
    0000a84f72a8  gIoExpI2cHandle                                                   
    0000a84f72b0  gBoardIDDump                                                      
    0000a84f72c0  gTscDeltaCalib                                                    
    0000a84f72c8  gOsalTaskAllocCnt                                                 
    0000a84f72cc  gOsalTaskPeak                                                     
    0000a84f7d34  gSciclientMap                                                     
    0000a84f81c0  _ctypes_                                                          
    0000a84f82c1  Exception_enablePrint                                             
    0000a84f82c2  Exception_useInternalBuffer                                       
    0000a84f82c3  Hwi_bootToNonSecure                                               
    0000a84f891c  Hwi_DEFAULT_INT_PRIORITY                                          
    0000a84f8920  UART_defaultParams                                                
    0000a84f8a20  I2C_defaultTransaction                                            
    0000a84f8aa8  Hwi_Object__PARAMS__C                                             
    0000a84f8bbc  Mmu_granuleSize                                                   
    0000a84f8d60  I2C_defaultParams                                                 
    0000a84f8ed0  Mmu_configInfo                                                    
    0000a84f8ee8  Mmu_defaultMapAttrs                                               
    0000a84f8f15  Hwi_dispatcherAutoNestingSupport                                  
    0000a84f8f16  Hwi_dispatcherIrpTrackingSupport                                  
    0000a84f8f17  Mmu_MAIR0                                                         
    0000a84f8f3b  Mmu_MAIR1                                                         
    0000a84f8f76  Mmu_MAIR2                                                         
    0000a84f8f77  Mmu_MAIR3                                                         
    0000a84f8f85  Mmu_MAIR4                                                         
    0000a84f8f86  Mmu_MAIR5                                                         
    0000a84f8f87  Mmu_MAIR6                                                         
    0000a84f8f88  Cache_initSize                                                    
    0000a84f8f9f  Mmu_MAIR7                                                         
    0000a84f8fab  Mmu_enableMMU                                                     
    0000a84f9000  Exception_exceptionHook                                           
    0000a84f9008  Exception_internalHook                                            
    0000a84f9010  Hwi_vectorTableBase                                               
    0000a84f9018  Hwi_vectorTableBase_SS                                            
    0000a84f9020  Mmu_initFunc                                                      
    0000a84f9028  TaskSupport_defaultStackSize                                      
    0000a84f9030  uxTopUsedPriority                                                       
    0000a84f9060  Mmu_tableArrayLen                                                 
    0000a84f9064  OS_mpeEnabled                                                     
    0000a84f9068  TaskSupport_stackAlignment                                        
    0000a84f9074  __c_args__                                                        
    0000a8500000  _stack                                                            
    0000a8520000  __TI_STACK_END                                                    
    0000a8520000  _sys_memory                                                       
    0000a8600000  __TI_printfi                                                      
    0000a8602300  __kernel_rem_pio2                                                 
    0000a8603d80  csl_wiz16m_cs_refclk100MHz_20b_USB_ln_ext_ssc_multilink_pll1      
    0000a8605340  TimestampProvider_Module_startup                                  
    0000a8606340  Exception_handler                                                 
    0000a8607dc0  CSL_serdesMultiLinkInit                                           
    0000a8608600  Hwi_dispatchAlways                                                
    0000a8609e00  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1           
    0000a860a600  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll0           
    0000a860adc0  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1_opt2      
    0000a860b580  Exception_internalHandler                                         
    0000a860bcc0  csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1_opt3       
    0000a860c400  csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_ln_multilink_pll0          
    0000a860cb40  cos                                                               
    0000a860cb40  cosl                                                              
    0000a860d200  csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1            
    0000a860d8c0  CSL_serdesRefclkSel                                               
    0000a860df40  Sciclient_serviceSecureProxy                                      
    0000a860ec00  CSL_serdesLaneEnable                                              
    0000a860f200  Sciclient_init                                                    
    0000a860f740  Exception_dispatch                                                
    0000a860fc80  CSL_serdesIPSelect                                                
    0000a8610140  Mmu_tableWalk                                                     
    0000a8610600  Board_getIDInfo_v2                                                
    0000a8611700  CSL_serdesEnableLanes                                             
    0000a8612240  Board_init                                                        
    0000a86125c0  LPDDR4_CheckCtlInterrupt                                          
    0000a8612cc0  LPDDR4_AckCtlInterrupt                                            
    0000a8613340  UARTFIFOConfig                                                    
    0000a86139c0  aligned_alloc                                                     
    0000a86139c0  memalign                                                          
    0000a8613d00  TaskP_create                                                      
    0000a8614000  __TI_frcdivd                                                      
    0000a8614600  fputs                                                             
    0000a8614bc0  Mmu_startup                                                       
    0000a8615400  xQueueGenericSend                                                 
    0000a86156c0  xTaskIncrementTick                                                
    0000a8615980  xTaskResumeAll                                                    
    0000a8616140  __c7xabi_divd                                                     
    0000a86163c0  csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_ext_ssc_multilink_pll0     
    0000a8616640  csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_int_ssc_multilink_pll0     
    0000a86168c0  free                                                              
    0000a8616b40  xQueueReceive                                                     
    0000a8616dc0  xQueueSemaphoreTake                                               
    0000a8617040  xTaskRemoveFromEventList                                          
    0000a86172c0  Board_i2cIoExpSetPinDirection                                     
    0000a8617500  HOSTrename                                                        
    0000a8617740  HwiP_create                                                       
    0000a8617bc0  Mmu_map                                                           
    0000a8618040  SemaphoreP_create                                                 
    0000a8618280  TimerP_create                                                     
    0000a8618700  vTaskSwitchContext                                                
    0000a8618b40  Sciclient_pmQueryModuleClkFreq                                    
    0000a8618d40  Sciclient_sendMessage                                             
    0000a8619140  UARTDivisorLatchWrite                                             
    0000a8619540  atoi                                                              
    0000a8619740  pvHeapMalloc                                                      
    0000a8619940  setvbuf                                                           
    0000a8619b40  vTaskPriorityDisinheritAfterTimeout                               
    0000a8619d40  xQueueGiveFromISR                                                 
    0000a8619f40  xQueueReceiveFromISR                                              
    0000a861a140  Board_cpsw9gEthPhyConfig                                          
    0000a861a300  Board_i2cInit                                                     
    0000a861a4c0  Board_i2cIoExpReadDirPort                                         
    0000a861a680  Board_i2cIoExpReadOutputPort                                      
    0000a861a840  Board_i2cIoExpWritePort                                           
    0000a861aa00  Board_icssEthPhyConfig                                            
    0000a861abc0  Board_pinmuxUpdate                                                
    0000a861ad80  Board_uartStdioInit                                               
    0000a861af40  CSL_clecConfigEvent                                               
    0000a861b100  HeapP_create                                                      
    0000a861b2c0  Hwi_reconfig                                                      
    0000a861b800  Sciclient_pmGetModuleClkNumParent                                 
    0000a861b9c0  Sciclient_pmGetModuleClkParent                                    
    0000a861bb80  Sciclient_pmModuleGetClkStatus                                    
    0000a861bd40  Sciclient_pmSetModuleClkFreq                                      
    0000a861c0c0  TimerP_start                                                      
    0000a861c280  __TI_readmsg                                                      
    0000a861c440  floor                                                             
    0000a861c440  floorl                                                            
    0000a861c600  fputc                                                             
    0000a861c600  putc                                                              
    0000a861cb40  setUp                                                             
    0000a861cd00  xQueueGenericReset                                                
    0000a861cec0  xTaskCreateStatic                                                 
    0000a861d080  xTaskPriorityDisinherit                                           
    0000a861d240  xTaskPriorityInherit                                              
    0000a861d580  Board_cpsw2gEthPhyConfig                                          
    0000a861d700  Board_pinmuxConfig                                                
    0000a861d880  Board_unlockMMR                                                   
    0000a861db80  Hwi_Module_startup                                                
    0000a861dd00  Hwi_dispatchCore                                                  
    0000a861e000  LPDDR4_AckPhyIndepInterrupt                                       
    0000a861e180  LPDDR4_CheckPhyIndepInterrupt                                     
    0000a861e300  LoadP_update                                                      
    0000a861e480  Pop_MemoryUsage                                                   
    0000a861e600  Sciclient_pmGetModuleClkFreq                                      
    0000a861e780  Sciclient_pmGetModuleState                                        
    0000a861e900  Sciclient_pmModuleClkRequest                                      
    0000a861ea80  Sciclient_pmSetModuleClkParent                                    
    0000a861ec00  Sciclient_pmSetModuleState                                        
    0000a861ed80  Sciclient_servicePrepareHeader                                    
    0000a861ef00  TaskSupport_setupTaskStack                                        
    0000a861f200  csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_int_ssc_multilink_pll0
    0000a861f380  eTaskGetState                                                     
    0000a861f500  getdevice                                                         
    0000a861f800  ldexp                                                             
    0000a861f800  ldexpl                                                            
    0000a861f800  scalbn                                                            
    0000a861f800  scalbnl                                                           
    0000a861f980  vTaskSuspend                                                      
    0000a861fb00  xQueueGenericCreateStatic                                         
    0000a861fc80  xTaskCheckForTimeOut                                              
    0000a861ff40  Board_control                                                     
    0000a86201c0  Board_getBoardData                                                
    0000a8620300  Board_pinmuxConfigMain                                            
    0000a8620440  Board_pinmuxConfigWkup                                            
    0000a8620580  CSL_serdesSetLoopback                                             
    0000a86206c0  HOSTlseek                                                         
    0000a8620800  HOSTopen                                                          
    0000a8620940  HeapP_getHeapStats                                                
    0000a8620a80  I2C_init                                                          
    0000a8620bc0  LPDDR4_ReadReg                                                    
    0000a8620d00  LPDDR4_WriteReg                                                   
    0000a8620e40  Sciclient_pmSetModuleRst                                          
    0000a86210c0  Sciclient_serviceGetThreadIds                                     
    0000a8621340  UART_init                                                         
    0000a86215c0  __TI_closefile                                                    
    0000a8621700  __TI_writemsg                                                     
    0000a8621814  C$$IO$$                                                           
    0000a8621840  __TI_wrt_ok                                                       
    0000a8621980  __c7xabi_divull                                                   
    0000a8621d40  vHeapFree                                                         
    0000a8621e80  vQueueAddToRegistry                                               
    0000a8621fc0  vTaskStartScheduler                                               
    0000a8622100  ApplyHammingWindow                                                
    0000a8622300  Board_DDRInit                                                     
    0000a8622500  Board_PLLInitMain                                                 
    0000a8622600  Board_PLLInitMcu                                                  
    0000a8622700  Board_detectBoard                                                 
    0000a8622800  Board_ethConfigCpsw9g                                             
    0000a8622a00  Board_i2cDeInit                                                   
    0000a8622b00  Board_isAlpha                                                     
    0000a8622c00  Board_moduleClockEnable                                           
    0000a8622e00  CSL_serdesOutClkEn                                                
    0000a8622f00  HOSTread                                                          
    0000a8623000  HOSTunlink                                                        
    0000a8623100  HOSTwrite                                                         
    0000a8623200  HeapP_delete                                                      
    0000a8623300  HeapP_free                                                        
    0000a8623400  HeapP_freertosSetup                                               
    0000a8623500  HwiP_delete                                                       
    0000a8623600  I2CMasterInitExpClk                                               
    0000a8623700  I2COwnAddressSet                                                  
    0000a8623b00  LPDDR4_WriteCtlConfig                                             
    0000a8623c00  LPDDR4_WritePhyConfig                                             
    0000a8623d00  LPDDR4_WritePhyIndepConfig                                        
    0000a8623e00  Mmu_addBlockEntry                                                 
    0000a8623f00  Mmu_allocTable                                                    
    0000a8624000  Mmu_readBlockEntry                                                
    0000a8624100  Osal_RegisterInterrupt                                            
    0000a8624200  SemaphoreP_delete                                                 
    0000a8624300  SemaphoreP_pend                                                   
    0000a8624400  TIMERModeConfigure                                                
    0000a8624600  TimerP_stop                                                       
    0000a8624700  UARTIntDisable                                                    
    0000a8624800  UARTIntEnable                                                     
    0000a8624900  UARTSubConfigTCRTLRModeEn                                         
    0000a8624a00  UARTTCRTLRBitValRestore                                           
    0000a8624d00  __TI_doflush                                                      
    0000a8624e00  __c7xabi_divlli                                                   
    0000a8624f00  __kernel_cos                                                      
    0000a8625000  __kernel_sin                                                      
    0000a8625100  close                                                             
    0000a8625200  csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_pll_ext_ssc_multilink_pll1 
    0000a8625300  csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_pll_multilink_pll0     
    0000a8625500  finddevice                                                        
    0000a8625600  fseek                                                             
    0000a8625600  fseeko                                                            
    0000a8625e00  vPortFree                                                         
    0000a8625f00  vQueueUnregisterQueue                                             
    0000a8626000  vTaskGetInfo                                                      
    0000a8626100  vTaskPlaceOnEventListRestricted                                   
    0000a8626200  xTimerCreateTimerTask                                             
    0000a86263c0  Board_cpsw9gEthConfig                                             
    0000a8626480  Board_cpswEnetExpComaModeCfg                                      
    0000a8626600  Board_getBoardIdData                                              
    0000a86266c0  Board_i2cIoExpPinLevelSet                                         
    0000a8626780  Board_lockMMRPartition                                            
    0000a8626840  Board_moduleClockInitMain                                         
    0000a8626900  Board_moduleClockInitMcu                                          
    0000a8626d80  Board_unlockMMRPartition                                          
    0000a8626e40  CSL_clecConfigEventLevel                                          
    0000a8626f00  CSL_serdesGetPLLStatus                                            
    0000a8626fc0  Cache_setSize                                                     
    0000a8627080  HOSTclose                                                         
    0000a8627140  HeapP_alloc                                                       
    0000a8627200  Hwi_Instance_finalize                                             
    0000a86272c0  Hwi_Instance_init                                                 
    0000a8627380  Hwi_construct                                                     
    0000a8627440  Hwi_dispatchC                                                     
    0000a8627500  Hwi_getStackInfo                                                  
    0000a86275c0  Hwi_switchToNS                                                    
    0000a8627680  I2CBufferStatus                                                   
    0000a8627a40  LPDDR4_Init                                                       
    0000a8627c80  LPDDR4_Start                                                      
    0000a8627e00  LoadP_addTask                                                     
    0000a8627ec0  Mmu_initMapAttrs                                                  
    0000a8627f80  OsalCfgClecAccessCtrl                                             
    0000a8628040  Sciclient_abiCheck                                                
    0000a8628100  Sciclient_flush                                                   
    0000a86281c0  Sciclient_getCurrentContext                                       
    0000a8628280  SemaphoreP_constructBinary                                        
    0000a8628340  SemaphoreP_post                                                   
    0000a8628340  SemaphoreP_postFromClock                                          
    0000a8628340  SemaphoreP_postFromISR                                            
    0000a8628400  TIMERReset                                                        
    0000a86284c0  TaskSupport_buildTaskStack                                        
    0000a8628580  TaskSupport_swap                                                  
    0000a8628640  TimerP_Params_init                                                
    0000a8628880  UARTDivisorValCompute                                             
    0000a8628940  UARTSetTimeOutValue                                               
    0000a8628dc0  UART_stdioInit                                                    
    0000a8628e80  UART_v1_callback                                                                                       
    0000a8629780  __TI_auto_init_nobinit_nopinit                                    
    0000a8629840  __TI_cleanup                                                      
    0000a8629900  __TI_ltoa                                                         
    0000a86299c0  __c7xabi_fixdli                                                   
    0000a8629a80  __c7xabi_fltlid                                                   
    0000a8629b40  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1_opt2     
    0000a8629c00  csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1_opt3  
    0000a8629cc0  csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_ext_ssc_multilink_pll0
    0000a8629d80  csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_no_ssc_multilink_pll0 
    0000a8629e40  csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_no_ssc_multilink_pll0      
    0000a862a080  frexp                                                             
    0000a862a080  frexpl                                                            
    0000a862a140  memcpy                                                            
    0000a862a200  printf                                                            
    0000a862a800  vHeapGetHeapStats                                                 
    0000a862a8c0  vListInsert                                                       
    0000a862a980  vPortYield                                                        
    0000a862aa40  vQueueWaitForMessageRestricted                                    
    0000a862ab00  vTaskPlaceOnEventList                                             
    0000a862abc0  vTaskSetThreadLocalStoragePointer                                 
    0000a862ac80  xQueueCreateCountingSemaphoreStatic                               
    0000a862ad40  BOARD_delay                                                       
    0000a862aec0  Board_cpsw2gMacModeConfig                                         
    0000a862af40  Board_cpswEnetExpPhyReset                                         
    0000a862afc0  Board_ethConfigIcss                                               
    0000a862b140  Board_getI2CHandle                                                
    0000a862b2c0  Board_i2cIoExpInit                                                
    0000a862b6c0  CSL_clecClearEvent                                                
    0000a862b740  CSL_clecGetC7xRtmapCpuId                                          
    0000a862b7c0  CSL_emifClearAllECCErrors                                         
    0000a862b840  CSL_emifConfig                                                    
    0000a862b940  CSL_serdesCycleDelay                                              
    0000a862b9c0  CSL_serdesInvertLaneRXPolarity                                    
    0000a862ba40  CSL_serdesInvertLaneTXPolarity                                    
    0000a862bac0  CSL_serdesPorReset                                                
    0000a862bb40  Cache_Module_startup                                              
    0000a862bbc0  Cache_disable                                                     
    0000a862bc40  Cache_enable                                                      
    0000a862bcc0  Cache_getSize                                                     
    0000a862bd40  DebugP_exceptionLog                                               
    0000a862bdc0  Exception_Module_startup                                          
    0000a862be40  HwiP_Params_init                                                  
    0000a862bec0  HwiP_disable                                                      
    0000a862bf40  HwiP_restore                                                      
    0000a862bfc0  Hwi_disableIER                                                    
    0000a862c040  Hwi_disableInterrupt                                              
    0000a862c0c0  Hwi_enableIER                                                     
    0000a862c140  Hwi_enableInterrupt                                               
    0000a862c1c0  Hwi_eventMap                                                      
    0000a862c240  Hwi_getIsrStackAddress                                            
    0000a862c2c0  Hwi_postInit                                                      
    0000a862c340  Hwi_secureStart                                                   
    0000a862c3c0  Hwi_setPriority                                                   
    0000a862c440  Hwi_switchAndDispatch                                             
    0000a862c4c0  I2CFIFOClear                                                      
    0000a862c5c0  I2C_open                                                          
    0000a862c640  I2C_socGetInitCfg                                                 
    0000a862c6c0  I2C_socSetInitCfg                                                 
    0000a862c740  I2C_transfer                                                      
    0000a862c8c0  LPDDR4_Probe                                                      
    0000a862c940  Mmu_addTableEntry                                                 
    0000a862c9c0  Mmu_disable                                                       
    0000a862ca40  Mmu_enable                                                        
    0000a862cac0  Mmu_freeTable                                                     
    0000a862cb40  OS_init                                                           
    0000a862cbc0  Osal_RegisterInterrupt_initParams                                 
    0000a862cc40  Osal_delay                                                        
    0000a862ccc0  Osal_getThreadType                                                
    0000a862cdc0  Sciclient_configPrmsInit                                          
    0000a862ce40  Sciclient_readThread32                                            
    0000a862cf40  Sciclient_verifyThread                                            
    0000a862cfc0  Sciclient_waitThread                                              
    0000a862d040  SemaphoreP_Params_init                                            
    0000a862d0c0  SemaphoreP_constructCounting                                      
    0000a862d140  TIMERCompareSet                                                   
    0000a862d1c0  TIMERCounterSet                                                   
    0000a862d240  TIMERDisable                                                      
    0000a862d2c0  TIMEREnable                                                       
    0000a862d340  TIMERIntDisable                                                   
    0000a862d3c0  TIMERIntEnable                                                    
    0000a862d440  TIMERIntStatusClear                                               
    0000a862d4c0  TIMERPostedModeConfig                                             
    0000a862d540  TIMERReadModeConfig                                               
    0000a862d5c0  TIMERReloadSet                                                    
    0000a862d6c0  TaskP_Params_init                                                 
    0000a862d740  TaskP_getFreertosHandle                                           
    0000a862d8c0  TimerP_mapId                                                      
    0000a862d940  UARTCharGetNonBlocking2                                           
    0000a862d9c0  UARTCharPut                                                       
    0000a862da40  UARTCharPutNonBlocking                                            
    0000a862dac0  UARTEnhanFuncBitValRestore                                        
    0000a862db40  UARTEnhanFuncEnable                                               
    0000a862dbc0  UARTFIFORegisterWrite                                             
    0000a862dc40  UARTHardwareFlowCtrlOptSet                                        
    0000a862dcc0  UARTIntIdentityGet                                                
    0000a862dd40  UARTIsTransmitterEmpty                                            
    0000a862ddc0  UARTLineCharacConfig                                              
    0000a862de40  UARTLoopbackModeControl                                           
    0000a862dec0  UARTOperatingModeSelect                                           
    0000a862df40  UARTRegConfigModeEnable                                           
    0000a862e1c0  UART_socGetInitCfg                                                
    0000a862e240  UART_socSetInitCfg                                                    
    0000a862e540  _args_main                                                        
    0000a862e5c0  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1          
    0000a862e640  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll0      
    0000a862e6c0  csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll1      
    0000a862e740  csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1           
    0000a862e7c0  csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1_opt3      
    0000a862e840  csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1       
    0000a862e8c0  csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_multilink_pll0         
    0000a862e940  longjmp                                                           
    0000a862e9c0  lseek                                                             
    0000a862ea40  main                                                              
    0000a862eac0  memset                                                            
    0000a862f0c0  pvTaskIncrementMutexHeldCount                                     
    0000a862f140  pxPortInitialiseStack                                             
    0000a862f1c0  setjmp                                                            
    0000a862f240  tearDown                                                          
    0000a862f2c0  test_heapMemory_Stats                                             
    0000a862f340  uiPortGetRunTimeCounterValue                                      
    0000a862f3c0  unlink                                                            
    0000a862f440  uxListRemove                                                      
    0000a862f4c0  vApplicationLoadHook                                              
    0000a862f540  vListInitialise                                                   
    0000a862f5c0  vListInsertEnd                                                    
    0000a862f640  vPortAssertIfInISR                                                
    0000a862f6c0  vPortYieldAsyncFromISR                                            
    0000a862f740  vQueueDelete                                                      
    0000a862f7c0  vTaskDelay                                                        
    0000a862f840  vTaskEnterCritical                                                
    0000a862f8c0  vTaskExitCritical                                                 
    0000a862f940  wcslen                                                            
    0000a862f9c0  write                                                             
    0000a862fa40  ti_printNum                                                      
    0000a862fac0  xTaskGetSchedulerState                                            
    0000a862fb40  xTaskGetTickCount                                                 
    0000a862fc40  Board_PLLInit                                                     
    0000a862fcc0  Board_ethConfigCpsw2g                                             
    0000a862fd00  Board_getSocDomain                                                
    0000a862fd40  Board_i2cIoExpDeInit                                              
    0000a862fdc0  Board_isBoardDDRIdDataValid                                       
    0000a862fe80  Board_restoreRATCfg                                               
    0000a862fec0  Board_serdesCfg                                                   
    0000a862ff00  Board_setI2cInitConfig                                            
    0000a862ff40  Board_setRATCfg                                                   
    0000a8630040  CSL_secProxyGetDataAddr                                           
    0000a8630080  CSL_serdesReleaseReset                                            
    0000a86300c0  Cache_getL1DCFG                                                   
    0000a8630100  Cache_getL2CFG                                                    
    0000a8630140  Cache_setL1DCFG                                                   
    0000a8630180  Cache_setL2CFG                                                    
    0000a86301c0  DebugP_log0                                                       
    0000a8630200  DebugP_log1                                                       
    0000a8630240  DebugP_log2                                                       
    0000a8630280  DebugP_log3                                                       
    0000a86302c0  HeapP_Params_init                                                 
    0000a8630300  HwiP_clearInterrupt                                               
    0000a8630340  HwiP_disableInterrupt                                             
    0000a8630380  HwiP_enableInterrupt                                              
    0000a86303c0  Hwi_Params__init__S                                               
    0000a8630400  Hwi_Params_init                                                   
    0000a8630440  Hwi_clearInterrupt                                                
    0000a8630480  Hwi_destruct                                                      
    0000a86304c0  Hwi_disable                                                       
    0000a8630500  Hwi_enable                                                        
    0000a8630540  Hwi_getCXM                                                        
    0000a8630580  Hwi_getEventId                                                    
    0000a8630600  Hwi_restore                                                       
    0000a8630640  Hwi_setCOP                                                        
    0000a8630680  Hwi_switchFromBootStack                                           
    0000a86306c0  I2CAutoIdleDisable                                                
    0000a8630700  I2CConfig                                                         
    0000a8630740  I2CDataCountGet                                                   
    0000a8630780  I2CGetEnabledIntStatus                                            
    0000a86307c0  I2CMasterBusBusy                                                  
    0000a8630800  I2CMasterControl                                                  
    0000a8630840  I2CMasterDataGet                                                  
    0000a8630880  I2CMasterDataPut                                                  
    0000a86308c0  I2CMasterDisable                                                  
    0000a8630900  I2CMasterEnable                                                   
    0000a8630940  I2CMasterEnableFreeRun                                            
    0000a8630980  I2CMasterGetSysTest                                               
    0000a86309c0  I2CMasterIntClearEx                                               
    0000a8630a00  I2CMasterIntDisableEx                                             
    0000a8630a40  I2CMasterIntEnableEx                                              
    0000a8630a80  I2CMasterIntRawStatus                                             
    0000a8630ac0  I2CMasterIntRawStatusEx                                           
    0000a8630b00  I2CMasterIntStatus                                                
    0000a8630b40  I2CMasterSetSysTest                                               
    0000a8630b80  I2CMasterSlaveAddrSet                                             
    0000a8630bc0  I2CMasterStart                                                    
    0000a8630c00  I2CMasterStop                                                     
    0000a8630c40  I2CSetDataCount                                                   
    0000a8630c80  I2CSlaveDataGet                                                   
    0000a8630cc0  I2CSlaveIntClearEx                                                
    0000a8630d00  I2CSlaveIntDisableEx                                              
    0000a8630d40  I2CSlaveIntEnableEx                                               
    0000a8630d80  I2CSlaveIntRawStatus                                              
    0000a8630dc0  I2CSoftReset                                                      
    0000a8630e00  I2CSyscInit                                                       
    0000a8630e40  I2CSystemStatusGet                                                
    0000a8630e80  I2C_Params_init                                                   
    0000a8630ec0  I2C_close                                                         
    0000a8630f40  I2C_transactionInit                                               
    0000a8631000  InitMmu                                                           
    0000a8631040  IntrinsicsSupport_maxbit                                          
    0000a8631080  IntrinsicsSupport_mfence                                          
    0000a8631140  Mmu_disableI                                                      
    0000a8631180  Mmu_enableI                                                       
    0000a86311c0  Mmu_enableI_secure                                                
    0000a8631200  Mmu_init                                                          
    0000a8631240  Mmu_isEnabled                                                     
    0000a8631280  Mmu_setMAIRAsm                                                    
    0000a86312c0  Mmu_setTCR                                                        
    0000a8631300  Mmu_tlbInvAll                                                     
    0000a8631340  OS_start                                                          
    0000a8631380  OS_stop                                                           
    0000a8631400  Osal_ClearInterrupt                                               
    0000a8631440  Osal_DebugP_assert                                                
    0000a8631480  Osal_DebugP_assert_fcn                                            
    0000a86314c0  Osal_DeleteInterrupt                                              
    0000a8631500  Osal_DisableInterrupt                                             
    0000a8631540  Osal_EnableInterrupt                                              
    0000a8631580  Osal_getCoreId                                                    
    0000a86315c0  Osal_initMmuDefault                                               
    0000a8631600  Sciclient_readThreadCount                                         
    0000a8631640  Sciclient_service                                                 
    0000a8631680  Sciclient_threadStatusReg                                         
    0000a86316c0  TIMERIntStatusGet                                                 
    0000a8631700  TIMERWritePostedStatusGet                                         
    0000a8631740  TaskP_sleep                                                       
    0000a8631780  TaskSupport_getStackAlignment                                     
    0000a86317c0  TaskSupport_glue                                                  
    0000a8631800  TaskSupport_glueUnpriv                                            
    0000a8631840  Task_enter                                                        
    0000a86318c0  TimerP_getDefaultFreqHi                                           
    0000a8631900  TimerP_getDefaultFreqLo                                           
    0000a8631940  UARTBreakCtl                                                      
    0000a8631980  UARTDirEnControl                                                  
    0000a86319c0  UARTDirPolSet                                                     
    0000a8631a00  UARTDivisorLatchDisable                                           
    0000a8631a40  UARTFIFOCharPut                                                   
    0000a8631ac0  UARTInt2Disable                                                   
    0000a8631b00  UARTInt2Enable                                                    
    0000a8631b40  UARTInt2StatusGet                                                 
    0000a8631b80  UARTReadStatus                                                    
    0000a8631bc0  UARTTxFIFOFullStatusGet                                           
    0000a8631c00  UART_Params_init                                                  
    0000a8631cc0  UART_open                                                         
    0000a8631d40  __c7xabi_fixdlli                                                  
    0000a8631d80  __c7xabi_fltllid                                                  
    0000a8631dc0  _c_int00                                                          
    0000a8631e00  _nop                                                              
    0000a8631ec0  _system_post_cinit                                                
    0000a8631f00  _system_pre_init                                                  
    0000a8631f40  C$$EXIT                                                           
    0000a8631f40  abort                                                             
    0000a8631f80  c7x_startup_init                                                  
    0000a8631fc0  copysign                                                          
    0000a8631fc0  copysignl                                                         
    0000a8632000  csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_ext_ssc_multilink_pll1     
    0000a8632040  exit                                                              
    0000a8632080  llabs                                                             
    0000a86320c0  malloc                                                            
    0000a8632100  memccpy                                                           
    0000a8632280  Task_exit                                                         
    0000a8632300  putchar                                                           
    0000a8632340  remove                                                            
    0000a86323c0  ti_sysbios_knl_Task_Func                                          
    0000a8632400  ulTaskGetIdleRunTimeCounter                                       
    0000a8632440  uxTaskGetNumberOfTasks                                            
    0000a8632480  vApplicationGetIdleTaskMemory                                     
    0000a86324c0  vApplicationGetTimerTaskMemory                                    
    0000a8632500  vApplicationIdleHook                                              
    0000a8632540  vApplicationStackOverflowHook                                     
    0000a8632580  vHeapCreateStatic                                                 
    0000a86325c0  vHeapDelete                                                       
    0000a8632600  vListInitialiseItem                                               
    0000a8632640  vPortConfigTimerForRunTimeStats                                   
    0000a8632680  vPortEndScheduler                                                 
    0000a86326c0  vPortRestoreTaskContext                                           
    0000a8632700  vPortTimerTickHandler                                             
    0000a8632740  vPortValidateInterruptPriority                                    
    0000a8632780  vPortYeildFromISR                                                 
    0000a86327c0  vTaskEndScheduler                                                 
    0000a8632800  vTaskInternalSetTimeOutState                                      
    0000a8632840  vTaskMissedYield                                                  
    0000a8632880  vTaskSuspendAll                                                   
    0000a86328c0  ti_print                                                         
    0000a8632900  xPortInIsrContext                                                 
    0000a8632940  xPortStartScheduler                                               
    0000a8800000  secure_soft_reset                                                 
    0000a8a00000  _c_int00_secure                                                   
    0000a8c00000  soft_reset                                                        
    UNDEFED       __TI_CINIT_Base                                                   
    UNDEFED       __TI_CINIT_Limit                                                  
    UNDEFED       __TI_Handler_Table_Base                                           
    UNDEFED       __TI_Handler_Table_Limit                                          
    
    [686 symbols]
    

    Regards,

    Madhu

  • Hi Madhu,

    Global variables/buffers get allocated in the .bss section of the memory and not the heap. You can see this from the map file as well

     heap on the other hand is used for dynamic memory allocation during the runtime of the program.

    My question is how the linker is able to allocate the global buffer on DDR_SPACE by default , is there any memory configuration which will perform heap allocation on DDR_SPACE by default ?

    Since your .bss in also in DDR_SPACE in the linker file, you are seeing the gHeapBufferMem there. If you move .bss to some other location, you should be able to see gHeapBufferMem at a different location as well

    Regadrs,
    Parth

  • Hi,

    Thanks for your reply 

    I understand the reason behind the gHeapBufferMem getting allocated on the DDR SPACE , so now I tried allocating the same buffer on the actual heap region like this ,

    "int16_t gHeapBufferMem[HEAP_TOTAL_SIZE/sizeof(int16_t)] __attribute__((section(".sysmem"),aligned(HeapP_BYTE_ALIGNMENT)));"

    The only issue which I am facing while compiling this file now is , as shown below

    Every time I compile after adding the actual section given in the linker file I am getting this issue , like it is asking for extra 2 bytes in that buffer how to address this issue ? 

    Regards,

    Madhu

  • Hi Madhu,

    Every time I compile after adding the actual section given in the linker file I am getting this issue , like it is asking for extra 2 bytes in that buffer how to address this issue ? 

    Looks like first two bytes of .sysmem is getting allocated to rts_7100_le.lib, which is why you are seeing that error.

    Do you have a specific use case where you want to use the complete heap space in the form of gHeapBufferMem? 

    Regards,
    Parth