In this tutorial, we will explain the basic principles of Analog to Digital Converter (ADC) and Direct Memory Access (DMA) of the STM32 microcontroller. To get you started, we will show you how to...
Category: STM32
Getting Started with FreeRTOS in STM32: Example Code included
If you're venturing into the world of embedded systems development, you'll soon realize the importance of an efficient real-time operating system (RTOS) to manage tasks and resources effectively. One...
In this tutorial, we will explain the basic principles of Analog to Digital Converter also known as ADC and closer look at the ADC hardware of the STM32 microcontroller. To get you started, we will...
In this tutorial, we will interface STM32 with a 16x2 LCD module by using I2C based PCF8574 I/O expender. Also, we will build an example project using STM32 NUCLEO-F446RE development board in...
Stm32 Bluetooth module HC-05 interfacing with HAL code example
In this tutorial, we will interfacing HC-05 Bluetooth module by using UART peripheral of stm32 microcontroller. For this tutorial, we are using stm32 nucleo-f446re development board. We will discuss...
How to create stm32 project in stm32cubeide with example code
In this tutorial, we will show how to create an stm32 microcontroller project in stm32cubeide. We also write an example code for STM32 Nucleo Board by using the stm32 Hardware Abstraction Layer (HAL)...