Hi,
I'm using Syslink 2.0.2.80 version. I would like to understand the chache settings made in file packages\ti\syslink\samples\rtos\sharedRegion\ti81xx\SharedRegion_ti81xx_dsp.cfg viz:
Cache.initSize.l1pSize = Cache.L1Size_32K;
Cache.initSize.l1dSize = Cache.L1Size_32K;
Cache.initSize.l2Size = Cache.L2Size_32K;
Cache.MAR128_159 = 0xffffffff;
Cache.MAR160_191 = 0xffffffff;
Cache.MAR192_223 = 0xffffffff;
Cache.MAR224_255 = 0xffffffff;
- Why the L2 cache size is set to 32KB whereas the Centaurs C674 DSP has L2 size as high as 256KB?
- Why the whole of DSP accessible memory is made cachable? Any specific reasoning?
Thanks & Regards,
Joshi