We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
to get some information about the amount of heap memory used by my application I'm using the __heapstats function from realview C-libary. I used this feature successfully with MDK-ARM version 3.05. Last week I updated the MDK-ARM to version 3.11. Now, I get an error message from the linker that the symbol __heapstats is undefined. I couldn't find a hint in the documentation of the realview C-libary that anything changed?
Does anybody have the same experience? Has anybody an idea how to solve this issue?
Thanks in advance for your help!
Rainer
Problem is solved.
I noticed that I accidentially marked the option "use MicroLib" in the project setup. So the linker didn't use the correct C-Libary.
If you want to use the MicroLib I believe you need to update your startup file as the latest startup files have definitions required to used the MicroLib.