It seems like you used *ARM_CM4_MPU* architecture from *GCC* folder of FreeRTOS source files. To mak

It seems like you used ARM_CM4_MPU architecture from GCC folder of FreeRTOS source files. To make it work with STM32F4 you must use ARM_CM4F folder and its associated port.c and portmacro.h Once you fix this then just make sure FreeRTOSConfig.h configured properly and then project will compile fine. Let me know if issue persists even after making changes
Was this page helpful?