In this tutorial, we will cover How to use STM32 as the TCP Server and TCP client, both using the NETCONN and LWIP.
setup
How to Setup DMA using Registers
In STM32, there is a dedicated bus for the DMA, and this helps keeping the CPU free for other operations….
How to Setup UART using Registers in STM32
The most important Register used in UART configuration is UART Control Register 1 (CR1). Most of the Configuration is done here.
STM32F103 Clock Setup using Registers
This tutorial will cover Clock setup, Timer Setup for Delay, and GPIO configuration for STM32 F103 using the Register based programming.