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.

CCS/TMDSLCDK6748: Can't run baremetal apps

Part Number: TMDSLCDK6748


Tool/software: Code Composer Studio

Hi there,

I'm struggling to run baremetal applications. First i had problems with the linkers, and now finally passed that phase and i get:

C674X_0: File Loader: Verification failed: Values at address 0x00700001 do not match Please verify target memory and memory map.
C674X_0: GEL: File: C:\Users\afons\Desktop\tese\workspace_v9\ledblink_baremetal\Debug\ledblink_baremetal.out: a data verification error occurred, file load failed.

My rtsc app works but i don't no why i can't get the Led's to change state, so i'm trying to do it in a baremetal app.

It seems like the code is uploaded to the board and it initializes, then this error occurs.

Could you help me?

Thank you,

Afonso Silva

  • Afonso,

    Looking at the memory map defined in the GEL file for the C6748 LCDK it looks like 0x00700001 is ROM.

    GEL_MapAddStr( 0x00700000, 0, 0x00100000, "R|W|AS4", 0 );   // DSP L2 ROM

    Same when I look at the default linker command file:

        DSPL2ROM     o = 0x00700000  l = 0x00100000   /* 1MB L2 Internal ROM */

    Is your program placing something there?  Can you check the linker command (.cmd) file in the project to see if it is placing something there?  The .map file in the \Debug folder should also show if anything is being placed there.

    Regards,

    John

  • Is the linker reporting any warnings of the form warning #10247-D: creating output section "<section_name>" without a SECTIONS specification ?

    If so, the linker will place the section in a "random" memory region which leads to errors when trying to load or run the program.

  • I think it might have to do with the libraries i chose in linking...

    But yes, the ROM is in that address, but i don't know if any program is being loaded there, doesn't seem like it

  • No, Im not getting that error, what happens is shown in the secttion above, the board initializes and i get that error.

    Maybe it has something to do with the .ae674 files i used?

  • Afonso Silva said:
    Maybe it has something to do with the .ae674 files i used?

    Are you able to post the .map file created by the linker?

    That should help to determine what has been placed at address 0x00700001, and from which library / object file.

  • here is that file

    It doesn't seem used

  • This was not the right file, sorry, yes the ROM seems to be used, but it is not suposed to?

    ******************************************************************************
                   TMS320C6x Linker PC v8.3.5                      
    ******************************************************************************
    >> Linked Fri Feb 12 19:06:27 2021
    
    OUTPUT FILE NAME:   <ledblink_baremetal.out>
    ENTRY POINT SYMBOL: "_c_int00"  address: 8000d1a0
    
    
    MEMORY CONFIGURATION
    
             name            origin    length      used     unused   attr    fill
    ----------------------  --------  ---------  --------  --------  ----  --------
      DSPL2ROM              00700000   00100000  00000220  000ffde0  RWIX
      DSPL2RAM              00800000   00040000  00000000  00040000  RWIX
      DSPL1PRAM             00e00000   00008000  00000000  00008000  RWIX
      DSPL1DRAM             00f00000   00008000  00000000  00008000  RWIX
      SHDSPL2ROM            11700000   00100000  00000000  00100000  RWIX
      SHDSPL2RAM            11800000   00040000  00000000  00040000  RWIX
      SHDSPL1PRAM           11e00000   00008000  00000000  00008000  RWIX
      SHDSPL1DRAM           11f00000   00008000  00000000  00008000  RWIX
      EMIFACS0              40000000   20000000  00000000  20000000  RWIX
      EMIFACS2              60000000   02000000  00000000  02000000  RWIX
      EMIFACS3              62000000   02000000  00000000  02000000  RWIX
      EMIFACS4              64000000   02000000  00000000  02000000  RWIX
      EMIFACS5              66000000   02000000  00000000  02000000  RWIX
      SHRAM                 80000000   00020000  00011db6  0000e24a  RWIX
      DDR2                  c0000000   20000000  00000000  20000000  RWIX
    
    
    SEGMENT ALLOCATION MAP
    
    run origin  load origin   length   init length attrs members
    ----------  ----------- ---------- ----------- ----- -------
    00700000    00700000    00000220   00000220    r-x
      00700000    00700000    00000220   00000220    r-x .csl_vect
    80000000    80000000    0000e460   0000e460    r-x
      80000000    80000000    0000e460   0000e460    r-x .text
    8000e460    8000e460    00003214   00000000    rw-
      8000e460    8000e460    00001d10   00000000    rw- .far
      80010170    80010170    00000800   00000000    rw- .stack
      80010970    80010970    00000800   00000000    rw- .sysmem
      80011170    80011170    00000504   00000000    rw- .fardata
    80011678    80011678    000002ca   000002ca    r--
      80011678    80011678    000002ca   000002ca    r-- .const
    80011948    80011948    00000120   00000000    rw-
      80011948    80011948    00000120   00000000    rw- .cio
    80011a68    80011a68    000000fc   000000fc    r--
      80011a68    80011a68    000000fc   000000fc    r-- .switch
    80011b64    80011b64    00000084   00000000    rw-
      80011b64    80011b64    00000058   00000000    rw- .bss
      80011bbc    80011bbc    0000002c   00000000    rw- .neardata
    80011be8    80011be8    000001d8   000001d8    r--
      80011be8    80011be8    000001d8   000001d8    r-- .cinit
    
    
    SECTION ALLOCATION MAP
    
     output                                  attributes/
    section   page    origin      length       input sections
    --------  ----  ----------  ----------   ----------------
    .text      0    80000000    0000e460     
                      80000000    00002040     rts6740_elf.lib : _printfi.c.obj (.text:__TI_printfi)
                      80002040    000006e0     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_v0_hwiIntFxn$0)
                      80002720    00000660     rts6740_elf.lib : _printfi.c.obj (.text:_pconv_a)
                      80002d80    000005e0                     : divd.c.obj (.text:__c6xabi_divd)
                      80003360    000004a0     ti.board.ae674 : lcdkOMAPL138_pinmux.oe674 (.text:Board_pinmuxConfig)
                      80003800    00000460     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_open_v0$0)
                      80003c60    00000420     ti.csl.intc.ae674 : csl_intcHwControl.oe674 (.text:csl_section:intc:CSL_intcHwControl)
                      80004080    00000400     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_write2_v0$0)
                      80004480    00000400     rts6740_elf.lib : _printfi.c.obj (.text:_pconv_g)
                      80004880    000003e0     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_read2_v0$0)
                      80004c60    000003c0     rts6740_elf.lib : memory.c.obj (.text:free)
                      80005020    00000380     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_setConfig_v0$0)
                      800053a0    00000320     ti.csl.ae674 : csl_tmrHwControl.oe674 (.text:csl_section:tmr:CSL_tmrHwControl)
                      800056c0    00000300     ti.board.ae674 : lcdkOMAPL138_pll.oe674 (.text:Board_CorePLLConfig)
                      800059c0    000002e0     rts6740_elf.lib : fputs.c.obj (.text:fputs)
                      80005ca0    000002c0     ti.board.ae674 : lcdkOMAPL138_pll.oe674 (.text:Board_DDRPLLConfig)
                      80005f60    000002a0     ti.osal.ae674 : Arch_util.oe674 (.text:OsalArch_HwiPCreate)
                      80006200    000002a0     rts6740_elf.lib : _printfi.c.obj (.text:_pconv_e)
                      800064a0    000002a0                     : _printfi.c.obj (.text:fcvt)
                      80006740    00000260                     : imath64.c.obj (.text:__c6xabi_divull)
                      800069a0    00000260     ti.csl.intc.ae674 : csl_intcOpen.oe674 (.text:csl_section:intc:CSL_intcOpen)
                      80006c00    00000240     ti.board.ae674 : lcdkOMAPL138_clock.oe674 (.text:Board_moduleClockEnable)
                      80006e40    00000220     ti.csl.intc.ae674 : _csl_intcCombEventDispatcher.oe674 (.text:csl_section:intc:CSL_intcEvent0Dispatcher)
                      80007060    00000220                       : _csl_intcCombEventDispatcher.oe674 (.text:csl_section:intc:CSL_intcEvent1Dispatcher)
                      80007280    00000220                       : _csl_intcCombEventDispatcher.oe674 (.text:csl_section:intc:CSL_intcEvent2Dispatcher)
                      800074a0    00000220                       : _csl_intcCombEventDispatcher.oe674 (.text:csl_section:intc:CSL_intcEvent3Dispatcher)
                      800076c0    00000200     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_v0_hwiFxn$0)
                      800078c0    00000200     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_readPolling_v0$0)
                      80007ac0    00000200     rts6740_elf.lib : _printfi.c.obj (.text:_ltostr)
                      80007cc0    000001e0     ti.board.ae674 : lcdkOMAPL138_clock.oe674 (.text:Board_moduleClockSyncReset)
                      80007ea0    000001c0     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_init_v0$0)
                      80008060    000001c0     rts6740_elf.lib : imath40.c.obj (.text:__c6xabi_divul)
                      80008220    000001c0     ti.csl.intc.ae674 : _csl_intcDispatcher.oe674 (.text:csl_section:intc:CSL_intcDispatcher)
                      800083e0    000001c0     rts6740_elf.lib : fputc.c.obj (.text:fputc)
                      800085a0    000001c0                     : frexp.c.obj (.text:frexp)
                      80008760    000001c0                     : memory.c.obj (.text:malloc)
                      80008920    000001c0                     : setvbuf.c.obj (.text:setvbuf)
                      80008ae0    000001a0     ti.board.ae674 : lcdkOMAPL138_ddr.oe674 (.text:Board_DDR3Init)
                      80008c80    000001a0     rts6740_elf.lib : hostrename.c.obj (.text:HOSTrename)
                      80008e20    000001a0     ti.osal.ae674 : RegisterIntr_nonos.oe674 (.text:Osal_RegisterInterrupt)
                      80008fc0    00000180     ti.board.ae674 : lcdkOMAPL138.oe674 (.text:Board_init)
                      80009140    00000180     ti.osal.ae674 : SemaphoreP_nonos.oe674 (.text:SemaphoreP_create)
                      800092c0    00000180     ti.csl.intc.ae674 : csl_intcInit.oe674 (.text:csl_section:intc:CSL_intcInit)
                      80009440    00000180     rts6740_elf.lib : ldexp.c.obj (.text:ldexp)
                      800095c0    00000160     ti.osal.ae674 : delay.oe674 (.text:Delay_32kFClk)
                      80009720    00000160     ti.csl.ae674 : gpio.oe674 (.text:GPIOSetIntrType_v0)
                      80009880    00000140     ti.csl.intc.ae674 : _csl_intcIntrEnDisRes.oe674 (.text:csl_section:intc)
                      800099c0    00000140     ti.csl.ae674 : csl_tmrHwSetup.oe674 (.text:csl_section:tmr:CSL_tmrHwSetup)
                      80009b00    00000140     hello.obj (.text)
                      80009c40    00000120     ti.board.ae674 : lcdkOMAPL138_pinmux.oe674 (.text:Board_configEmifPinMux)
                      80009d60    00000120     ti.osal.ae674 : SemaphoreP_nonos.oe674 (.text:SemaphoreP_pend)
                      80009e80    00000120     rts6740_elf.lib : _printfi.c.obj (.text:_pconv_f)
                      80009fa0    00000120                     : getdevice.c.obj (.text:getdevice)
                      8000a0c0    00000100     ti.board.ae674 : lcdkOMAPL138_clock.oe674 (.text:Board_moduleClockInit)
                      8000a1c0    00000100     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_enableInt_v0$0)
                      8000a2c0    00000100                       : GPIO_v0.oe674 (.text:GPIO_toggle_v0$0)
                      8000a3c0    00000100                       : GPIO_v0.oe674 (.text:GPIO_write_v0$0)
                      8000a4c0    00000100     ti.osal.ae674 : Arch_util.oe674 (.text:OsalArch_getHandle)
                      8000a5c0    00000100     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_read_v0$0)
                      8000a6c0    00000100                       : UART_v0.oe674 (.text:UART_writePolling_v0$0)
                      8000a7c0    00000100                       : UART_v0.oe674 (.text:UART_write_v0$0)
                      8000a8c0    00000100     rts6740_elf.lib : fclose.c.obj (.text:__TI_closefile)
                      8000a9c0    00000100                     : copy_decompress_rle.c.obj (.text:__TI_decompress_rle_core)
                      8000aac0    00000100                     : _printfi.c.obj (.text:_mcpy)
                      8000abc0    00000100                     : atoi.c.obj (.text:atoi)
                      8000acc0    00000100     ti.csl.intc.ae674 : csl_intcPlugEventHandler.oe674 (.text:csl_section:intc:CSL_intcPlugEventHandler)
                      8000adc0    00000100     rts6740_elf.lib : fseek.c.obj (.text:fseek)
                      8000aec0    000000e0     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_setCallback_v0$0)
                      8000afa0    000000e0     rts6740_elf.lib : hostlseek.c.obj (.text:HOSTlseek)
                      8000b080    000000e0                     : hostopen.c.obj (.text:HOSTopen)
                      8000b160    000000e0                     : hostwrite.c.obj (.text:HOSTwrite)
                      8000b240    000000e0     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_close_v0$0)
                      8000b320    000000e0                       : UART_v0.oe674 (.text:UART_readCancelNoCB$0)
                      8000b400    000000e0     rts6740_elf.lib : _ltoa.c.obj (.text:__TI_ltoa)
                      8000b4e0    000000e0                     : _io_perm.c.obj (.text:__TI_wrt_ok)
                      8000b5c0    000000e0                     : close.c.obj (.text:close)
                      8000b6a0    000000e0     ti.csl.ae674 : csl_tmrGetHwStatus.oe674 (.text:csl_section:tmr:CSL_tmrGetHwStatus)
                      8000b780    000000e0     rts6740_elf.lib : exit.c.obj (.text:exit)
                      8000b860    000000e0                     : memset.c.obj (.text:memset)
                      8000b940    000000e0                     : printf.c.obj (.text:printf)
                      8000ba20    000000c0     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_disableInt_v0$0)
                      8000bae0    000000c0     rts6740_elf.lib : hostread.c.obj (.text:HOSTread)
                      8000bba0    000000c0                     : hostunlink.c.obj (.text:HOSTunlink)
                      8000bc60    000000c0     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_charPut$0)
                      8000bd20    000000c0                       : UART_stdio.oe674 (.text:UART_stdioInit)
                      8000bde0    000000c0                       : UART_v0.oe674 (.text:UART_writeCancelNoCB$0)
                      8000bea0    000000c0     rts6740_elf.lib : autoinit.c.obj (.text:__TI_auto_init_nobinit_nopinit:__TI_auto_init_nobinit_nopinit)
                      8000bf60    000000c0                     : fflush.c.obj (.text:__TI_doflush)
                      8000c020    000000c0                     : divu.asm.obj (.text:__divu)
                      8000c0e0    000000c0     ti.csl.intc.ae674 : csl_intcClose.oe674 (.text:csl_section:intc:CSL_intcClose)
                      8000c1a0    000000c0     ti.csl.ae674 : csl_tmrOpen.oe674 (.text:csl_section:tmr:CSL_tmrOpen)
                      8000c260    000000c0     rts6740_elf.lib : memory.c.obj (.text:mremove)
                      8000c320    000000c0                     : tls.c.obj (.text:tls:init:__TI_tls_init)
                      8000c3e0    000000a0                     : hostclose.c.obj (.text:HOSTclose)
                      8000c480    000000a0     ti.osal.ae674 : SemaphoreP_nonos.oe674 (.text:SemaphoreP_post)
                      8000c520    000000a0     ti.drv.uart.ae674 : UART_drv.oe674 (.text:UART_init)
                      8000c5c0    000000a0                       : UART_v0.oe674 (.text:UART_v0_callback)
                      8000c660    000000a0     rts6740_elf.lib : fopen.c.obj (.text:__TI_cleanup)
                      8000c700    000000a0                     : _printfi.c.obj (.text:_ecpy)
                      8000c7a0    000000a0     ti.csl.ae674 : csl_timerGetBaseAddress.oe674 (.text:csl_section:tmr:CSL_tmrGetBaseAddress)
                      8000c840    000000a0     rts6740_elf.lib : getdevice.c.obj (.text:finddevice)
                      8000c8e0    000000a0                     : memcpy64.asm.obj (.text:memcpy)
                      8000c980    000000a0                     : memory.c.obj (.text:minsert)
                      8000ca20    00000080     ti.board.ae674 : lcdkOMAPL138_clock.oe674 (.text:CSL_PSC_setModuleNextState$0)
                      8000caa0    00000080     ti.osal.ae674 : EventCombinerP_nonos.oe674 (.text:EventCombinerP_dispatchPlug)
                      8000cb20    00000080                   : EventCombinerP_nonos.oe674 (.text:EventCombinerP_getHwi)
                      8000cba0    00000080                   : EventCombinerP_nonos.oe674 (.text:EventCombinerP_getIntNum)
                      8000cc20    00000080     ti.csl.ae674 : gpio.oe674 (.text:GPIOSetDirMode_v0)
                      8000cca0    00000080     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_clearInt_v0$0)
                      8000cd20    00000080                       : GPIO_v0.oe674 (.text:GPIO_read_v0$0)
                      8000cda0    00000080     ti.osal.ae674 : HwiP_nonos.oe674 (.text:HwiP_delete)
                      8000ce20    00000080                   : Arch_util.oe674 (.text:OsalArch_oneTimeInit)
                      8000cea0    00000080                   : RegisterIntr_nonos.oe674 (.text:Osal_DeleteInterrupt)
                      8000cf20    00000080                   : SemaphoreP_nonos.oe674 (.text:SemaphoreP_delete)
                      8000cfa0    00000080     ti.csl.ae674 : uart.oe674 (.text:UART_charPut_v0)
                      8000d020    00000080                  : uart.oe674 (.text:UART_fIFOConfig_v0)
                      8000d0a0    00000080     rts6740_elf.lib : trgmsg.c.obj (.text:__TI_readmsg)
                      8000d120    00000080                     : llshift.c.obj (.text:__c6xabi_llshl)
                      8000d1a0    00000080                     : boot.c.obj (.text:_c_int00)
                      8000d220    00000080                     : unlink.c.obj (.text:unlink)
                      8000d2a0    00000060     ti.csl.ae674 : gpio.oe674 (.text:GPIOPinWrite_v0)
                      8000d300    00000060     ti.osal.ae674 : RegisterIntr_nonos.oe674 (.text:Osal_ClearInterrupt)
                      8000d360    00000060                   : Utils_nonos.oe674 (.text:Osal_getHwAttrs)
                      8000d3c0    00000060                   : SemaphoreP_nonos.oe674 (.text:SemaphoreP_Params_init)
                      8000d420    00000060     ti.csl.ae674 : uart.oe674 (.text:UART_divisorLatchWrite_v0)
                      8000d480    00000060                  : uart.oe674 (.text:UART_divisorValCompute_v0)
                      8000d4e0    00000060                  : uart.oe674 (.text:UART_fifoWait_v0)
                      8000d540    00000060                  : uart.oe674 (.text:UART_lineCharacConfig_v0)
                      8000d5a0    00000060     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_readCancel_v0$0)
                      8000d600    00000060                       : UART_v0.oe674 (.text:UART_writeCancel_v0$0)
                      8000d660    00000060     rts6740_elf.lib : trgmsg.c.obj (.text:__TI_writemsg)
                      8000d6c0    00000060                     : llshift.c.obj (.text:__c6xabi_llshru)
                      8000d720    00000060                     : imath64.c.obj (.text:_subcull)
                      8000d780    00000060                     : lseek.c.obj (.text:lseek)
                      8000d7e0    00000060                     : memccpy.c.obj (.text:memccpy)
                      8000d840    00000060                     : write.c.obj (.text:write)
                      8000d8a0    00000040     ti.osal.ae674 : EventCombinerP_nonos.oe674 (.text:EventCombinerP_disableEvent)
                      8000d8e0    00000040                   : EventCombinerP_nonos.oe674 (.text:EventCombinerP_enableEvent)
                      8000d920    00000040     ti.csl.ae674 : gpio.oe674 (.text:GPIOIntrClear_v0)
                      8000d960    00000040                  : gpio.oe674 (.text:GPIOIntrDisable_v0)
                      8000d9a0    00000040                  : gpio.oe674 (.text:GPIOIntrEnable_v0)
                      8000d9e0    00000040                  : gpio.oe674 (.text:GPIOPinOutValueRead_v0)
                      8000da20    00000040                  : gpio.oe674 (.text:GPIOPinRead_v0)
                      8000da60    00000040     ti.drv.gpio.ae674 : GPIO_drv.oe674 (.text:GPIO_setCallback)
                      8000daa0    00000040                       : GPIO_drv.oe674 (.text:GPIO_toggle)
                      8000dae0    00000040                       : GPIO_drv.oe674 (.text:GPIO_write)
                      8000db20    00000040     ti.osal.ae674 : HwiP_nonos.oe674 (.text:HwiP_create)
                      8000db60    00000040                   : Arch_util.oe674 (.text:OsalArch_HwiPDelete)
                      8000dba0    00000040                   : Utils_nonos.oe674 (.text:Osal_DebugP_assert)
                      8000dbe0    00000040                   : RegisterIntr_nonos.oe674 (.text:Osal_RegisterInterrupt_initParams)
                      8000dc20    00000040     ti.csl.ae674 : uart.oe674 (.text:UART_breakCtl_v0)
                      8000dc60    00000040                  : uart.oe674 (.text:UART_charGetNonBlocking2_v0)
                      8000dca0    00000040                  : uart.oe674 (.text:UART_intDisable_v0)
                      8000dce0    00000040                  : uart.oe674 (.text:UART_intEnable_v0)
                      8000dd20    00000040                  : uart.oe674 (.text:UART_intIdentityGet_v0)
                      8000dd60    00000040                  : uart.oe674 (.text:UART_loopbackModeControl_v0)
                      8000dda0    00000040     ti.drv.uart.ae674 : UART_drv.oe674 (.text:UART_open)
                      8000dde0    00000040     ti.csl.ae674 : uart.oe674 (.text:UART_readLineStatus_v0)
                      8000de20    00000040     rts6740_elf.lib : frcmpyd_div.c.obj (.text:__TI_frcmpyd_div)
                      8000de60    00000040                     : isinf.c.obj (.text:__c6xabi_isinf)
                      8000dea0    00000040                     : _printfi.c.obj (.text:__c6xabi_isnan)
                      8000dee0    00000040                     : strasg.asm.obj (.text:__strasgi_64plus)
                      8000df20    00000040                     : args_main.c.obj (.text:_args_main)
                      8000df60    00000040                     : wcslen.c.obj (.text:wcslen)
                      8000dfa0    00000020     ti.board.ae674 : lcdkOMAPL138_pll.oe674 (.text:Board_PLLInit)
                      8000dfc0    00000020                    : lcdkOMAPL138_lld_init.oe674 (.text:Board_uartStdioInit)
                      8000dfe0    00000020     ti.csl.intc.ae674 : csl_intcAsmUtils.oe674 (.text:CSL_dint)
                      8000e000    00000020                       : csl_intcAsmUtils.oe674 (.text:CSL_rint)
                      8000e020    00000020     ti.csl.ae674 : gpio.oe674 (.text:GPIOIntrClearMask_v0)
                      8000e040    00000020                  : gpio.oe674 (.text:GPIOIntrStatusMask_v0)
                      8000e060    00000020     ti.drv.gpio.ae674 : GPIO_soc.oe674 (.text:GPIO_socGetNumPinsPorts)
                      8000e080    00000020     ti.osal.ae674 : HwiP_nonos.oe674 (.text:HwiP_Params_init)
                      8000e0a0    00000020                   : HwiP_nonos.oe674 (.text:HwiP_clearInterrupt)
                      8000e0c0    00000020                   : MuxIntcP_nonos.oe674 (.text:MuxIntcP_clearInEvent)
                      8000e0e0    00000020                   : MuxIntcP_nonos.oe674 (.text:MuxIntcP_create)
                      8000e100    00000020                   : Arch_util.oe674 (.text:OsalArch_clearInterrupt)
                      8000e120    00000020                   : Arch_util.oe674 (.text:OsalArch_getEventId)
                      8000e140    00000020                   : Arch_util.oe674 (.text:OsalArch_globalDisableInterrupt)
                      8000e160    00000020                   : Arch_util.oe674 (.text:OsalArch_globalRestoreInterrupt)
                      8000e180    00000020                   : delay.oe674 (.text:Osal_delay)
                      8000e1a0    00000020     ti.drv.uart.ae674 : UART_drv.oe674 (.text:UART_Params_init)
                      8000e1c0    00000020                       : UART_v0.oe674 (.text:UART_control_v0$0)
                      8000e1e0    00000020     ti.csl.ae674 : uart.oe674 (.text:UART_divisorLatchDisable_v0)
                      8000e200    00000020                  : uart.oe674 (.text:UART_fIFOCharPut_v0)
                      8000e220    00000020                  : uart.oe674 (.text:UART_fifoEmpty_v0)
                      8000e240    00000020     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_init_v0$0)
                      8000e260    00000020     ti.csl.ae674 : uart.oe674 (.text:UART_operatingModeSelect_v0)
                      8000e280    00000020                  : uart.oe674 (.text:UART_pwremuConfig_v0)
                      8000e2a0    00000020     rts6740_elf.lib : errno.c.obj (.text:__c6xabi_errno_addr)
                      8000e2c0    00000020                     : push.asm.obj (.text:__pop_rts)
                      8000e2e0    00000020                     : push.asm.obj (.text:__push_rts)
                      8000e300    00000020                     : _lock.c.obj (.text:_nop)
                      8000e320    00000020                     : printf.c.obj (.text:_outc)
                      8000e340    00000020                     : printf.c.obj (.text:_outs)
                      8000e360    00000020                     : signbit.c.obj (.text:_signbit)
                      8000e380    00000020                     : startup.c.obj (.text:_system_post_cinit)
                      8000e3a0    00000020                     : pre_init.c.obj (.text:_system_pre_init)
                      8000e3c0    00000020                     : exit.c.obj (.text:abort)
                      8000e3e0    00000020     ti.csl.intc.ae674 : csl_intcHookIsr.oe674 (.text:csl_section:intc:CSL_intcHookIsr)
                      8000e400    00000020                       : _csl_intcNmiDummy.oe674 (.text:csl_section:intc)
                      8000e420    00000020     rts6740_elf.lib : copy_decompress_none.c.obj (.text:decompress:none:__TI_decompress_none)
                      8000e440    00000020                     : copy_decompress_rle.c.obj (.text:decompress:rle24:__TI_decompress_rle24)
    
    .far       0    8000e460    00001d10     UNINITIALIZED
                      8000e460    00000b40     (.common:GPIO_intCfgs)
                      8000efa0    00000500     (.common:semStructs)
                      8000f4a0    00000480     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.far:gpioCallbackInfo$0)
                      8000f920    00000320     ti.osal.ae674 : Arch_util.oe674 (.far:hwiStructs$0)
                      8000fc40    00000204     (.common:UartObjects)
                      8000fe44    00000004     --HOLE--
                      8000fe48    00000140     (.common:__TI_tmpnams)
                      8000ff88    00000140                   : Arch_util.oe674 (.far:gEventRecord$0)
                      800100c8    00000098                   : Arch_util.oe674 (.far:gContext$0)
                      80010160    00000008     (.common:gTmrObj)
                      80010168    00000008     (.common:parmbuf)
    
    .stack     0    80010170    00000800     UNINITIALIZED
                      80010170    00000008     rts6740_elf.lib : boot.c.obj (.stack)
                      80010178    000007f8     --HOLE--
    
    .sysmem    0    80010970    00000800     UNINITIALIZED
                      80010970    00000008     rts6740_elf.lib : memory.c.obj (.sysmem)
                      80010978    000007f8     --HOLE--
    
    .fardata   0    80011170    00000504     UNINITIALIZED
                      80011170    000001e0     rts6740_elf.lib : defs.c.obj (.fardata:_ftable)
                      80011350    000000fc     ti.drv.uart.ae674 : UART_soc.oe674 (.fardata:uartInitCfg)
                      8001144c    00000004     rts6740_elf.lib : _lock.c.obj (.fardata:_lock)
                      80011450    000000a0                     : write.c.obj (.fardata:_stream)
                      800114f0    00000078                     : write.c.obj (.fardata:_device)
                      80011568    00000060     ti.drv.gpio.ae674 : GPIO_soc.oe674 (.fardata:GPIO_v0_hwAttrs)
                      800115c8    00000030     ti.drv.uart.ae674 : UART_soc.oe674 (.fardata:UART_config)
                      800115f8    00000030     ti.osal.ae674 : Utils_nonos.oe674 (.fardata:gOsal_HwAttrs)
                      80011628    00000014     hello.obj (.fardata:GPIO_v0_config)
                      8001163c    0000000c     rts6740_elf.lib : exit.c.obj (.fardata)
                      80011648    00000008     hello.obj (.fardata:gpioCallbackFunctions)
                      80011650    00000008     hello.obj (.fardata:gpioPinConfigs)
                      80011658    00000008     rts6740_elf.lib : memory.c.obj (.fardata)
                      80011660    00000008     ti.drv.uart.ae674 : UART_stdio.oe674 (.fardata:uart_stdio)
                      80011668    00000004     rts6740_elf.lib : _lock.c.obj (.fardata:_unlock)
                      8001166c    00000004                     : defs.c.obj (.fardata)
                      80011670    00000004                     : errno.c.obj (.fardata)
    
    .const     0    80011678    000002ca     
                      80011678    00000101     rts6740_elf.lib : ctype.c.obj (.const:.string:_ctypes_)
                      80011779    00000003     --HOLE-- [fill = 0]
                      8001177c    00000054     hello.obj (.const:.string)
                      800117d0    00000048     ti.osal.ae674 : delay.oe674 (.const:$P$T0$1$0)
                      80011818    00000040     ti.drv.uart.ae674 : UART_drv.oe674 (.const:UART_defaultParams)
                      80011858    00000030                       : UART_v0.oe674 (.const:UART_FxnTable_v0)
                      80011888    00000024     rts6740_elf.lib : _printfi.c.obj (.const:.string)
                      800118ac    00000024     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.const:GPIO_FxnTable_v0)
                      800118d0    00000024                       : GPIO_soc.oe674 (.const:GPIO_config)
                      800118f4    00000020     ti.osal.ae674 : SemaphoreP_nonos.oe674 (.const:.string)
                      80011914    00000018                   : HwiP_nonos.oe674 (.const:.string)
                      8001192c    0000000c     ti.drv.uart.ae674 : UART_v0.oe674 (.const:.string)
                      80011938    0000000a                       : UART_stdio.oe674 (.const:.string:$P$T1$2$0)
    
    .cio       0    80011948    00000120     UNINITIALIZED
                      80011948    00000120     rts6740_elf.lib : trgmsg.c.obj (.cio)
    
    .bss       0    80011b64    00000058     UNINITIALIZED
                      80011b64    0000004c     ti.csl.intc.ae674 : _csl_intcResource.oe674 (.bss:csl_section:intc:uninit)
                      80011bb0    00000008                       : _csl_intcResource.oe674 (.bss:csl_section:intc:init)
                      80011bb8    00000004     (.common:gTmrHandle)
    
    .switch    0    80011a68    000000fc     
                      80011a68    00000040     ti.csl.ae674 : csl_tmrHwControl.oe674 (.switch:CSL_tmrHwControl)
                      80011aa8    00000038     rts6740_elf.lib : _printfi.c.obj (.switch:__TI_printfi)
                      80011ae0    00000020     ti.csl.ae674 : gpio.oe674 (.switch:GPIOSetIntrType_v0)
                      80011b00    0000001c     ti.csl.intc.ae674 : csl_intcHwControl.oe674 (.switch:CSL_intcHwControl)
                      80011b1c    00000014     ti.csl.ae674 : csl_tmrGetHwStatus.oe674 (.switch:CSL_tmrGetHwStatus)
                      80011b30    00000014     ti.drv.uart.ae674 : UART_v0.oe674 (.switch:UART_open_v0$0)
                      80011b44    00000010     ti.csl.intc.ae674 : csl_intcOpen.oe674 (.switch:CSL_intcOpen)
                      80011b54    00000010     ti.csl.ae674 : csl_timerGetBaseAddress.oe674 (.switch:CSL_tmrGetBaseAddress)
    
    .cinit     0    80011be8    000001d8     
                      80011be8    00000182     (.cinit..fardata.load) [load image, compression = rle]
                      80011d6a    00000016     (.cinit..neardata.load) [load image, compression = rle]
                      80011d80    0000000b     (.cinit..far.load) [load image, compression = rle]
                      80011d8b    00000009     (.cinit..bss.load) [load image, compression = rle]
                      80011d94    00000008     (__TI_handler_table)
                      80011d9c    00000004     --HOLE-- [fill = 0]
                      80011da0    00000020     (__TI_cinit_table)
    
    .init_array 
    *          0    80000000    00000000     UNINITIALIZED
    
    .neardata 
    *          0    80011bbc    0000002c     UNINITIALIZED
                      80011bbc    00000019     ti.osal.ae674 : Utils_nonos.oe674 (.neardata)
                      80011bd5    00000003                   : Arch_util.oe674 (.neardata)
                      80011bd8    00000005     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.neardata)
                      80011bdd    00000003     --HOLE--
                      80011be0    00000004     ti.drv.uart.ae674 : UART_drv.oe674 (.neardata)
                      80011be4    00000004     ti.osal.ae674 : delay.oe674 (.neardata)
    
    .csl_vect 
    *          0    00700000    00000220     
                      00700000    00000220     ti.csl.intc.ae674 : _csl_intcIsrDispatch.oe674 (.csl_vect)
    
    MODULE SUMMARY
    
           Module                               code    ro data   rw data
           ------                               ----    -------   -------
        .\
           hello.obj                            320     84        36     
        +--+------------------------------------+-------+---------+---------+
           Total:                               320     84        36     
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/board/lib/lcdkOMAPL138/c674/release/ti.board.ae674
           lcdkOMAPL138_pll.oe674               1504    0         0      
           lcdkOMAPL138_pinmux.oe674            1472    0         0      
           lcdkOMAPL138_clock.oe674             1440    0         0      
           lcdkOMAPL138_ddr.oe674               416     0         0      
           lcdkOMAPL138.oe674                   384     0         0      
           lcdkOMAPL138_lld_init.oe674          32      0         0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               5248    0         0      
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/csl/lib/omapl138/c674/release/ti.csl.ae674
           uart.oe674                           1248    0         0      
           gpio.oe674                           960     32        0      
           csl_tmrHwControl.oe674               800     64        0      
           csl_tmrHwSetup.oe674                 320     0         0      
           csl_tmrGetHwStatus.oe674             224     20        0      
           csl_tmrOpen.oe674                    192     0         0      
           csl_timerGetBaseAddress.oe674        160     16        0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               3904    132       0      
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/csl/lib/omapl138/c674/release/ti.csl.intc.ae674
           _csl_intcCombEventDispatcher.oe674   2176    0         0      
           csl_intcHwControl.oe674              1056    28        0      
           csl_intcOpen.oe674                   608     16        0      
           _csl_intcIsrDispatch.oe674           544     0         0      
           _csl_intcDispatcher.oe674            448     0         0      
           csl_intcInit.oe674                   384     0         0      
           _csl_intcIntrEnDisRes.oe674          320     0         0      
           csl_intcPlugEventHandler.oe674       256     0         0      
           csl_intcClose.oe674                  192     0         0      
           _csl_intcResource.oe674              0       0         84     
           csl_intcAsmUtils.oe674               64      0         0      
           _csl_intcNmiDummy.oe674              32      0         0      
           csl_intcHookIsr.oe674                32      0         0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               6112    44        84     
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/drv/gpio/lib/omapl138/c674/release/ti.drv.gpio.ae674
           GPIO_v0.oe674                        3296    36        1157   
           GPIO_soc.oe674                       32      36        2976   
           GPIO_drv.oe674                       192     0         0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               3520    72        4133   
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/drv/uart/lib/omapl138/c674/release/ti.drv.uart.ae674
           UART_v0.oe674                        7424    80        0      
           UART_soc.oe674                       0       0         816    
           UART_drv.oe674                       256     64        4      
           UART_stdio.oe674                     192     10        8      
        +--+------------------------------------+-------+---------+---------+
           Total:                               7872    154       828    
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/osal/lib/nonos/omapl138/c674/release/ti.osal.ae674
           Arch_util.oe674                      1248    0         1275   
           SemaphoreP_nonos.oe674               1056    32        1280   
           RegisterIntr_nonos.oe674             704     0         0      
           EventCombinerP_nonos.oe674           512     0         0      
           delay.oe674                          384     72        16     
           HwiP_nonos.oe674                     256     24        0      
           Utils_nonos.oe674                    160     0         73     
           MuxIntcP_nonos.oe674                 64      0         0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               4384    128       2644   
                                                                         
        C:\ti\ccs930\ccs\tools\compiler\ti-cgt-c6000_8.3.5\lib\rts6740_elf.lib
           _printfi.c.obj                       13536   92        0      
           memory.c.obj                         1760    0         8      
           divd.c.obj                           1504    0         0      
           defs.c.obj                           0       0         804    
           fputs.c.obj                          736     0         0      
           imath64.c.obj                        704     0         0      
           trgmsg.c.obj                         224     0         288    
           fputc.c.obj                          448     0         0      
           frexp.c.obj                          448     0         0      
           getdevice.c.obj                      448     0         0      
           imath40.c.obj                        448     0         0      
           setvbuf.c.obj                        448     0         0      
           hostrename.c.obj                     416     0         0      
           ldexp.c.obj                          384     0         0      
           write.c.obj                          96      0         280    
           copy_decompress_rle.c.obj            288     0         0      
           printf.c.obj                         288     0         0      
           exit.c.obj                           256     0         12     
           ctype.c.obj                          0       257       0      
           atoi.c.obj                           256     0         0      
           fclose.c.obj                         256     0         0      
           fseek.c.obj                          256     0         0      
           hostopen.c.obj                       224     0         8      
           _io_perm.c.obj                       224     0         0      
           _ltoa.c.obj                          224     0         0      
           close.c.obj                          224     0         0      
           hostlseek.c.obj                      224     0         0      
           hostwrite.c.obj                      224     0         0      
           llshift.c.obj                        224     0         0      
           memset.c.obj                         224     0         0      
           autoinit.c.obj                       192     0         0      
           divu.asm.obj                         192     0         0      
           fflush.c.obj                         192     0         0      
           hostread.c.obj                       192     0         0      
           hostunlink.c.obj                     192     0         0      
           tls.c.obj                            192     0         0      
           fopen.c.obj                          160     0         0      
           hostclose.c.obj                      160     0         0      
           memcpy64.asm.obj                     160     0         0      
           boot.c.obj                           128     0         0      
           unlink.c.obj                         128     0         0      
           lseek.c.obj                          96      0         0      
           memccpy.c.obj                        96      0         0      
           args_main.c.obj                      64      0         0      
           frcmpyd_div.c.obj                    64      0         0      
           isinf.c.obj                          64      0         0      
           push.asm.obj                         64      0         0      
           strasg.asm.obj                       64      0         0      
           wcslen.c.obj                         64      0         0      
           _lock.c.obj                          32      0         8      
           errno.c.obj                          32      0         4      
           copy_decompress_none.c.obj           32      0         0      
           pre_init.c.obj                       32      0         0      
           signbit.c.obj                        32      0         0      
           startup.c.obj                        32      0         0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               27648   349       1412   
                                                                         
           Heap:                                0       0         2048   
           Stack:                               0       0         2048   
           Linker Generated:                    0       468       0      
        +--+------------------------------------+-------+---------+---------+
           Grand Total:                         59008   1431      13233  
    
    
    LINKER GENERATED COPY TABLES
    
    __TI_cinit_table @ 80011da0 records: 4, size/record: 8, table size: 32
    	.fardata: load addr=80011be8, load size=00000182 bytes, run addr=80011170, run size=00000504 bytes, compression=rle
    	.neardata: load addr=80011d6a, load size=00000016 bytes, run addr=80011bbc, run size=0000002c bytes, compression=rle
    	.far: load addr=80011d80, load size=0000000b bytes, run addr=8000e460, run size=00001d10 bytes, compression=rle
    	.bss: load addr=80011d8b, load size=00000009 bytes, run addr=80011b64, run size=00000058 bytes, compression=rle
    
    
    LINKER GENERATED HANDLER TABLE
    
    __TI_handler_table @ 80011d94 records: 2, size/record: 4, table size: 8
    	index: 0, handler: __TI_decompress_rle24
    	index: 1, handler: __TI_decompress_none
    
    
    GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name 
    
    address   name                             
    -------   ----                             
    800056c0  Board_CorePLLConfig              
    80008ae0  Board_DDR3Init                   
    80005ca0  Board_DDRPLLConfig               
    8000dfa0  Board_PLLInit                    
    80009c40  Board_configEmifPinMux           
    80008fc0  Board_init                       
    80006c00  Board_moduleClockEnable          
    8000a0c0  Board_moduleClockInit            
    80007cc0  Board_moduleClockSyncReset       
    80003360  Board_pinmuxConfig               
    8000dfc0  Board_uartStdioInit              
    8000e3c0  C$$EXIT                          
    8000d6b8  C$$IO$$                          
    00700200  CSL_Entry                        
    8000dfe0  CSL_dint                         
    80011bb0  CSL_intcAllocMask                
    8000c0e0  CSL_intcClose                    
    80011b64  CSL_intcCpuIntrTable             
    80008220  CSL_intcDispatcher               
    80006e40  CSL_intcEvent0Dispatcher         
    80007060  CSL_intcEvent1Dispatcher         
    80007280  CSL_intcEvent2Dispatcher         
    800074a0  CSL_intcEvent3Dispatcher         
    80011bac  CSL_intcEventHandlerRecord_p     
    80011bb4  CSL_intcEventOffsetMap           
    80009938  CSL_intcGlobalDisable            
    80009918  CSL_intcGlobalEnable             
    800099ac  CSL_intcGlobalExcepClear         
    80009984  CSL_intcGlobalExcepEnable        
    80009998  CSL_intcGlobalExtExcepEnable     
    80009970  CSL_intcGlobalNmiEnable          
    80009958  CSL_intcGlobalRestore            
    8000e3e0  CSL_intcHookIsr                  
    80003c60  CSL_intcHwControl                
    800092c0  CSL_intcInit                     
    800098d0  CSL_intcInterruptClear           
    800098b0  CSL_intcInterruptDisable         
    80009890  CSL_intcInterruptEnable          
    800098ec  CSL_intcInterruptRestore         
    800098e0  CSL_intcInterruptSet             
    80009880  CSL_intcIvpSet                   
    8000e400  CSL_intcNmiDummy                 
    80011ba8  CSL_intcNumEvents                
    800069a0  CSL_intcOpen                     
    8000acc0  CSL_intcPlugEventHandler         
    80009904  CSL_intcQueryInterruptStatus     
    8000e000  CSL_rint                         
    8000c7a0  CSL_tmrGetBaseAddress            
    8000b6a0  CSL_tmrGetHwStatus               
    800053a0  CSL_tmrHwControl                 
    800099c0  CSL_tmrHwSetup                   
    8000c1a0  CSL_tmrOpen                      
    80009b00  Delay                            
    800095c0  Delay_32kFClk                    
    8000d8a0  EventCombinerP_disableEvent      
    8000caa0  EventCombinerP_dispatchPlug      
    8000d8e0  EventCombinerP_enableEvent       
    8000cb20  EventCombinerP_getHwi            
    8000cba0  EventCombinerP_getIntNum         
    8000e020  GPIOIntrClearMask_v0             
    8000d920  GPIOIntrClear_v0                 
    8000d960  GPIOIntrDisable_v0               
    8000d9a0  GPIOIntrEnable_v0                
    8000e040  GPIOIntrStatusMask_v0            
    8000d9e0  GPIOPinOutValueRead_v0           
    8000da20  GPIOPinRead_v0                   
    8000d2a0  GPIOPinWrite_v0                  
    8000cc20  GPIOSetDirMode_v0                
    80009720  GPIOSetIntrType_v0               
    800118ac  GPIO_FxnTable_v0                 
    800118d0  GPIO_config                      
    8000e460  GPIO_intCfgs                     
    8000da60  GPIO_setCallback                 
    8000e060  GPIO_socGetNumPinsPorts          
    8000daa0  GPIO_toggle                      
    80011628  GPIO_v0_config                   
    80011568  GPIO_v0_hwAttrs                  
    8000dae0  GPIO_write                       
    8000c3e0  HOSTclose                        
    8000afa0  HOSTlseek                        
    8000b080  HOSTopen                         
    8000bae0  HOSTread                         
    80008c80  HOSTrename                       
    8000bba0  HOSTunlink                       
    8000b160  HOSTwrite                        
    8000e080  HwiP_Params_init                 
    8000e0a0  HwiP_clearInterrupt              
    8000db20  HwiP_create                      
    8000cda0  HwiP_delete                      
    8000e140  HwiP_disable                     
    8000e120  HwiP_getEventId                  
    8000a4c0  HwiP_getHandle                   
    8000e160  HwiP_restore                     
    8000e0c0  MuxIntcP_clearInEvent            
    8000e0e0  MuxIntcP_create                  
    80005f60  OsalArch_HwiPCreate              
    8000db60  OsalArch_HwiPDelete              
    8000e100  OsalArch_clearInterrupt          
    8000e120  OsalArch_getEventId              
    8000a4c0  OsalArch_getHandle               
    8000e140  OsalArch_globalDisableInterrupt  
    8000e160  OsalArch_globalRestoreInterrupt  
    8000ce20  OsalArch_oneTimeInit             
    8000d300  Osal_ClearInterrupt              
    80011bd4  Osal_DebugP_Assert_Val           
    8000dba0  Osal_DebugP_assert               
    8000cea0  Osal_DeleteInterrupt             
    80008e20  Osal_RegisterInterrupt           
    8000dbe0  Osal_RegisterInterrupt_initParams
    8000e180  Osal_delay                       
    8000d360  Osal_getHwAttrs                  
    8000d3c0  SemaphoreP_Params_init           
    80009140  SemaphoreP_create                
    8000cf20  SemaphoreP_delete                
    80009d60  SemaphoreP_pend                  
    8000c480  SemaphoreP_post                  
    80011858  UART_FxnTable_v0                 
    8000e1a0  UART_Params_init                 
    8000dc20  UART_breakCtl_v0                 
    8000dc60  UART_charGetNonBlocking2_v0      
    8000cfa0  UART_charPut_v0                  
    800115c8  UART_config                      
    80011818  UART_defaultParams               
    8000e1e0  UART_divisorLatchDisable_v0      
    8000d420  UART_divisorLatchWrite_v0        
    8000d480  UART_divisorValCompute_v0        
    8000e200  UART_fIFOCharPut_v0              
    8000d020  UART_fIFOConfig_v0               
    8000e220  UART_fifoEmpty_v0                
    8000d4e0  UART_fifoWait_v0                 
    8000c520  UART_init                        
    8000dca0  UART_intDisable_v0               
    8000dce0  UART_intEnable_v0                
    8000dd20  UART_intIdentityGet_v0           
    8000d540  UART_lineCharacConfig_v0         
    8000dd60  UART_loopbackModeControl_v0      
    8000dda0  UART_open                        
    8000e260  UART_operatingModeSelect_v0      
    8000e280  UART_pwremuConfig_v0             
    8000dde0  UART_readLineStatus_v0           
    8000bd20  UART_stdioInit                   
    8000c5c0  UART_v0_callback                 
    8000fc40  UartObjects                      
    00700000  _CSL_intcVectorTable             
    80011948  __CIOBUF_                        
    80011da0  __TI_CINIT_Base                  
    80011dc0  __TI_CINIT_Limit                 
    80011d94  __TI_Handler_Table_Base          
    80011d9c  __TI_Handler_Table_Limit         
    80010970  __TI_STACK_END                   
    00000800  __TI_STACK_SIZE                  
    80011b64  __TI_STATIC_BASE                 
    00000800  __TI_SYSMEM_SIZE                 
    UNDEFED   __TI_TLS_INIT_Base               
    UNDEFED   __TI_TLS_INIT_Limit              
    8000bea0  __TI_auto_init_nobinit_nopinit   
    8000c660  __TI_cleanup                     
    8001163c  __TI_cleanup_ptr                 
    8000a8c0  __TI_closefile                   
    8000e420  __TI_decompress_none             
    8000e440  __TI_decompress_rle24            
    8000bf60  __TI_doflush                     
    80011640  __TI_dtors_ptr                   
    80011644  __TI_enable_exit_profile_output  
    8000de20  __TI_frcmpyd_div                 
    8001166c  __TI_ft_end                      
    8000b400  __TI_ltoa                        
    ffffffff  __TI_pprof_out_hndl              
    80000000  __TI_printfi                     
    ffffffff  __TI_prof_data_size              
    ffffffff  __TI_prof_data_start             
    8000d0a0  __TI_readmsg                     
    8000c320  __TI_tls_init                    
    8000fe48  __TI_tmpnams                     
    8000d660  __TI_writemsg                    
    8000b4e0  __TI_wrt_ok                      
    ffffffff  __binit__                        
    80002d80  __c6xabi_divd                    
    8000c020  __c6xabi_divu                    
    80008060  __c6xabi_divul                   
    80006740  __c6xabi_divull                  
    8000e2a0  __c6xabi_errno_addr              
    8000de60  __c6xabi_isinf                   
    8000d120  __c6xabi_llshl                   
    8000d6c0  __c6xabi_llshru                  
    8000e2c0  __c6xabi_pop_rts                 
    8000e2e0  __c6xabi_push_rts                
    8000dee0  __c6xabi_strasgi_64plus          
    ffffffff  __c_args__                       
    8000c020  __divu                           
    80011670  __errno                          
    8000e2c0  __pop_rts                        
    8000e2e0  __push_rts                       
    8000dee0  __strasgi_64plus                 
    8000df20  _args_main                       
    8000d1a0  _c_int00                         
    80011678  _ctypes_                         
    800114f0  _device                          
    80011170  _ftable                          
    8001144c  _lock                            
    8000e300  _nop                             
    8000e360  _signbit                         
    80010170  _stack                           
    80011450  _stream                          
    8000d720  _subcull                         
    80010970  _sys_memory                      
    8000e380  _system_post_cinit               
    8000e3a0  _system_pre_init                 
    80011668  _unlock                          
    8000e3c0  abort                            
    8000abc0  atoi                             
    ffffffff  binit                            
    8000b5c0  close                            
    80011670  errno                            
    8000b780  exit                             
    8000c840  finddevice                       
    800083e0  fputc                            
    800059c0  fputs                            
    80004c60  free                             
    800085a0  frexp                            
    800085a0  frexpl                           
    8000adc0  fseek                            
    80011bcc  gOsalHwiAllocCnt                 
    80011bd0  gOsalHwiPeak                     
    80011bbc  gOsalSemAllocCnt                 
    80011bc0  gOsalSemPeak                     
    80011bc4  gOsalTimerAllocCnt               
    80011bc8  gOsalTimerPeak                   
    800115f8  gOsal_HwAttrs                    
    80011bb8  gTmrHandle                       
    80010160  gTmrObj                          
    80009fa0  getdevice                        
    80011648  gpioCallbackFunctions            
    80011650  gpioPinConfigs                   
    80009440  ldexp                            
    80009440  ldexpl                           
    8000d780  lseek                            
    80009b38  main                             
    80008760  malloc                           
    8000d7e0  memccpy                          
    8000c8e0  memcpy                           
    8000b860  memset                           
    80010168  parmbuf                          
    8000b940  printf                           
    800083e0  putc                             
    8000d220  remove                           
    80009440  scalbn                           
    80009440  scalbnl                          
    8000efa0  semStructs                       
    80008920  setvbuf                          
    80011350  uartInitCfg                      
    80011660  uart_stdio                       
    8000d220  unlink                           
    8000df60  wcslen                           
    8000d840  write                            
    
    
    GLOBAL SYMBOLS: SORTED BY Symbol Address 
    
    address   name                             
    -------   ----                             
    00000800  __TI_STACK_SIZE                  
    00000800  __TI_SYSMEM_SIZE                 
    00700000  _CSL_intcVectorTable             
    00700200  CSL_Entry                        
    80000000  __TI_printfi                     
    80002d80  __c6xabi_divd                    
    80003360  Board_pinmuxConfig               
    80003c60  CSL_intcHwControl                
    80004c60  free                             
    800053a0  CSL_tmrHwControl                 
    800056c0  Board_CorePLLConfig              
    800059c0  fputs                            
    80005ca0  Board_DDRPLLConfig               
    80005f60  OsalArch_HwiPCreate              
    80006740  __c6xabi_divull                  
    800069a0  CSL_intcOpen                     
    80006c00  Board_moduleClockEnable          
    80006e40  CSL_intcEvent0Dispatcher         
    80007060  CSL_intcEvent1Dispatcher         
    80007280  CSL_intcEvent2Dispatcher         
    800074a0  CSL_intcEvent3Dispatcher         
    80007cc0  Board_moduleClockSyncReset       
    80008060  __c6xabi_divul                   
    80008220  CSL_intcDispatcher               
    800083e0  fputc                            
    800083e0  putc                             
    800085a0  frexp                            
    800085a0  frexpl                           
    80008760  malloc                           
    80008920  setvbuf                          
    80008ae0  Board_DDR3Init                   
    80008c80  HOSTrename                       
    80008e20  Osal_RegisterInterrupt           
    80008fc0  Board_init                       
    80009140  SemaphoreP_create                
    800092c0  CSL_intcInit                     
    80009440  ldexp                            
    80009440  ldexpl                           
    80009440  scalbn                           
    80009440  scalbnl                          
    800095c0  Delay_32kFClk                    
    80009720  GPIOSetIntrType_v0               
    80009880  CSL_intcIvpSet                   
    80009890  CSL_intcInterruptEnable          
    800098b0  CSL_intcInterruptDisable         
    800098d0  CSL_intcInterruptClear           
    800098e0  CSL_intcInterruptSet             
    800098ec  CSL_intcInterruptRestore         
    80009904  CSL_intcQueryInterruptStatus     
    80009918  CSL_intcGlobalEnable             
    80009938  CSL_intcGlobalDisable            
    80009958  CSL_intcGlobalRestore            
    80009970  CSL_intcGlobalNmiEnable          
    80009984  CSL_intcGlobalExcepEnable        
    80009998  CSL_intcGlobalExtExcepEnable     
    800099ac  CSL_intcGlobalExcepClear         
    800099c0  CSL_tmrHwSetup                   
    80009b00  Delay                            
    80009b38  main                             
    80009c40  Board_configEmifPinMux           
    80009d60  SemaphoreP_pend                  
    80009fa0  getdevice                        
    8000a0c0  Board_moduleClockInit            
    8000a4c0  HwiP_getHandle                   
    8000a4c0  OsalArch_getHandle               
    8000a8c0  __TI_closefile                   
    8000abc0  atoi                             
    8000acc0  CSL_intcPlugEventHandler         
    8000adc0  fseek                            
    8000afa0  HOSTlseek                        
    8000b080  HOSTopen                         
    8000b160  HOSTwrite                        
    8000b400  __TI_ltoa                        
    8000b4e0  __TI_wrt_ok                      
    8000b5c0  close                            
    8000b6a0  CSL_tmrGetHwStatus               
    8000b780  exit                             
    8000b860  memset                           
    8000b940  printf                           
    8000bae0  HOSTread                         
    8000bba0  HOSTunlink                       
    8000bd20  UART_stdioInit                   
    8000bea0  __TI_auto_init_nobinit_nopinit   
    8000bf60  __TI_doflush                     
    8000c020  __c6xabi_divu                    
    8000c020  __divu                           
    8000c0e0  CSL_intcClose                    
    8000c1a0  CSL_tmrOpen                      
    8000c320  __TI_tls_init                    
    8000c3e0  HOSTclose                        
    8000c480  SemaphoreP_post                  
    8000c520  UART_init                        
    8000c5c0  UART_v0_callback                 
    8000c660  __TI_cleanup                     
    8000c7a0  CSL_tmrGetBaseAddress            
    8000c840  finddevice                       
    8000c8e0  memcpy                           
    8000caa0  EventCombinerP_dispatchPlug      
    8000cb20  EventCombinerP_getHwi            
    8000cba0  EventCombinerP_getIntNum         
    8000cc20  GPIOSetDirMode_v0                
    8000cda0  HwiP_delete                      
    8000ce20  OsalArch_oneTimeInit             
    8000cea0  Osal_DeleteInterrupt             
    8000cf20  SemaphoreP_delete                
    8000cfa0  UART_charPut_v0                  
    8000d020  UART_fIFOConfig_v0               
    8000d0a0  __TI_readmsg                     
    8000d120  __c6xabi_llshl                   
    8000d1a0  _c_int00                         
    8000d220  remove                           
    8000d220  unlink                           
    8000d2a0  GPIOPinWrite_v0                  
    8000d300  Osal_ClearInterrupt              
    8000d360  Osal_getHwAttrs                  
    8000d3c0  SemaphoreP_Params_init           
    8000d420  UART_divisorLatchWrite_v0        
    8000d480  UART_divisorValCompute_v0        
    8000d4e0  UART_fifoWait_v0                 
    8000d540  UART_lineCharacConfig_v0         
    8000d660  __TI_writemsg                    
    8000d6b8  C$$IO$$                          
    8000d6c0  __c6xabi_llshru                  
    8000d720  _subcull                         
    8000d780  lseek                            
    8000d7e0  memccpy                          
    8000d840  write                            
    8000d8a0  EventCombinerP_disableEvent      
    8000d8e0  EventCombinerP_enableEvent       
    8000d920  GPIOIntrClear_v0                 
    8000d960  GPIOIntrDisable_v0               
    8000d9a0  GPIOIntrEnable_v0                
    8000d9e0  GPIOPinOutValueRead_v0           
    8000da20  GPIOPinRead_v0                   
    8000da60  GPIO_setCallback                 
    8000daa0  GPIO_toggle                      
    8000dae0  GPIO_write                       
    8000db20  HwiP_create                      
    8000db60  OsalArch_HwiPDelete              
    8000dba0  Osal_DebugP_assert               
    8000dbe0  Osal_RegisterInterrupt_initParams
    8000dc20  UART_breakCtl_v0                 
    8000dc60  UART_charGetNonBlocking2_v0      
    8000dca0  UART_intDisable_v0               
    8000dce0  UART_intEnable_v0                
    8000dd20  UART_intIdentityGet_v0           
    8000dd60  UART_loopbackModeControl_v0      
    8000dda0  UART_open                        
    8000dde0  UART_readLineStatus_v0           
    8000de20  __TI_frcmpyd_div                 
    8000de60  __c6xabi_isinf                   
    8000dee0  __c6xabi_strasgi_64plus          
    8000dee0  __strasgi_64plus                 
    8000df20  _args_main                       
    8000df60  wcslen                           
    8000dfa0  Board_PLLInit                    
    8000dfc0  Board_uartStdioInit              
    8000dfe0  CSL_dint                         
    8000e000  CSL_rint                         
    8000e020  GPIOIntrClearMask_v0             
    8000e040  GPIOIntrStatusMask_v0            
    8000e060  GPIO_socGetNumPinsPorts          
    8000e080  HwiP_Params_init                 
    8000e0a0  HwiP_clearInterrupt              
    8000e0c0  MuxIntcP_clearInEvent            
    8000e0e0  MuxIntcP_create                  
    8000e100  OsalArch_clearInterrupt          
    8000e120  HwiP_getEventId                  
    8000e120  OsalArch_getEventId              
    8000e140  HwiP_disable                     
    8000e140  OsalArch_globalDisableInterrupt  
    8000e160  HwiP_restore                     
    8000e160  OsalArch_globalRestoreInterrupt  
    8000e180  Osal_delay                       
    8000e1a0  UART_Params_init                 
    8000e1e0  UART_divisorLatchDisable_v0      
    8000e200  UART_fIFOCharPut_v0              
    8000e220  UART_fifoEmpty_v0                
    8000e260  UART_operatingModeSelect_v0      
    8000e280  UART_pwremuConfig_v0             
    8000e2a0  __c6xabi_errno_addr              
    8000e2c0  __c6xabi_pop_rts                 
    8000e2c0  __pop_rts                        
    8000e2e0  __c6xabi_push_rts                
    8000e2e0  __push_rts                       
    8000e300  _nop                             
    8000e360  _signbit                         
    8000e380  _system_post_cinit               
    8000e3a0  _system_pre_init                 
    8000e3c0  C$$EXIT                          
    8000e3c0  abort                            
    8000e3e0  CSL_intcHookIsr                  
    8000e400  CSL_intcNmiDummy                 
    8000e420  __TI_decompress_none             
    8000e440  __TI_decompress_rle24            
    8000e460  GPIO_intCfgs                     
    8000efa0  semStructs                       
    8000fc40  UartObjects                      
    8000fe48  __TI_tmpnams                     
    80010160  gTmrObj                          
    80010168  parmbuf                          
    80010170  _stack                           
    80010970  __TI_STACK_END                   
    80010970  _sys_memory                      
    80011170  _ftable                          
    80011350  uartInitCfg                      
    8001144c  _lock                            
    80011450  _stream                          
    800114f0  _device                          
    80011568  GPIO_v0_hwAttrs                  
    800115c8  UART_config                      
    800115f8  gOsal_HwAttrs                    
    80011628  GPIO_v0_config                   
    8001163c  __TI_cleanup_ptr                 
    80011640  __TI_dtors_ptr                   
    80011644  __TI_enable_exit_profile_output  
    80011648  gpioCallbackFunctions            
    80011650  gpioPinConfigs                   
    80011660  uart_stdio                       
    80011668  _unlock                          
    8001166c  __TI_ft_end                      
    80011670  __errno                          
    80011670  errno                            
    80011678  _ctypes_                         
    80011818  UART_defaultParams               
    80011858  UART_FxnTable_v0                 
    800118ac  GPIO_FxnTable_v0                 
    800118d0  GPIO_config                      
    80011948  __CIOBUF_                        
    80011b64  CSL_intcCpuIntrTable             
    80011b64  __TI_STATIC_BASE                 
    80011ba8  CSL_intcNumEvents                
    80011bac  CSL_intcEventHandlerRecord_p     
    80011bb0  CSL_intcAllocMask                
    80011bb4  CSL_intcEventOffsetMap           
    80011bb8  gTmrHandle                       
    80011bbc  gOsalSemAllocCnt                 
    80011bc0  gOsalSemPeak                     
    80011bc4  gOsalTimerAllocCnt               
    80011bc8  gOsalTimerPeak                   
    80011bcc  gOsalHwiAllocCnt                 
    80011bd0  gOsalHwiPeak                     
    80011bd4  Osal_DebugP_Assert_Val           
    80011d94  __TI_Handler_Table_Base          
    80011d9c  __TI_Handler_Table_Limit         
    80011da0  __TI_CINIT_Base                  
    80011dc0  __TI_CINIT_Limit                 
    ffffffff  __TI_pprof_out_hndl              
    ffffffff  __TI_prof_data_size              
    ffffffff  __TI_prof_data_start             
    ffffffff  __binit__                        
    ffffffff  __c_args__                       
    ffffffff  binit                            
    UNDEFED   __TI_TLS_INIT_Base               
    UNDEFED   __TI_TLS_INIT_Limit              
    
    [255 symbols]
    

  • This was not the right file, sorry, yes the ROM seems to be used, but it is not suposed to?

    ******************************************************************************
                   TMS320C6x Linker PC v8.3.5                      
    ******************************************************************************
    >> Linked Fri Feb 12 19:06:27 2021
    
    OUTPUT FILE NAME:   <ledblink_baremetal.out>
    ENTRY POINT SYMBOL: "_c_int00"  address: 8000d1a0
    
    
    MEMORY CONFIGURATION
    
             name            origin    length      used     unused   attr    fill
    ----------------------  --------  ---------  --------  --------  ----  --------
      DSPL2ROM              00700000   00100000  00000220  000ffde0  RWIX
      DSPL2RAM              00800000   00040000  00000000  00040000  RWIX
      DSPL1PRAM             00e00000   00008000  00000000  00008000  RWIX
      DSPL1DRAM             00f00000   00008000  00000000  00008000  RWIX
      SHDSPL2ROM            11700000   00100000  00000000  00100000  RWIX
      SHDSPL2RAM            11800000   00040000  00000000  00040000  RWIX
      SHDSPL1PRAM           11e00000   00008000  00000000  00008000  RWIX
      SHDSPL1DRAM           11f00000   00008000  00000000  00008000  RWIX
      EMIFACS0              40000000   20000000  00000000  20000000  RWIX
      EMIFACS2              60000000   02000000  00000000  02000000  RWIX
      EMIFACS3              62000000   02000000  00000000  02000000  RWIX
      EMIFACS4              64000000   02000000  00000000  02000000  RWIX
      EMIFACS5              66000000   02000000  00000000  02000000  RWIX
      SHRAM                 80000000   00020000  00011db6  0000e24a  RWIX
      DDR2                  c0000000   20000000  00000000  20000000  RWIX
    
    
    SEGMENT ALLOCATION MAP
    
    run origin  load origin   length   init length attrs members
    ----------  ----------- ---------- ----------- ----- -------
    00700000    00700000    00000220   00000220    r-x
      00700000    00700000    00000220   00000220    r-x .csl_vect
    80000000    80000000    0000e460   0000e460    r-x
      80000000    80000000    0000e460   0000e460    r-x .text
    8000e460    8000e460    00003214   00000000    rw-
      8000e460    8000e460    00001d10   00000000    rw- .far
      80010170    80010170    00000800   00000000    rw- .stack
      80010970    80010970    00000800   00000000    rw- .sysmem
      80011170    80011170    00000504   00000000    rw- .fardata
    80011678    80011678    000002ca   000002ca    r--
      80011678    80011678    000002ca   000002ca    r-- .const
    80011948    80011948    00000120   00000000    rw-
      80011948    80011948    00000120   00000000    rw- .cio
    80011a68    80011a68    000000fc   000000fc    r--
      80011a68    80011a68    000000fc   000000fc    r-- .switch
    80011b64    80011b64    00000084   00000000    rw-
      80011b64    80011b64    00000058   00000000    rw- .bss
      80011bbc    80011bbc    0000002c   00000000    rw- .neardata
    80011be8    80011be8    000001d8   000001d8    r--
      80011be8    80011be8    000001d8   000001d8    r-- .cinit
    
    
    SECTION ALLOCATION MAP
    
     output                                  attributes/
    section   page    origin      length       input sections
    --------  ----  ----------  ----------   ----------------
    .text      0    80000000    0000e460     
                      80000000    00002040     rts6740_elf.lib : _printfi.c.obj (.text:__TI_printfi)
                      80002040    000006e0     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_v0_hwiIntFxn$0)
                      80002720    00000660     rts6740_elf.lib : _printfi.c.obj (.text:_pconv_a)
                      80002d80    000005e0                     : divd.c.obj (.text:__c6xabi_divd)
                      80003360    000004a0     ti.board.ae674 : lcdkOMAPL138_pinmux.oe674 (.text:Board_pinmuxConfig)
                      80003800    00000460     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_open_v0$0)
                      80003c60    00000420     ti.csl.intc.ae674 : csl_intcHwControl.oe674 (.text:csl_section:intc:CSL_intcHwControl)
                      80004080    00000400     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_write2_v0$0)
                      80004480    00000400     rts6740_elf.lib : _printfi.c.obj (.text:_pconv_g)
                      80004880    000003e0     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_read2_v0$0)
                      80004c60    000003c0     rts6740_elf.lib : memory.c.obj (.text:free)
                      80005020    00000380     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_setConfig_v0$0)
                      800053a0    00000320     ti.csl.ae674 : csl_tmrHwControl.oe674 (.text:csl_section:tmr:CSL_tmrHwControl)
                      800056c0    00000300     ti.board.ae674 : lcdkOMAPL138_pll.oe674 (.text:Board_CorePLLConfig)
                      800059c0    000002e0     rts6740_elf.lib : fputs.c.obj (.text:fputs)
                      80005ca0    000002c0     ti.board.ae674 : lcdkOMAPL138_pll.oe674 (.text:Board_DDRPLLConfig)
                      80005f60    000002a0     ti.osal.ae674 : Arch_util.oe674 (.text:OsalArch_HwiPCreate)
                      80006200    000002a0     rts6740_elf.lib : _printfi.c.obj (.text:_pconv_e)
                      800064a0    000002a0                     : _printfi.c.obj (.text:fcvt)
                      80006740    00000260                     : imath64.c.obj (.text:__c6xabi_divull)
                      800069a0    00000260     ti.csl.intc.ae674 : csl_intcOpen.oe674 (.text:csl_section:intc:CSL_intcOpen)
                      80006c00    00000240     ti.board.ae674 : lcdkOMAPL138_clock.oe674 (.text:Board_moduleClockEnable)
                      80006e40    00000220     ti.csl.intc.ae674 : _csl_intcCombEventDispatcher.oe674 (.text:csl_section:intc:CSL_intcEvent0Dispatcher)
                      80007060    00000220                       : _csl_intcCombEventDispatcher.oe674 (.text:csl_section:intc:CSL_intcEvent1Dispatcher)
                      80007280    00000220                       : _csl_intcCombEventDispatcher.oe674 (.text:csl_section:intc:CSL_intcEvent2Dispatcher)
                      800074a0    00000220                       : _csl_intcCombEventDispatcher.oe674 (.text:csl_section:intc:CSL_intcEvent3Dispatcher)
                      800076c0    00000200     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_v0_hwiFxn$0)
                      800078c0    00000200     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_readPolling_v0$0)
                      80007ac0    00000200     rts6740_elf.lib : _printfi.c.obj (.text:_ltostr)
                      80007cc0    000001e0     ti.board.ae674 : lcdkOMAPL138_clock.oe674 (.text:Board_moduleClockSyncReset)
                      80007ea0    000001c0     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_init_v0$0)
                      80008060    000001c0     rts6740_elf.lib : imath40.c.obj (.text:__c6xabi_divul)
                      80008220    000001c0     ti.csl.intc.ae674 : _csl_intcDispatcher.oe674 (.text:csl_section:intc:CSL_intcDispatcher)
                      800083e0    000001c0     rts6740_elf.lib : fputc.c.obj (.text:fputc)
                      800085a0    000001c0                     : frexp.c.obj (.text:frexp)
                      80008760    000001c0                     : memory.c.obj (.text:malloc)
                      80008920    000001c0                     : setvbuf.c.obj (.text:setvbuf)
                      80008ae0    000001a0     ti.board.ae674 : lcdkOMAPL138_ddr.oe674 (.text:Board_DDR3Init)
                      80008c80    000001a0     rts6740_elf.lib : hostrename.c.obj (.text:HOSTrename)
                      80008e20    000001a0     ti.osal.ae674 : RegisterIntr_nonos.oe674 (.text:Osal_RegisterInterrupt)
                      80008fc0    00000180     ti.board.ae674 : lcdkOMAPL138.oe674 (.text:Board_init)
                      80009140    00000180     ti.osal.ae674 : SemaphoreP_nonos.oe674 (.text:SemaphoreP_create)
                      800092c0    00000180     ti.csl.intc.ae674 : csl_intcInit.oe674 (.text:csl_section:intc:CSL_intcInit)
                      80009440    00000180     rts6740_elf.lib : ldexp.c.obj (.text:ldexp)
                      800095c0    00000160     ti.osal.ae674 : delay.oe674 (.text:Delay_32kFClk)
                      80009720    00000160     ti.csl.ae674 : gpio.oe674 (.text:GPIOSetIntrType_v0)
                      80009880    00000140     ti.csl.intc.ae674 : _csl_intcIntrEnDisRes.oe674 (.text:csl_section:intc)
                      800099c0    00000140     ti.csl.ae674 : csl_tmrHwSetup.oe674 (.text:csl_section:tmr:CSL_tmrHwSetup)
                      80009b00    00000140     hello.obj (.text)
                      80009c40    00000120     ti.board.ae674 : lcdkOMAPL138_pinmux.oe674 (.text:Board_configEmifPinMux)
                      80009d60    00000120     ti.osal.ae674 : SemaphoreP_nonos.oe674 (.text:SemaphoreP_pend)
                      80009e80    00000120     rts6740_elf.lib : _printfi.c.obj (.text:_pconv_f)
                      80009fa0    00000120                     : getdevice.c.obj (.text:getdevice)
                      8000a0c0    00000100     ti.board.ae674 : lcdkOMAPL138_clock.oe674 (.text:Board_moduleClockInit)
                      8000a1c0    00000100     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_enableInt_v0$0)
                      8000a2c0    00000100                       : GPIO_v0.oe674 (.text:GPIO_toggle_v0$0)
                      8000a3c0    00000100                       : GPIO_v0.oe674 (.text:GPIO_write_v0$0)
                      8000a4c0    00000100     ti.osal.ae674 : Arch_util.oe674 (.text:OsalArch_getHandle)
                      8000a5c0    00000100     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_read_v0$0)
                      8000a6c0    00000100                       : UART_v0.oe674 (.text:UART_writePolling_v0$0)
                      8000a7c0    00000100                       : UART_v0.oe674 (.text:UART_write_v0$0)
                      8000a8c0    00000100     rts6740_elf.lib : fclose.c.obj (.text:__TI_closefile)
                      8000a9c0    00000100                     : copy_decompress_rle.c.obj (.text:__TI_decompress_rle_core)
                      8000aac0    00000100                     : _printfi.c.obj (.text:_mcpy)
                      8000abc0    00000100                     : atoi.c.obj (.text:atoi)
                      8000acc0    00000100     ti.csl.intc.ae674 : csl_intcPlugEventHandler.oe674 (.text:csl_section:intc:CSL_intcPlugEventHandler)
                      8000adc0    00000100     rts6740_elf.lib : fseek.c.obj (.text:fseek)
                      8000aec0    000000e0     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_setCallback_v0$0)
                      8000afa0    000000e0     rts6740_elf.lib : hostlseek.c.obj (.text:HOSTlseek)
                      8000b080    000000e0                     : hostopen.c.obj (.text:HOSTopen)
                      8000b160    000000e0                     : hostwrite.c.obj (.text:HOSTwrite)
                      8000b240    000000e0     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_close_v0$0)
                      8000b320    000000e0                       : UART_v0.oe674 (.text:UART_readCancelNoCB$0)
                      8000b400    000000e0     rts6740_elf.lib : _ltoa.c.obj (.text:__TI_ltoa)
                      8000b4e0    000000e0                     : _io_perm.c.obj (.text:__TI_wrt_ok)
                      8000b5c0    000000e0                     : close.c.obj (.text:close)
                      8000b6a0    000000e0     ti.csl.ae674 : csl_tmrGetHwStatus.oe674 (.text:csl_section:tmr:CSL_tmrGetHwStatus)
                      8000b780    000000e0     rts6740_elf.lib : exit.c.obj (.text:exit)
                      8000b860    000000e0                     : memset.c.obj (.text:memset)
                      8000b940    000000e0                     : printf.c.obj (.text:printf)
                      8000ba20    000000c0     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_disableInt_v0$0)
                      8000bae0    000000c0     rts6740_elf.lib : hostread.c.obj (.text:HOSTread)
                      8000bba0    000000c0                     : hostunlink.c.obj (.text:HOSTunlink)
                      8000bc60    000000c0     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_charPut$0)
                      8000bd20    000000c0                       : UART_stdio.oe674 (.text:UART_stdioInit)
                      8000bde0    000000c0                       : UART_v0.oe674 (.text:UART_writeCancelNoCB$0)
                      8000bea0    000000c0     rts6740_elf.lib : autoinit.c.obj (.text:__TI_auto_init_nobinit_nopinit:__TI_auto_init_nobinit_nopinit)
                      8000bf60    000000c0                     : fflush.c.obj (.text:__TI_doflush)
                      8000c020    000000c0                     : divu.asm.obj (.text:__divu)
                      8000c0e0    000000c0     ti.csl.intc.ae674 : csl_intcClose.oe674 (.text:csl_section:intc:CSL_intcClose)
                      8000c1a0    000000c0     ti.csl.ae674 : csl_tmrOpen.oe674 (.text:csl_section:tmr:CSL_tmrOpen)
                      8000c260    000000c0     rts6740_elf.lib : memory.c.obj (.text:mremove)
                      8000c320    000000c0                     : tls.c.obj (.text:tls:init:__TI_tls_init)
                      8000c3e0    000000a0                     : hostclose.c.obj (.text:HOSTclose)
                      8000c480    000000a0     ti.osal.ae674 : SemaphoreP_nonos.oe674 (.text:SemaphoreP_post)
                      8000c520    000000a0     ti.drv.uart.ae674 : UART_drv.oe674 (.text:UART_init)
                      8000c5c0    000000a0                       : UART_v0.oe674 (.text:UART_v0_callback)
                      8000c660    000000a0     rts6740_elf.lib : fopen.c.obj (.text:__TI_cleanup)
                      8000c700    000000a0                     : _printfi.c.obj (.text:_ecpy)
                      8000c7a0    000000a0     ti.csl.ae674 : csl_timerGetBaseAddress.oe674 (.text:csl_section:tmr:CSL_tmrGetBaseAddress)
                      8000c840    000000a0     rts6740_elf.lib : getdevice.c.obj (.text:finddevice)
                      8000c8e0    000000a0                     : memcpy64.asm.obj (.text:memcpy)
                      8000c980    000000a0                     : memory.c.obj (.text:minsert)
                      8000ca20    00000080     ti.board.ae674 : lcdkOMAPL138_clock.oe674 (.text:CSL_PSC_setModuleNextState$0)
                      8000caa0    00000080     ti.osal.ae674 : EventCombinerP_nonos.oe674 (.text:EventCombinerP_dispatchPlug)
                      8000cb20    00000080                   : EventCombinerP_nonos.oe674 (.text:EventCombinerP_getHwi)
                      8000cba0    00000080                   : EventCombinerP_nonos.oe674 (.text:EventCombinerP_getIntNum)
                      8000cc20    00000080     ti.csl.ae674 : gpio.oe674 (.text:GPIOSetDirMode_v0)
                      8000cca0    00000080     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.text:GPIO_clearInt_v0$0)
                      8000cd20    00000080                       : GPIO_v0.oe674 (.text:GPIO_read_v0$0)
                      8000cda0    00000080     ti.osal.ae674 : HwiP_nonos.oe674 (.text:HwiP_delete)
                      8000ce20    00000080                   : Arch_util.oe674 (.text:OsalArch_oneTimeInit)
                      8000cea0    00000080                   : RegisterIntr_nonos.oe674 (.text:Osal_DeleteInterrupt)
                      8000cf20    00000080                   : SemaphoreP_nonos.oe674 (.text:SemaphoreP_delete)
                      8000cfa0    00000080     ti.csl.ae674 : uart.oe674 (.text:UART_charPut_v0)
                      8000d020    00000080                  : uart.oe674 (.text:UART_fIFOConfig_v0)
                      8000d0a0    00000080     rts6740_elf.lib : trgmsg.c.obj (.text:__TI_readmsg)
                      8000d120    00000080                     : llshift.c.obj (.text:__c6xabi_llshl)
                      8000d1a0    00000080                     : boot.c.obj (.text:_c_int00)
                      8000d220    00000080                     : unlink.c.obj (.text:unlink)
                      8000d2a0    00000060     ti.csl.ae674 : gpio.oe674 (.text:GPIOPinWrite_v0)
                      8000d300    00000060     ti.osal.ae674 : RegisterIntr_nonos.oe674 (.text:Osal_ClearInterrupt)
                      8000d360    00000060                   : Utils_nonos.oe674 (.text:Osal_getHwAttrs)
                      8000d3c0    00000060                   : SemaphoreP_nonos.oe674 (.text:SemaphoreP_Params_init)
                      8000d420    00000060     ti.csl.ae674 : uart.oe674 (.text:UART_divisorLatchWrite_v0)
                      8000d480    00000060                  : uart.oe674 (.text:UART_divisorValCompute_v0)
                      8000d4e0    00000060                  : uart.oe674 (.text:UART_fifoWait_v0)
                      8000d540    00000060                  : uart.oe674 (.text:UART_lineCharacConfig_v0)
                      8000d5a0    00000060     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_readCancel_v0$0)
                      8000d600    00000060                       : UART_v0.oe674 (.text:UART_writeCancel_v0$0)
                      8000d660    00000060     rts6740_elf.lib : trgmsg.c.obj (.text:__TI_writemsg)
                      8000d6c0    00000060                     : llshift.c.obj (.text:__c6xabi_llshru)
                      8000d720    00000060                     : imath64.c.obj (.text:_subcull)
                      8000d780    00000060                     : lseek.c.obj (.text:lseek)
                      8000d7e0    00000060                     : memccpy.c.obj (.text:memccpy)
                      8000d840    00000060                     : write.c.obj (.text:write)
                      8000d8a0    00000040     ti.osal.ae674 : EventCombinerP_nonos.oe674 (.text:EventCombinerP_disableEvent)
                      8000d8e0    00000040                   : EventCombinerP_nonos.oe674 (.text:EventCombinerP_enableEvent)
                      8000d920    00000040     ti.csl.ae674 : gpio.oe674 (.text:GPIOIntrClear_v0)
                      8000d960    00000040                  : gpio.oe674 (.text:GPIOIntrDisable_v0)
                      8000d9a0    00000040                  : gpio.oe674 (.text:GPIOIntrEnable_v0)
                      8000d9e0    00000040                  : gpio.oe674 (.text:GPIOPinOutValueRead_v0)
                      8000da20    00000040                  : gpio.oe674 (.text:GPIOPinRead_v0)
                      8000da60    00000040     ti.drv.gpio.ae674 : GPIO_drv.oe674 (.text:GPIO_setCallback)
                      8000daa0    00000040                       : GPIO_drv.oe674 (.text:GPIO_toggle)
                      8000dae0    00000040                       : GPIO_drv.oe674 (.text:GPIO_write)
                      8000db20    00000040     ti.osal.ae674 : HwiP_nonos.oe674 (.text:HwiP_create)
                      8000db60    00000040                   : Arch_util.oe674 (.text:OsalArch_HwiPDelete)
                      8000dba0    00000040                   : Utils_nonos.oe674 (.text:Osal_DebugP_assert)
                      8000dbe0    00000040                   : RegisterIntr_nonos.oe674 (.text:Osal_RegisterInterrupt_initParams)
                      8000dc20    00000040     ti.csl.ae674 : uart.oe674 (.text:UART_breakCtl_v0)
                      8000dc60    00000040                  : uart.oe674 (.text:UART_charGetNonBlocking2_v0)
                      8000dca0    00000040                  : uart.oe674 (.text:UART_intDisable_v0)
                      8000dce0    00000040                  : uart.oe674 (.text:UART_intEnable_v0)
                      8000dd20    00000040                  : uart.oe674 (.text:UART_intIdentityGet_v0)
                      8000dd60    00000040                  : uart.oe674 (.text:UART_loopbackModeControl_v0)
                      8000dda0    00000040     ti.drv.uart.ae674 : UART_drv.oe674 (.text:UART_open)
                      8000dde0    00000040     ti.csl.ae674 : uart.oe674 (.text:UART_readLineStatus_v0)
                      8000de20    00000040     rts6740_elf.lib : frcmpyd_div.c.obj (.text:__TI_frcmpyd_div)
                      8000de60    00000040                     : isinf.c.obj (.text:__c6xabi_isinf)
                      8000dea0    00000040                     : _printfi.c.obj (.text:__c6xabi_isnan)
                      8000dee0    00000040                     : strasg.asm.obj (.text:__strasgi_64plus)
                      8000df20    00000040                     : args_main.c.obj (.text:_args_main)
                      8000df60    00000040                     : wcslen.c.obj (.text:wcslen)
                      8000dfa0    00000020     ti.board.ae674 : lcdkOMAPL138_pll.oe674 (.text:Board_PLLInit)
                      8000dfc0    00000020                    : lcdkOMAPL138_lld_init.oe674 (.text:Board_uartStdioInit)
                      8000dfe0    00000020     ti.csl.intc.ae674 : csl_intcAsmUtils.oe674 (.text:CSL_dint)
                      8000e000    00000020                       : csl_intcAsmUtils.oe674 (.text:CSL_rint)
                      8000e020    00000020     ti.csl.ae674 : gpio.oe674 (.text:GPIOIntrClearMask_v0)
                      8000e040    00000020                  : gpio.oe674 (.text:GPIOIntrStatusMask_v0)
                      8000e060    00000020     ti.drv.gpio.ae674 : GPIO_soc.oe674 (.text:GPIO_socGetNumPinsPorts)
                      8000e080    00000020     ti.osal.ae674 : HwiP_nonos.oe674 (.text:HwiP_Params_init)
                      8000e0a0    00000020                   : HwiP_nonos.oe674 (.text:HwiP_clearInterrupt)
                      8000e0c0    00000020                   : MuxIntcP_nonos.oe674 (.text:MuxIntcP_clearInEvent)
                      8000e0e0    00000020                   : MuxIntcP_nonos.oe674 (.text:MuxIntcP_create)
                      8000e100    00000020                   : Arch_util.oe674 (.text:OsalArch_clearInterrupt)
                      8000e120    00000020                   : Arch_util.oe674 (.text:OsalArch_getEventId)
                      8000e140    00000020                   : Arch_util.oe674 (.text:OsalArch_globalDisableInterrupt)
                      8000e160    00000020                   : Arch_util.oe674 (.text:OsalArch_globalRestoreInterrupt)
                      8000e180    00000020                   : delay.oe674 (.text:Osal_delay)
                      8000e1a0    00000020     ti.drv.uart.ae674 : UART_drv.oe674 (.text:UART_Params_init)
                      8000e1c0    00000020                       : UART_v0.oe674 (.text:UART_control_v0$0)
                      8000e1e0    00000020     ti.csl.ae674 : uart.oe674 (.text:UART_divisorLatchDisable_v0)
                      8000e200    00000020                  : uart.oe674 (.text:UART_fIFOCharPut_v0)
                      8000e220    00000020                  : uart.oe674 (.text:UART_fifoEmpty_v0)
                      8000e240    00000020     ti.drv.uart.ae674 : UART_v0.oe674 (.text:UART_init_v0$0)
                      8000e260    00000020     ti.csl.ae674 : uart.oe674 (.text:UART_operatingModeSelect_v0)
                      8000e280    00000020                  : uart.oe674 (.text:UART_pwremuConfig_v0)
                      8000e2a0    00000020     rts6740_elf.lib : errno.c.obj (.text:__c6xabi_errno_addr)
                      8000e2c0    00000020                     : push.asm.obj (.text:__pop_rts)
                      8000e2e0    00000020                     : push.asm.obj (.text:__push_rts)
                      8000e300    00000020                     : _lock.c.obj (.text:_nop)
                      8000e320    00000020                     : printf.c.obj (.text:_outc)
                      8000e340    00000020                     : printf.c.obj (.text:_outs)
                      8000e360    00000020                     : signbit.c.obj (.text:_signbit)
                      8000e380    00000020                     : startup.c.obj (.text:_system_post_cinit)
                      8000e3a0    00000020                     : pre_init.c.obj (.text:_system_pre_init)
                      8000e3c0    00000020                     : exit.c.obj (.text:abort)
                      8000e3e0    00000020     ti.csl.intc.ae674 : csl_intcHookIsr.oe674 (.text:csl_section:intc:CSL_intcHookIsr)
                      8000e400    00000020                       : _csl_intcNmiDummy.oe674 (.text:csl_section:intc)
                      8000e420    00000020     rts6740_elf.lib : copy_decompress_none.c.obj (.text:decompress:none:__TI_decompress_none)
                      8000e440    00000020                     : copy_decompress_rle.c.obj (.text:decompress:rle24:__TI_decompress_rle24)
    
    .far       0    8000e460    00001d10     UNINITIALIZED
                      8000e460    00000b40     (.common:GPIO_intCfgs)
                      8000efa0    00000500     (.common:semStructs)
                      8000f4a0    00000480     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.far:gpioCallbackInfo$0)
                      8000f920    00000320     ti.osal.ae674 : Arch_util.oe674 (.far:hwiStructs$0)
                      8000fc40    00000204     (.common:UartObjects)
                      8000fe44    00000004     --HOLE--
                      8000fe48    00000140     (.common:__TI_tmpnams)
                      8000ff88    00000140                   : Arch_util.oe674 (.far:gEventRecord$0)
                      800100c8    00000098                   : Arch_util.oe674 (.far:gContext$0)
                      80010160    00000008     (.common:gTmrObj)
                      80010168    00000008     (.common:parmbuf)
    
    .stack     0    80010170    00000800     UNINITIALIZED
                      80010170    00000008     rts6740_elf.lib : boot.c.obj (.stack)
                      80010178    000007f8     --HOLE--
    
    .sysmem    0    80010970    00000800     UNINITIALIZED
                      80010970    00000008     rts6740_elf.lib : memory.c.obj (.sysmem)
                      80010978    000007f8     --HOLE--
    
    .fardata   0    80011170    00000504     UNINITIALIZED
                      80011170    000001e0     rts6740_elf.lib : defs.c.obj (.fardata:_ftable)
                      80011350    000000fc     ti.drv.uart.ae674 : UART_soc.oe674 (.fardata:uartInitCfg)
                      8001144c    00000004     rts6740_elf.lib : _lock.c.obj (.fardata:_lock)
                      80011450    000000a0                     : write.c.obj (.fardata:_stream)
                      800114f0    00000078                     : write.c.obj (.fardata:_device)
                      80011568    00000060     ti.drv.gpio.ae674 : GPIO_soc.oe674 (.fardata:GPIO_v0_hwAttrs)
                      800115c8    00000030     ti.drv.uart.ae674 : UART_soc.oe674 (.fardata:UART_config)
                      800115f8    00000030     ti.osal.ae674 : Utils_nonos.oe674 (.fardata:gOsal_HwAttrs)
                      80011628    00000014     hello.obj (.fardata:GPIO_v0_config)
                      8001163c    0000000c     rts6740_elf.lib : exit.c.obj (.fardata)
                      80011648    00000008     hello.obj (.fardata:gpioCallbackFunctions)
                      80011650    00000008     hello.obj (.fardata:gpioPinConfigs)
                      80011658    00000008     rts6740_elf.lib : memory.c.obj (.fardata)
                      80011660    00000008     ti.drv.uart.ae674 : UART_stdio.oe674 (.fardata:uart_stdio)
                      80011668    00000004     rts6740_elf.lib : _lock.c.obj (.fardata:_unlock)
                      8001166c    00000004                     : defs.c.obj (.fardata)
                      80011670    00000004                     : errno.c.obj (.fardata)
    
    .const     0    80011678    000002ca     
                      80011678    00000101     rts6740_elf.lib : ctype.c.obj (.const:.string:_ctypes_)
                      80011779    00000003     --HOLE-- [fill = 0]
                      8001177c    00000054     hello.obj (.const:.string)
                      800117d0    00000048     ti.osal.ae674 : delay.oe674 (.const:$P$T0$1$0)
                      80011818    00000040     ti.drv.uart.ae674 : UART_drv.oe674 (.const:UART_defaultParams)
                      80011858    00000030                       : UART_v0.oe674 (.const:UART_FxnTable_v0)
                      80011888    00000024     rts6740_elf.lib : _printfi.c.obj (.const:.string)
                      800118ac    00000024     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.const:GPIO_FxnTable_v0)
                      800118d0    00000024                       : GPIO_soc.oe674 (.const:GPIO_config)
                      800118f4    00000020     ti.osal.ae674 : SemaphoreP_nonos.oe674 (.const:.string)
                      80011914    00000018                   : HwiP_nonos.oe674 (.const:.string)
                      8001192c    0000000c     ti.drv.uart.ae674 : UART_v0.oe674 (.const:.string)
                      80011938    0000000a                       : UART_stdio.oe674 (.const:.string:$P$T1$2$0)
    
    .cio       0    80011948    00000120     UNINITIALIZED
                      80011948    00000120     rts6740_elf.lib : trgmsg.c.obj (.cio)
    
    .bss       0    80011b64    00000058     UNINITIALIZED
                      80011b64    0000004c     ti.csl.intc.ae674 : _csl_intcResource.oe674 (.bss:csl_section:intc:uninit)
                      80011bb0    00000008                       : _csl_intcResource.oe674 (.bss:csl_section:intc:init)
                      80011bb8    00000004     (.common:gTmrHandle)
    
    .switch    0    80011a68    000000fc     
                      80011a68    00000040     ti.csl.ae674 : csl_tmrHwControl.oe674 (.switch:CSL_tmrHwControl)
                      80011aa8    00000038     rts6740_elf.lib : _printfi.c.obj (.switch:__TI_printfi)
                      80011ae0    00000020     ti.csl.ae674 : gpio.oe674 (.switch:GPIOSetIntrType_v0)
                      80011b00    0000001c     ti.csl.intc.ae674 : csl_intcHwControl.oe674 (.switch:CSL_intcHwControl)
                      80011b1c    00000014     ti.csl.ae674 : csl_tmrGetHwStatus.oe674 (.switch:CSL_tmrGetHwStatus)
                      80011b30    00000014     ti.drv.uart.ae674 : UART_v0.oe674 (.switch:UART_open_v0$0)
                      80011b44    00000010     ti.csl.intc.ae674 : csl_intcOpen.oe674 (.switch:CSL_intcOpen)
                      80011b54    00000010     ti.csl.ae674 : csl_timerGetBaseAddress.oe674 (.switch:CSL_tmrGetBaseAddress)
    
    .cinit     0    80011be8    000001d8     
                      80011be8    00000182     (.cinit..fardata.load) [load image, compression = rle]
                      80011d6a    00000016     (.cinit..neardata.load) [load image, compression = rle]
                      80011d80    0000000b     (.cinit..far.load) [load image, compression = rle]
                      80011d8b    00000009     (.cinit..bss.load) [load image, compression = rle]
                      80011d94    00000008     (__TI_handler_table)
                      80011d9c    00000004     --HOLE-- [fill = 0]
                      80011da0    00000020     (__TI_cinit_table)
    
    .init_array 
    *          0    80000000    00000000     UNINITIALIZED
    
    .neardata 
    *          0    80011bbc    0000002c     UNINITIALIZED
                      80011bbc    00000019     ti.osal.ae674 : Utils_nonos.oe674 (.neardata)
                      80011bd5    00000003                   : Arch_util.oe674 (.neardata)
                      80011bd8    00000005     ti.drv.gpio.ae674 : GPIO_v0.oe674 (.neardata)
                      80011bdd    00000003     --HOLE--
                      80011be0    00000004     ti.drv.uart.ae674 : UART_drv.oe674 (.neardata)
                      80011be4    00000004     ti.osal.ae674 : delay.oe674 (.neardata)
    
    .csl_vect 
    *          0    00700000    00000220     
                      00700000    00000220     ti.csl.intc.ae674 : _csl_intcIsrDispatch.oe674 (.csl_vect)
    
    MODULE SUMMARY
    
           Module                               code    ro data   rw data
           ------                               ----    -------   -------
        .\
           hello.obj                            320     84        36     
        +--+------------------------------------+-------+---------+---------+
           Total:                               320     84        36     
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/board/lib/lcdkOMAPL138/c674/release/ti.board.ae674
           lcdkOMAPL138_pll.oe674               1504    0         0      
           lcdkOMAPL138_pinmux.oe674            1472    0         0      
           lcdkOMAPL138_clock.oe674             1440    0         0      
           lcdkOMAPL138_ddr.oe674               416     0         0      
           lcdkOMAPL138.oe674                   384     0         0      
           lcdkOMAPL138_lld_init.oe674          32      0         0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               5248    0         0      
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/csl/lib/omapl138/c674/release/ti.csl.ae674
           uart.oe674                           1248    0         0      
           gpio.oe674                           960     32        0      
           csl_tmrHwControl.oe674               800     64        0      
           csl_tmrHwSetup.oe674                 320     0         0      
           csl_tmrGetHwStatus.oe674             224     20        0      
           csl_tmrOpen.oe674                    192     0         0      
           csl_timerGetBaseAddress.oe674        160     16        0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               3904    132       0      
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/csl/lib/omapl138/c674/release/ti.csl.intc.ae674
           _csl_intcCombEventDispatcher.oe674   2176    0         0      
           csl_intcHwControl.oe674              1056    28        0      
           csl_intcOpen.oe674                   608     16        0      
           _csl_intcIsrDispatch.oe674           544     0         0      
           _csl_intcDispatcher.oe674            448     0         0      
           csl_intcInit.oe674                   384     0         0      
           _csl_intcIntrEnDisRes.oe674          320     0         0      
           csl_intcPlugEventHandler.oe674       256     0         0      
           csl_intcClose.oe674                  192     0         0      
           _csl_intcResource.oe674              0       0         84     
           csl_intcAsmUtils.oe674               64      0         0      
           _csl_intcNmiDummy.oe674              32      0         0      
           csl_intcHookIsr.oe674                32      0         0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               6112    44        84     
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/drv/gpio/lib/omapl138/c674/release/ti.drv.gpio.ae674
           GPIO_v0.oe674                        3296    36        1157   
           GPIO_soc.oe674                       32      36        2976   
           GPIO_drv.oe674                       192     0         0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               3520    72        4133   
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/drv/uart/lib/omapl138/c674/release/ti.drv.uart.ae674
           UART_v0.oe674                        7424    80        0      
           UART_soc.oe674                       0       0         816    
           UART_drv.oe674                       256     64        4      
           UART_stdio.oe674                     192     10        8      
        +--+------------------------------------+-------+---------+---------+
           Total:                               7872    154       828    
                                                                         
        C:/ti/pdk_omapl138_1_0_11/packages/ti/osal/lib/nonos/omapl138/c674/release/ti.osal.ae674
           Arch_util.oe674                      1248    0         1275   
           SemaphoreP_nonos.oe674               1056    32        1280   
           RegisterIntr_nonos.oe674             704     0         0      
           EventCombinerP_nonos.oe674           512     0         0      
           delay.oe674                          384     72        16     
           HwiP_nonos.oe674                     256     24        0      
           Utils_nonos.oe674                    160     0         73     
           MuxIntcP_nonos.oe674                 64      0         0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               4384    128       2644   
                                                                         
        C:\ti\ccs930\ccs\tools\compiler\ti-cgt-c6000_8.3.5\lib\rts6740_elf.lib
           _printfi.c.obj                       13536   92        0      
           memory.c.obj                         1760    0         8      
           divd.c.obj                           1504    0         0      
           defs.c.obj                           0       0         804    
           fputs.c.obj                          736     0         0      
           imath64.c.obj                        704     0         0      
           trgmsg.c.obj                         224     0         288    
           fputc.c.obj                          448     0         0      
           frexp.c.obj                          448     0         0      
           getdevice.c.obj                      448     0         0      
           imath40.c.obj                        448     0         0      
           setvbuf.c.obj                        448     0         0      
           hostrename.c.obj                     416     0         0      
           ldexp.c.obj                          384     0         0      
           write.c.obj                          96      0         280    
           copy_decompress_rle.c.obj            288     0         0      
           printf.c.obj                         288     0         0      
           exit.c.obj                           256     0         12     
           ctype.c.obj                          0       257       0      
           atoi.c.obj                           256     0         0      
           fclose.c.obj                         256     0         0      
           fseek.c.obj                          256     0         0      
           hostopen.c.obj                       224     0         8      
           _io_perm.c.obj                       224     0         0      
           _ltoa.c.obj                          224     0         0      
           close.c.obj                          224     0         0      
           hostlseek.c.obj                      224     0         0      
           hostwrite.c.obj                      224     0         0      
           llshift.c.obj                        224     0         0      
           memset.c.obj                         224     0         0      
           autoinit.c.obj                       192     0         0      
           divu.asm.obj                         192     0         0      
           fflush.c.obj                         192     0         0      
           hostread.c.obj                       192     0         0      
           hostunlink.c.obj                     192     0         0      
           tls.c.obj                            192     0         0      
           fopen.c.obj                          160     0         0      
           hostclose.c.obj                      160     0         0      
           memcpy64.asm.obj                     160     0         0      
           boot.c.obj                           128     0         0      
           unlink.c.obj                         128     0         0      
           lseek.c.obj                          96      0         0      
           memccpy.c.obj                        96      0         0      
           args_main.c.obj                      64      0         0      
           frcmpyd_div.c.obj                    64      0         0      
           isinf.c.obj                          64      0         0      
           push.asm.obj                         64      0         0      
           strasg.asm.obj                       64      0         0      
           wcslen.c.obj                         64      0         0      
           _lock.c.obj                          32      0         8      
           errno.c.obj                          32      0         4      
           copy_decompress_none.c.obj           32      0         0      
           pre_init.c.obj                       32      0         0      
           signbit.c.obj                        32      0         0      
           startup.c.obj                        32      0         0      
        +--+------------------------------------+-------+---------+---------+
           Total:                               27648   349       1412   
                                                                         
           Heap:                                0       0         2048   
           Stack:                               0       0         2048   
           Linker Generated:                    0       468       0      
        +--+------------------------------------+-------+---------+---------+
           Grand Total:                         59008   1431      13233  
    
    
    LINKER GENERATED COPY TABLES
    
    __TI_cinit_table @ 80011da0 records: 4, size/record: 8, table size: 32
    	.fardata: load addr=80011be8, load size=00000182 bytes, run addr=80011170, run size=00000504 bytes, compression=rle
    	.neardata: load addr=80011d6a, load size=00000016 bytes, run addr=80011bbc, run size=0000002c bytes, compression=rle
    	.far: load addr=80011d80, load size=0000000b bytes, run addr=8000e460, run size=00001d10 bytes, compression=rle
    	.bss: load addr=80011d8b, load size=00000009 bytes, run addr=80011b64, run size=00000058 bytes, compression=rle
    
    
    LINKER GENERATED HANDLER TABLE
    
    __TI_handler_table @ 80011d94 records: 2, size/record: 4, table size: 8
    	index: 0, handler: __TI_decompress_rle24
    	index: 1, handler: __TI_decompress_none
    
    
    GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name 
    
    address   name                             
    -------   ----                             
    800056c0  Board_CorePLLConfig              
    80008ae0  Board_DDR3Init                   
    80005ca0  Board_DDRPLLConfig               
    8000dfa0  Board_PLLInit                    
    80009c40  Board_configEmifPinMux           
    80008fc0  Board_init                       
    80006c00  Board_moduleClockEnable          
    8000a0c0  Board_moduleClockInit            
    80007cc0  Board_moduleClockSyncReset       
    80003360  Board_pinmuxConfig               
    8000dfc0  Board_uartStdioInit              
    8000e3c0  C$$EXIT                          
    8000d6b8  C$$IO$$                          
    00700200  CSL_Entry                        
    8000dfe0  CSL_dint                         
    80011bb0  CSL_intcAllocMask                
    8000c0e0  CSL_intcClose                    
    80011b64  CSL_intcCpuIntrTable             
    80008220  CSL_intcDispatcher               
    80006e40  CSL_intcEvent0Dispatcher         
    80007060  CSL_intcEvent1Dispatcher         
    80007280  CSL_intcEvent2Dispatcher         
    800074a0  CSL_intcEvent3Dispatcher         
    80011bac  CSL_intcEventHandlerRecord_p     
    80011bb4  CSL_intcEventOffsetMap           
    80009938  CSL_intcGlobalDisable            
    80009918  CSL_intcGlobalEnable             
    800099ac  CSL_intcGlobalExcepClear         
    80009984  CSL_intcGlobalExcepEnable        
    80009998  CSL_intcGlobalExtExcepEnable     
    80009970  CSL_intcGlobalNmiEnable          
    80009958  CSL_intcGlobalRestore            
    8000e3e0  CSL_intcHookIsr                  
    80003c60  CSL_intcHwControl                
    800092c0  CSL_intcInit                     
    800098d0  CSL_intcInterruptClear           
    800098b0  CSL_intcInterruptDisable         
    80009890  CSL_intcInterruptEnable          
    800098ec  CSL_intcInterruptRestore         
    800098e0  CSL_intcInterruptSet             
    80009880  CSL_intcIvpSet                   
    8000e400  CSL_intcNmiDummy                 
    80011ba8  CSL_intcNumEvents                
    800069a0  CSL_intcOpen                     
    8000acc0  CSL_intcPlugEventHandler         
    80009904  CSL_intcQueryInterruptStatus     
    8000e000  CSL_rint                         
    8000c7a0  CSL_tmrGetBaseAddress            
    8000b6a0  CSL_tmrGetHwStatus               
    800053a0  CSL_tmrHwControl                 
    800099c0  CSL_tmrHwSetup                   
    8000c1a0  CSL_tmrOpen                      
    80009b00  Delay                            
    800095c0  Delay_32kFClk                    
    8000d8a0  EventCombinerP_disableEvent      
    8000caa0  EventCombinerP_dispatchPlug      
    8000d8e0  EventCombinerP_enableEvent       
    8000cb20  EventCombinerP_getHwi            
    8000cba0  EventCombinerP_getIntNum         
    8000e020  GPIOIntrClearMask_v0             
    8000d920  GPIOIntrClear_v0                 
    8000d960  GPIOIntrDisable_v0               
    8000d9a0  GPIOIntrEnable_v0                
    8000e040  GPIOIntrStatusMask_v0            
    8000d9e0  GPIOPinOutValueRead_v0           
    8000da20  GPIOPinRead_v0                   
    8000d2a0  GPIOPinWrite_v0                  
    8000cc20  GPIOSetDirMode_v0                
    80009720  GPIOSetIntrType_v0               
    800118ac  GPIO_FxnTable_v0                 
    800118d0  GPIO_config                      
    8000e460  GPIO_intCfgs                     
    8000da60  GPIO_setCallback                 
    8000e060  GPIO_socGetNumPinsPorts          
    8000daa0  GPIO_toggle                      
    80011628  GPIO_v0_config                   
    80011568  GPIO_v0_hwAttrs                  
    8000dae0  GPIO_write                       
    8000c3e0  HOSTclose                        
    8000afa0  HOSTlseek                        
    8000b080  HOSTopen                         
    8000bae0  HOSTread                         
    80008c80  HOSTrename                       
    8000bba0  HOSTunlink                       
    8000b160  HOSTwrite                        
    8000e080  HwiP_Params_init                 
    8000e0a0  HwiP_clearInterrupt              
    8000db20  HwiP_create                      
    8000cda0  HwiP_delete                      
    8000e140  HwiP_disable                     
    8000e120  HwiP_getEventId                  
    8000a4c0  HwiP_getHandle                   
    8000e160  HwiP_restore                     
    8000e0c0  MuxIntcP_clearInEvent            
    8000e0e0  MuxIntcP_create                  
    80005f60  OsalArch_HwiPCreate              
    8000db60  OsalArch_HwiPDelete              
    8000e100  OsalArch_clearInterrupt          
    8000e120  OsalArch_getEventId              
    8000a4c0  OsalArch_getHandle               
    8000e140  OsalArch_globalDisableInterrupt  
    8000e160  OsalArch_globalRestoreInterrupt  
    8000ce20  OsalArch_oneTimeInit             
    8000d300  Osal_ClearInterrupt              
    80011bd4  Osal_DebugP_Assert_Val           
    8000dba0  Osal_DebugP_assert               
    8000cea0  Osal_DeleteInterrupt             
    80008e20  Osal_RegisterInterrupt           
    8000dbe0  Osal_RegisterInterrupt_initParams
    8000e180  Osal_delay                       
    8000d360  Osal_getHwAttrs                  
    8000d3c0  SemaphoreP_Params_init           
    80009140  SemaphoreP_create                
    8000cf20  SemaphoreP_delete                
    80009d60  SemaphoreP_pend                  
    8000c480  SemaphoreP_post                  
    80011858  UART_FxnTable_v0                 
    8000e1a0  UART_Params_init                 
    8000dc20  UART_breakCtl_v0                 
    8000dc60  UART_charGetNonBlocking2_v0      
    8000cfa0  UART_charPut_v0                  
    800115c8  UART_config                      
    80011818  UART_defaultParams               
    8000e1e0  UART_divisorLatchDisable_v0      
    8000d420  UART_divisorLatchWrite_v0        
    8000d480  UART_divisorValCompute_v0        
    8000e200  UART_fIFOCharPut_v0              
    8000d020  UART_fIFOConfig_v0               
    8000e220  UART_fifoEmpty_v0                
    8000d4e0  UART_fifoWait_v0                 
    8000c520  UART_init                        
    8000dca0  UART_intDisable_v0               
    8000dce0  UART_intEnable_v0                
    8000dd20  UART_intIdentityGet_v0           
    8000d540  UART_lineCharacConfig_v0         
    8000dd60  UART_loopbackModeControl_v0      
    8000dda0  UART_open                        
    8000e260  UART_operatingModeSelect_v0      
    8000e280  UART_pwremuConfig_v0             
    8000dde0  UART_readLineStatus_v0           
    8000bd20  UART_stdioInit                   
    8000c5c0  UART_v0_callback                 
    8000fc40  UartObjects                      
    00700000  _CSL_intcVectorTable             
    80011948  __CIOBUF_                        
    80011da0  __TI_CINIT_Base                  
    80011dc0  __TI_CINIT_Limit                 
    80011d94  __TI_Handler_Table_Base          
    80011d9c  __TI_Handler_Table_Limit         
    80010970  __TI_STACK_END                   
    00000800  __TI_STACK_SIZE                  
    80011b64  __TI_STATIC_BASE                 
    00000800  __TI_SYSMEM_SIZE                 
    UNDEFED   __TI_TLS_INIT_Base               
    UNDEFED   __TI_TLS_INIT_Limit              
    8000bea0  __TI_auto_init_nobinit_nopinit   
    8000c660  __TI_cleanup                     
    8001163c  __TI_cleanup_ptr                 
    8000a8c0  __TI_closefile                   
    8000e420  __TI_decompress_none             
    8000e440  __TI_decompress_rle24            
    8000bf60  __TI_doflush                     
    80011640  __TI_dtors_ptr                   
    80011644  __TI_enable_exit_profile_output  
    8000de20  __TI_frcmpyd_div                 
    8001166c  __TI_ft_end                      
    8000b400  __TI_ltoa                        
    ffffffff  __TI_pprof_out_hndl              
    80000000  __TI_printfi                     
    ffffffff  __TI_prof_data_size              
    ffffffff  __TI_prof_data_start             
    8000d0a0  __TI_readmsg                     
    8000c320  __TI_tls_init                    
    8000fe48  __TI_tmpnams                     
    8000d660  __TI_writemsg                    
    8000b4e0  __TI_wrt_ok                      
    ffffffff  __binit__                        
    80002d80  __c6xabi_divd                    
    8000c020  __c6xabi_divu                    
    80008060  __c6xabi_divul                   
    80006740  __c6xabi_divull                  
    8000e2a0  __c6xabi_errno_addr              
    8000de60  __c6xabi_isinf                   
    8000d120  __c6xabi_llshl                   
    8000d6c0  __c6xabi_llshru                  
    8000e2c0  __c6xabi_pop_rts                 
    8000e2e0  __c6xabi_push_rts                
    8000dee0  __c6xabi_strasgi_64plus          
    ffffffff  __c_args__                       
    8000c020  __divu                           
    80011670  __errno                          
    8000e2c0  __pop_rts                        
    8000e2e0  __push_rts                       
    8000dee0  __strasgi_64plus                 
    8000df20  _args_main                       
    8000d1a0  _c_int00                         
    80011678  _ctypes_                         
    800114f0  _device                          
    80011170  _ftable                          
    8001144c  _lock                            
    8000e300  _nop                             
    8000e360  _signbit                         
    80010170  _stack                           
    80011450  _stream                          
    8000d720  _subcull                         
    80010970  _sys_memory                      
    8000e380  _system_post_cinit               
    8000e3a0  _system_pre_init                 
    80011668  _unlock                          
    8000e3c0  abort                            
    8000abc0  atoi                             
    ffffffff  binit                            
    8000b5c0  close                            
    80011670  errno                            
    8000b780  exit                             
    8000c840  finddevice                       
    800083e0  fputc                            
    800059c0  fputs                            
    80004c60  free                             
    800085a0  frexp                            
    800085a0  frexpl                           
    8000adc0  fseek                            
    80011bcc  gOsalHwiAllocCnt                 
    80011bd0  gOsalHwiPeak                     
    80011bbc  gOsalSemAllocCnt                 
    80011bc0  gOsalSemPeak                     
    80011bc4  gOsalTimerAllocCnt               
    80011bc8  gOsalTimerPeak                   
    800115f8  gOsal_HwAttrs                    
    80011bb8  gTmrHandle                       
    80010160  gTmrObj                          
    80009fa0  getdevice                        
    80011648  gpioCallbackFunctions            
    80011650  gpioPinConfigs                   
    80009440  ldexp                            
    80009440  ldexpl                           
    8000d780  lseek                            
    80009b38  main                             
    80008760  malloc                           
    8000d7e0  memccpy                          
    8000c8e0  memcpy                           
    8000b860  memset                           
    80010168  parmbuf                          
    8000b940  printf                           
    800083e0  putc                             
    8000d220  remove                           
    80009440  scalbn                           
    80009440  scalbnl                          
    8000efa0  semStructs                       
    80008920  setvbuf                          
    80011350  uartInitCfg                      
    80011660  uart_stdio                       
    8000d220  unlink                           
    8000df60  wcslen                           
    8000d840  write                            
    
    
    GLOBAL SYMBOLS: SORTED BY Symbol Address 
    
    address   name                             
    -------   ----                             
    00000800  __TI_STACK_SIZE                  
    00000800  __TI_SYSMEM_SIZE                 
    00700000  _CSL_intcVectorTable             
    00700200  CSL_Entry                        
    80000000  __TI_printfi                     
    80002d80  __c6xabi_divd                    
    80003360  Board_pinmuxConfig               
    80003c60  CSL_intcHwControl                
    80004c60  free                             
    800053a0  CSL_tmrHwControl                 
    800056c0  Board_CorePLLConfig              
    800059c0  fputs                            
    80005ca0  Board_DDRPLLConfig               
    80005f60  OsalArch_HwiPCreate              
    80006740  __c6xabi_divull                  
    800069a0  CSL_intcOpen                     
    80006c00  Board_moduleClockEnable          
    80006e40  CSL_intcEvent0Dispatcher         
    80007060  CSL_intcEvent1Dispatcher         
    80007280  CSL_intcEvent2Dispatcher         
    800074a0  CSL_intcEvent3Dispatcher         
    80007cc0  Board_moduleClockSyncReset       
    80008060  __c6xabi_divul                   
    80008220  CSL_intcDispatcher               
    800083e0  fputc                            
    800083e0  putc                             
    800085a0  frexp                            
    800085a0  frexpl                           
    80008760  malloc                           
    80008920  setvbuf                          
    80008ae0  Board_DDR3Init                   
    80008c80  HOSTrename                       
    80008e20  Osal_RegisterInterrupt           
    80008fc0  Board_init                       
    80009140  SemaphoreP_create                
    800092c0  CSL_intcInit                     
    80009440  ldexp                            
    80009440  ldexpl                           
    80009440  scalbn                           
    80009440  scalbnl                          
    800095c0  Delay_32kFClk                    
    80009720  GPIOSetIntrType_v0               
    80009880  CSL_intcIvpSet                   
    80009890  CSL_intcInterruptEnable          
    800098b0  CSL_intcInterruptDisable         
    800098d0  CSL_intcInterruptClear           
    800098e0  CSL_intcInterruptSet             
    800098ec  CSL_intcInterruptRestore         
    80009904  CSL_intcQueryInterruptStatus     
    80009918  CSL_intcGlobalEnable             
    80009938  CSL_intcGlobalDisable            
    80009958  CSL_intcGlobalRestore            
    80009970  CSL_intcGlobalNmiEnable          
    80009984  CSL_intcGlobalExcepEnable        
    80009998  CSL_intcGlobalExtExcepEnable     
    800099ac  CSL_intcGlobalExcepClear         
    800099c0  CSL_tmrHwSetup                   
    80009b00  Delay                            
    80009b38  main                             
    80009c40  Board_configEmifPinMux           
    80009d60  SemaphoreP_pend                  
    80009fa0  getdevice                        
    8000a0c0  Board_moduleClockInit            
    8000a4c0  HwiP_getHandle                   
    8000a4c0  OsalArch_getHandle               
    8000a8c0  __TI_closefile                   
    8000abc0  atoi                             
    8000acc0  CSL_intcPlugEventHandler         
    8000adc0  fseek                            
    8000afa0  HOSTlseek                        
    8000b080  HOSTopen                         
    8000b160  HOSTwrite                        
    8000b400  __TI_ltoa                        
    8000b4e0  __TI_wrt_ok                      
    8000b5c0  close                            
    8000b6a0  CSL_tmrGetHwStatus               
    8000b780  exit                             
    8000b860  memset                           
    8000b940  printf                           
    8000bae0  HOSTread                         
    8000bba0  HOSTunlink                       
    8000bd20  UART_stdioInit                   
    8000bea0  __TI_auto_init_nobinit_nopinit   
    8000bf60  __TI_doflush                     
    8000c020  __c6xabi_divu                    
    8000c020  __divu                           
    8000c0e0  CSL_intcClose                    
    8000c1a0  CSL_tmrOpen                      
    8000c320  __TI_tls_init                    
    8000c3e0  HOSTclose                        
    8000c480  SemaphoreP_post                  
    8000c520  UART_init                        
    8000c5c0  UART_v0_callback                 
    8000c660  __TI_cleanup                     
    8000c7a0  CSL_tmrGetBaseAddress            
    8000c840  finddevice                       
    8000c8e0  memcpy                           
    8000caa0  EventCombinerP_dispatchPlug      
    8000cb20  EventCombinerP_getHwi            
    8000cba0  EventCombinerP_getIntNum         
    8000cc20  GPIOSetDirMode_v0                
    8000cda0  HwiP_delete                      
    8000ce20  OsalArch_oneTimeInit             
    8000cea0  Osal_DeleteInterrupt             
    8000cf20  SemaphoreP_delete                
    8000cfa0  UART_charPut_v0                  
    8000d020  UART_fIFOConfig_v0               
    8000d0a0  __TI_readmsg                     
    8000d120  __c6xabi_llshl                   
    8000d1a0  _c_int00                         
    8000d220  remove                           
    8000d220  unlink                           
    8000d2a0  GPIOPinWrite_v0                  
    8000d300  Osal_ClearInterrupt              
    8000d360  Osal_getHwAttrs                  
    8000d3c0  SemaphoreP_Params_init           
    8000d420  UART_divisorLatchWrite_v0        
    8000d480  UART_divisorValCompute_v0        
    8000d4e0  UART_fifoWait_v0                 
    8000d540  UART_lineCharacConfig_v0         
    8000d660  __TI_writemsg                    
    8000d6b8  C$$IO$$                          
    8000d6c0  __c6xabi_llshru                  
    8000d720  _subcull                         
    8000d780  lseek                            
    8000d7e0  memccpy                          
    8000d840  write                            
    8000d8a0  EventCombinerP_disableEvent      
    8000d8e0  EventCombinerP_enableEvent       
    8000d920  GPIOIntrClear_v0                 
    8000d960  GPIOIntrDisable_v0               
    8000d9a0  GPIOIntrEnable_v0                
    8000d9e0  GPIOPinOutValueRead_v0           
    8000da20  GPIOPinRead_v0                   
    8000da60  GPIO_setCallback                 
    8000daa0  GPIO_toggle                      
    8000dae0  GPIO_write                       
    8000db20  HwiP_create                      
    8000db60  OsalArch_HwiPDelete              
    8000dba0  Osal_DebugP_assert               
    8000dbe0  Osal_RegisterInterrupt_initParams
    8000dc20  UART_breakCtl_v0                 
    8000dc60  UART_charGetNonBlocking2_v0      
    8000dca0  UART_intDisable_v0               
    8000dce0  UART_intEnable_v0                
    8000dd20  UART_intIdentityGet_v0           
    8000dd60  UART_loopbackModeControl_v0      
    8000dda0  UART_open                        
    8000dde0  UART_readLineStatus_v0           
    8000de20  __TI_frcmpyd_div                 
    8000de60  __c6xabi_isinf                   
    8000dee0  __c6xabi_strasgi_64plus          
    8000dee0  __strasgi_64plus                 
    8000df20  _args_main                       
    8000df60  wcslen                           
    8000dfa0  Board_PLLInit                    
    8000dfc0  Board_uartStdioInit              
    8000dfe0  CSL_dint                         
    8000e000  CSL_rint                         
    8000e020  GPIOIntrClearMask_v0             
    8000e040  GPIOIntrStatusMask_v0            
    8000e060  GPIO_socGetNumPinsPorts          
    8000e080  HwiP_Params_init                 
    8000e0a0  HwiP_clearInterrupt              
    8000e0c0  MuxIntcP_clearInEvent            
    8000e0e0  MuxIntcP_create                  
    8000e100  OsalArch_clearInterrupt          
    8000e120  HwiP_getEventId                  
    8000e120  OsalArch_getEventId              
    8000e140  HwiP_disable                     
    8000e140  OsalArch_globalDisableInterrupt  
    8000e160  HwiP_restore                     
    8000e160  OsalArch_globalRestoreInterrupt  
    8000e180  Osal_delay                       
    8000e1a0  UART_Params_init                 
    8000e1e0  UART_divisorLatchDisable_v0      
    8000e200  UART_fIFOCharPut_v0              
    8000e220  UART_fifoEmpty_v0                
    8000e260  UART_operatingModeSelect_v0      
    8000e280  UART_pwremuConfig_v0             
    8000e2a0  __c6xabi_errno_addr              
    8000e2c0  __c6xabi_pop_rts                 
    8000e2c0  __pop_rts                        
    8000e2e0  __c6xabi_push_rts                
    8000e2e0  __push_rts                       
    8000e300  _nop                             
    8000e360  _signbit                         
    8000e380  _system_post_cinit               
    8000e3a0  _system_pre_init                 
    8000e3c0  C$$EXIT                          
    8000e3c0  abort                            
    8000e3e0  CSL_intcHookIsr                  
    8000e400  CSL_intcNmiDummy                 
    8000e420  __TI_decompress_none             
    8000e440  __TI_decompress_rle24            
    8000e460  GPIO_intCfgs                     
    8000efa0  semStructs                       
    8000fc40  UartObjects                      
    8000fe48  __TI_tmpnams                     
    80010160  gTmrObj                          
    80010168  parmbuf                          
    80010170  _stack                           
    80010970  __TI_STACK_END                   
    80010970  _sys_memory                      
    80011170  _ftable                          
    80011350  uartInitCfg                      
    8001144c  _lock                            
    80011450  _stream                          
    800114f0  _device                          
    80011568  GPIO_v0_hwAttrs                  
    800115c8  UART_config                      
    800115f8  gOsal_HwAttrs                    
    80011628  GPIO_v0_config                   
    8001163c  __TI_cleanup_ptr                 
    80011640  __TI_dtors_ptr                   
    80011644  __TI_enable_exit_profile_output  
    80011648  gpioCallbackFunctions            
    80011650  gpioPinConfigs                   
    80011660  uart_stdio                       
    80011668  _unlock                          
    8001166c  __TI_ft_end                      
    80011670  __errno                          
    80011670  errno                            
    80011678  _ctypes_                         
    80011818  UART_defaultParams               
    80011858  UART_FxnTable_v0                 
    800118ac  GPIO_FxnTable_v0                 
    800118d0  GPIO_config                      
    80011948  __CIOBUF_                        
    80011b64  CSL_intcCpuIntrTable             
    80011b64  __TI_STATIC_BASE                 
    80011ba8  CSL_intcNumEvents                
    80011bac  CSL_intcEventHandlerRecord_p     
    80011bb0  CSL_intcAllocMask                
    80011bb4  CSL_intcEventOffsetMap           
    80011bb8  gTmrHandle                       
    80011bbc  gOsalSemAllocCnt                 
    80011bc0  gOsalSemPeak                     
    80011bc4  gOsalTimerAllocCnt               
    80011bc8  gOsalTimerPeak                   
    80011bcc  gOsalHwiAllocCnt                 
    80011bd0  gOsalHwiPeak                     
    80011bd4  Osal_DebugP_Assert_Val           
    80011d94  __TI_Handler_Table_Base          
    80011d9c  __TI_Handler_Table_Limit         
    80011da0  __TI_CINIT_Base                  
    80011dc0  __TI_CINIT_Limit                 
    ffffffff  __TI_pprof_out_hndl              
    ffffffff  __TI_prof_data_size              
    ffffffff  __TI_prof_data_start             
    ffffffff  __binit__                        
    ffffffff  __c_args__                       
    ffffffff  binit                            
    UNDEFED   __TI_TLS_INIT_Base               
    UNDEFED   __TI_TLS_INIT_Limit              
    
    [255 symbols]
    

  • Afonso Silva said:
    00700000  _CSL_intcVectorTable            
    00700200  CSL_Entry        

    Looks like some CSL functions