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


Modification of .h file not seen by IDE editor

Hello,
I have loaded an example TFTP server project for STM324x9I EVAL board with SW4STM32, and I make some modifications on the files, mainly tftpserver.c et .h.
But the IDE don’t recognize new labels I add in the tftpserver.h. Build works well and application use the correct parameters fine, but the IDE editor tells that the labels I call in the tftpserver.c file (declared in the .h) are not recognized...annoying..
How to change that ?

Aurelien

This is an issue with Eclipse. I see the same problem in Eclipse that does not have the AC6 tools.

You could try a newer version of Eclipse or put in a bug report with them.

Andrei


That is the last release I have installed two weeks ago.
How is it possible to have a so disturbing bug still there ?
How to force eclipse to reparse full project or specific files to link correct labels in IDE ?


Seems that peforming right click on project -> Index - Rebuild solve the issue.