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


LL and HAL in project, HELP ME!

Hello, How Can I configure project, when I want to use HAL and LL in one project. LL drivers not activated.
If I add Symbol: USE_FULL_LL_DRIVER, compiler hasn’t any defines...

I have STM32F401RE and I use FW V1.16

Please 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














-

Thanks for answer, I did this, compile is correct, but if I write in main. - SystemClockConfig I have still errors.
Header files for LL drivers I put to the main.h


on the picture I can see tha some source files are as shortcuts so they are no really on your workspace , so you can delete the shortcut and copy the file to your workspace or add the path of those files to the source location were you deleted the filters

 

Newest Forum Posts

  1. SPI on Nucleo_STMH533RE by royjamil, 2025-05-04 20:13
  2. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-25 07:37
  3. SPI on Nucleo_STMH533RE by royjamil, 2025-03-23 11:31
  4. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-23 09:33
  5. Configuring DMA for ADC in SW? by sam.hodgson, 2025-03-04 12:58
  6. Build a project in "release" mode by info@creosrl.it, 2025-02-20 18:12
  7. Build a project in "release" mode by info@creosrl.it, 2025-02-20 17:05
  8. Build a project in "release" mode by tang, 2025-02-20 10:36
  9. Build a project in "release" mode by info@creosrl.it, 2025-02-19 17:35
  10. Fail to debug in Win 11 C/C++ by mortenlund, 2024-12-26 20:27

Last-Modified Blogs