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/OMAP-L137: Test examples

Part Number: OMAP-L137

Tool/software: Code Composer Studio

Hello, 

         I Recently bought OMAP-L137. I got one CD which has some Test Example Codes. I would like to run LED test.I am completely new with CCS.I am attaching screen shots of steps i am following.please let me know where i am doing wrong. My goal is to run these tests.

  • Hi Raheel,

    Could you attach in a text file the whole CDT build console output?

    Regards,
    Tsvetolin Shulev
  • Hello Raheel,

    For OMAP-L137, we strongly recommend getting started with Processor SDK: www.ti.com/.../PROCESSOR-SDK-OMAPL137

    Within Processor SDK, you will find drivers, tests, demos, and example projects. To get started, please follow the Getting Started Guide here: software-dl.ti.com/.../index_overview.html

    Regards,
    Sahin
  • i would just like to take input signal from line in and feed it to AIC3106 codec and then after that take the same signal out through line out and see it on oscilloscope. in other words just Analog to digital and Digital to analog conversion. is it useful to study and saw tutorials of RTOS?
  • **** Build of configuration Debug for project led ****

    "C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O

    Building target: "led.out"
    Invoking: C6000 Linker
    "C:/ti/ti-cgt-c6000_8.3.2/bin/cl6x" -mv6740 --define=omapl137 -g --diag_warning=225 --diag_wrap=off --display_error_number -z -m"led.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ti-cgt-c6000_8.3.2/lib" -i"C:/ti/ti-cgt-c6000_8.3.2/include" --reread_libs --define=DSP_CORE=1 --diag_wrap=off --display_error_number --warn_sections --xml_link_info="led_linkInfo.xml" --rom_model -o "led.out" "./led_test.obj" "./main.obj" "../OMAPL137.cmd" "C:/ti/revg_EVMOMAPL137_BSL/evmomapl137_v1/dsp/tests/led/linker.cmd" -llibc.a
    <Linking>
    "C:/ti/revg_EVMOMAPL137_BSL/evmomapl137_v1/dsp/tests/led/linker.cmd", line 21: error #10264: DSPRAM memory range overlaps existing memory range SHDSPL2RAM
    "C:/ti/revg_EVMOMAPL137_BSL/evmomapl137_v1/dsp/tests/led/linker.cmd", line 22: error #10264: SHAREDRAM memory range overlaps existing memory range SHRAM
    "C:/ti/revg_EVMOMAPL137_BSL/evmomapl137_v1/dsp/tests/led/linker.cmd", line 23: error #10264: SDRAM memory range overlaps existing memory range EMIFBSDRAM
    warning #10373-D: library "C:/ti/ti-cgt-c6000_8.3.2/lib/evmomapl137bsl.lib" contains TI-COFF object files which are incompatible with the ELF output file. Ensure you are using the proper library.
    warning #10373-D: library "C:/ti/ti-cgt-c6000_8.3.2/lib/evmomapl137bsl.lib" contains TI-COFF object files which are incompatible with the ELF output file. Ensure you are using the proper library.

    undefined first referenced
    symbol in file
    --------- ----------------
    EVMOMAPL137_LED_init ./led_test.obj
    EVMOMAPL137_LED_off ./led_test.obj
    EVMOMAPL137_LED_on ./led_test.obj
    EVMOMAPL137_init ./main.obj
    EVMOMAPL137_waitusec ./led_test.obj

    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "led.out" not built

    >> Compilation failure
    makefile:143: recipe for target 'led.out' failed
    gmake[1]: *** [led.out] Error 1
    makefile:139: recipe for target 'all' failed
    gmake: *** [all] Error 2

    **** Build Finished ****
  • Part Number: OMAP-L137

    Tool/software: TI C/C++ Compiler

    Hello, 

            I am using OMAP-L137 DSP starter kit. i want to run LED Test. I am using code compiler studio 8.i made new project and trying to put test code in it. in the start it was too much errors but now only 4 errors left. i don,t know these error represent which part. i am attaching pictures.please let me know if you have idea about it.i am inserting attachment consist of whole project.test_LED.rar