Hi,
We are developing on a nRF52832 MCU and we tried to enable MPU on the whole RAM region (addr: 0x20000000, size : 0x10000)
But when we create a new MPU region around the RAM with the function nrf_mpu_lib_region_create(), it triggers an Hard Fault error
in the CRITICAL_REGION_EXIT(), inside the nrf_mpu_lib_region_create() function.
Is it possible to activate MPU on whole RAM ? Can you help me to enable the MPU step by step on the whole RAM using nrf_mpu_lib_region_create?
Best regards,