Hi,all:
1.
I found 36bit address in the datasheet about memory map on C6678 in keystone1.
Also I found 40bit address in the datasheet of tci6638k2k in keystone2.
Why we need 40bit address?
Was the 40bit address in the keystone2 virtual address or physical address?
Before I just heard virtual address in the ARM linux which had MMU.
But DSP didn't had MMU.why 40bit address appear?
2.
How to access the 40 bit address in keystone2?
I saw the 40bit address range from 0x8 0000 0000 to 0x8 7fff ffff in the memory map of tci6638k2k
But when I view the value of that memory range with start address 0x8 0000 0000
in CCS->memory window.CCS hinted that the address was out of range.
Why? Didn't I directly accessed the 40bit address from DSP side in CCS from 0x8 0000 0000 to 0x8 7fff ffff?
From DSP side in the CCS not from ARM side.How could I accessed that 40 bit address?
Was that address range virtual address or physical address?
Thanks ,any help will be appreciated.