Hello,
In my project (Code Composer Studio Version: 6.1.3.00033) and TMS570 target I don't seem to be able to change the stack and heap size.
No matter what I put in the stack and heap boxes in CCS Build->ARM Linker->Basic Options, I always get the same size in the MAP-file.
STACKS 08000000 00001500 00000000 00001500 RW
RAM 08001500
I have tried one byte of stack, and a very big stack. No difference in map file.
How to solve this?