How to distinguish the concept between MMU ,PAE and XMC on tci6638k2k?
hi:
MMU: memory management unit
MMU is used to remap between virtual memory and physical memory
PAE : physical address extension appeared in the datasheet sprugw0c.pdf
XMC : extended memory controller appeared in sprugw0c.pdf too.
In my opinion,PAE and XMC is used to remap 36bit address to 32bit address.
So DSP can access memory other than 4GB memory space.
I don't know why I felt the function of MMU was similar to the fuction of PAE
and XMC.Because they all were used to remap.I couldn't distinguish the two.
1.
MMU remap between virtual memory and physical memory
XMC remap 36bit address to 32bit address.
Was the 36bit address physical address or virtual address?
Was the 32bit address physical address or virtual address?
Was the difference between MMU and XMC that MMU remaped virtual address to physical address
and XMC remaped physical 36bit address to 32bit physical address?
I was not sure.