The GPS module Transmits the data via the UART in the NMEA format. We will see how to decode it and extract the useful information from this data.
bluepill
CAN Protocol in STM32
This tutorial will cover the Basic Can protocol in STM32. Here we will see, how to communicate between two STM32 boards
SPI using Registers in STM32
This tutorial will cover how to use SPI using Registers in STM32. We will see how can we send and receive data in master mode..
PWM with DMA in STM32
How to use Timer PWM with DMA in STM32. How to send the buffer to modify the duty of a PWM signal using DMA..