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
Tag: Coding
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
Essential Linux Commands Every Embedded Programmer Should Know
In the world of embedded programming, Linux is often the go-to platform for development, debugging, and deployment. Whether you’re working on microcontrollers, system-on-chips (SoCs), or
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
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
STM32-Peripheral’s- I2C DMA mode
Introduction The I2C (inter-integrated circuit) bus interface handles communications between themicrocontroller and the serial I2C bus. It provides multimaster capability, and controls all I2Cbus-specific sequencing,
STM32-Cube IDE- FreeRTOS Memory Management part 2.
Task Tasks are implemented as C functions. The only thing special about them is their prototype, which must return void and take a void pointer
STM32-Peripheral’s- I2C Polling mode
Introduction The I2C (inter-integrated circuit) bus interface handles communications between themicrocontroller and the serial I2C bus. It provides multimaster capability, and controls all I2Cbus-specific sequencing,
As an embedded developer must read books
List of books: Clean code by Robert C. Martin Clean Codeis divided into three parts. The first describes the principles, patterns, and practices of writing