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/AM3358: CSL support

Part Number: AM3358

Tool/software: TI-RTOS

Currently, we are porting from "AM574x" to "AM335x",
I have a question about CSL function.

Question
In the directory "c:\ti\pdk_am335x_1_0_12\packages\ti\csl\soc\am335x"
Since there are no CSL related files, an error occurs at build time.

Does AM335x not support "CSL function"?
If not, are there plans for future support?

Also, if you would like to implement the CSL function, could you tell me how or how to do it?

The environment is as follows.
HW:SK_AM3358
soc:am335x
CCS v8.1.0
GCC GNU v6.3.1(Linaro)
bios_6_73_00_12
ndk_2_26_00_08
pdk_am335x_1_0_12
xdctools_3_50_03_33_core

I hope you have a good answer.
best regards.

  • Hi,

    AM335x and AM437x are old devices, we don't have plan to add more CSL level functions. But it still has a CSL library for it, it is under pdk_am335x_1_0_xx\packages\ti\csl\lib\am335x\a8\release.

    If you do a "make csl" at top level or check the makefile, you can see what source codes are used to achieve into the library.

    Also, if you use TI RTOS drivers, the drivers API are common for AM57x and AM335x. So I don't expect big changes to the test application code (like all our driver test examples), only the libraries (board, CSL, drivers, etc) changed, they are included by the .cfg file.

    Regards, Eric