Part Number: TMS320F280049C
Tool/software: TI C/C++ Compiler
Hi
What is the maximum level of CLA's function call (compiler version 18.12.0 ,CLA type 2)? Is there any restriction?
Andrew
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.
Part Number: TMS320F280049C
Tool/software: TI C/C++ Compiler
Hi
What is the maximum level of CLA's function call (compiler version 18.12.0 ,CLA type 2)? Is there any restriction?
Andrew
There is no restriction. But there is a practical limit. The stack is in the scratchpad memory area. If you use it all up, the linker lets you know. Please read more about it by searching the C28x compiler manual for the chapter titled CLA Compiler.
Thanks and regards,
-George