Hi,
I'm using a 6678 and I have a memory section in DDR of size 0x1000_0000. I have a few questions about how much of this size I can use to allocate memory if I use a heap inside a shared memory region, I think we lose some bytes due to headers, right? So my questions are:
1 - What is the maximum size of the shared memory region I can create? Is it equal to memory section size?
2 - Inside the shared region I create a HeapMemMP, what's the maximum allowed size for this heap when compared to the shared region size?
3 - And after the heap is created and I start to allocate memory with HeapMemMP_alloc, do I lose some part of the heap with header information or can I use the full heap?
Thanks and regards
Johannes