f4

90 Articles

EEPROM and STM32

This tutorial will cover how to interface an I2C based AT24C EEPROM with STM32. The EEPROM is connected via the I2C peripheral...

Send and Receive data to PC without UART (STM32 USB COM)

This tutorial will cover how can we use the STM32 USB to send and receive data from the computer, just like we did...

STM32 GPIO INPUT Configuration

This tutorial will cover how to configure the GPIO pin as input in STM32, and then how to read it's state whether the...

How to communicate between HC-12 using STM32

This tutorial will cover how to communicate between STM32 MCUs using the HC-12 Module. We will use the uart to send the data...

STM32 USB HOST HID

This tutorial will cover how to interface the HID Devices (Mouse & Keyboard) with STM32. We will use the USB HID Host interface...

STM32 USB HOST MSC

This tutorial will cover how to interface the USB FlashDrive with STM32 via the USB port. We will use the USB HOST MSC...

IWDG and WWDG in STM32

This tutorial will cover how to use the IWDG (Independent Watchdog) and WWDG (Window Watchdog) watchdogs in STM32...

STM32 USB MSC

This tutorial will cover how to use the USB mass class (msc) in STM32. We will use the RAM / SD Card as...

FLASH Programming in STM32

This tutorial will cover how to program the internal Flash memory in STM32. We will cover 2 types of flash memory distribution...