Skip to main content
ABouk.1
Associate III
January 13, 2022
Solved

I am currently using a STM32L562VET6Q that contains a MPU. The TrustZone was disabled on STM32CubeMX. However, when I enable the FreeRTOS, i cannot enable the MPU, it's not even listed in the configuration menu. How can I activate it ?

  • January 13, 2022
  • 2 replies
  • 687 views

..

This topic has been closed for replies.
Best answer by Imen.D

Hello @Community member​ ,

It is not possible to make MPU available when enabled FreeRTOS, and this feature is not planned for the moment.

Thank you for your understanding.

Please allow me to close this thread. This will help other users find that answer faster.

Imen

2 replies

Imen.DBest answer
Technical Moderator
January 14, 2022

Hello @Community member​ ,

It is not possible to make MPU available when enabled FreeRTOS, and this feature is not planned for the moment.

Thank you for your understanding.

Please allow me to close this thread. This will help other users find that answer faster.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
ABouk.1
ABouk.1Author
Associate III
January 14, 2022

Hello Imen,

I will take a look on MPU HAL library in order to use it manually.

Thanks for your answer, I got all the information i need :)