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?