Hello All,
I successfully integrated segger's RTT and system view to my project and can see monitor the freertos task.
I am now trying to integrate heap allocation feature, this is specifically desired for the malloc and not for freertos heap.
I am using Keil for project compilation and here is my attempt to view heap
In main:
and in one of the task I have following code:
Segger's system view gives following output, please see attached image
I am not sure how why allocated bytes are coming to be zero.
Any pointers will be greatly appreciated.
I successfully integrated segger's RTT and system view to my project and can see monitor the freertos task.
I am now trying to integrate heap allocation feature, this is specifically desired for the malloc and not for freertos heap.
I am using Keil for project compilation and here is my attempt to view heap
In main:
and in one of the task I have following code:
Segger's system view gives following output, please see attached image
I am not sure how why allocated bytes are coming to be zero.
Any pointers will be greatly appreciated.