To All,
I am using the CCS version Version: 4.1.0.02000. I want to otiomize the size for the heap and stack size. Currently I have allocated Heap size of 0x1000 and stack size of 0x1000.
Q.1 How can I find out the amount teh amount heap sapace and stack is used to optimize allocation of heap sapace and stack?
Thanks.
Ashok Modi
Ashok,
I am not sure if you noticed, but please check the suggestions I gave in the other thread you posted.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/51831/183342.aspx#183342
Rafael
Another suggestion it to figure out where the heap/stack is and fill the memory with 0xFF or zeros, let your program run for a while, and see how much it was altered. You can figure out how much was the peak of usage and put a little more for the heap/stack size.
- Mariana
---------------------------------------------------------------------------------------------------------Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------------------------------