Hello,
I have read given post. From what I understand, I need to changne heap memory's location so that I can get enough place for memory to be allocated by algorithm dynamically. So that, I have changed configuration of codec-server in order to change the heap memory's place. Here is my changed settings:
//DSKT2.DARAM0 = "L1DHEAP"; //DSKT2.DARAM1 = "L1DHEAP"; //DSKT2.DARAM2 = "L1DHEAP"; DSKT2.DARAM0 = "DDRALGHEAP"; DSKT2.DARAM1 = "DDRALGHEAP"; DSKT2.DARAM2 = "DDRALGHEAP"; //DSKT2.ALLOW_EXTERNAL_SCRATCH = false; DSKT2.ALLOW_EXTERNAL_SCRATCH = true; //DMAN3.heapInternal = "L1DHEAP"; DMAN3.heapInternal = "DDRALGHEAP";
Despite of these settings, the algorithm still gives same error.
Regards.