This tutorial is the start of the Ethernet series in STM32. Today we will simply see how to configure the Hardware.
dma
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….
UART DMA with IDLE Line Detection
HAL_UARTEx_ReceiveToIdle_DMA is used to receive the data using the DMA until, an IDLE event occurs, or all the data has been received…
DMA with ADC using Registers in STM32
In this tutorial, we will see how to use DMA in STM32. Here I will use the ADC along with DMA, without any interrupt