Hi guys,Maybe it can help someone with the same issue.Just using pvPortMalloc(size);andvPortFree(ptr);works inside a thread with Heap 4 scheme.Please read more at https://embeddedartistry.com/blog/2018/01/15/implementing-malloc-with-freertos/ .Thank ...