Hi,
I used the dvsdk 3.10.00.19. I changed the codecs combo cs of "cs2dm6467_1_00_00_10". I tried to change the server.tcf & server.cfg.
Here is the change in server.tcf.
/* Specify the L2 memory setting */
var device_regs = {
l1PMode: "32k",
l1DMode: "32k",
l2Mode: "32k"
};
In server.cfg, I made this change.
DSKT2.ALLOW_EXTERNAL_SCRATCH = true;//false;
DSKT2.SARAM_SCRATCH_SIZES[GROUP_0] = 32768;//65536;
DSKT2.SARAM_SCRATCH_SIZES[GROUP_1] = 0;
DSKT2.DARAM_SCRATCH_SIZES[GROUP_0] = 32768;//65536;
DSKT2.DARAM_SCRATCH_SIZES[GROUP_1] = 0;
I found out that when I tried to access the memory address 0x11828000 preiodically. The codecs cannot start anymore and it will hang forever. Is there any idea about this?
Philip