Hello, according by the TI document, if a program accesses a memory location that is prohibited by the MPU, the processor generates a memory management fault, causing a fault exception and possibly causing termination of the process in an OS environment. I found the fault exception caused by MPU causing the MCU restart. If I don't want the MCU restart when the memory management fault occurs, what can I do?