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


Using libraries (ex: HAL) with Ac6 tools (STM32F3discovery / STM32F303VCT)

Hello,

I downloaded Ac6 and manage to do arm assembly actions with it, mostly calculus actions.
However I can’t find a way of lighting a Led (I know that I have to look at the datasheet to find which register the leds are linked to and which bit I have to put high, etc)
So I tried libraries and managed to blinks a bunch of leds. I used STM32CubeMx to generate an initialization code that open on the software Keil, this une the library HAL.

My questions:
How can I make it so when I generate code on STM32CubeMx, it open eclipse(Ac6) instead of Keil?
How can I use others libraries (CMSIS or SPL) on eclipse(Ac6)
How can I ligh a Led on my board with just eclipse? (maybe in ARM Assembly)

Thanks :-)