Hi, Steve
The local variables in the function called by daemons are still assigned to DDR even I used
bios.TSK.STACKSEG = prog.get("IRAM");
I think the reason is that I used the following configuration
bios.MEM.BIOSOBJSEG = prog.get("DDR");
However, if I remove it
bios.MEM.BIOSOBJSEG = prog.get("DDR");
The NDK will not work properly. The error messages popped out all the time:
00000.503 SBNew: Buffer OOM
00010.504 SBNew: Buffer OOM
00020.505 SBNew: Buffer OOM
00030.506 SBNew: Buffer OOM
00040.507 SBNew: Buffer OOM
...
Any suggestion?
Feng