Hello, I am a beginner in C66x dsps and i am quite interested in it!
The question is that i can't find the CSL for the multicore processors such as C6678. Do you have any plan to release it recently?
Thanks in advance!
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.
Hello, I am a beginner in C66x dsps and i am quite interested in it!
The question is that i can't find the CSL for the multicore processors such as C6678. Do you have any plan to release it recently?
Thanks in advance!
Johnny,
Please take a look at the announcements tab:
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/b/announcements/default.aspx
The MCSDK will be released by the end of March and will contain the C66x CSL.
Regards,
Travis
The CSL api documentation is found at:
C:\Program Files\Texas Instruments\pdk_C6678_1_0_0_6_beta1\packages\ti\csl\docs\csldocs.chm
Additionally, each LLD has documentation and examples on how to use the driver. For example, if i wanted to use the SRIO LLD, look at the docs and example folder in:
C:\Program Files\Texas Instruments\pdk_C6678_1_0_0_6_beta1\packages\ti\drv\srio
Regards,
Travis
Ok,
Please, could you tell me where to find, ie, the description for the CSL API functions:
CSL_intcInit
CSL_intcOpen
I found the files but the description in the csldocs.chm does not exist. If their description must be in another place, is not clear for me.
Thanks.
Shmulik.
Shmulik,
Doxygen file for some reason is not including them. This needs to be looked into.
You can find the documentation for above functions CSL_intcInit() and CSL_intcOpen() at
ti\csl\src\intc\csl_intc.h
Generally the sequence should be to call CSL_intcInit() to initialize the CSL data structure before calling CSL_intcOpen() API.
Regards
Raghu