This tutorials covers how to display the data, received from the UART, to the UI in STM32 using the touchGFX…
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.
TouchGFX#4. Sending data from another task || Gauge || Animation
This tutorial will cover how to send data to the touchGFX UI, while we sample from other tasks. It also covers the Gauge and Animated Image.
TouchGFX #3. Sending data to UI || MVP
This tutorial covers how to send the data from MCU to the UI in touchGFX. The data is sampled in the gui task itself and sent using the MVP.
STM32 Timers #9. One Pulse Mode
This tutorial will cover how to configure the one pulse mode with single and multiple pulses along with the retriggerable OPM.
TouchGFX #2. How to use TextArea and Wildcards
This tutorial will cover how to use TextArea with wildcard to display the counter value, which can be varied using the buttons..
How to interface BLDC motor with STM32
How to interface BLDC motor with STM32 and control the speed via the potentiometer using the ADC and the PWM..
Getting started with TouchGFX || STM32F750
This tutorial will cover how to setup your first project in touchGFX and control the LED attached to MCU using the button on the display.
STM32 TIMERS #8. Make 48 bit Counter by Cascading Timers
In this tutorial we will see how to cascade 3 16 bit counters into a single 48 bit counter, and use it to measure wide range of frequencies..
Getting started with Riverdi STM32 Embedded Display
This tutorial will cover how to run our first project in the STM32 Embedded displays provided by the Riverdi.