I'm using IAR.
I'm using "ICall_malloc" and "ICall_free" for my application memory management.
How can i get the free space available?
(I tried using breakpoints after and before "ICall_free" and watch the free heap size, but it doesn't change)
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.
I'm using IAR.
I'm using "ICall_malloc" and "ICall_free" for my application memory management.
How can i get the free space available?
(I tried using breakpoints after and before "ICall_free" and watch the free heap size, but it doesn't change)
Hi,
Please refer to the software developers user guide ch. 9.6 for details on how check the free heap:
http://www.ti.com/lit/ug/swru393/swru393.pdf
.:Svend