Hi
I am using the Keystone II evm called XTCIEVMK2X Rev 2.0 and I have a question about the DSP view of the DDR memory. From the datasheet SPRS866E I can see that the DDR3B data memory can be accessed from the DSP from two locations 0x6000 0000 and 0x8000 0000, and the datasheet says that the range 0x6000 0000 - 0x7fff ffff is aliased to 0x8000 0000 - 0x9fff ffff.
To verify this I wrote a small DSP program that write three bytes to 0x8000 0000 'hi\0' and then I read the content of 0x8000 0000 and 0x6000 0000 and I would expect to read the same values from both addresses but they are different.
I have tried running this with and without caching enabled but it shows the same results in both cases. Can you help me understand why the results are different?
The memory content is also different when I use the CCS "Memory Browser"