Quantcast
Channel: Embedded Software (Read Only)
Viewing all articles
Browse latest Browse all 25965

Forum Post: RE: VLIB_createConnectedComponentsList Problem

$
0
0

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.


Viewing all articles
Browse latest Browse all 25965

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>