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


Incorrect project configuration from CubeMX32 for STM32F4 + RTOS

Hi all,

it seems that CubeMX32 generates an incorrect project configuration for my STM32F429ZI discovery board when I choose to add FreeRTOS to the project. I got errors such as selected processor does not support Thumb mode as described in this postQuestion but my solution had to be slightly different because the MCU Settings do not have the mentioned drop down menus:

MCU Settings

My solution was to add “-mfpu=fpv4-sp-d16 -mfloat-abi=hard” to both “MCU GCC Compiler->Miscellaneous->Other Flags” and “MCU GCC Linker->Miscellaneous->Other Flags”. Why are these FPU dropdown menus not available under MCU Settings? CubeMX32 generating an erroneous project configuration in the first place is another problem, but not on your side.

Regards,
Jonas

France

Hi Jonas,
Sorry for the delay mad
All this should be corrected by the new release; you just have to upgrade both tools by the menu entry Help >> Check for Updates... and it should now work seamlessly.
Bernard

Bernard, where do I find changelog for new System workbench version and for cube 1.6 firmware?

thank