• MMU implementation.
    Can a software memory management unit be implemented on a 8032 microcontroller ?
  • Modifying MMU tables and debugging MMU operations
    Note: This was originally posted on 15th April 2010 at http://forums.arm.com Hello! I am writing some software that will hopefully be used in boot-loaders in ARM based systems. The software needs to be...
  • How to use MMU?
    Hi, I'm using AT91SAM9260 in a printer design. I'm using RL-RTX operating system.Since AT91SAM9 contains I & D caches and MMU built-in I'd like to use it.But, all the examples provided by Keil for AT91SAM9...
  • 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 page table
    Note: This was originally posted on 22nd April 2013 at http://forums.arm.com hi some question about MMU table. background: 1.the CPU is ARM1176JS-Z. 2. L1 cache enabled 3.i want to enable MMU in bootloader...