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: PDK Example and Test Project Creation

Part Number: TMS320C6748
Other Parts Discussed in Thread: OMAPL138, CCSTUDIO

I want to create example project for C6748. But when I run the command as shown below, I get the following log:

C:\ti\pdk_omapl138_1_0_11\packages>pdkProjectCreate.bat OMAPL138 all little uart test dsp
=========================================================================
Configuration:
   SOC             :   OMAPL138
   BOARD           :   all
   ENDIAN          :   little
   MODULE          :   uart
   PROJECT_TYPE    :   test
   PROCESSOR       :   dsp
   PDK_SHORT_NAME  :   C:\ti\PDK_OM~1\packages\
=========================================================================
Checking Configuration...
Complete
=========================================================================
   PDK_PARTNO         : OMAPL138
   PDK_ECLIPSE_ID     : com.ti.pdk.omapl138
   RTSC_PLATFORM_NAME : ti.platforms.evmOMAPL138
   RTSC_TARGET        : ti.targets.elf.C674
   CCS_DEVICE         : "com.ti.ccstudio.deviceModel.C6000.GenericC674xDevice"
*****************************************************************************
Detecting all projects in PDK and importing them in the workspace C:\ti\PDK_OM~1\packages\\MyExampleProjects
Detected Test Project: UART_BasicExample_lcdkOMAPL138_c674xDMATestProject
The system cannot find the path specified.
Copying macros.ini
The system cannot find the path specified.
        0 file(s) copied.
Detected Test Project: UART_BasicExample_lcdkOMAPL138_c674xTestProject
The system cannot find the path specified.
Copying macros.ini
The system cannot find the path specified.
        0 file(s) copied.
Project generation complete
*****************************************************************************

========> No have MyExampleProjects directory created.

Look forward to the help. Thanks!