EFM32 giant gecko MPU function

We currently use the EFM32 Giant Gecko (EFM32GG380F1024) and FreeRTOS with the port ARMCM3. Now we would like to implement the MPU to use as stack protection (https://www.freertos.org/xTaskCreateRestricted.html) Can the Giant Gecko be used with the ARMCM3_MPU port, does it support it? Restrictions:
  • We do NOT use dynamic memory.
Does someone know if we can implement this or is this not supported by our MCU?

EFM32 giant gecko MPU function

If the EFM32GG380F1024 has an MPU, then you can use the FreeRTOS MPU port with it.