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
  • My project is on a MP3 player whose code
    size is 116kByte which is stored in a Nand
    Flash chip. Upon boot up, I would like to
    get only 32kB of 116kB into 8032's Program memory which is implemented as SRAM of
    size 32KB.
    I want to implement paging mechanism
    for getting 32KB blocks into 8032's PM as
    8032 has no MMU support.
    So, i would like to know whether the same
    can be implemented on a 8 bit microcontroller.

Reply
  • My project is on a MP3 player whose code
    size is 116kByte which is stored in a Nand
    Flash chip. Upon boot up, I would like to
    get only 32kB of 116kB into 8032's Program memory which is implemented as SRAM of
    size 32KB.
    I want to implement paging mechanism
    for getting 32KB blocks into 8032's PM as
    8032 has no MMU support.
    So, i would like to know whether the same
    can be implemented on a 8 bit microcontroller.

Children