EFM32 giant gecko MPU function

asenn wrote on Monday, September 03, 2018:

We currently use the EFM32 Giant Gecko (EFM32GG380F1024) and FreeRTOS with the port ARM_CM3.
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 ARM_CM3_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?

rtel wrote on Monday, September 03, 2018:

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