• Add bookmark
EmbeddedExpertIO
  • Home

Getting Started with STM32F103: DMA in Memory to Memory Mode

Posted March 31, 2023 by Husamuldeen

In this guide, we shall configure the DMA to transfer data from one memory location to another. This can save tone of CPU cycles compare to using traditional memcpy where it uses cpu rather than DMA. In this guide, we shall cover the following...

READ MORE

Getting Started with STM32F103: SPI Transmit using DMA

Posted March 26, 2023 by Husamuldeen

In the previous guide (here), we took a look how to configure the SPI to transmit data using polling mode. In this guide, we shall use DMA to transfer data over SPI bus. In this guide, we shall cover the following: Enable TXDMA for SPI. Configure...

READ MORE

Working with STM32 and Displays: SSD1306 SPI OLED display

Posted March 22, 2023 by Husamuldeen

In the previous guide on OLED (here), we took a look at how to connect SSD1306 I2C OLED with STM32F4. In this guide, we shall use the SPI version of the display to display text and picture. In this guide, we shall cover the following: SSD1306...

READ MORE

Implementing Timeout in Your Firmware

Posted March 19, 2023 by Husamuldeen

In this guide, we shall discuss how implement timeout for peripheral driver in polling mode. In this guide, we shall cover the following: Implementing time out. Example on I2C. 1. Implementing Time Out: In order to implement timeout in your...

READ MORE

Getting Started with STM32F103: SPI Receiver

Posted March 15, 2023 by Husamuldeen

In the previous guide (here), we took a look how to configure the SPI module on STM32F103 and successfully transmit data over the SPI bus. Now, we shall receive data from the SPI bus. In this guide, we shall cover the following: Receive data...

READ MORE

Working with STM32 and internal RTC Part 2: Driver development

Posted March 13, 2023 by Husamuldeen

In the previous guide (here), we took a look at the feature of internal RTC of STM32F4. In this guide, we shall develop the driver to read/write from/to RTC. In this guide, we shall cover the following: Initializing the RTC. Update RTC. Read from...

READ MORE

Working with STM32 and internal RTC Part 1: Introduction

Posted March 9, 2023 by Husamuldeen

In this guide, we shall see how the internal RTC of STM32F4 is working and what features it holds and in part2, we shall configure the RTC and display the time and date on Liquid Crystal Display (LCD). In this guide, we will cover the following...

READ MORE

[Revised] Working with STM32 and RC522 RFID reader: SPI based module

Posted March 4, 2023 by Husamuldeen

In this article, we will took at the RFID and how it does work and use RC522 to read RFID tag and display the tag ID on I2C LCD. In this article, we will cover the following: What is RFID. RC522 RFID module. Connection with STM32. Code. Demo. 1...

READ MORE

Getting Started with STM32F103: SPI (Serial Peripheral Interface)

Posted March 1, 2023 by Husamuldeen

In this guide, we shall discuss what is SPI and how transmit data over SPI. In this guide, we will cover the following: What is SPI. SPI pin setup. SPI initialize. SPI transmite function. Result. 1. What is SPI SPI, which stands for Serial...

READ MORE

[Revised ] Measuring The Rotation Speed Using STM32 and Timer in Encoder Mode

Posted February 26, 2023 by Husamuldeen

In the previous guide (here), we saw how to configure timer to work in encoder mode. In this guide, we shall take it step further and measure the rotational speed in RPM (Revolutions per Minutes). In this guide, we shall cover the following: How...

READ MORE

Getting Started with STM32F103: Pushing CPU to 72MHz

Posted February 24, 2023 by Husamuldeen

In this guide, we shall see how to configure the core of STM32F103 and make it to run at 72MHz which is the maximum core frequency for F103C8. In this guide, we shall cover the following: Getting the correct parameters from CubeMX. Setting the...

READ MORE

Getting Started with STM32F103: Timer in PWM Mode with DMA

Posted February 15, 2023 by Husamuldeen

In the previous guide of PWM (here), we saw how to configure the timer to operate in PWM mode and update the duty cycle using for loop. In this guide, we shall use DMA and set of predefined duty cycle to update two channels of PWM. In this guide...

READ MORE
1-10…161718192021-3031-33
Categories
  • Data Structures
  • Deep Learning
  • Embedded Systems
  • LCD
  • Peripheral Drivers
  • State Machine
  • State Machines
  • STM32
  • TM4C123
  • Uncategorized

Get Our #1 Embedded Systems Bestseller on Amazon!

✅ Master Embedded Systems – Decode datasheets & build peripheral drivers from scratch.

✅ Hands-On Firmware Development – Work with GPIO, UART, SPI, I2C, ADC, DMA, and more.

✅ No More Blind Copying – Understand every line of code for real expertise.

✅ Advance Your Career – Gain confidence & independence in firmware development.

Join the EmbeddedExpertIO School

EmbeddedExpertIO School
Modern Bare-Metal Embedded C++ Programming from Ground Up™

Modern Bare-Metal Embedded C++ Programming from Ground Up™

No Libraries used, Embedded C++, ADC,UART,TIMERS, GPIO,SPI,I2C, Template Programming etc.

$69.99

Embedded Systems Bare-Metal Ethernet Programming

Embedded Systems Bare-Metal Ethernet Programming

Build Embedded Ethernet Firmware : UDP, TCP, HTTP, SSI, CGI etc

$79.99
Mastering the CAN Bus from Ground Up™

Mastering the CAN Bus from Ground Up™

Navigating the Intricacies of the Controller Area Network(CAN)

$79.78
Multicore Firmware Development from Ground Up™

Multicore Firmware Development from Ground Up™

Comprehensive Guide to Embedded Multicore Programming

$67
4G LTE IoT: Bare-Metal to HTTP, MQTT, SMS

4G LTE IoT: Bare-Metal to HTTP, MQTT, SMS

Mastering IoT from Ground Up: Build, Innovate, and Monetize with 4G LTE

$50.04
Master Firmware Updates with In-Application Programming(IAP)

Master Firmware Updates with In-Application Programming(IAP)

Keys to Implemementing Firmware Updates : IAP Host Application, Advanced Bootloader

$50.25
Recent Comments
  • Husamuldeen on Working with STM32 and NRF24L01 Wireless RF Part1: Configuration
  • Husamuldeen on Getting Started with STM32WB55: LED Control using BLE
  • Hugh on Working with STM32 and NRF24L01 Wireless RF Part1: Configuration
  • James on Getting Started with STM32WB55: LED Control using BLE
  • Husamuldeen on Getting Started with STM32WB55: BLE Advertising
Archives
Modern Embedded GUI with TouchGFX

Modern Embedded GUI with TouchGFX

Craft Next-Gen Embedded User Experiences with TouchGFX

$70.03
Advanced Audio Processing: Mastering I2S, Codecs, Audio Input, and Output

Advanced Audio Processing: Mastering I2S, Codecs, Audio Input, and Output

Develop Expert Skills in STM32-Based Audio Systems and Driver Integration

$99.78
Wireless Firmware Update: Mastering FOTA with STM32 and ESP8266

Wireless Firmware Update: Mastering FOTA with STM32 and ESP8266

Firmware Over-the-Air (FOTA) Update from Ground Up™

$129.78

 All Rights Reserved

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.Learn more here
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT