Part Number: TMS320F28377D
Tool/software: Code Composer Studio
Dear:
I wrote a program in CLA(TMS320F28377D),
The program may be a little bit complex, so it used much stack.
So my question is:
(1) How to know if the stack allocated by system is enough?
(2) If the stack allocated by system is not enough, How can I enlarge the stack?
by the way, below cmd files is only for DSP core but not CLA:
SECTIONS
{
/* Allocate uninitalized data sections: */
.stack : > RAMM1, PAGE = 1
......
}
How about the CLA?
Thank you!