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


Acquisition System on STM32F103 with fs 100kHz double channel

I need to implement a system with a real and fixed sampling frequency of at least 100kHz, using a STM32F103C8T6, for two analog signals. My main question is what is the most optimal way to implement this system considering that I also need to do processing of those signals ideally on the same board. I have just a superficial knowledge about the use of timer triggered interrupts but I don’t know how to implement it correctly for two channels and with this high sample rate.

I would appreciate in advance if you could provide me with courses, videos, forums or documentation that could help me to implement this project.