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


Please help me find header files “stm32f3xx.h” & “stm32f3xx_nucleo.h” in Ubuntu, FIXED

If I generate a project with no firmware the source code includes two header files.
I cannot find these anywhere, can you tell me where they are located ?

The reason I wish to read them is to help me go about assembly programming so I need to understand the structure and conventions of the header files.

I understand they may be heirachical, the device I am using is the STM32F303RET6.

I am an ex PIC24EP user!

EDIT I still have not found them BUT I have found the right click over definition and “open decleration” selection allowing me to read them :-) Many thanks for excellent software. I must emphasis I have absolutely no intention of using any HAL or driver code whatsoever!

I found where these files actually were by the devious method of file/save as, the resulting window displays the present path so I call this question resolved :-)