Home stm32f1

stm32f1

30 Articles

LVGL on STM32 || PART7 || Load LVGL from Ext Flash

This tutorial for LVGL on STM32 covers how to run the LVGL application from the External flash memory, W25Q connected via the QSPI...

LVGL ON STM32 || PART5

In this LVGL tutorial we will see how to use the on screen keyboard. The data entered in the text fields will be...

W25Q Flash Series || Part 4 || How to Program Pages

This is the 4th tutorial in the series covering W25Q Flash memories. Today we will cover how to program a page or number...

STM32 as I2C SLAVE || PART 2

This is the 2nd tutorial in the series, which covers how to write an I2C slave driver for the STM32. The slave receives...

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

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