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.

BIOS C6670 L1D Cache disable

Other Parts Discussed in Thread: SYSBIOS

Hi experts,

I want to do a "Cache_disable( Cache_Type_L1D );" in the bios config file.

this are the lines i have already in my code:

var Cache = xdc.useModule('ti.sysbios.hal.Cache');
var ti_sysbios_family_c66_Cache = xdc.useModule('ti.sysbios.family.c66.Cache');
ti_sysbios_family_c66_Cache.atomicBlockSize = 0;

But this is not working (wrong syntax):

var C66CSIZE = new ti_sysbios_family_c66_Cache.Size;
C66CSIZE.l1dSize = ti_sysbios_family_c66_Cache.Cache_L1Size_0K;

Please Help!

Best regards,
Matthias