Hi All:
I set the cache size: L1P 16K, L1D 32k, L2 256K.
I place a buffer in MSMC SRAM, I read the buffer data,do some calculate, then store the result to another buffer in DDR3.
I view the address 0x0c000000 at the "memory Browser" window of CCS5, After read the buffer data, the data is cached by L1D cache(show in the first picture), but after the data is eviction from L1D cache, the memory Browser window show the buffer data isn't in L2 cache(show in the second picture), Why?