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.

RTOS/66AK2G02: Got error when building EDMA3 example code in CCS

Part Number: 66AK2G02


Tool/software: TI-RTOS

Downloaded CCS and PDK and installed in the default directories:
C:\ti\bios_6_46_01_38
C:\ti\ccsv6\         [CCS  Version: 6.1.3.00034]
C:\ti\edma3_lld_2_12_02_26
C:\ti\pdk_k2g_1_0_4
C:\ti\processor_sdk_rtos_k2g_3_02_00_05
C:\ti\xdctools_3_32_01_22_core

Ran pdkProjectCreate.bat to create PDK Examples  in
C:\ti\pdk_k2g_1_0_4\packages\MyExampleProjects
and built and ran examples on K2GEVM without any problem.

But EDMA3 example are in different directory. It is in C:\ti\edma3_lld_2_12_02_26\examples
Use CCS  to import EDMA3 example code as followed
 Menubar -> File -> Import -> CCS Projects -> C:\ti\edma3_lld_2_12_02_26\examples\edma3_driver\evmTCI66AK2G02\sample_app

Got the following error when building the edma3_drv_bios6_tci66ak2g02_st project:
Referenced project 'edma3_drv_bios6_tci66ak2g02_st_sample_configuration' does not exist in the workspace. Project 'edma3_drv_bios6_tci66ak2g02_st_sample' may not build as expected.

Where is this reference project located? How to resolve this issue?

  • Sorry for the delayed response on this question. It appears the moderators missed this e2e thread.

    Inorder to build the EDMA example, you need to import both edma3_drv_bios6_tci66ak2g02_st_sample and edma3_drv_bios6_tci66ak2g02_st_sample_configuration projects from the C:\ti\PSDK_32_preGA\edma3_lld_2_12_02_26\examples\edma3_driver\evmTCI66AK2G02 folder as the projects are built with a dependency.
    One project resides in the rtsc_config folder and the other project resides in sample_app folder.

    The sample app will build only when both the projects are in the same workspace. Please give this a try and let us know if you still run into issues.

    Regards,
    Rahul
  • I can build and run it on EVMK2G after import both projects into the same workspace. Thanks.