Does STM32F070 DMA controller support unaligned data transfer?
I want to know if the DMA in STM32F070 supports data transfer of 2/3 bytes? Or Does it support transfer only of multiple of 4 bytes?In my project, I have a problem of data alignment. My hardware is receiving 3 bytes of data over UART periodically. I ...