In an example of ccs5.0,
I find:
MEMORY
{
L2SRAM:org =0x800000,len = 0x100000
}
so we can see the L2 is from 0x800000 to 0x8FFFFF,
but in the datasheets of C6678,in the memory map the Local L2 is from 0x800000 to 0x87FFFF.
why they are different?
when I debug this program ,I can see the data in 0x890000 is changing ,but 0x10890000 is never change(when I debug in core 0).
I want to know where the adresss 0x890000 is located?