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.

TMS320C6678: Where to get cfg file for building pdk_c667x_2_0_16\packages\ti\csl\example\edma\edma_test.c

Part Number: TMS320C6678
Other Parts Discussed in Thread: SYSBIOS

Hi All,

I started compiling pdk_c667x_2_0_16\packages\ti\csl\example\edma\edma_test.c using a Empty RTSC Project ... 

1) However, it complains it needs a cfg file. Please let me know where I can find one suitable for this code.

2) What components do I need to use to get this example compiled? I have added

PDK 2.0.16

EDMA LLD 2.12.5

SYS/BIOS 6.76.3.01

Where can I find a complete example?

Regards

  • Hi,

    pdk_c667x_2_0_16\packages\ti\csl\example\edma\edma_test.c is not a SYSBIOS example, it is just a bare metal one. The *.c file includes some CSL header files, CSL library all you need to compile this example. 

    There is no need to built it with RTSC file, if you intended to create a SYSBIOS project with this edma_test.c, it works as you want to create a "hello world". You need SYSBIOS, XDC, PDK (needed for the CSL package). The EDMA LLD is not needed. For .cfg file, you can use any one find inside PDK package, like the one under pdk_c667x_2_0_16\packages\ti\drv\pa\example\emacExample\c6678\c66\bios, you need to remove cppi, qmss, pa, rm.

    Regards, Eric