Dear all,
My project is using OmapL138 and SYSBIOS on aRM. I have one problem with MMU module. It set enable by default on SYS/BIOS:
// Enable the MMU (Required for L1 data caching)
Mmu.enableMMU = true;
My scenario is I want to modify a value in physical address is 0x8000000. but when MMU module is enabled, the value is not change. (I view it on memory brower window, run debug mode). I have to disable MMU, it wil change.
How to modify the value when MMU module is still enable? Any help?
Thanks,
Nhan