Tool/software:
Hi there;
I am trying to check heap memory usage or dynamic memory allocation during the runtime. In the first step I tried to monitor it on ROV tool. But I realized that the size of used heap is not changing in the runtime. It always same. 
Should I trust the value I've seen on the picture (131072). Is it normal that it doesn't change at all?
Alternatively how could I get runtime heap size on the code side. I found your API documentation for the heap management.
https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/08_00_00_21/exports/docs/api_guide_am243x/group__KERNEL__DPL__HEAP.html#ga33a544214b66c9fb0201f08a3be189b1
Can I use HeapP_getHeapStats method for my target? If yes, I need to pass Heap_Object as first parameter. For this I need to know start address and size details of my heap memory. How could I find those values?
Also I think the LP-AM243x eval board only has 2Mb SRAM and no additional DDR. Can you confirm this?
Sincerely
Kadir

