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


How to add stemwin in a running freertos project

Hi Stephan,
The question was definitely not too easy for me to address. I have added STemWin to (non-RTOS) projects and found it challenging.

As Bernard suggested, you can seek help at the Segger forums.

You can also look at the document (C:\Users\Henry\STM32Cube\Repository\STM32Cube_FW_F4_V1.6.0\Middlewares\ST\STemWin\Documentation\STemWin526.pdf on my PC) in the STemWin directory which describes what is needed to add STemWin to any project. It is generic but will familiarize you with the requirements.

You can get a head start by examining the example projects that involve STemWin. (On my Windows PC: C:\Users\Henry\STM32Cube\Repository\STM32Cube_FW_F4_V1.6.0\Projects\STM32F429I-Discovery\Applications\STemWin\STemWin_HelloWorld) It includes all of the code that you need to get STemWin working with the STM32F429I-DISCO board but without the RTOS. I think that the RTOS parts may not be too difficult to add.