Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


You are viewing a reply to freeRTOS project don't compile  

freeRTOS project don't compile

I’m seeing to portable.h and after a lot of “ifdef” (on grey color, becouse there are not defined) I have:

/* Catch all to ensure portmacro.h is included in the build. Newer demos
have the path as part of the project options, rather than as relative from
the project location. If portENTER_CRITICAL() has not been defined then
portmacro.h has not yet been included - as every portmacro.h provides a
portENTER_CRITICAL() definition. Check the demo application for your demo
to find the path to the correct portmacro.h file. */

  1. ifndef portENTER_CRITICAL

#include “portmacro.h”

  1. endif


If I press F3 on portmacro.h it opens portmacro.h from the correct folder Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F, but there is an build error on port.c from tasking\ARM_CM4F...

Oooooh!!!! looking at the freeRTOS generated by CubeMX I see that there is just one portable folder... so I have to delete the other portables folders, right?

yessssss that is!!!! now I can build the project!!!!