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


Re: Hardware Abstraction Layer(Cube HAL) not available

I am using 64-bit Windows version SW4STM32 IDE on Windows 7 PC for STM32F103C8 on my own hardware.
When creating a SW4STM32 project, the option Cube HAL is disabled, not allow me to select this option for the project.

It works for STM32F091C.
I learned that SW4STM32 is supporting all STM32 family.

Meanwhile, CubeMX could generate init codes with HAL functions for STM32F103Cx.
This mean the firmware is there for STM32F103Cx, but why Cube HAL is not allowed in SW4STM32?

Thanks.


Junbo

France

Hi Junbo,

The STM32F103 is supported on System Workbench but was only released quite recently; could you update your IDE (Help >> Check for Updates...) and test again?

Bernard