Home stm32f7

stm32f7

123 Articles

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...

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.

TouchGFX #5. Data from UART to UI

This tutorials covers how to display the data, received from the UART, to the UI in STM32 using the touchGFX...

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...

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...

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...

STM32 TIMERS #7. Timer synchronization || Slave Reset mode

In this tutorial we will see how to use the Timer in the slave Reset Mode. We will also clock the Timer from...