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

Forum Post: RE: How to relocate the NDK buffer to DDR while keep the local variable in IRAM in CCS3.2

$
0
0

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


Viewing all articles
Browse latest Browse all 25965

Trending Articles