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 LL and HAL in project, HELP ME!  

LL and HAL in project, HELP ME!

Hello, that is a eclipse issue, eclipse is not indexing all the source files, to fix that:

1) make sure that the USE_FULL_LL_DRIVER is defined under Project->Properties->Settings->MCU GCC Compiler->Symbols “Defined symbols (-D)”

2) At this point you should be able to compile, but if you want to get rid of all the eclipse errors then go to Project->Properties->C/C++ General->Path and symbols->source location , here open the folder /{project_name}/HAL_Driver this folder has some filters, delete all of them,

3) Then go to Project->C\C++ Index and Rebuild

4) Clean and compile !


Stmll














-