Tool/software: Code Composer Studio
Hello everyone,
I am facing some issues related to the stack size. First, I am explaining my environment:-
- CCSv8
- Non-OS platform
- CC3200 controller
- Stack size = 0x2000, Heap size = 0x2000
I am doing file operations on SD card and sFlash in my application, there are 9 files in SD card and 2 files apart from binary in sfLash. So while doing file operations on SD card, i am getting an error (-2) which is Assertion failed error. So i read about the possible cause of this error and found it may be due to stack overflow, then i checked my stack usage and found some issues like:-
- Stack is used 100%.
- In the below image, how it calculated 15856 bytes? There is no document explaining about stack usage.
- Also i am not able to change the stack size under project properties ---> CCS Build ----> ARM Linker ----> Basic Options