Loading...
 
Skip to main content

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 post but my solution had to be slightly different because the MCU Settings do not have the mentioned drop down menus:

Image

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 😧
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