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