Other Parts Discussed in Thread: TMS320C6415
Is there a CSL library available for 66AK2G12? I'm currently in the process of porting code originally developed for TMS320C6415 to 66AK2G12.
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.
Is there a CSL library available for 66AK2G12? I'm currently in the process of porting code originally developed for TMS320C6415 to 66AK2G12.
Hi Minjung,
Yes, the Processor SDK RTOS for K2G has CSL library. Please go to https://www.ti.com/product/66AK2G12#software-development and download the SDK.
Regards,
Jianzhong
i installed the sdk downloaded from https://www.ti.com/tool/PROCESSOR-SDK-K2G#downloads on linux(ubuntu 22.04.01)
and the installed directory is ~/ti-processor-sdk-linux-k2g-evm-06.03.00.106 and I can't find /packages directory there......T,.T
I can't remember I had to install PDK separately, but I see PDK and SDK folders i my machine were created same day with 5 minutes difference. May I suggest to look for PDK in you home or TI directory?
after install sdk with setup.sh
the directory looks like this
/bin
/board-support
/docs
/example-applications
/filesystems
/linux-devkit
linux-devkit.sh
Makefile
/pwd
Rules.make
setup.sh
.targetfs
/targetNFS
/tftproot
I still can not fild csl.
p stands for platform.
Could you please look one level above this directory, don't you have pdk there?
is it ok using rtos sdk for 66ak2g12 which i don't meant to use as real time?
and i found this directory...is it right csl? /home/mj/ti-processor-sdk-linux-k2g-evm-06.03.00.106/linux-devkit/sysroots/armv7at2hf-neon-linux-gnueabi/usr/include/ti/csl which has bunch of csl header files and also has /src dirctory.
For your use case, you should use the CSL from the RTOS SDK. It supports both RTOS and bare-metal (no OS).