Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


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

Hi all,

try to change these project settings in the MCU Settings section:

  • Floating point hardware : fpv4-sp-d16
  • Floating-point ABI : hard


And make a Clean Project before rebuild.

PrjSettings

STM32F4 has a powerful flaoting point hardwere support ... so why don’t use it?! ;-)

Regards,
Stefano