Part Number:AM5718
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!
* The BIOS module will create the default heap for the system.
* Specify the size of this default heap.
*/
BIOS.heapSize = 0x1000;
*/
BIOS.heapSize = 0x1000;
/*
* Build a custom SYS/BIOS library from sources.
*/
BIOS.libType = BIOS.LibType_Custom;
* Build a custom SYS/BIOS library from sources.
*/
BIOS.libType = BIOS.LibType_Custom;
/* System stack size (used by ISRs and Swis) */
Program.stack = 0x2000;
Program.stack = 0x2000;
Regards