Most FreeRTOS queue tutorials stop at xQueueSend and xQueueReceive — the two calls that were never the hard part. They show you a producer task,
Tag: STM32
Event-Driven Firmware Architecture
Most write-ups on event-driven firmware stop at the conceptual layer: events decouple modules, a queue holds them, a dispatcher routes them. That part is easy
Hierarchical State Machines (HSM) in C for Telecom and RF Firmware
In telecom, RF, SATCOM, and industrial communication products, firmware coordinates dozens of subsystems that all run at once: PLL lock supervision, thermal protection, VSWR monitoring,
ISR Integration — ISR-safe APIs, the syscall-priority boundary, and deferred interrupt processing
Previously: Semaphore vs Mutex | Next: Heap Management Why ISRs Are Different — The One Rule You Cannot Break An Interrupt Service Routine runs outside
Running TinyML on STM32 with Edge Impulse — Complete Professional Guide
Artificial Intelligence is no longer limited to cloud servers, GPUs, or high-performance Linux systems. Modern microcontrollers are now capable of running optimized machine learning inference
Exploring STM32L0 Series: Ultra-Low-Power MCUs for Energy-Efficient Designs
The STM32L0 series from STMicroelectronics is a family of ultra-low-power 32-bit microcontrollers (MCUs) built on the ARM Cortex-M0+ core, running up to 32 MHz. Optimized
STM32C031C6Tx microcontroller examples for GPIO, I2C, SPI, and UART using HAL.
The STM32C031C6Tx is a feature-rich 32-bit ARM Cortex-M0+ microcontroller designed for cost-sensitive and low-power applications. With a compact LQFP-48 package, this microcontroller delivers a balance
STM32C0 Series Overview
The STM32C0 Series is a family of microcontrollers developed by STMicroelectronics. It is based on the ARM Cortex-M0+ core, optimized for cost-sensitive applications with constrained
Comprehensive Comparison of STM32 MCUs: Applications, Features, and Categories
The STM32 family from STMicroelectronics offers a wide range of 32-bit microcontrollers based on ARM Cortex cores, categorized into different series to suit specific applications.
STM32-Peripheral’s : Comparator
Comparator introduction The Analog Comparator is used to compare the voltage of two analog inputs, with a digital outputindicating which input voltage is higher. Inputs