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,
Category: STM32CubeIDE
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-ADC: Scan Mode
An analog to digital converter is a circuit that converts a continuous voltage value (analog) to a binary value (digital) that can be understood by
STM32-Peripheral’s Timers: Input PWM
Introduction The advanced-control timers (TIM1&TIM8) consist of a 16-bit auto-reload counter driven bya programmable prescaler , The general-purpose timers (TIM2 to TIM5) consist of a
STM32-Peripheral’s Timers: Input Capture Mode
Introduction The advanced-control timers (TIM1&TIM8) consist of a 16-bit auto-reload counter driven bya programmable prescaler , The general-purpose timers (TIM2 to TIM5) consist of a
STM32-Peripheral’s Timers: Output Compare Mode
Introduction The advanced-control timers (TIM1&TIM8) consist of a 16-bit auto-reload counter driven bya programmable prescaler , The general-purpose timers (TIM2 to TIM5) consist of a
STM32-Peripheral’s Timers: Output PWM
Introduction The advanced-control timers (TIM1&TIM8) consist of a 16-bit auto-reload counter driven bya programmable prescaler , The general-purpose timers (TIM2 to TIM5) consist of a
STM32-Peripheral’s Timers: Base Timer Interrupt Mode
Introduction The advanced-control timers (TIM1&TIM8) consist of a 16-bit auto-reload counter driven bya programmable prescaler , The general-purpose timers (TIM2 to TIM5) consist of a