Tool/software: Code Composer Studio
Hi, what is the maximum heap size for CC2650. I managed to use 6800. How much can I expand it?
Kind regards, Egor
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi, what is the maximum heap size for CC2650. I managed to use 6800. How much can I expand it?
Kind regards, Egor
Hi,
The CC2650 has 20kB of SRAM (plus 8kB of Cache that can be used as GPRAM). The maximum heap size also depends on the size of the stack...
You can read about the heap in chapter 9.6 Profiling the ICall Heap Manager (heapmgr.h) in the software developer's guide (http://www.ti.com/lit/swru393 )
Best regards,