Hello friends
i really need a quick answer :P
I'm using DSP c674.
we're working on optimization and trying to search also the cach-SRAM area.
is there a way beside jtag to verify :L2CFG,L1CFG for example?
what's written in my cfg file is as follows:
Cache.initSize.l1pSize = Cache.L1Size_32K;
Cache.initSize.l1dSize = Cache.L1Size_32K;
Cache.initSize.l2Size = Cache.L2Size_128K;
what's the better way to improve performance? enlarging the cache ,right? by squizzing the SRAM
Thank you!!