Hi,
In "HostTestRelease" project OSAL_Memory.c file contains defination of following variable
static __no_init osalMemHdr_t theHeap[MAXMEMHEAP / OSALMEM_HDRSZ];
size of this array is around 3 KB.
i want to reduce its size to half around 1.5 KB.
Is it possible to do that ? Is 1.5 KB array size sufficient for the application ?