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.

TMS320F280039: file name convention for cla source files

Part Number: TMS320F280039
Other Parts Discussed in Thread: C2000WARE

In all the compiler documentation I could find, it is stated, that in my case, with "--cla_support=cla2" in the compiler flags, the CLA compiler is invoked on files with the file extension ".cla". However, this does not work in my case (CCS version 20.5.0.28__1.11.0, Compiler version 25.11.0). My .cla file does not get compiled. Then, I noticed, that in all examples, the file pattern "*_cla.cla" was used. This seems to work. If my conclusion is correct, is this documented somewhere? If not, please change the compiler behavior to the documented file pattern (.cla) or change the documentation to the actual file pattern (*_cla.cla).