This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MMU implementation.

Can a software memory management unit
be implemented on a 8032 microcontroller ?

Parents
  • "This isn't a class project and I have no
    contact with the person who has posted
    thread 7445."


    You must admit, it's a big coincidence though, isn't it?

    "I would like to know whether MMU concept
    can be inplemented on 8 bit controllers."


    Of course it's possible - see the answer in the other thread.

    But is it sensible?

    Why not just load the entire code into SRAM and run from there, using "conventional" code banking?
    Or load into IAP Flash and, again, use "conventional" code banking?

    (whatever you do, all will need some sort of "trick" to write to CODE space).

Reply
  • "This isn't a class project and I have no
    contact with the person who has posted
    thread 7445."


    You must admit, it's a big coincidence though, isn't it?

    "I would like to know whether MMU concept
    can be inplemented on 8 bit controllers."


    Of course it's possible - see the answer in the other thread.

    But is it sensible?

    Why not just load the entire code into SRAM and run from there, using "conventional" code banking?
    Or load into IAP Flash and, again, use "conventional" code banking?

    (whatever you do, all will need some sort of "trick" to write to CODE space).

Children