Other Parts Discussed in Thread: SYSBIOS
Hi,
I am doing a monitoring function to monitor the dsp cache configuration.
By reading through the memory browser, I figure out our current system dsp cache configuration as follow:
I checked app.cfg and I only found ti_sysbios_family_c66p_Cache.initSize.l2Size = ti_sysbios_family_c66p_Cache.L2Size_128K which configure the L2 cache.
I cannot seem to figure out where we are configuring L1D and L1P cache. Can I know what are the ways to configure DSP cache?