STM32 USB Device MSC using RAM – USB Device Tutorial Part 1

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In our last article, we have seen STM32 USB Host Example. In this tutorial, we are going to see how to use the STM32 as a USB stick using the RAM Memory – … Read more

STM32 USB Host MSC Tutorial – Connect Pendrive to STM32

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In our last article, we have seen STM32 UART DMA Example. In this tutorial, we are going to connect Pendrive to STM32 – STM32 USB Host MSC Tutorial. Hardware Required STM32 USB Host … Read more

STM32 UART DMA – Part 2 (Peripheral to Memory Transfer)

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In our last article, we have seen complete detailed information of the DMA and STM32 DMA for memory-to-memory transfer example. In this tutorial, we are going to see STM32 UART DMA – Peripheral … Read more

8051 – UART Tutorial

8051 UART Tutorial

Hi everyone, today we are going to transfer data using UART and how to use UART’s SFR (8051 UART Tutorial). This article provides a comprehensive tutorial on UART communication with an 8051 microcontroller. It covers key aspects such as UART registers (SFRs), detailed explanations of register bits, configuration of UART modes, and baud rate generation … Read more

Simple STM32 Bootloader Implementation – Bootloader Tutorial Part 3

Simple STM32 Bootloader

This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. The aim of this series is to provide easy and practical examples that anyone can understand. In this article, we are going to learn about STM32 Bootloader Implementation. We have attached the video explanation at … Read more

Bootloader in STM32F76xxx (Bootloader Design) – Part 2

Bootloader in STM32

This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This post is about the Bootloader in STM32F76xxx (Bootloader Design) where we discuss how to design a bootloader. We … Read more

STM32 Firmware Update Over the Air (FOTA) – Bootloader Part 6

STM32 Firmware Update Over the Air

This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This post is STM32 Firmware Update Over the Air (FOTA) – Bootloader Tutorial Part 6 where we will do STM32 … Read more

PIC16F877A – Interrupt Tutorial

PIC16F877A Interrupt Tutorial

This article is a continuation of the series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we have seen PIC16F877A I2C Tutorial. Now we are going to see the PIC16F877A Interrupt Tutorial. Prerequisites Before learning about PIC16F877A Interrupt, we should … Read more

STM32 MikroC Bootloader using SD Card

STM32 MikroC Bootloader using SD Card

This article is a continuation of the Series on STM32 MikroC Bootloader Development and carries the discussion on Bootloader design and implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This post is STM32 MikroC Bootloader using SD Card– Bootloader Tutorial Part 3. In this post, we are going … Read more

STM32 MikroC Custom Bootloader Development

STM32 MikroC Bootloader Development

This article is a continuation of the Series on STM32 MikroC Bootloader Development and carries the discussion on Bootloader design and implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This post is Simple STM32 MikroC Custom Bootloader Development – Bootloader Tutorial Part 2. In this post, we are … Read more