Hi, everyone!
I want to write data to DDR from PC. I have some doubts about mapping address to DDR. In my procedure, this is the address mapping:
m_MemoryRange0.outd(IB_OFFSET(3),DDR_START)
and the size of the region 3 is 16M, the value of DDR_START is 0x80000000.
So I want to know whether I can just write data to (read data from) DDR from 0x80000000 to 0x80FFFFFF?
The board is EVM6678 and the PC is XP.
Hope someone give me any suggestion as soon as possible!
Thanks !