This tutorial will cover how to configure the FDCAN peripheral in the loopback mode. We will also see how to configure the timings…
Microcontroller Tutorials with Code from Scratch
Learn STM32, ESP32, and embedded systems by writing code from scratch using datasheets and reference manuals. All tutorials are tested on actual hardware to help you build reliable, real-world projects with full control and understanding.
What’s New in STM32
FDCAN in Normal Mode || STM32H7
This tutorial will cover how to implement the FDDCAN in Normal mode. I am going to use STM32H7 microcontroller..
RS485 Communication with STM32 using MAX485 Module | Controllerstech
Learn how to interface the RS485 module (MAX485) with STM32 using UART. This tutorial covers UART communication, DE/RE pin control, and sending data between STM32 boards with clear code examples.
Modbus has become a standard communications protocol in industries, and is now the most commonly available means of connecting…
Modbus #1. STM32 Master Reads Holding and Input Registers
How to use the STM32 as the master requesting the data from the holding registers and input registers from the slave device..
Modbus #2. STM32 Master Reads Coils and inputs
This is second tutorial in the Modbus series and today we will see how to use the STM32 as the master to read the coils and Discrete inputs.