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


Create a STM32 static library project

Hi,

I`m trying to create my own static library project and when i compile i am getting this messages:

Description Resource Path Location Type

  1. error “Please select first the target STM32F4xx device used in your application (in stm32f4xx.h file)” stm32f4xx.h /stm32f4discovery_hal_lib/CMSIS/device line 173 C/C++ Problem


Description Resource Path Location Type
Type ‘uint32_t’ could not be resolved Salidas.h /lib_p1/inc line 11 Semantic Error


I have created a new library project, using external librarys (HAL libraries), i have added my library files (.h files and .c files), and tryed to compile the project, but i can´t compile the project.

Any help would be really helpfull, thanks.