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.

TMS320C6748: Building the EDMA3 Driver Stand-alone Applications

Part Number: TMS320C6748

Hi,

I want to build the EDMA3 driver stand-alone application. And i have followed uesr guide in C:\ti-processor-sdk-rtos-omapl138-lcdk-05.02.00.10\edma3_lld_2_12_05_30C\packages\ti\sdo\edma3\drv\docs.

This my steps:

INTERNAL_SW_ROOT ?= C:\ti-processor-sdk-rtos-omapl138-lcdk-05.02.00.10\edma3_lld_2_12_05_30C

EXTERNAL_SW_ROOT ?= C:\ti-processor-sdk-rtos-omapl138-lcdk-05.02.00.10

UTILS_INSTALL_DIR = C:\ti-processor-sdk-rtos-omapl138-lcdk-05.02.00.10\xdctools_3_50_08_24_core(i am not sure about this variable)

# EDMA3 LLD
edma3_lld_PATH = C:\ti-processor-sdk-rtos-omapl138-lcdk-05.02.00.10\edma3_lld_2_12_05_30C
include $(edma3_lld_PATH)/packages/component.mk

The output log said nothing to be done for .....

And i didn't find app in C:\ti-processor-sdk-rtos-omapl138-lcdk-05.02.00.10\edma3_lld_2_12_05_30C\examples

Please help check my configuration.

  • Hello,

    You may need to add the compiler paths as well, under "Tools paths" in env.mk. For example:

    #
    # Tools paths
    #
    # Cortex-M3
    CODEGEN_PATH_M3 = C:\ti\ccsv8\tools\compiler\ti-cgt-arm_18.1.4.LTS
    # Cortex-M4
    CODEGEN_PATH_M4 = C:\ti\ccsv8\tools\compiler\ti-cgt-arm_18.1.4.LTS
    # Cortex-A8
    CODEGEN_PATH_A8 = C:\ti\ccsv8\tools\compiler\ti-cgt-arm_18.1.4.LTS
    # Cortex-A8 GCC
    CODEGEN_PATH_A8_GCC = C:\ti\ccsv8\tools\compiler\gcc-arm-none-eabi-7-2017-q4-major-win32
    
    # Cortex-A15
    CODEGEN_PATH_A15 = C:\ti\ccsv8\tools\compiler\ti-cgt-arm_18.1.4.LTS
    # Cortex-A15_GCC
    CODEGEN_PATH_A15_GCC = C:\ti\ccsv8\tools\compiler\gcc-arm-none-eabi-7-2017-q4-major-win32
    
    # ARM-9
    CODEGEN_PATH_ARM9 = C:\ti\ccsv8\tools\compiler\ti-cgt-arm_18.1.4.LTS
    # ARM-9 GCC
    CODEGEN_PATH_A9_GCC = C:\ti\ccsv8\tools\compiler\gcc-arm-none-eabi-7-2017-q4-major-win32
    
    # DSP - Since same toolchain does not support COFF and ELF, there are two entries
    #        This would go away when one version supports both formats
    CODEGEN_PATH_DSP = C:\ti\ccsv8\tools\compiler\ti-cgt-c6000_8.2.5
    CODEGEN_PATH_DSPELF = C:\ti\ccsv8\tools\compiler\ti-cgt-c6000_8.2.5

    Regards,
    Sahin

  • Hello,

    I haven't heard back from you so I'm closing this thread. If you have any updates feel free to post a reply here to re-open the thread.

    Thanks,
    Sahin