This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8168 DSP Cache

Other Parts Discussed in Thread: SYSBIOS

Hi there,

I have some questions about using the DSP with the Cache:

As i understand so far i have to set set:

   var Cache       = xdc.useModule('xdc.runtime.knl.Cache');

Then this line: 

   var Settings    = xdc.useModule('ti.sysbios.xdcruntime.Settings');

is setting the Cache Proxy to the sysbios Cache, which is configured like this:

   var Cache1 = xdc.useModule('ti.sysbios.family.c64p.Cache'):
   Cache1.MAR128_159 = 0xFFFFFFFF;
   Cache1.MAR160_191 = 0x7FFFFFFF;

(I am working in the ezsdk c6xtest / dm81xx  example)

tia

Nico