Hello,
I read the IMX6SXRM (i.MX 6SoloX Applications Processor Reference Manual)
At page 196, there is a line:
1000_0000 1FFF_7FFF 256 MB -64 KB DDR Code alias
Whose alias is it? What is the start address?
Thanks,
Miles
Solved! Go to Solution.
For CM4 :
DDR address space is 0x8000_0000 – 0xDFFF_FFFF
and its alias :
0x1000_0000 - 0x1FFF_7FFF,
where 0x8000_0000 corresponds 0x1000_0000
Regards,
Yuri.
Hello,
Really address range 0x1000_0000 – 0xFFFF_FFFF is reserved for DDR memory.
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Dear Yuri,
Sorry. I don't understand your answer. Below is a part of the CM4 memory map:
I can understand "OCRAM_S Aliased" is the alias of OCRAM_S. They are pointer to same memory region.
Then who is the alias of "DDR Code alias" (1000_000 to 1FFF_7FFF)?
Thanks,
Miles
For CM4 :
DDR address space is 0x8000_0000 – 0xDFFF_FFFF
and its alias :
0x1000_0000 - 0x1FFF_7FFF,
where 0x8000_0000 corresponds 0x1000_0000
Regards,
Yuri.