• physical and virtual timer.
    What is the difference between Physical and Virtual timers ?
  • physical and virtual timer.
    What is the difference between Physical and Virtual timers ?
  • MMU virtual to physical translation
    Hi, I am trying to use MMU for mapping of my virtual address to physical address for SMARTMX family of processor. I have define appropriate look up table{LUT} and loaded MMUPTR with the address of...
  • MMU virtual to physical translation
    Hi, I am trying to use MMU for mapping of my virtual address to physical address for SMARTMX family of processor. I have define appropriate look up table{LUT} and loaded MMUPTR with the address of...
  • ARMv8-A: Virtual to physical translation sometime "fails"
    Hi I have a strange effect: I need to convert a virtual address to the physical one. In the current scenario, I have a 1:1 mapping, so I would not need it, but left the code: mov x3,x0 // for debug...