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
  • Hi Neil,
    Yeah 7445 was a real coincidence. It
    surprised me too.
    My project specification says " I have
    to get only 32KB code out of 116kB code
    into the 8032's PM".
    So, i can't use code banking here.
    I need to use a mechanism like paging to
    see that the code comes into the PM(SRAM) of
    8032 in 32kB chunks only.
    Is it ok to implement mmu mechanism on
    an application like MP3 as I have read some
    articles on the net stating it holds good
    for only 32/64 bit controllers ?
    If yes, can u please suggest some links which
    could help me implement the same.
    What is IAP Flash ?

    Regards,
    Chetan

Reply
  • Hi Neil,
    Yeah 7445 was a real coincidence. It
    surprised me too.
    My project specification says " I have
    to get only 32KB code out of 116kB code
    into the 8032's PM".
    So, i can't use code banking here.
    I need to use a mechanism like paging to
    see that the code comes into the PM(SRAM) of
    8032 in 32kB chunks only.
    Is it ok to implement mmu mechanism on
    an application like MP3 as I have read some
    articles on the net stating it holds good
    for only 32/64 bit controllers ?
    If yes, can u please suggest some links which
    could help me implement the same.
    What is IAP Flash ?

    Regards,
    Chetan

Children