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
Author: Chintan Gala
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
STM32-Peripheral’s-SPI: DMA Mode
SPI introduction The SPI interface provides two main functions, supporting either the SPI protocol or the I2Saudio protocol. By default, it is the SPI function
STM32-Peripheral’s-SPI: Interrupt Mode
SPI introduction The SPI interface provides two main functions, supporting either the SPI protocol or the I2Saudio protocol. By default, it is the SPI function
STM32-Peripheral’s-SPI: Polling Mode
SPI introduction The SPI interface provides two main functions, supporting either the SPI protocol or the I2Saudio protocol. By default, it is the SPI function