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


You are viewing a reply to STM32F4DISC1 SPL problem  

STM32F4DISC1 SPL problem

Hi

My board is STM32F429I-DISC1, although I’m not sure if distributor I bought my STM board from just labeled an STM32F429I-DISC0 with such name. But it differs nothing in physical way?

I just updated the System Workbench for STM32 with 1.11.0.201610101240.

When I create a project with STM32F4DISCOVERY it finds STM32F4-Discovery_FW_V1.1.0. Project works.
After creating project with STM32F4DISC1 (library STM32F4xx_DSP_StdPeriph_Lib_V1.7.1 found) there are 4 errors (arm-none-eabi-g++ not found in PATH, arm-none-eabi-gcc not found in PATH), but project compiles. After running it into a board there’s a problem described in topic (LED freezes).
Trying to create a project for STM32F4DISC0, environment doesn’t find and download SPL.

Thank you for checking these issues, I’ll try then. Moreover, I will try to test other concepts and checking if other things are missed elsewhere.

Thank you for reply