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
Category: Software’s
Zephyr vs FreeRTOS: Choosing the Right RTOS for Your Project
When it comes to real-time operating systems (RTOS) in the embedded world, Zephyr and FreeRTOS stand out as two of the most prominent options. Both
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.
FreeRTOS Interview questions
A Comprehensive Guide to RTOS Interview Questions for Embedded Systems Welcome to this detailed guide on Real-Time Operating System (RTOS) interview questions, specifically crafted for
Embedded C interview questions and answers
A Comprehensive Guide to Embedded C Interview Questions for Microcontroller Systems Welcome to this detailed guide on Embedded C interview questions, tailored specifically for microcontroller
Implementation of SPI communication using bit banging
Introductions: Serial peripheral interface (SPI) is one of the most widely used interfaces between microcontroller and peripheral ICs such as sensors, ADCs, DACs, shift registers,
List of video courses as an embedded developer must do
List of video lectures: 1. Electronics Foundations: Fundamentals Course description Working with electronics can be a ton of fun, but it can also be a
Implementation of I2C communication using bit banging
Introduction: The I2C bus was designed by Philips in the early ’80s to allow easy communication between components which reside on the same circuit board. Philips