Tool/software: Code Composer Studio
Hi
Why do stack and heap size differ from project propteries and the linker.cmd file
Should not seetings in the project properties be reflected in the linker.cmd file ?
In app.cfg there are a "third setup" of these sizes!
*/
BIOS.heapSize = 0x1000;
* Build a custom SYS/BIOS library from sources.
*/
BIOS.libType = BIOS.LibType_Custom;
Program.stack = 0x2000;
Regards