Understanding RISC-V Physical Memory Protection (PMP)
Definition of PMP The full name of PMP is Physical Memory Protection. It is a lightweight and low-overhead memory protection mechanism in the RISC-V architecture, primarily used in embedded systems or real-time operating systems (RTOS) that do not have a Memory Management Unit (MMU). The core purpose is to provide access control to physical memory … Read more