Loading...
 
Skip to main content

System Workbench for STM32


CubeMX F4 projec with freertos will not build cos of asm instruction

This build error is caused by an incorrect fpu specification in the build options, not by the -mthumb option (you must use -mthumb as the Cortex-M only supports THUMB 2 instructions).

Regards,
Richard (http://www.freertos.org)