2023-07-16 09:51 PM
I am trying to configure MPU of stm32f407g-disc1 board for FreeRTOS. But i am not able to get any reference or any documentation related to it. Can anybody please help me?
Solved! Go to Solution.
2023-07-16 10:54 PM - edited 2023-07-16 10:55 PM
Hello, I would recommend to you an example within STM32F4 Cube library related to STM32F4xG-EVAL board with similar MCU as a base.
example can be found within the library here:
.\STM32Cube_FW_F4_V1.27.1\Projects\STM324xG_EVAL\Applications\FreeRTOS\FreeRTOS_MPU
Library itself can be found here:
2023-07-16 10:54 PM - edited 2023-07-16 10:55 PM
Hello, I would recommend to you an example within STM32F4 Cube library related to STM32F4xG-EVAL board with similar MCU as a base.
example can be found within the library here:
.\STM32Cube_FW_F4_V1.27.1\Projects\STM324xG_EVAL\Applications\FreeRTOS\FreeRTOS_MPU
Library itself can be found here: