Hello,
i am wondering, what a size in MADUs is when e.g. using HeapBufMP in SYSLINK. When i read the API documentation of e.g. the function "HeapBufMP_alloc", the parameter "size" has the unit "MADU". Is this a muliple of the block size i specified in the HeapBufMP_Params structure when creating the HeapBufMP instance or do i have to specify the size in bytes?
By the way, i tried to test it by reading back the heap status using "HeapBufMP_getExtendedStats" but the result was always 0, even after allocating some buffers on the heap. And what does the function "HeapBufMP_getStats" return? There is no structure defined fot the returned "stats" parameter.
Thanks in advance,
Dom