
Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
|
Simha, The reason the PSL and CSL have similar functionality is that PSL is being phased out and CSL is its replacement. All current and future software development should use the CSL as a baseline. In fact the CSL is supported within Code Composer Studio with a configuration plugin tool. The Peripheral Support Library (PSL) was written for the C6201 (and C6701) on the EVM boards and is still maintained on the TI website for those EVM customers. But, the library was not written in a way to allow expansion to other C6000 family members. So a new software architecture was created and it is called the Chip Support Library (CSL). Actually, I say new but the CSL has been around for over a year. The C6000 CSL applies to C6201, C6202, C6203, C6204, C6205, C6211, C6701, C6711, C6712, C6713, C6414, C6415, C6416. There is also a CSL for the C5000 family. Hope this helps. Regards, Tom Dillon |