Hello,
The Memory Management Unit appears to encompass control of both extended program space and extended data space. From the 'QE128 Reference Manual:
4.4.1 Features
Key features of the MMU module are:
• Memory Management Unit extends the HCS08 memory space
— up to 4 MB for program and data space
• Extended program space using paging scheme
— PPAGE register used for page selection
— fixed 16K byte memory window
— architecture supports up to 256, 16K pages
• Extended data space using linear address pointer
— up to 22-bit linear address pointer
— linear address pointer and data register provided in direct page allows access of complete flash
memory map using direct page instructions
— optional auto increment of pointer when data accessed
— supports an 2s compliment addition/subtraction to address pointer without using any math
instructions or memory resources
— supports word accesses to any address specified by the linear address pointer when using
LDHX, STHX instructions
And neither feature is available on the 'DZ60.
Regards,
Mac