This is the 2nd tutorial in the series, which covers how to write an I2C slave driver for the STM32. The slave receives any amount of data..
STM32 Tutorials Using HAL
STM32 HAL programming simplifies peripheral access using predefined functions from ST’s hardware abstraction layer. This section includes tutorials for STM32F103, STM32F4, and Nucleo boards using STM32CubeIDE. Learn to configure GPIO, UART, timers, ADC, and more with HAL drivers. Ideal for developers looking for faster development without working directly on registers.
This tutorial is the start of a new series covering the STM32 as I2C Slave device. This tutorial covers the basic funcctions needed…
Riverdi STM32 Display #3. Send data from UART to UI
This tutorial covers how to receive the data using UART in a Riverdi STM32 Display and how to print the data on the GUI..
Riverdi STM32 Display #2. LED Control using Buttons
This tutorial covers how to use the buttons on the GUI of the Riverdi STM32 display to control the LED connected to the MCU..
Interface STONE HMI Display with STM32
In this tutorial we will see how to interface the Stone HMI Display with STM32. We will control a LED connected to the STM32 using the…
STM32 Timers #10. Timer in Gated Mode
This tutorial covers how to use the Gated mode in STM32 Timer where both the start and stop of the counter is controlled by the trig signal..
TouchGFX #8. Send data from GUI to MCU
This tutorial will cover how to retrieve the data from the TouchGFX GUI and send it back to the MCU, where it can be further processed…
TouchGFX #7. How to implement on screen keyboard
This tutorial covers how to implement the on screen keyboard functionality in any application in the touchGFX and STM32…
TouchGFX #6. How to Build a Multiscreen Project
This tutorial will cover how to resolve the issues we face while building a project with multiple screens using the touchGFX.