Hi All,
Is Cache disabling static ?[static i mean here is, it is onetime initialize and it will be there forever] or is it dynamic. My doubt is couple of times in this forum "Cache disabling is suggested [for example http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/150938.aspx]", but that may kill the real time computation within specified time limits, so in this situation what is the best way to handle. [so is this cache disabling and enabling dynamic ?].
i am mainly talking about these two lines [pasted below]
CACHE_setL1DSize(CACHE_L1_0KCACHE);
CACHE_setL2Size(CACHE_0KCACHE);
Thanks
RC Reddy