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
Tag: CubeMx
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-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-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
STM32-Peripheral’s-ADC: Continuous 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