Image of an arrow

Zephyr

Introduction In the embedded world, the question is no longer which OS should I use, but how can I make them work together? Modern SoCs are blurring the line between real-time microcontrollers and application processors. Chips like the STM32MP2 from STMicroelectronics integrate both a Cortex-A35, capable of running a full Linux distribution, and a Cortex-M33, […]

Author : Luc Beaufils, Embedded Systems Engineer   Debugging MCUs has always been the key to producing high-quality code, but reliance on vendor-specific IDEs and complex debug server configurations can hinder a smooth development workflow. While VSCode has revolutionized the way developers write and debug code, setting up a debug session for MCUs can sometimes […]

More Articles