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 run "audio playback and record" in System Workbench

The project was provided by ST but does not have the “SW4STM32” directory in it. The directories in the project folder are:

  • Binary
  • EWARM
  • inc
  • MDK-ARM
  • src
  • TrueSTUDIO


The project came in a set of STM32F4 Discoveryboard examples. Any chance you could point me in the right direction in terms of finding the System Workbench configured version?

Thanks for the help.

Hi,

I just found a newer version of the project on https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubef4.license=1570044162743.product=STM32CubeF4.version=1.24.0.htmlQuestion

Import the project in {...}/Projects/STM32F4-Discovery/Applications/Audio/Audio_playback_and_record/SW4STM32/STM32F4-DISCO

It builds for me but I did not test on the board.

Hope it helps.
Kevin.