124 | | After general RESET the generic MMU is desactivated : As long as the MMU is not activated, the 32 bits virtual address is simply extended to 40 bits, |
125 | | and directly used as a physical address. The instruction MMU and the data MMU can be separately activated by the software, by writing in |
| 124 | After general RESET, both the L1 caches and the generic MMU are desactivated : As long as the MMU is not activated, the 32 bits virtual address is simply extended to 40 bits, |
| 125 | and directly used as a physical address. As long as the caches are not activated, all access are handled as uncached by the cache controller. |
| 126 | |
| 127 | The instruction cache, the data cache, the instruction MMU and the data MMU can be separately activated by the software, by writing in the MMU_MODE register, using the |
| 128 | MMU driver. |